* stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
[platform/upstream/glibc.git] / ChangeLog
1 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2
3         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4         instead of __quick_exit_funcs to __run_exit_handlers.
5         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
6         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
7         (__cxa_at_quick_exit): Remove attribute_hidden.
8         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
9         to __run_exit_handlers.
10         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
11         attribute_hidden.
12
13 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
14
15         * po/id.po: Update from translation team.
16
17 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
18
19         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
20         .machine push; .machine "power6" and .machine pop around mtfsf
21         insns outside of _ARCH_PWR6 define.
22         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
23         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24         Likewise.
25         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26         Likewise.
27         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
28         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
29         relax_fenv_state): Likewise.
30
31 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
32
33         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
34         cxa_at_quick_exit.
35         (static-only-routines): Add at_quick_exit.
36         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
37         GLIBC_2.10.
38         * stdlib/quick_exit.c: New file.
39         * stdlib/at_quick_exit.c: New file.
40         * stdlib/cxa_at_quick_exit.c: New file.
41         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
42         it appropriately.
43         (__internal_atexit): New function.
44         (__new_exitfn): Now takes parameter to point to the list to use.
45         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
46         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
47         (exit): ...here.  Just call __run_exit_handlers appropriately.
48         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
49         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
50         * stdlib/on_exit.c: Adjust call to __new_exitfn.
51         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
52
53         * po/id.po: Update from translation team.
54
55 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
56
57         * po/ru.po: Update from translation team.
58
59 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
60
61         * po/nl.po: Update from translation team.
62
63 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
64
65         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
66         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
67         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
68         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
69         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
70         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
71         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
72
73         * po/pl.po: Update from translation team.
74
75 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
76
77         [BZ #7083]
78         * sysdeps/unix/sysv/linux/fallocate.c: New file.
79         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
80         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
81         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
82         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
83         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
84         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
85         for GLIBC_2.10.
86         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
87         Add fallocate and fallocate64.
88
89         * io/fcntl.h: Pretty printing.
90
91 2009-03-02  Richard Guenther  <rguenther@suse.de>
92
93         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
94         attribute also for non-C99 inline semantics variant.
95
96 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
97
98         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
99         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
100         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
101         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
103         Likewise.
104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
105         Likewise.
106
107 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
108
109         * po/cs.po: Update from translation team.
110
111 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
112
113         * po/bg.po: Update from translation team.
114         * po/sv.po: Likewise.
115         * po/fi.po: Likewise.
116         * po/vi.po: Likewise.
117
118 2009-02-27  Roland McGrath  <roland@redhat.com>
119
120         * Makeconfig (%.v.i): Depend on Makeconfig.
121         Exclude % lines from initial #-comment removal.
122
123 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
124
125         * po/ko.po: Update from translation team.
126
127 2009-02-26  Roland McGrath  <roland@redhat.com>
128
129         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
130         avoids unused warning.
131
132 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
133             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
134
135         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
136         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
137         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
138         and asm/user.h.  Include asm/ptrace.h.
139         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
140         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
141         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
142         Undefine.
143         (start_thread): Don't undefine.
144         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
145         Define.
146
147 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
148
149         * wctype/wctype.h: The *_l functions are in POSIX 2008.
150         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
151         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
152         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
153         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
154         200112L to 200809L.
155         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
156         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
157         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
158         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
159         _SC_THREAD_ROBUST_PRIO_PROTECT.
160         * posix/unistd.h: fexecve is in POSIX 2008.
161         * time/time.h: strftime_l is in POSIX 2008.
162         * io/sys/stat.h: futimens is in POSIX 2008.
163         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
164         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
165         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
166         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
167         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
168         open_memstream, and vdprintf are in POSIX 2008.
169
170 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
171
172         * include/features.h: Define macros for XPG7/POSIX 2008.
173         * ctype/ctype.h: The *_l functions are in POSIX 2008.
174         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
175         POSIX 2008.
176         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
177         * locale/xlocale.h: Define locale_t type.
178         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
179         in POSIX 2008.  Don't define locale_t here.
180         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
181         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
182         UTIME_OMIT only with __USE_ATFILE.
183         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
184         * stdio-common/psiginfo.c: New file.
185         * stdio-common/psiginfo-data.h: New file.
186         * stdio-common/psiginfo-define.h: New file.
187         * stdio-common/Makefile (routines): Add psiginfo.
188         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
189         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
190         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
191         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
192         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
193         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
194         * io/sys/stat.h: Move mknodat definition into same conditional as
195         mknod.
196         * time/sys/time.h: futimesat is not among the functions accepted
197         into the POSIX standard.
198
199         * include/features.h: If no feature selection given and we select
200         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
201         * posix/Versions: Export __posix_getopt.
202         * posix/getopt.c (_getopt_initialize): Take additional parameter.
203         Use it to alternatively initialize __posixly_correct.
204         (_getopt_internal_r): Take addition parameter.  Pass on to
205         _getopt_initialize.
206         (_getopt_internal): Take addition parameter.  Pass on to
207         _getopt_internal_r.
208         (getopt): Pass additional zero to _getopt_internal.
209         (__posix_getopt): New function.
210         * posix/getopt.h: Add redirection for getopt.
211         * posix/getopt1.c (getopt_long): Pass additional zero to
212         _getopt_internal.
213         (getopt_long_only): Likewise.
214         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
215         (_getopt_long_only_r): Likewise.
216         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
217         _getopt_internal_r.
218
219 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
220
221         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
222         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
223         * sysdeps/posix/sysconf.c (__sysconf): Handle
224         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
225         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
226
227 2009-02-24  Roland McGrath  <roland@redhat.com>
228
229         [BZ #9895]
230         * README.template: Reworded not to use substituted version number.
231         Renamed to ...
232         * README: ... here (no longer generated).
233         * Makefile (README): Target removed.
234
235 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
236
237         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
238         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
239         instead.
240
241         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
242
243         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
244
245 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
246
247         * po/bg.po: Update from translation team.
248
249 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
250
251         * stdlib/monetary.h: Uglify function parameter names.
252         * sunrpc/rpc/pmap_clnt.h: Likewise.
253         * sunrpc/rpc/svc.h: Likewise.
254         * sunrpc/rpc/xdr.h: Likewise.
255         * sunrpc/rpc/clnt.h: Likewise.
256         * resolv/netdb.h: Likewise.
257         * resolv/arpa/nameser.h: Likewise.
258         * resolv/resolv.h: Likewise.
259         * argp/argp.h: Likewise.
260         * locale/langinfo.h: Likewise.
261         * io/sys/stat.h: Likewise.
262         * posix/spawn.h: Likewise.
263         * nis/rpcsvc/nislib.h: Likewise.
264         * malloc/obstack.h: Likewise.
265         * sysdeps/ia64/bits/link.h: Likewise.
266         * sysdeps/i386/bits/link.h: Likewise.
267         * sysdeps/s390/bits/link.h: Likewise.
268         * sysdeps/powerpc/bits/link.h: Likewise.
269         * sysdeps/x86_64/bits/link.h: Likewise.
270         * sysdeps/sparc/bits/link.h: Likewise.
271         * sysdeps/sh/bits/link.h: Likewise.
272         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
273         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
274         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
275         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
276
277 2008-12-01  Fredrik Unger  <fred@tree.se>
278
279         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
280         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
281         _FP_UNPACK_RAW_2, fix up first argument.
282
283 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
284
285         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
286         (GET_NPROCS_PARSER): Change parameters and use next_line.
287         (__get_nprocs): Rewrite to not use stdio routines.
288         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
289         Change parameters and use next_line.
290
291 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
292
293         [BZ #5381]
294         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
295         Change mempool_alloc prototype.
296         * nscd/mem.c (gc): Don't handle mem_in_flight.
297         (mempool_alloc): Third parameter now only indicates whether this is the
298         first call (to allocate data) or not.  If it is, get db rdlock.
299         Release it on error.  Don't handle mem_in_flight.
300         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
301         Adjust third parameter of mempool_alloc calls.
302         Nothing to do here in case mempool_alloc fails.
303         Avoid local variable shadowing parameter.  No need to get db rdlock
304         before calling cache_add.
305         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
306         no mem_in_flight array anymore.
307         * nscd/connections.c: Remove definition and handling of mem_in_flight.
308         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
309         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
310         in case mempool_alloc fails. No need to get db rdlock before calling
311         cache_add.
312         * nscd/hstcache.c (cache_addhst): Likewise.
313         * nscd/initgrcache.c (addinitgroupsX): Likewise.
314         * nscd/servicescache.c (cache_addserv): Likewise.
315         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
316
317 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
318
319         * po/lt.po: Update from translation team.
320
321 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
322
323         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
324         defined, allow additional data to be added using the optional
325         MORE_ELF_HEADER_DATA macro.
326         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
327         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
328
329 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
330
331         * include/atomic.h: Define catomic_and if not already defined.
332         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
333         * sysdeps/i386/i486/bits/atomic.h: Likewise.
334
335 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
336
337         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
338         Change all callers.
339         (_int_realloc): Likewise.  Third argument is now padded size
340         All _int_* functions are now static.
341
342         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
343         * malloc/arena.c: Likewise.
344         * include/malloc.h: Remove now unnecessary declarations of the _int_*
345         functions.
346
347         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
348         easily.
349
350         * malloc/malloc.c: Add branch prediction for use of the hooks.
351
352         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
353
354 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
355
356         [BZ #7095]
357         * bits/confname.h: Add SUSv7 macros for getconf environments.
358         * bits/environments.h: Likewise.
359         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
360         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
361         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
362         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
363         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
364         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
365         * posix/getconf.c: Likewise.
366         * posix/sysconf.c: Likewise.
367         * sysdeps/posix/sysconf.c: Likewise.
368         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
369         environments.
370
371 2009-01-16  Petr Baudis  <pasky@suse.cz>
372
373         [BZ #9753]
374         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
375         even if we currently have zero nscount.
376
377 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
378
379         [BZ #9781]
380         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
381         the input line is too long.
382
383         * po/Makefile (libc.pot): Add f_print as function taking c-format
384         parameter.
385
386         * debug/xtrace.sh: Unify translatable messages.
387         * elf/ldd.bash.in: Likewise.
388         * elf/sprof.c: Likewise.
389         * locale/programs/locale.c: Likewise.
390         * malloc/memusage.sh: Likewise.
391         * nss/getent.c: Likewise.
392
393 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
394
395         * debug/pcprofiledump.c (print_version,
396         argp_program_version_hook): New function.
397         * elf/ldconfig.c (more_help): New function.
398         (argp): Use it.
399         * elf/sln.c (usage): New function.
400         (main): Support --help and --version.
401         * malloc/memusagestat.c (print_version): New function.
402         (argp_program_version_hook): New variable.
403         * nscd/nscd.c (more_help): New function.
404         (argp): Use it.
405         * posix/getconf.c (main): Send --version output to stdout.
406         Support --help.
407         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
408         arguments.  All callers changed.
409         (print_version): New function.
410         (parseargs): Support --help and --version.
411         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
412         changed.
413         (print_version): New function.
414         (main): Use getopt_long.  Support --help and --version.
415         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
416         --version.
417
418 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
419
420         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
421         (update_data): Fix handling of wrapping back
422         to the beginning of the buffer.
423
424         [BZ #9823]
425         * stdio-common/psignal.c (psignal): Fix test for empty string.
426
427 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
428
429         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
430         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
431         move _null_auth to .rodata.
432
433         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
434         value of 24.
435
436         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
437
438         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
439         today than when the original code was written.  Use larger
440         buffers.  This also makes it unnecessary to have stat information,
441         if this causes extra efforts.
442         (__opendir): In case O_DIRECTORY works, don't call fstat just for
443         __alloc_dir.
444
445 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
446
447         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
448         is set.
449         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
450         * sysdeps/sh/sh4/__longjmp.S: Likewise.
451         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
452         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
453         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
454         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
455
456 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
457
458         * po/ru.po: Update from translation team.
459
460 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
461
462         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
463         Add _tid slot to maintain consistency with kernel.
464
465 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
466
467         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
468         incomplete characters at end of input buffer.
469         * libio/Makefile (tests): Add tst-fgetwc.
470         * libio/tst-fgetwc.c: New file.
471         * libio/tst-fgetwc.input: New file.
472
473 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
474
475         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
476
477 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
478
479         [BZ #9793]
480         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
481         *OUTBUFSTART unless the whole output fit into the buffer.
482         * iconv/Makefile (tests): Add tst-iconv4.
483         * iconv/tst-iconv4.c: New file.
484
485 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
486
487         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
488         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
489
490 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
491
492         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
493         newer linker scripts.
494
495 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
496
497         [BZ #7040]
498         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
499         inotify_rm_watch should have type int.
500
501 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
502
503         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
504         Make aligned_restore_vmx a local symbol.
505         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
506         Likewise.
507
508 2009-01-30  Andreas Jaeger  <aj@suse.de>
509
510         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
511         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
512         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
513         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
514         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
515         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
516         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
517
518 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
519
520         [BZ #9726]
521         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
522         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
523
524 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
525
526         [BZ #9726]
527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
528         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
530         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
531
532 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
533
534         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
535         memcpy instead of memcmp.
536         (_dl_setup_pointer_guard): Likewise.
537
538 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
539
540         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
541         manipulated brk, use malloc_printerr.
542         * misc/sbrk.c (__sbrk): Better error handling for nonsense
543         requests.
544
545 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
546
547         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
548         rindex): For C++ add inlines so that they can be recognized as
549         builtins.
550         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
551
552 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
553             Jakub Jelinek  <jakub@redhat.com>
554
555         * string/string.h: Define correct C++ prototypes for gcc 4.4.
556         * wcsmbs/wchar.h: Likewise.
557
558 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
559
560         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
561         (stackinfo_sub_sp): Define.
562
563 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
564
565         [BZ #9750]
566         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
567         * include/alloca.h (alloca_account): Define.
568         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
569         (stackinfo_sub_sp): Define.
570
571         * nscd/connections.c (nscd_init): If database file access fails
572         check whether this is due to permission problems and bail in that
573         case.
574
575         [BZ #9741]
576         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
577         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
578
579 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
580
581         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
582         Add "t" to clobber list.
583         (INTERNAL_SYSCALL_NCS): Likewise.
584
585 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
586
587         * nss/getent.c (print_networks): Don't print comma between aliases.
588
589 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
590
591         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
592
593         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
594         the hash table.
595         * misc/Makefile (tests): Add bug-hsearch1.
596         * misc/bug-hsearch1.c: New file.
597
598 2009-01-22  Roland McGrath  <roland@redhat.com>
599
600         * Makeconfig (%.v.i): Strip trailing # comments,
601         not only whole-line comments.
602
603 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
604
605         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
606         one parameter.  If non-NULL use it to initialize return value.
607         (_dl_setup_pointer_guard): New function.
608         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
609         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
610         * elf/rtld.c (security_init): Pass _dl_random to
611         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
612         pointer_chk_guard.
613         * elf/dl-sysdep.c (_dl_random): New variable.
614         (_dl_sysdep_start): Handle AT_RANDOM.
615         (_dl_show_auxv): Likewise.
616         * elf/dl-support.c (_dl_random): New variable.
617         (_dl_aux_init): Handle AT_RANDOM.
618         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
619         to _dl_setup_stack_chk_guard.
620
621         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
622
623 2009-01-10  Roland McGrath  <roland@redhat.com>
624
625         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
626
627 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
628
629         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
630
631         [BZ #9706]
632         * nss/nss_files/files-parse.c (strtou32): New function.
633         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
634         across 32-bit and 64-bit platforms.
635         (INT_FIELD_MAYBE_NULL): Likewise.
636
637 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
638
639         [BZ #9720]
640         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
641         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
642         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
643         Likewise.
644
645 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
646
647         [BZ #697]
648         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
649         being NULL also if there are no backreferences.
650         * posix/rxspencer/tests: Add testcases.
651
652 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
653
654         [BZ #9697]
655         * posix/bug-regex17.c: Add testcases.
656         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
657         handling.
658
659 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
660
661         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
662         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
663         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
664         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
665         for elf subdir.
666         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
667         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
668         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
669         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
670         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
671         * sysdeps/unix/sysv/linux/s390/Versions: New file.
672
673 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
674
675         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
676         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
677         re_string_skip_chars, re_string_reconstruct): Likewise.
678         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
679
680 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
681
682         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
683         adjust the buffer alignment.
684
685 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
686
687         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
688         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
689         net/route.h.
690
691         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
692         flavor to description only when flavor is not NULL.
693
694         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
695         mutex after SIGIO/SIGURG lookup loop.
696
697 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
698
699         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
700
701 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
702
703         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
704         handling.
705
706 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
707
708         * sysdeps/unix/sysv/linux/kernel-features.h
709         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
710
711         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
712         if no output is written.
713
714         * version.h: Bump to 2.10 development.
715
716         * posix/getconf.c: Update copyright year.
717         * nss/getent.c: Likewise.
718         * iconv/iconvconfig.c: Likewise.
719         * iconv/iconv_prog.c: Likewise.
720         * elf/ldconfig.c: Likewise.
721         * catgets/gencat.c: Likewise.
722         * csu/version.c: Likewise.
723         * elf/ldd.bash.in: Likewise.
724         * elf/sprof.c (print_version): Likewise.
725         * locale/programs/locale.c: Likewise.
726         * locale/programs/localedef.c: Likewise.
727         * nscd/nscd.c (print_version): Likewise.
728         * debug/xtrace.sh: Likewise.
729         * malloc/memusage.sh: Likewise.
730         * malloc/mtrace.pl: Likewise.
731         * debug/catchsegv.sh: Likewise.
732
733 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
734
735         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
736         script.
737
738 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
739
740         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
741         gethostbyname4_r function call succeeded, just leave the loop.
742
743         [BZ #9694]
744         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
745         very end.
746         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
747         * wctype/Makefile (tests): Add bug-wctypeh.
748         * wctype/bug-wctypeh.c: New file.
749
750         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
751         LOCALDOMAIN is defined.
752         * nscd/nscd_getai.c (__nscd_getai): Likewise.
753
754         * sysdeps/x86_64/bits/select.h: New file.
755
756         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
757
758 2008-12-21  Bruno Haible  <bruno@clisp.org>
759
760         [BZ #9677]
761         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
762         if no output is written.
763
764 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
765
766         * login/utmp_file.c (pututline_file): Replace call to dup2 with
767         libc internal symbol __dup2 to avoid access through the PLT.
768
769 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
770
771         [BZ #6545]
772         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
773         available only for __USE_GNU.
774
775         * inet/Makefile (tests): Add tst-getni2.
776         * inet/tst-getni2.c: New file.
777
778         [BZ #7080]
779         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
780         NULL when NI_NAMEREQD is set.
781         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
782         * inet/Makefile (tests): Add tst-getni1.
783         * inet/tst-getni1.c: New file.
784
785 2008-12-03  Petr Baudis  <pasky@suse.cz>
786
787         [BZ #7067]
788         * nscd/connections.c (invalidate_cache): Use prune_run_lock
789         instead of prune_lock.
790         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
791         * nscd/nscd.h (database_dyn): Add prune_run_cache.
792
793 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
794
795         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
796         use.
797
798         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
799         handling.
800
801         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
802         after reading name server list.
803
804         [BZ #7058]
805         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
806         handling for host name aliases.
807
808 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
809
810         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
811         instead of doing things manually.
812
813 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
814
815         * posix/regex_internal.h (build_wcs_upper_buffer):
816         Return type is reg_error_t.
817
818 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
819
820         * posix/globtest.sh: Use mktemp to create temporary file and
821         directory.
822
823         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
824         sets correctly.
825         (__CPU_CLR_S): Likewise.
826         (__CPU_ISSET_S): Likewise.
827
828 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
829             Ulrich Drepper  <drepper@redhat.com>
830
831         * scripts/firstversion.awk: Use custom comparison function to compare
832         version numbers.
833         * scripts/versions.awk: Use sort invocation which can handle
834         multi-digit sub-version numbers.
835
836 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
837
838         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
839         * locale/iso-639.def: Add Chhattisgarhi entry.
840
841 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
842
843         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
844         ESRCH return value.
845         (_nss_dns_gethostbyname4_r): Likewise.
846         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
847         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
848         gethostbyname4_r, we don't have a separate IPv6 status, so copy
849         the no_data variable.
850
851         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
852         information at the correct index.
853
854         * socket/sys/socket.h: Declare accept4.
855         * socket/accept4.c: New file.
856         * sysdeps/unix/sysv/linux/accept4.c: New file.
857         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
858         * socket/Makefile (routines): Add accept4.
859         * socket/Versions: Export accept4 with version GLIBC_2.10.
860         * socket/paccept.c: Removed.
861         * sysdeps/unix/sysv/linux/paccept.c: Removed.
862         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
863         * Versions.def: Define GLIBC_2.10 for libc.
864         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
865
866         * nscd/connections.c: Use accept4.
867
868         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
869
870 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
871
872         * resolv/res_send.c (send_dg): Create sockets with non-blocking
873         flag already set.
874
875         * stdlib/setenv.c (unsetenv): Don't search environment if it does
876         not exist.
877         * stdlib/Makefile (tests): Add tst-unsetenv1.
878         * stdlib/tst-unsetenv1.c: New file.
879
880 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
881
882         * login/utmp_file.c (file_writable): New variable.
883         (setutent_file): Don't try to open file for writing.
884         (pututline_file): Before writing, make descriptor writable if
885         necessary.
886
887 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
888
889         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
890         to IPv4 or IPv6 if an interface has been found.
891
892 2008-11-26  Roland McGrath  <roland@redhat.com>
893
894         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
895         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
896
897         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
898         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
899         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
900
901         * elf/elf.h (NT_386_IOPERM): New macro.
902         (NT_PPC_VSX): New macro.
903
904 2008-11-25  Roland McGrath  <roland@redhat.com>
905
906         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
907         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
908         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
909         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
910         Subdirectories moved to ports repository.
911         * configure.in (base_machine): Remove alpha case.
912
913 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
914
915         * sysdeps/mach/strerror_l.c: New file.
916
917 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
918
919         [BZ #6411]
920         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
921         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
922         magic numbers.
923         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
924         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
925         (relax_fenv_state): Same as above.
926         (FPSCR_29): Reserve bit in ISA 2.05.
927         (FPSCR_NI): Provide define for compat.
928         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
929         magic numbers.
930         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
931         magic numbers.
932         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
933         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
934         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
935         access to hwcap to account for hwcap size increase to uint64_t.
936         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
937         Likewise.
938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
939         (*setcontext): Likewise.
940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
941         New file.
942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
943         New file.
944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
945         (*setcontext): dynamically select mtfsf insn based on
946         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
947         increase to uint64_t.
948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
949         (*swapcontext): dynamically select mtfsf insn based on
950         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
951         increase to uint64_t.
952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
953         New file.
954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
955         New file.
956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
957         (*setcontext): dynamically select mtfsf insn based on
958         PPC_FEATURE_HAS_DFP.
959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
960         (*swapcontext): dynamically select mtfsf insn based on
961         PPC_FEATURE_HAS_DFP.
962
963 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
964
965         * version.h: Bump for 2.9 release.
966         * include/features.h (__GLIBC_MINOR__): Bump to 9.
967
968         [BZ #7029]
969         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
970         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
971         all the rounding.
972
973 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
974
975         [BZ #7009]
976         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
977         unknown request types for now.
978
979 2008-11-11  Roland McGrath  <roland@redhat.com>
980
981         * sysdeps/x86_64/configure: New file.
982
983         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
984         * configure: Regenerated.
985
986 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
987
988         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
989         correct instruction to remove the stack frame.
990
991 2008-11-03  Michael Matz  <matz@suse.de>
992
993         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
994         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
995
996 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
997
998         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
999         Remove.
1000
1001         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1002         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1003         of the thread variable instead of void *.
1004         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1005         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1006         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1007         __libc_tsd_define arguments.
1008         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1009         __libc_tsd_address arguments.  Remove union hack.
1010         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1011         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1012         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1013         Adjust __libc_tsd_{set,get} arguments.
1014         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1015         __libc_tsd_define arguments.
1016         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1017         arguments.
1018         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1019         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1020         (LOCALE): Adjust __libc_tsd_define arguments.
1021         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1022         arguments.
1023         (LOCALE): Adjust __libc_tsd_define arguments.
1024         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1025         arguments.
1026         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1027         arguments.
1028
1029 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1030
1031         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1032         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1033
1034 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1035
1036         [BZ #6966]
1037         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1038
1039 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1040             Ulrich Drepper  <drepper@redhat.com>
1041
1042         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1043         definition for GCC 3.1 and later.
1044
1045 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1046
1047         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1048         refetch dtv, as it might have changed.
1049         * elf/Makefile: Add rules to build and run tst-tls18.
1050         * elf/tst-tls18.c: New test.
1051         * elf/tst-tlsmod18a.c: New file.
1052
1053 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1054
1055         [BZ #6875]
1056         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1057
1058 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1059
1060         [BZ #6867]
1061         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1062
1063         [BZ #6919]
1064         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1065         Fix length of copy operation.
1066
1067 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1068
1069         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1070         and fix its calling convention.
1071
1072 2008-10-07  Andreas Schwab  <schwab@suse.de>
1073
1074         [BZ #6942]
1075         * resolv/res_send.c (send_vc): Fix last change.
1076         (send_dg): Align here as well.
1077
1078 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1079
1080         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1081         return value in case rlimit is RLIM_INFINITY.
1082
1083         [BZ #6947]
1084         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1085         for UL_SETFSIZE.
1086         * resource/Makefile (tests): Add bug-ulimit1.
1087         * resource/bug-ulimit1.c: New file.
1088
1089         [BZ #6974]
1090         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1091         without dot.  Properly terminate the string with a null byte.
1092         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1093
1094         [BZ #6980]
1095         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1096         negative sizees.
1097         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1098         negative __size.
1099
1100         [BZ #6995]
1101         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1102
1103 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1104
1105         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1106         abort if there is no initgroups_dyn function.
1107
1108         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1109         result if any of the queries really provided an answer.
1110
1111 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1112
1113         * po/lt.po: Update from translation team.
1114
1115 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1116
1117         * po/id.po: Update from translation team.
1118
1119 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1120
1121         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1122         Fix tests for existence of second reply.
1123
1124 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1125
1126         * po/id.po: New file.
1127         Contributed by the Indonesian translation team.
1128
1129 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1130
1131         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1132         initialization.
1133
1134 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1135
1136         * elf/Makefile: Add rules to build and run tst-tls17.
1137         * elf/tst-tls17.c: New test.
1138         * elf/tst-tlsmod17a.c: New file.
1139         * elf/tst-tlsmod17b.c: Likewise.
1140
1141 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1142
1143         * stdlib/divmod_1.c: Use correct type for dummy variable.
1144         * stdlib/mod_1.c: Likewise.
1145
1146 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1147
1148         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1149
1150 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1151
1152         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1153         __nonnull order for C++.
1154         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1155         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1156
1157 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1158
1159         * stdlib/longlong.h: Update from GCC.
1160
1161 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1162             David S. Miller  <davem@davemloft.net>
1163
1164         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1165         make sure any registers used with 64-bit 'branch-on-register'
1166         instructions have their top 32-bits clear.
1167         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1168         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1169
1170 2008-09-18  Andreas Schwab  <schwab@suse.de>
1171
1172         [BZ #6942]
1173         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1174         Properly handle partial reads.
1175
1176 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1177
1178         * elf/elf.h (STO_MIPS_PLT): New.
1179         (R_MIPS_COPY): New.
1180         (R_MIPS_JUMP_SLOT): New.
1181         (R_MIPS_NUM): Redefine to 128.
1182         (DT_MIPS_PLTGOT): New.
1183         (DT_MIPS_RWPLT): New.
1184         (DT_MIPS_NUM): Redefine to 0x35.
1185
1186 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1187
1188         * timezone/africa: Update from tzdata2008f.
1189         * timezone/asia: Likewise.
1190         * timezone/australasia: Likewise.
1191         * timezone/europe: Likewise.
1192         * timezone/leapseconds: Likewise.
1193         * timezone/northamerica: Likewise.
1194         * timezone/southamerica: Likewise.
1195         * timezone/zone.tab: Likewise.
1196
1197 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1198
1199         * nscd/connections.c: Disable use of paccept for now.
1200
1201 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1202
1203         * socket/Versions: Remove paccept export for GLIBC_2.9.
1204         * socket/Makefile (routines): Remove paccept.
1205         * socket/sys/socket.h: Remove paccept declaration.
1206
1207         * po/sv.po: Update from translation team.
1208
1209 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1210
1211         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1212         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1213
1214 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1215
1216         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1217         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1218
1219 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1220
1221         * sunrpc/rpc/svc.h: Declare svcfd_create.
1222         Patch by Michael Solberg <msolberg@redhat.com>.
1223
1224 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1225             Ulrich Drepper  <drepper@redhat.com>
1226
1227         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1228         _int_valloc fails.
1229         (public_pVALLOc): Likewise.
1230
1231 2008-09-02  Andreas Jaeger  <aj@suse.de>
1232
1233         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1234         commit.
1235
1236 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1237
1238         [BZ #6860]
1239         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1240
1241 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1242
1243         * Makefile (check-data): Check data directory in add-ons.
1244         * elf/Makefile (check-data): Likewise.
1245
1246 2008-08-18  Roland McGrath  <roland@redhat.com>
1247
1248         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1249         * configure: Regenerated.
1250         * config.make.in (cflags-cpu): New substituted variable.
1251         (with-cpu): Variable removed.
1252         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1253
1254 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1255
1256         [BZ #6845]
1257         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1258         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1259         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1260         redundant.  Functions which call floating point assembler operations
1261         should go into a sysdeps powerpc/fpu directory.
1262
1263 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1264
1265         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1266         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1267
1268 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1269
1270         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1271
1272         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1273         change related to AT_EXECFN.  We cannot use that string.
1274         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1275         _dl_execfn member.
1276         * elf/dl-support.c: Remove _dl_execfn variable.
1277         (_dl_aux_init): Remove handling of AT_EXECFN.
1278         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1279         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1280
1281 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1282
1283         [BZ #6544]
1284         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1285         byte gets added to writes and seeks from the end use the length of
1286         the buffer and not the currently terminating NUL byte.
1287
1288         [BZ #6634]
1289         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1290         Set to true if locking failed.
1291         (getutid_r_file): Adjust caller.
1292         (pututline_file): Likewise.  Return NULL in this case.
1293         Patch mostly by halesh.s@gmail.com.
1294
1295 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1296
1297         [BZ #6589]
1298         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1299         Define.
1300         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1301
1302 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1303
1304         [BZ #6839]
1305         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1306         macro since it is now available in elf/dynamic-link.h.
1307
1308 2008-08-12  Roland McGrath  <roland@frob.com>
1309
1310         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1311         in case used outside of libc.
1312         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1313
1314 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1315
1316         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1317         directly instead of going through dn_comp.
1318
1319 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1320
1321         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1322         Fix asm constraints.
1323
1324 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1325
1326         [BZ #6790]
1327         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1328         (IPV6_PMTUDISC_PROBE): Likewise.
1329
1330 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1331
1332         [BZ #6791]
1333         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1334
1335 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1336             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1337
1338         [BZ #6817]
1339         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1340         Added the members 'vsx' and 'arch_2_06'.
1341         (_dl_powerpc_platforms): Add the member 'power7'.
1342         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1343         to reflect the changes required by VSX and ISA 2.06.
1344         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1345         'power7'.
1346         Defined PPC_PLATFORM_POWER7.
1347         (_dl_string_platform): Add support for POWER7.
1348         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1349         capability and ISA 2.06.
1350
1351 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1352
1353         [BZ #6824]
1354         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1355         macro to detect use of 128 bit long double.
1356         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1357
1358 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1359
1360         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1361
1362         [BZ #5794]
1363         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1364         parameters.
1365         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1366         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1367
1368 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1369
1370         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1371         guaranteed to be large enough to read inotify event.  Ignore
1372         EAGAIN error.  Better error message.  Add branch predicition.
1373         (main_loop_epoll): Likewise.
1374
1375 2008-08-02  Roland McGrath  <roland@frob.com>
1376
1377         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1378         Add memory clobbers.
1379
1380 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1381
1382         * manual/arith.texi: Avoid @strong{Note:}.
1383         * manual/creature.texi: Likewise.
1384         * manual/filesys.texi: Likewise.
1385         * manual/math.texi: Likewise.
1386         * manual/memory.texi: Likewise.
1387         * manual/resource.texi: Likewise.
1388         * manual/syslog.texi: Likewise.
1389         * manual/time.texi: Likewise.
1390
1391         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1392         to prevent warning.
1393
1394 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1395
1396         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1397         new epoll_create1 interface.
1398         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1399         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1400         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1401
1402         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1403         (NS_GET32): Likewise.
1404
1405         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1406         syscalls, too.
1407
1408         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1409         use the AT_EXECFN value if it is no absolute path.
1410         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1411         __ASSUME_AT_EXECFN.
1412
1413         * Versions.def: Add GLIBC_2.9 to libresolv.
1414         * include/resolv.h: Remove hidden proto declarations for __ns_*
1415         functions.  Add them for __dn_count_labels and __p_secstodate.
1416         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1417         Define ns_msg_getflags macro here.
1418         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1419         and __p_secstodate.
1420         * resolv/Versions: Export functions from <arpa/nameser.h> from
1421         libresolv in version GLIBC_2.9.
1422         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1423         hidden definitions.
1424         * resolv/ns_netint.c: Likewise.
1425         * resolv/ns_parse.c: Likewise.
1426         * resolv/ns_print.c: Likewise.
1427         * resolv/ns_samedomain.c: Likewise.
1428         * resolv/ns_ttl.c: Likewise.
1429         * resolv/arpa/nameser_compat.h: Likewise.
1430         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1431         function calls.
1432         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1433         instead of ns_get16.
1434         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1435         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1436         (gaih_getanswer_slice): Likewise.
1437         * resolv/Makefile (libresolv-routines): Add ns_date.
1438         * resolv/ns_date.c: New file.
1439
1440         * elf/Makefile (check-localplt.out): Also check libresolv and
1441         libcrypt.
1442
1443 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1444
1445         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1446         __ASSUME_O_CLOEXEC.
1447
1448 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1449
1450         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1451         buffer passed to NSS functions.
1452
1453         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1454
1455         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1456         Define.
1457
1458         * misc/syslog.c (openlog_internal): Fix compile problem.
1459
1460 2008-07-28  Roland McGrath  <roland@redhat.com>
1461
1462         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1463
1464 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1465
1466         * io/ftw.c (add_object): Remove inline to avoid warning.
1467
1468         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1469
1470         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1471         Use it instead of locally defined resplen2 variable.
1472         (res_nsend): Adjust for __libc_res_nsend interface change.
1473         (send_vc): Initialize *resplen2 if necessary.  Read length of
1474         package into an appropriately aligned variable.  Store converted length
1475         in new variable and use it appropriately.
1476         Add branch prediction help.
1477         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1478         and pass it on to __libc_res_nsend.  Adjust all callers.
1479         (__libc_res_nsearch): Likewise.
1480         (__libc_res_nqeurydomain): Likewise.
1481         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1482         change.
1483         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1484         Define resplen2 variable and pass it to __libc_res_nsearch and then
1485         to gaih_getanswer.
1486         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1487         Add branch prediction.
1488         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1489         (gaih_getanswer): Don't decode second slice if first one failed due
1490         to a too small buffer.  Don't let not found status of second
1491         decoder shadow results of the first.
1492         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1493         and __libc_res_nquery interface changes
1494         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1495         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1496         __libc_res_nsearch, and __libc_res_nsend.
1497         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1498         change.
1499         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1500         __libc_res_nsearch interface changes.
1501
1502 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1503
1504         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1505
1506         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1507         file descriptors with close-on-exec set.
1508         (exec_comm_child): Fix the case where the write end of the pipe is
1509         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1510
1511         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1512         * io/pipe2.c: Likewise.
1513         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1514         instead of __ASSUME_PACCEPT.
1515         * include/unistd.h: Declare __have_pipe2.
1516         * libio/iopopen.c: Implement "e" flag.
1517         * libio/Makefile (tests): Add tst-popen1.
1518         * libio/tst-popen1.c: New file.
1519
1520         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1521         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1522
1523 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1524
1525         [BZ #6771]
1526         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1527         success call of _IO_SEEKOFF or calls which failed because the
1528         descriptor is for a pipe.
1529
1530         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1531         magic number.
1532
1533         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1534
1535         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1536         F_SETFD use if we know fopen set the flag.
1537
1538         * login/utmp_file.c (setutent_file): Minor optimization in case
1539         O_CLOEXEC is available.
1540
1541 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1542
1543         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1544         * elf/Makefile: Use pie-ccflag variable.
1545         * nscd/Makefile: Likewise.
1546         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1547
1548 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1549
1550         [BZ #6724]
1551         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1552         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1553         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1554         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1555         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1556         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1557         utmp32, utmpx32 and login32.
1558         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1559         versions of struct utmp functions to libc and libutil.
1560         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1561         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1562         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1563         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1564         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1565         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1566         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1567         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1568         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1569         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1570         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1571         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1572         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1573         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1574         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1575         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1576         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1577         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1578         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1579         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1580         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1581         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1582
1583 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1584
1585         * scripts/gen-as-const.awk: Generate more widely usable code by
1586         using 64-bit arithmetic.
1587
1588         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1589         the same treatment as narrow output code in last patch.
1590
1591         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1592
1593         [BZ #6763]
1594         * elf/dl-load.c (local_strdup): Remove inline.
1595         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1596         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1597         part of the object.
1598
1599         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1600
1601 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1602
1603         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1604         the new syscalls, too.
1605
1606         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1607         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1608
1609         [BZ #6698]
1610         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1611         parameter for end of buffer.  If temporary copy is too large use
1612         malloc.
1613         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1614         interface change.
1615         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1616         string rewrite when allocating buffer.
1617
1618         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1619         syscalls, too.
1620
1621         * nscd/connections.c (nscd_init): Clean up fcntl call.
1622
1623         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1624         SOCK_NONBLOCK if possible.
1625
1626         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1627         SOCK_CLOEXEC if available.
1628
1629         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1630         __libc_clntudp_bufcreate_internal.
1631         * include/sys/socket.h: Declare __have_sock_cloexec.
1632         * socket/Makefile (aux): Add have_sock_cloexec.
1633         * socket/have_sock_cloexec.c: New file.
1634         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1635         __libc_clntudp_bufcreate.
1636         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1637         which takes an additional parameter.  Create socket with non-blocking
1638         mode and close-on-exec flag set, if wanted.
1639         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1640         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1641         instead of clntudp_create.  The socket has already the close-on-exec
1642         flag set if SOCK_CLOEXEC is defined.
1643
1644 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1645
1646         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1647         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1648         appropriate.
1649         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1650         non-blocking mode by using socket, paccept, and inotify_init1.
1651
1652         * Versions.def (glibc): Add GLIBC_2.9.
1653         * io/Makefile (routines): Add dup3 and pipe2.
1654         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1655         * io/dup3.c: New file.
1656         * io/pipe2.c: New file.
1657         * posix/unistd.h: Declare dup3 and pipe2.
1658         * socket/Makefile (routines): Add paccept.
1659         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1660         * socket/paccept.c: New file.
1661         * socket/sys/socket.h: Declare paccept.
1662         * sysdeps/unix/syscalls.list: Add entry for dup3.
1663         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1664         epoll_create2 and inotify_init1.
1665         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1666         * sysdeps/unix/sysv/linux/paccept.c: New file.
1667         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1668         possible.
1669         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1670         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1671         inotify_init1, and pipe2 entries.
1672         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1673         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1674         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1675         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1676         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1677         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1678         SOCK_NONBLOCK.
1679         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1680         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1681         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1682         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1683         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1684         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1685         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1686         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1687         EPOLL_NONBLOCK.  Declare epoll_create2.
1688         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1689         EFD_NONBLOCK.
1690         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1691         IN_NONBLOCK.  Declare inotify_init1.
1692         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1693         SFD_NONBLOCK.
1694         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1695         TFD_NONBLOCK.
1696
1697         * elf/elf.h: Define AT_EXECFN.
1698         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1699         LD_ORIGIN_PATH.
1700         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1701         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1702         if __ASSUME_AT_EXECFN is defined.
1703         (_dl_aux_init): Handle AT_EXECFN.
1704         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1705         for 2.6.27 and up.
1706         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1707         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1708         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1709         _dl_execfn if available and avoid compatibility code if
1710         __ASSUME_AT_EXECFN is defined.
1711
1712         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1713         _dl_discover_osversion only for older kernels.
1714
1715 2008-07-22  Roland McGrath  <roland@frob.com>
1716
1717         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1718
1719 2008-07-21  Roland McGrath  <roland@frob.com>
1720
1721         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1722         returned too much data out of line.
1723
1724 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1725
1726         * locale/setlocale.c (setname): Remove inline to avoid compiler
1727         warning.
1728
1729         [BZ #6712]
1730         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1731
1732 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1733
1734         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1735         doesn't manage to write anything, fail.
1736
1737         * malloc/hooks.c (__malloc_check_init): Remove printf.
1738
1739 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1740
1741         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1742
1743 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1744
1745         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1746         from inotify.
1747         (main_loop_epoll): Likewise.
1748
1749 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1750
1751         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1752
1753         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1754         if DEBUG is defined.
1755
1756         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1757         query.  Adjust buffer size computation for padding.
1758
1759 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1760
1761         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1762         * stdio-common/tst-setvbuf1.c: New file.
1763         * stdio-common/tst-setvbuf1.expect: New file.
1764
1765         [BZ #6719]
1766         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1767         when selecting fully-buffered stream.
1768         Patch by Wang Xin <wxinee@gmail.com>.
1769
1770 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1771
1772         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1773         (__open_2): New function.
1774         (__open64_2): New alias to __open_2.
1775         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1776         (__openat_2): New function.
1777         (__openat64_2): New alias to __openat_2.
1778
1779 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1780
1781         [BZ #6723]
1782         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1783
1784 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1785
1786         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1787         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1788         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1789         __hurd_dfail.
1790         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1791         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1792         * sysdeps/mach/hurd/send.c (__send): Likewise.
1793         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1794         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1795
1796 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1797
1798         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1799         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1800         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1801         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1802         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1803         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1804
1805 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1806
1807         [BZ #6657]
1808         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1809         of %EY.
1810         Patch by Petr Baudis.
1811
1812 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1813
1814         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1815         Patch by Peter Jones <pjones@redhat.com>.
1816
1817 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1818
1819         [BZ #6654]
1820         * stdlib/canonicalize.c (__realpath): readlink can write too much
1821         into the buffer on platforms without PATH_MAX.
1822
1823 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1824
1825         [BZ #6653]
1826         * posix/tst-regex.c (main): Rename to...
1827         (do_test): ... this. Remove cmdline option processing.
1828         (TIMEOUT): Define.
1829         (TEST_FUNCTION): Define.
1830         (CMDLINE_OPTIONS): Define.
1831
1832 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1833
1834         [BZ #5210]
1835         * configure.in: Add -Werror to -fstack-protector test to catch
1836         unsupported architectures.
1837         Patch by Gilles Esponasse <g.esp@free.fr>.
1838
1839 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1840
1841         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1842         getcontext returns ENOSYS.
1843
1844 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1845
1846         * nscd/connections.c (main_loop_poll): Fix test for read error.
1847         (main_loop_epoll): Likewise.
1848
1849 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1850
1851         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1852         better place so it is not called when nscd is used.
1853
1854         * nscd/connections.c: Also recognize and handle changes to the
1855         resolver configuration file.
1856
1857 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1858
1859         * time/strftime.c: Pass reference to tzset_called around to handle
1860         recursive calls.
1861
1862         [BZ #6612]
1863         * time/strftime.c (__strftime_internal): Call tzset() only
1864         when printing timezone-dependent values.
1865         Based on a patch by Petr Baudis <pasky@suse.cz>.
1866
1867         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1868         unconditionally use second gaih_getanswer_slice result.
1869
1870         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1871         (getaddrinfo): RES must always be non-NULL.
1872
1873 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1874
1875         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1876         cr[34] registers.
1877         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1878         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1879         Likewise.
1880         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1881         register.
1882
1883 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1884
1885         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1886         fields.
1887         * nscd/connections.c (inotify_fd): New variable.
1888         (nscd_init): Try to open an inotify descriptor.
1889         If successful, watch files for databases using inotify instead of
1890         having prune threads stat the files.
1891         (nscd_run_prune): Recognize clear_cache flag being set and call
1892         prune_cache appropriately.
1893         (main_loop_poll): Add inotify descriptor to wait set and handle the
1894         reported changes.
1895         (main_loop_epoll): Likewise.
1896         * nscd/cache.c (prune_cache): Don't stat files for databases if
1897         inotify is used.
1898         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1899         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1900
1901         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1902         fixed-size portion of the record.
1903         * nscd/servicescache.c (cache_addserv): Likewise.
1904         * nscd/pwdcache.c (cache_addpw): Likewise.
1905         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1906
1907 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1908
1909         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1910         out we don't use uninitialized memory.
1911
1912         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1913         the client.
1914
1915 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1916
1917         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1918         ignore T_DNAME messages.
1919         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1920
1921 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1922
1923         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1924         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1925
1926 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1927
1928         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1929         instead of portstr to nscd_getserv_r.  Patch by
1930         Roman Kagan <rkagan@mail.ru>.
1931
1932 2008-05-26  Jim Meyering  <meyering@redhat.com>
1933
1934         Remove more useless "if" tests before "free".
1935         * include/inline-hashtab.h (htab_delete): Likewise.
1936         * libio/freopen.c (freopen): Likewise.
1937         * libio/freopen64.c (freopen64): Likewise.
1938         * locale/programs/ld-collate.c (collate_read): Likewise.
1939         * misc/fstab.c (libc_freeres_fn): Likewise.
1940         * posix/glob.c (globfree): Likewise.
1941
1942 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1943
1944         * string/Makefile (strop-tests): Add memmem.
1945         * string/test-memmem.c: New file.
1946         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1947         (test_init): Size buf1 according to BUF1PAGES.
1948
1949 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1950
1951         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1952         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1953         (CFLAGS-scanf17.c): New.
1954         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1955         * stdio-common/scanf15.c (main): Likewise.
1956         * stdio-common/scanf16.c: New file.
1957         * stdio-common/scanf17.c: New file.
1958
1959 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1960
1961         * resolv/res_send.c (send_dg): If we already have one of two
1962         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1963         use the one answer insted of failing.
1964
1965 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1966
1967         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1968         being executed on PowerPC as the expected result exceeds IBM
1969         long double 128 __LDBL_MAX__.
1970
1971 2008-05-21  Roland McGrath  <roland@redhat.com>
1972
1973         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1974
1975         * Makefile (check-data): Use $(abi-name) before other guesses.
1976         Look in $(add-ons) dirs before scripts/data/.
1977         * elf/Makefile (check-data): Likewise.
1978
1979         * scripts/soversions.awk: Grok ABI line.
1980         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1981         Emit definition for abi-name variable.
1982
1983 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1984
1985         * string/endian.h: Define new fixed-size hto* and *toh macros only
1986         if [__USE_BSD].
1987
1988         * iconvdata/Depend: Add localedata.
1989
1990 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1991
1992         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1993
1994 2008-05-08  David S. Miller  <davem@davemloft.net>
1995
1996         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1997         HIDDEN_JUMPTARGET.
1998         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1999         (__SYSCALL_CLOBBERS): Remove %g* registers.
2000         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2001         (__SYSCALL_CLOBBERS): Likewise.
2002         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2003         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2004
2005 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2006
2007         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2008         (CALL_ERRNO_LOCATION): Define.
2009         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2010         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2011         (CALL_ERRNO_LOCATION): Define.
2012         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2013         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2014         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2015
2016 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2017
2018         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2019         variable.
2020
2021 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2022
2023         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2024         (FIRST_FRAME_POINTER): Define.
2025
2026 2008-05-09  David S. Miller  <davem@davemloft.net>
2027
2028         * sysdeps/sparc/sparc64/backtrace.c: New file.
2029
2030 2008-05-14  David S. Miller  <davem@davemloft.net>
2031
2032         * sysdeps/sparc/machine-gmon.h: New file.
2033         * sysdeps/sparc/sparc-mcount.S: Likewise.
2034         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2035         sysdep_routines in gmon directory.
2036
2037 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2038
2039         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2040
2041 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2042
2043         * resolv/res_query.c (__libc_res_nquery): In case one of two
2044         answer was too short don't try to read that answer's header.
2045
2046         * resolv/res_send.c (send_dg): In case of timeout and there are
2047         two queries and one has been answered, return value indicating
2048         success.
2049
2050 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2051
2052         * nscd/cache.c (cache_add): Take additional parameter specifying
2053         whether this is in response of a cache refill.  Check alignment
2054         of package data.  Revamp waking of pruning thread.
2055         (prune_cache): Small optimization.
2056         * nscd/nscd.h: Adjust cache_add prototypes.
2057         * nscd/aicache.c: Adjust cache_add calls.
2058         * nscd/grpcache.c: Likewise.
2059         * nscd/hstcache.c: Likewise.
2060         * nscd/initgrcache.c: Likewise.
2061         * nscd/pwdcache.c: Likewise.
2062         * nscd/servicescache.c: Likewise.
2063         * nscd/connections.c (restart): Really disable cache use before
2064         exec attempt.  If it fails, reenable cache.
2065         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2066         time to max to be able to notice concurrent cache additions.  Unlock
2067         prune_lock while performing gc.  Afterwards compute wakeup time with
2068         current wakeup_time value in mind.
2069
2070 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2071
2072         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2073
2074         * nscd/mem.c (gc): Correctly determine highest used array element
2075         in mark.
2076
2077         * nscd/mem.c (markrange): Add assert to check entries are all
2078         aligned.  Small cleanup in bitmap use.
2079
2080         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2081         blockoff of type nscd_ssize_t.
2082         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2083         (mempoll_alloc): Record block offset and not address.
2084
2085         * nscd/mem.c (gc): Fix test for stack overuse.
2086
2087         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2088         more asserts.
2089
2090         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2091         entry is available, believe it.
2092
2093         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2094         no answers return NSS_STATUS_NOTFOUND.
2095         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2096         buffer does not have any content.
2097
2098 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2099
2100         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2101
2102         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2103         lookup, don't assign canon unconditionally.
2104
2105 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2106
2107         * string/Makefile (distribute): Add str-two-way.h.
2108
2109 2008-03-29  Eric Blake  <ebb9@byu.net>
2110
2111         Rewrite string searches to O(n) rather than O(n^2).
2112         * string/str-two-way.h: New file.  For linear fixed-allocation
2113         string searching.
2114         * string/memmem.c: New implementation.
2115         * string/strstr.c: New implementation.
2116         * string/strcasestr.c: New implementation.
2117
2118 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2119
2120         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2121         opr.ctx_type.
2122         (calc_first): Initialize constraint field.
2123         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2124         Use search_duplicated_node to avoid loops.  Fix grammar.
2125         (duplicate_node): Merge constraint field for all node types.
2126         (calc_eclosure_iter): Look at constraint field for all node types.
2127         * posix/regex_internal.c (create_cd_newstate): Don't look at
2128         create_cd_newstate.
2129
2130 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2131
2132         [BZ #6428]
2133         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2134
2135         [BZ #6442]
2136         * string/endian.h: Add macros for fixed-size endian conversion.
2137         * bits/byteswap.h: Allow inclusion from <endian.h>.
2138         * sysdeps/i386/bits/byteswap.h: Likewise.
2139         * sysdeps/ia64/bits/byteswap.h: Likewise.
2140         * sysdeps/s390/bits/byteswap.h: Likewise.
2141         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2142         * string/Makefile (tests): Add tst-endian.
2143         * string/tst-endian.c: New file.
2144
2145         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2146         Patch by Reuben Thomas.
2147
2148 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2149
2150         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2151
2152 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2153
2154         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2155
2156         [BZ #6461]
2157         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2158         Add missing braces.
2159         (BODY for __gconv_transform_internal_ascii): Likewise.
2160
2161         [BZ #6472]
2162         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2163         to be treated like link-local addresses.
2164         (match_prefix): Don't treat IPv4 loopback address special when
2165         converting to v4 mapped addressed.
2166
2167         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2168         if necessary.
2169         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2170         * posix/tst-rfc3484-2.c: Likewise.
2171         * posix/tst-rfc3484-3.c: Likewise.
2172
2173         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2174         and SCTP.
2175
2176         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2177
2178         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2179
2180         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2181
2182 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2183
2184         * po/lt.po: New file.  From Lituanian translation team.
2185
2186 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2187
2188         Introduce TLS descriptors for i386 and x86_64.
2189         * include/inline-hashtab.h: New file, copied from 2005's
2190         libiberty, with fix for memory leak imported afterwards by
2191         Glauber de Oliveira Costa.
2192         * elf/tlsdeschtab.h: New file.
2193         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2194         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2195         (CHECK_STATIC_TLS): Move to...
2196         * elf/dynamic-link.h: ... this file.
2197         (TRY_STATIC_TLS): New macro.
2198         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2199         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2200         R_386_TLS_DESC): Define.
2201         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2202         binutils.
2203         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2204         R_X86_64_TLSDESC): Define.
2205         (R_386_NUM, R_X86_64_NUM): Adjust.
2206         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2207         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2208         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2209         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2210         release tlsdesc_table.
2211         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2212         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2213         (elf_machine_rel): Handle R_386_TLS_DESC.
2214         (elf_machine_rela): Likewise.
2215         (elf_machine_lazy_rel): Likewise.
2216         (elf_machine_lazy_rela): Likewise.
2217         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2218         * sysdeps/i386/dl-tlsdesc.S: New file.
2219         * sysdeps/i386/dl-tlsdesc.h: New file.
2220         * sysdeps/i386/tlsdesc.c: New file.
2221         * sysdeps/i386/tlsdesc.sym: New file.
2222         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2223         tlsdesc_table.
2224         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2225         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2226         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2227         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2228         release tlsdesc_table.
2229         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2230         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2231         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2232         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2233         (elf_machine_rela): Likewise.
2234         (elf_machine_lazy_rel): Likewise.
2235         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2236         (__tls_get_addr): Do not declare for non-shared compiles.
2237         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2238         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2239         * sysdeps/x86_64/tlsdesc.c: New file.
2240         * sysdeps/x86_64/tlsdesc.sym: New file.
2241         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2242         tlsdesc_table for both 32- and 64-bit structs.
2243
2244 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2245
2246         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2247         its own function.  This reduces the frame setup costs and more.
2248
2249 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2250
2251         [BZ #3406]
2252         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2253         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2254
2255 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2256
2257         * io/openat.c (__openat_2): Also pass fd to __openat.
2258         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2259         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2260
2261         * string/tester.c (test_memcmp): Add a few more tests.
2262         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2263
2264 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2265
2266         * nscd/cache.c (cache_add): Before returning with failure and this
2267         is the first use of the record, mark it as unusable.
2268         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2269         reporting a failure.
2270         * nscd/grpcache.c: Likewise
2271         * nscd/hstcache.c: Likewise.
2272         * nscd/initgrcache.c: Likewise.
2273         * nscd/pwdcache.c: Likewise.
2274         * nscd/servicescache.c: Likewise.
2275
2276 2008-05-10  Roland McGrath  <roland@redhat.com>
2277
2278         [BZ #6505]
2279         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2280
2281 2008-05-08  David S. Miller  <davem@davemloft.net>
2282
2283         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2284
2285         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2286         (__ieee754_y0l): Likewise.
2287         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2288         (__ieee754_y1l): Likewise.
2289         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2290         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2291         frexpl and ldexpl.  math_private.h provides them and the latter
2292         is not even used.
2293         (__log1pl): Use __frexpl.
2294
2295 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2296
2297         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2298         prototypes.
2299         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2300         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2301         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2302         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2303         af==AF_UNSPEC.
2304         (_nss_nis_gethostbyname4_r): New function.
2305         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2306         Change to also handle af==AF_UNSPEC.
2307         (get_tablename): New function.  Use it to avoid duplication.
2308         (_nss_nisplus_gethostbyname4_r): New function.
2309         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2310         available.
2311         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2312         * nss/nss.h: Define struct gaih_addrtuple.
2313         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2314         af==AF_UNSPEC.
2315         (_nss_files_gethostbyname4_r): New function.
2316         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2317         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2318         calls.
2319         * resolv/res_query.c (__libc_res_nquery): Take two additional
2320         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2321         look up IPv4 and IPv6.
2322         Change all callers.
2323         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2324         for an additional query and answer buffer.  Pass to send_vc and
2325         send_dg.
2326         (send_vc): Send possibly two requests and receive two answers.
2327         (send_dg): Likewise.
2328         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2329         __libc_res_nquery.
2330         (_nss_dns_gethostbyname4_r): New function.
2331         (gaih_getanswer_slice): Likewise.
2332         (gaih_getanswer): Likewise.
2333         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2334         __libc_res_nquery call.
2335         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2336         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2337         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2338         available.
2339
2340 2008-05-05  David S. Miller  <davem@davemloft.net>
2341
2342         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2343         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2344
2345 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2346
2347         Fix termios bit macros.
2348         Move *DLY definitions where they belong, in termios.h.
2349         Add *[0-3] definitions.
2350         Fixes confusion between VT and FF.
2351         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2352         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2353         are already defined to avoid collision with termios.h.
2354         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2355         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2356         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2357         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2358         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2359         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2360         VTDLY, VT0, VT1): New macros.
2361         [__USE_GNU] (OLCUC): Change value of macro.
2362         [__USE_XOPEN] (OFILL): New macro.
2363         [__USE_BSD] (CRTSCTS): Change value.
2364         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2365         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2366         (B7200, B14400, B28800, B76800): New macros.
2367
2368 2008-05-01  David S. Miller  <davem@davemloft.net>
2369
2370         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2371         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2372         (gen-as-const-headers): Add it.
2373         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2374         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2375         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2376         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2377
2378         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2379         six system call parameters.
2380         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2381
2382 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2383
2384         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2385         RUSAGE_LWP.
2386         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2387         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2388
2389 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2390
2391         * stdlib/tst-setcontext.c: Include unistd.h.
2392
2393 2008-04-25  David S. Miller  <davem@davemloft.net>
2394
2395         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2396         Pass "union semun" properly in to sys_ipc, it must be passed
2397         by value, not by reference.
2398
2399 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2400
2401         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2402         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2403         * nscd/connections.c (mem_in_flight): Likewise.
2404
2405         * nscd/nscd.h (dbs): Make hidden.
2406
2407         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2408         Avoid returning -1, return 0 instead.
2409
2410 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2411
2412         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2413
2414 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2415
2416         [BZ #5209]
2417         * sysdeps/unix/sysv/linux/times.c: New file.
2418
2419         [BZ #5381]
2420         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2421         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2422         prototype.
2423         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2424         appropriate mem_in_flight element.
2425         (gc): Take allocations which have not yet been committed to the
2426         database into account.
2427         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2428         Reset mem_in_flight before returning.
2429         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2430         cue it up in mem_in_flight_list.
2431         * nscd/aicache.c: Adjust mempool_alloc call.
2432         * nscd/grpcache.c: Likewise.
2433         * nscd/hstcache.c: Likewise.
2434         * nscd/initgrcache.c: Likewise.
2435         * nscd/pwdcache.c: Likewise.
2436         * nscd/servicescache.c: Likewise.
2437         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2438         of -fpie.
2439
2440         * nscd/connections.c (handle_request): Provide better error message
2441         in case SELinux forbids the service.
2442
2443         * version.h (VERSION): Bump to 2.8.90.
2444
2445 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2446
2447         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2448
2449 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2450
2451         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2452         Also use for 32-bit.
2453         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2454         __nextafter instead of nextafter to avoid local PLT.
2455         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2456         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2457
2458         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2459
2460         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2461         __fe_nomask_env.
2462         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2463         <fenv_libc.h> instead of <fenv.h>.
2464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2466
2467         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2468
2469         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2470         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2471         function from fegetexcept and make old name weak alias.
2472         * include/fenv.h: Declare __fegetexcept.
2473         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2474         fegetexcept.
2475         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2476         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2477         to fetestexcept.
2478         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2479         instead of frexpl to avoid local PLT.
2480         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2481         ilogbl to avoid local PLT.
2482         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2483         instead of ldexpl to avoid local PLT.
2484         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2485         __roundl not roundl to avoid local PLT.
2486         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2487         local PLTs.  Use __sincosl instead of separate sinl and cosl
2488         calls.
2489         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2490
2491         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2492         version for ppc64 to 2.4.21 since without it makecontext will fail.
2493
2494         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2495         to the ABI in use.
2496         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2497         .__tls_get_addr.
2498         [__powerpc64__] (TLS_GD): Likewise.
2499
2500 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2501
2502         [BZ #4997]
2503         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2504         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2505         mantissa.
2506         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2507         Likewise.  Also account for when x is an odd number between 2^52
2508         and 2^53-1.
2509         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2510         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2511         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2512         detect aforementioned erroneous conditions.
2513
2514 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2515
2516         * configure.in: Check for -fno-section-anchors in addition to
2517         -fno-toplevel-reorder.
2518
2519 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2520
2521         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2522
2523         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2524         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2525         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2526         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2527         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2528         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2529
2530 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2531
2532         [BZ #5443]
2533         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2534         * time/alt_digit.c: Likewise.
2535         * wcsmbs/wcsmbsload.c: Likewise.
2536
2537 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2538
2539         * version.h (VERSION): Bump to 2.8.
2540
2541         * timzeone/asia: Update from tzdata2008b.
2542         * timezone/backward: Likewise.
2543         * timezone/europe: Likewise.
2544         * timezone/northamerica: Likewise.
2545         * timezone/southamerica: Likewise.
2546         * timezone/iso3166.tab: Likewise.
2547         * timezone/leapseconds: Likewise.
2548         * timezone/zone.tab: Likewise.
2549         * timezone/private.h: Update from tzcode2008a.
2550         * timezone/zdump.c: Likewise.
2551         * timezone/zic.c: Likewise.
2552
2553 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2554
2555         [BZ #5741]
2556         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2557         Define additonal Data Cache Block instruction macros.
2558         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2559         Replace dcbst with dcbf and sync with sync/isync.
2560
2561 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2562
2563         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2564         Always set ELF_RTYPE_CLASS_PLT.
2565         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2566
2567 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2568
2569         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2570         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2571         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2572         For ISA 2.01 and later replace mftb with mfspr 268.
2573
2574 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2575
2576         [BZ #5768]
2577         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2578         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2579
2580 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2581
2582         [BZ #5768]
2583         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2584         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2585         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2586         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2587
2588 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2589
2590         * stdlib/tst-makecontext.c (othervar): New variable.
2591         (cf): Test sign extending the argument to long.
2592
2593 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2594
2595         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2596         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2597         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2598         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2599         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2600         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2601         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2602
2603 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2604
2605         * elf/Makefile (tests): Substitute tests-vis-yes here.
2606         (tests-vis-yes): Delete.
2607         (modules-name, modules-vis-yes): Similarly.
2608
2609 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2610
2611         [BZ #4407]
2612         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2613         Preserve sign in signgamp when x is zero.
2614
2615 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2616
2617         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2618         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2619         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2620         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2621         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2622         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2623
2624 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2625
2626         [BZ #4314]
2627         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2628         buffers.
2629
2630         [BZ #5209]
2631         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2632         a reserved error value.
2633
2634         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2635         value to check for correct sign extension.
2636
2637         [BZ #5436]
2638         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2639         Copy 64-bit parameter values even though this is not required in
2640         the standard.
2641
2642         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2643         PC save.
2644
2645 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2646
2647         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2648         PC save.
2649
2650 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2651
2652         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2653
2654 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2655
2656         [BZ #5998]
2657         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2658         in line-buffered stream failed.
2659         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2660
2661 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2662
2663         [BZ #6024]
2664         * scripts/abi-versions.awk: If the version specified by
2665         --enable-oldest-abi is older than the first version for this
2666         architecture, use the default version.
2667
2668         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2669         as well when ignoring the whole category.
2670
2671 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2672
2673         [BZ #6042]
2674         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2675         ETHERTYPE_* definitions.
2676         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2677
2678 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2679
2680         * stdlib/mbtowc.c (__no_r_state): Remove.
2681         (mbtowc): New static state variable.  Use it instead of
2682         __no_r_state.
2683         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2684         (__wctomb_state): New hidden variable.
2685         (wctomb): Use __wctomb_state instead of __no_r_state.
2686         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2687         (__wctomb_state): New extern decl.
2688         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2689
2690 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2691
2692         [BZ #5475]
2693         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2694
2695 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2696
2697         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2698
2699 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2700
2701         * po/nl.po: Update from translation team.
2702
2703 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2704
2705         [BZ #6007]
2706         * string/strfry.c: Handle empty strings again.
2707
2708 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2709
2710         [BZ #5443]
2711         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2712         before looking for translation.
2713         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2714         * locale/freelocale.c: Likewise.
2715         * locale/newlocale.c: Likewise.
2716         * locale/setlocale.c: Likewise.
2717         Based partially on a patch by ryo@np.css.fujitsu.com.
2718
2719 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2720
2721         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2722         acquiring wrlock.  Do conv_tab allocation while holding lock.
2723         * intl/Makefile: Add rules to build and run tst-gettext6.
2724         * intl/tst-gettext6.c: New test.
2725         * intl/tst-gettext6.sh: New file.
2726
2727 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2728
2729         * po/nl.po: Update from translation team.
2730
2731         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2732         provided through st_blksize, try the default size before giving up.
2733
2734 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2735
2736         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2737
2738         [BZ #5939]
2739         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2740
2741         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2742         error message.  POSIX today does not require the messages to be in
2743         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2744
2745         [BZ #5979]
2746         * sunrpc/auth_unix.c: Unify printed strings.
2747         * sunrpc/clnt_tcp.c: Likewise.
2748         * sunrpc/clnt_udp.c: Likewise.
2749         * sunrpc/clnt_unix.c: Likewise.
2750         * sunrpc/svc_tcp.c: Likewise.
2751         * sunrpc/svc_udp.c: Likewise.
2752         * sunrpc/svc_unix.c: Likewise.
2753         * sunrpc/xdr.c: Likewise.
2754         * sunrpc/xdr_array.c: Likewise.
2755         * sunrpc/xdr_rec.c: Likewise.
2756         * sunrpc/xdr_ref.c: Likewise.
2757         * locale/programs/ld-time.c (time_finish): Unify messages.
2758         * locale/programs/locfile.c (handle_copy): Fix typo.
2759         * nscd/nscd.c (options): Fix typo.
2760
2761         [BZ #5995]
2762         * stdlib/strtod_l.c: Use correct sign for result in one more
2763         underflow case.
2764         Patch by Eric Blake <ebb9@byu.net>.
2765
2766 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2767
2768         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2769         and creat system calls.
2770         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2771         call.
2772         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2773         system calls.
2774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2775         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2776         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2777
2778 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2779
2780         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2781         <linux/limits.h> has defined it.
2782         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2783         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2784         headers.
2785         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2786         it instead of ARG_MAX.
2787
2788 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2789
2790         * posix/gai.conf: Fix comment for scope nullbits.
2791         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2792         default to 128 bits for v4 mapped addresses.
2793
2794 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2795
2796         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2797         ptrace call to get the ieee_instruction_pointer from the kernel.
2798         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2799         ptrace call to set the ieee_instructtion_pointer.
2800         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2801         Add comment that ieee_instruction_pointer is always 0.
2802
2803 2008-03-09  Andreas Jaeger  <aj@suse.de>
2804
2805         [BZ #5857]
2806         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2807         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2808         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2809
2810         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2811         (rint_test): Likewise.
2812
2813 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2814
2815         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2816         call.
2817         (__nisfind_server): Similar for open readColdStartFile call.
2818         Patch partially by Jim Meyering.
2819         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2820         around internal_setent call.
2821
2822         * po/vi.po: New Vietnamese translation.
2823
2824         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2825         ADJ_OFFSET_SS_READ.
2826
2827         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2828         remove CLONE_STOPPED.
2829
2830 2008-02-10  Jim Meyering  <meyering@redhat.com>
2831
2832         Remove useless "if" before "free":
2833         * elf/ldconfig.c (parse_conf_include): Likewise.
2834         * gmon/gmon.c (weak_alias): Likewise.
2835         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2836         * inet/rcmd.c (__validuser2_sa): Likewise.
2837         * intl/bindtextdom.c (set_binding_values): Likewise.
2838         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2839         * libio/genops.c (save_for_backup): Likewise.
2840         * libio/wgenops.c (save_for_wbackup): Likewise.
2841         * locale/programs/ld-collate.c (collate_read): Likewise.
2842         * locale/programs/linereader.c (get_string): Likewise.
2843         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2844         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2845         * resolv/res_debug.c (do_section): Likewise.
2846         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2847         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2848         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2849         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2850         * time/tzset.c (tzset_internal): Likewise.
2851
2852 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2853
2854         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2855         of ASSEMBLER.
2856
2857 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2858
2859         [BZ #5903]
2860         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2861         not stream for output file.  Open output file here.
2862         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2863         and output file name.
2864         (process_fd): Likewise.
2865         (process_file): Likewise.
2866         (main): Adjust callers of changed functions.
2867         * iconv/iconv_prog.h: Adjust prototype.
2868
2869 2008-03-09  Andreas Jaeger  <aj@suse.de>
2870
2871         [BZ #5753]
2872         * sysdeps/ia64/ieee754.h: Use protected namespace
2873         __BIG_ENDIAN/__LITTLE_ENDIAN.
2874         * sysdeps/ieee754/ieee754.h: Likewise.
2875         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2876
2877 2008-03-08  Roland McGrath  <roland@frob.com>
2878
2879         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2880         ignore a signal that came from a machine exception, treat it as a
2881         fatal core-dump signal instead.
2882         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2883
2884         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2885         Clear DF bit in thread state's eflags.
2886         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2887
2888 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2889
2890         [BZ #5774]
2891         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2892         of NAN(...) sequence.
2893         * stdlib/Makefile (tests): Add tst-strtod6.
2894         * stdlib/tst-strtod6.c: New file.
2895
2896         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2897
2898         [BZ #5762]
2899         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2900         putting offending option character in quotes.  Clean up error
2901         messages.
2902         * po/be.po: Adjust msgstr in translation file.
2903         * po/bg.po: Likewise.
2904         * po/ca.po: Likewise.
2905         * po/cs.po: Likewise.
2906         * po/da.po: Likewise.
2907         * po/de.po: Likewise.
2908         * po/es.po: Likewise.
2909         * po/fr.po: Likewise.
2910         * po/hr.po: Likewise.
2911         * po/ko.po: Likewise.
2912         * po/nl.po: Likewise.
2913         * po/rw.po: Likewise.
2914         * po/sk.po: Likewise.
2915         * po/sv.po: Likewise.
2916         * po/tr.po: Likewise.
2917         * po/zh_CN.po: Likewise.
2918         * po/zh_TW.po: Likewise.
2919
2920         [BZ #5760]
2921         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2922         Patch by Roland Bless <roland@bless.de>.
2923
2924         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2925         .o file.
2926         * elf/Makefile (routines): Add dl-sysdep.
2927         (elide-routines.os): Likewise.
2928
2929 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2930
2931         [BZ #5786]
2932         * elf/dl-sysdep.c: Undefine ROUND after use.
2933         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2934         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2935         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2936         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2937         to ...
2938         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2939         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2940         if necessary.
2941         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2942
2943         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2944         _dl_tls_get_addr_soft element.
2945         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2946         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2947         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2948         GLRO.
2949         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2950         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2951         of internal_function.
2952
2953         * stdlib/Makefile (aux): Add tens_in_limb.
2954         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2955         * stdlib/tens_in_limb.c: ...here.  New file.
2956
2957         [BZ #5778]
2958         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2959         __statfs_chown_restricted.
2960         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2961         for _PC_CHOWN_RESTRICTED.
2962         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2963         Implement __statfs_chown_restricted.
2964         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2965         _POSIX_CHOWN_RESTRICTED value to zero.
2966         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2967         defined to zero.
2968
2969         * sysdeps/x86_64/rtld-memset.c: New file.
2970
2971 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2972
2973         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2974
2975         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2976         Barcelona machine.  Make default fall through branch of
2977         __x86_64_preferred_memory_instruction check as the integer code path.
2978
2979 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2980
2981         * sysdeps/x86_64/cacheinfo.c
2982         (__x86_64_preferred_memory_instruction): New variable.
2983         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2984
2985         * sysdeps/x86_64/memset.S: Rewrite.
2986
2987 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2990         __obstack_printf_chk): New prototypes.
2991         (__vasprintf_chk, __vdprintf_chk,
2992         __obstack_vprintf_chk): Likewise.
2993         Add libc_hidden_proto.
2994         * libio/obprintf.c
2995         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2996         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2997         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2998         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2999         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3000         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3001         __obstack_vprintf_chk): New prototypes.
3002         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3003         obstack_vprintf): New inlines.
3004         * debug/dprintf_chk.c: New file.
3005         * debug/vdprintf_chk.c: New file.
3006         * debug/asprintf_chk.c: New file.
3007         * debug/vasprintf_chk.c: New file.
3008         * debug/obprintf_chk.c: New file.
3009         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3010         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3011         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3012         @@GLIBC_2.8.
3013         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3014         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3015         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3016         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3017         libc_hidden_proto.
3018         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3019         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3020         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3021         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3022         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3023         @@GLIBC_2.8.
3024         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3025         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3026         obstack_vprintf_chk.
3027         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3028         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3029         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3030         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3031         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3032         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3033
3034 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3035
3036         [BZ #5779]
3037         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3038         Patch by Roy Marples <roy@marples.name>.
3039
3040         [BZ #5736]
3041         * malloc/malloc.c: Fix typo in comment.
3042
3043         [BZ #5627]
3044         * locale/iso-639.def: Add Shuswap.
3045
3046 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3047
3048         [BZ #5790]
3049         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3050         overwrite *h_errnop/*errnop values from getanswer_r in case of
3051         failure.
3052
3053 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3054
3055         [BZ #5818]
3056         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3057         (verify_persistent_db): Remove one unnecessary test and add a new one
3058         for bad configuration.
3059         (nscd_init): Improve error reported when persistent database cannot
3060         be reused.
3061         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3062         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3063         .suggested_module and .max_db_size and case config file says the
3064         values are zero.
3065         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3066
3067         [BZ #5854]
3068         * nis/ypclnt.c (yp_order): Fix handling of return value of
3069         do_ypcall_tr call.
3070         Patch by Jeff Moyer <jmoyer@redhat.com>.
3071
3072         * po/fr.po: Update from translation team.
3073
3074 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3075             Carlos O'Donell <carlos@systemhalted.org>
3076
3077         [BZ #5012]
3078         * FAQ.in: Describe why glibc needs to be compiled with
3079         optimization.
3080
3081 2008-02-19  Roland McGrath  <roland@redhat.com>
3082
3083         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3084
3085 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3086
3087         [BZ #5737]
3088         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3089         __USE_MISC is defined.
3090
3091 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3092
3093         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3094         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3095         sys/timerfd.h.
3096         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3097         timerfd_gettime, timerfd_settime.
3098         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3099         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3100
3101 2008-02-08  Roland McGrath  <roland@redhat.com>
3102
3103         * elf/elf.h (NT_PPC_SPE): New macro.
3104
3105 2008-02-06  Roland McGrath  <roland@redhat.com>
3106
3107         * Makerules ($(common-objpfx)sysd-rules):
3108         Depend on $(sysdep-makeconfigs).
3109
3110 2008-01-31  Roland McGrath  <roland@redhat.com>
3111
3112         [BZ #5442]
3113         * configure.in: Use -print-file-name if it yields a directory,
3114         for each of include and include-fixed.
3115         * configure: Regenerated.
3116
3117         * Makeconfig (sysd-rules-targets): New variable.
3118         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3119         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3120
3121 2008-01-30  Roland McGrath  <roland@redhat.com>
3122
3123         * manual/libc.texinfo: Update back-cover text.
3124
3125         * elf/elf.h (NT_386_TLS): New macro.
3126
3127 2008-01-29  Roland McGrath  <roland@redhat.com>
3128
3129         * Makeconfig (sysd-rules-patterns): New variable.
3130         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3131         (check-inhibit-asm): New canned sequence, replaces ...
3132         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3133         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3134         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3135         (CFLAGS-rtld): Variable removed.
3136
3137 2008-01-24  Roland McGrath  <roland@redhat.com>
3138
3139         * configure.in: Let configure fragments set base_os.
3140         * configure: Regenerated.
3141
3142 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3143
3144         * po/ko.po: Update from translation team.
3145
3146 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3147
3148         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3149
3150 2008-01-12  Andreas Jaeger  <aj@suse.de>
3151
3152         [BZ #5040]
3153         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3154         Add EPOLLRDHUP.
3155
3156 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3157
3158         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3159         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3160         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3161
3162 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3163
3164         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3165         * elf/dl-close.c (_dl_close): Check for it.
3166         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3167         (_dl_allocate_static_tls): Likewise.
3168         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3169         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3170         to it.
3171         * elf/tst-tls16.c: New file.
3172         * elf/tst-tlsmod16a.c: New file.
3173         * elf/tst-tlsmod16b.c: New file.
3174         * elf/Makefile: Add rules to build and run tst-tls16.
3175
3176 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3177
3178         [BZ #5628]
3179         * bits/shm.h: Fix comment describing shmid_ds.
3180         * sysdeps/gnu/bits/shm.h: Likewise.
3181         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3182         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3183         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3184         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3185         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3186         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3187         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3188         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3189         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3190
3191         [BZ #5607]
3192         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3193         prototypes.
3194         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3195         additional suffixes.
3196         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3197         Add optional functions mq_timedreceive and mq_timedsend.
3198         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3199         * conform/data/pthread.h-data: Fix prototype of
3200         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3201         * conform/data/semaphore.h-data: Allow time.h definitions.
3202         * conform/data/signal.h-data: Likewise.
3203         * conform/data/stdio.h-data: getw and putw are not required in v6.
3204         * conform/data/stdlib.h-data: Change setstate prototype.
3205         * conform/data/string.h-data: Fix strerror_r prototype.
3206         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3207         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3208         Fix readlink prototype.
3209         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3210         in6addr_loopback.
3211         * inet/netinet/in.h: Cleanup namespace.
3212         * posix/regex.h: Likewise.
3213         * resolv/netdb.h: Likewise.
3214         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3215         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3216         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3217         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3218         of names of in in6_addr.
3219         (default_precedence): Likewise.
3220         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3221         NULL definition.
3222
3223 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3224
3225         * conform/data/fmtmsg.h-data: Add missing allows.
3226         * conform/data/ftw.h-data: Likewise.
3227         * conform/data/inttypes.h-data: Likewise.
3228         * conform/data/math.h-data: Likewise.
3229         * conform/data/signal.h-data: Likewise.
3230         * conform/data/net/if.h-data: Likewise.
3231         * conform/data/netinet/in.h-data: Likewise.
3232         * conform/data/sys/socket.h-data: Likewise.
3233
3234         [BZ #5614]
3235         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3236         (__strtok_r): Simplify.
3237         * string/tester.c (test_strtok_r): Add test case for futile search
3238         with single-character seach string.
3239
3240 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3241
3242         * po/ko.po: Update from translation team.
3243
3244 2008-01-11  Andreas Jaeger  <aj@suse.de>
3245
3246         [BZ #5600]
3247         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3248         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3249         kernel header.
3250
3251 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3252
3253         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3254         native interface lookup in all the relevant places.
3255
3256 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3257             Ulrich Drepper  <drepper@redhat.com>
3258
3259         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3260         field.  Use sockaddr_in6 for source_addr.
3261         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3262         (match_prefix): Likewise.
3263         (get_label): Likewise.
3264         (get_precedence): Likewise.
3265         (rfc3484_sort): Change to use indirect access to results array.
3266         Adjust to use of sockaddr_in6.  Replace service_order test with
3267         simple index comparison.
3268         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3269         service_order field.  Adjust qsort_t calls.  Access sorted result
3270         array indirectly through order array.
3271         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3272         * posix/tst-rfc3484-2.c: Likewise.
3273         * posix/tst-rfc3484-3.c: Likewise.
3274
3275 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3276
3277         [BZ #5541]
3278         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3279         pollfd structures.
3280         Patch by André Cruz.
3281
3282         [BZ #5545]
3283         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3284         (clnt_spcreateerror): Likewise.
3285
3286         [BZ #5553]
3287         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3288         (public_mEMALIGn): Likewise.
3289         Patch mostly by Daniel Jacobowitz.
3290
3291 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3292
3293         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3294         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3295         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3296         * stdlib/tst-makecontext2.c: New test.
3297
3298 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3299
3300         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3301         defined.
3302         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3303         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3304         transliteration hooks and REINIT_PARAMS afterwards.
3305         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3306         status.
3307         (REINIT_PARAMS): Define.
3308         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3309         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3310         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3311         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3312         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3313         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3314         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3315         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3316         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3317         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3318         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3319         * iconvdata/tst-iconv7.c: New test.
3320
3321 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3322
3323         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3324
3325 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3326
3327         [BZ #5112]
3328         * nscd/connections.c (restart): Fix condition.
3329
3330 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3331
3332         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3333         __ctype_toupper_loc): Add __THROW.
3334
3335 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3336
3337         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3338         recognition of interface family.
3339
3340         * posix/getconf.c: Update copyright year.
3341         * nss/getent.c: Likewise.
3342         * iconv/iconvconfig.c: Likewise.
3343         * iconv/iconv_prog.c: Likewise.
3344         * elf/ldconfig.c: Likewise.
3345         * catgets/gencat.c: Likewise.
3346         * csu/version.c: Likewise.
3347         * elf/ldd.bash.in: Likewise.
3348         * elf/sprof.c (print_version): Likewise.
3349         * locale/programs/locale.c: Likewise.
3350         * locale/programs/localedef.c: Likewise.
3351         * nscd/nscd.c (print_version): Likewise.
3352         * debug/xtrace.sh: Likewise.
3353         * malloc/memusage.sh: Likewise.
3354         * malloc/mtrace.pl: Likewise.
3355         * debug/catchsegv.sh: Likewise.
3356
3357 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3358
3359         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3360         second lookup.
3361
3362 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3363
3364         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3365         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3366
3367 2007-12-17  Roland McGrath  <roland@redhat.com>
3368
3369         * inet/ether_line.c (ether_line): Remove unused variable.
3370
3371 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3372
3373         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3374         and winp.
3375         * login/openpty.c (openpty): Likewise.
3376         * login/pty.h (openpty, forkpty): Likewise.
3377         * manual/terminal.texi (openpty, forkpty): Likewise.
3378
3379 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3380
3381         * malloc/malloc.c (public_cALLOc): For arenas other than
3382         main_arena, count all bytes inside the mprotect_size range of the
3383         heap as uninitialized.
3384
3385 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3386
3387         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3388         executable stacks.
3389
3390         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3391         mTRIm for all of them.
3392         (mTRIm): Additionally iterate over all free blocks and use madvise
3393         to free memory for all those blocks which contain at least one
3394         memory page.
3395         * malloc/tst-trim1.c: New file.
3396         * malloc/Makefile (tests): Add tst-trim1.
3397
3398         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3399
3400 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3401
3402         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3403         First cast argument to long
3404         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3405         Return long.
3406         (__vdso_clock_gettime): Likewise.
3407         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3408         return long.
3409
3410 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3411
3412         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3413         * locale/nl_langinfo_l.c: Real implementation, copied from
3414         nl_langinfo.c.
3415         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3416
3417 2007-12-01  Jim Meyering  <meyering@redhat.com>
3418
3419         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3420         that would inhibit utf8-optimization of a regexp containing line-
3421         or buffer-anchors, e.g., `^', `$'.
3422
3423 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3424
3425         * time/bug-getdate1.c (do_test): Don't use century values which
3426         aren't valid on 32-bit systems.
3427
3428 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3429
3430         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3431         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3432         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3433         __strcat_g, __strncat_g): Add __asm__.
3434
3435 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3436
3437         [BZ #5477]
3438         * io/fchmodat.c: Fix typo in stub_warning use.
3439         Patch by Petr Salinger.
3440
3441 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3442
3443         * iconvdata/hp-thai8.c: New file.
3444         * iconvdata/Makefile: Add rules for hp-thai8.c.
3445         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3446         * iconvdata/gconv-modules: Likewise.
3447
3448         [BZ #5464]
3449         * iconvdata/hp-greek8.c: New file.
3450         * iconvdata/Makefile: Add rules for hp-greek8.c.
3451         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3452         * iconvdata/gconv-modules: Likewise.
3453
3454         [BZ #5463]
3455         * iconvdata/hp-turkish8.c: New file.
3456         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3457         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3458         * iconvdata/gconv-modules: Likewise.
3459
3460         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3461         (shrink_heap): ... this new function.
3462         (heap_trim): Call shrink_heap instead of grow_heap.
3463
3464         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3465         case don't call alloc_perturb.
3466
3467 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3468
3469         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3470         possible.
3471         * sysdeps/unix/sysv/linux/kernel-features.h
3472         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3473         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3474
3475 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3476
3477         [BZ #5424]
3478         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3479         * stdio-common/Makefile (tests): Add bug22.
3480         * stdio-common/bug22.c: New file.
3481
3482         [BZ #5451]
3483         * time/getdate.c: Fix filling in default values.
3484         * time/bug-getdate1.c: New file.
3485         * time/Makefile: Add rules to build and run bug-getdate1.
3486
3487         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3488         * iconvdata/ebcdic-es.c: Likewise.
3489         * iconvdata/ebcdic-es-a.c: Likewise.
3490         * iconvdata/ebcdic-uk.c: Likewise.
3491         * iconvdata/iso8859-16.c: Likewise.
3492         * iconvdata/viscii.c: Likewise.
3493         * iconvdata/iso8859-9e.c: Likewise.
3494         * iconvdata/Makefile: Adjust appropriately.
3495
3496         [BZ #5428]
3497         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3498         __need_wint_t.
3499
3500 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3501
3502         [BZ #5427]
3503         * iconvdata/hp-roman9.c: New file.
3504         * iconvdata/Makefile: Add rules for hp-roman9.c.
3505         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3506         * iconvdata/gconv-modules: Likewise.
3507
3508         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3509         * iconvdata/Makefile: Adjust appropriately.
3510
3511         [BZ #5441]
3512         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3513         structure, it's allocated with alloca.
3514         * stdio-common/Makefile (tests): Add bug21.
3515         * stdio-common/bug21.c: New file.
3516
3517 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3518
3519         [BZ #5452]
3520         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3521         keyword for gcc's braced-groups.
3522
3523 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3524
3525         [BZ #5454]
3526         * inet/ether_line.c: Strip hostname of whitespaces.
3527         * inet/Makefile (tests): Add tst-ether_line.
3528         * inet/tst-ether_line.c: New file.
3529
3530 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3531
3532         [BZ #5439]
3533         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3534
3535         [BZ #5435]
3536         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3537
3538         * stdlib/tst-setcontext.c: Catch the case where the links gets
3539         messed up and we do not reach main again.
3540
3541         * po/ca.po: Update from translation team.
3542
3543 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3544
3545         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3546         * posix/regex.h (REG_ENOSYS): Likewise.
3547         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3548
3549 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3550
3551         * nscd/nscd.h (MAX_STACK_USE): Define.
3552         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3553         (gc): Initialize stack_used based on allocation in prune_cache.
3554         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3555         Clear array before use.
3556
3557         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3558         memory allocation failed.
3559         * nscd/hstcache.c (cache_addhst): Likewise.
3560         * nscd/grpcache.c (cache_addgr): Likewise.
3561         * nscd/servicescache.c (cache_addserv): Likewise.
3562         * nscd/pwdcache.c (cache_addpw): Likewise.
3563         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3564
3565 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3566
3567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3568         and creat system calls.
3569
3570         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3571
3572 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3573
3574         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3575         Add netiucv/iucv.h.
3576         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3577         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3578         protocol.
3579         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3580         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3581         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3582
3583 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3584
3585         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3586         strncat): Define as macros to avoid compile errors.
3587
3588         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3589         creat entries.
3590
3591 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3592
3593         [BZ #5382]
3594         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3595         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3596         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3597         overflow it.
3598         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3599
3600         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3601         Return zero in case the thread library is not NPTL.
3602
3603         [BZ #5375]
3604         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3605         initializing interface list.
3606
3607         [BZ #5378]
3608         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3609         use result of nss_getgrgid_r if nothing was found.  For other
3610         error return with a failure.
3611         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3612
3613         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3614         macro name.
3615
3616 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3617
3618         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3619         (get_scope): For IPv4 scope, use scopes table.
3620         (fini): Free scopes table if necessary.
3621         (free_scopelist): New function.
3622         (scopecmp): New function.
3623         (gaiconf_init): Also handle scopev4 entries.
3624         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3625         * posix/tst-rfc3484-2.c (do_test): Likewise.
3626         * posix/gai.conf: Document scopev4 defaults.
3627         * posix/Makefile (tests): Add tst-rfc3484-3.
3628         * posix/tst-rfc3484-3.c: New file.
3629
3630         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3631         Teredo tunnels.
3632         * posix/gai.conf: Update for current default tables.
3633
3634 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3635
3636         * po/tr.po: Update from translation team.
3637
3638 2007-11-18  Roland McGrath  <roland@frob.com>
3639
3640         * manual/arith.texi (Remainder Functions): Spelling fix.
3641         From Shaun Silk <genix@mysoul.com.au>.
3642
3643         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3644
3645 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3646
3647         * po/zh_CN.po: Update from translation team.
3648
3649         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3650         Add sys/signalfd.h and sys/eventfd.h.
3651
3652 2007-11-15  Bruno Haible  <bruno@clisp.org>
3653
3654         [BZ #5346]
3655         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3656         union.
3657         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3658         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3659         it needs only fixed stack space. Delay the initialization of
3660         msgid_len until it is needed.
3661
3662 2007-11-15  Andreas Jaeger  <aj@suse.de>
3663
3664         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3665         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3666
3667 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3668
3669         * po/ko.po: Update from translation team.
3670
3671 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3672
3673         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3674         significantly.  The device type is also part of the ifinfomsg data.
3675
3676         * po/sv.po: Update from translation team.
3677         * po/nl.po: Likewise.
3678
3679         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3680         to wake up in 24 hours.
3681
3682         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3683
3684 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3685
3686         * po/cs.po: Update from translation team.
3687         * po/pl.po: Likewise.
3688
3689         * include/ifaddrs.h: Remove in6ai_temporary.
3690         (struct in6addrinfo): Add index element.
3691         Declare __check_native.
3692         * inet/Makefile (aux): Add check_native.
3693         * sysdeps/unix/sysv/linux/check_native.c: New file.
3694         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3695         IFA_F_TEMPORARY.  Pass back ifa_index.
3696         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3697         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3698         call __check_native if necessary.
3699         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3700         to sort addresses.  Pass information about the results.
3701         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3702         of rfc3484_sort interface.
3703         * posix/tst-rfc3484-2.c: Likewise.
3704
3705         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3706         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3707         for _quicksort.
3708         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3709         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3710         on as third parameter to compare function and _quicksort.
3711         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3712         to the compare function.
3713         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3714         * Versions.def: Add GLIBC_2.8 for libc.
3715
3716         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3717         * posix/tst-rfc3484-2.c: Likewise.
3718
3719         * include/kernel-features.h: Moved to...
3720         * sysdeps/mach/hurd/kernel-features.h: ...here.
3721
3722 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3723
3724         * sysdeps/i386/i586/memcpy_chk.S: New file.
3725         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3726         * sysdeps/i386/i586/memset_chk.S: Likewise.
3727
3728 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3729
3730         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3731         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3732         list of interfaces.  Also store prefix length.
3733         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3734         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3735         prefix if source and destination address are in the same subnet.
3736         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3737         Always look for matching record in in6ai list.
3738         Correct source_addr_len value for IPv6->IPv4 converted records.
3739
3740 2007-11-11  Roland McGrath  <roland@frob.com>
3741
3742         * include/kernel-features.h: New file.
3743
3744 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3745
3746         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3747         complications for 64-bit platforms.
3748
3749         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3750         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3751         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3752         open64_2.
3753         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3754         entries.
3755         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3756         * sysdeps/wordsize-64/alphasort.c: New file.
3757         * sysdeps/wordsize-64/alphasort64.c: New file.
3758         * sysdeps/wordsize-64/fseeko.c: New file.
3759         * sysdeps/wordsize-64/fseeko64.c: New file.
3760         * sysdeps/wordsize-64/ftello.c: New file.
3761         * sysdeps/wordsize-64/ftello64.c: New file.
3762         * sysdeps/wordsize-64/ftw.c: New file.
3763         * sysdeps/wordsize-64/ftw64.c: New file.
3764         * sysdeps/wordsize-64/iofgetpos.c: New file.
3765         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3766         * sysdeps/wordsize-64/iofopen.c: New file.
3767         * sysdeps/wordsize-64/iofopen64.c: New file.
3768         * sysdeps/wordsize-64/iofsetpos.c: New file.
3769         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3770         * sysdeps/wordsize-64/lockf.c: New file.
3771         * sysdeps/wordsize-64/lockf64.c: New file.
3772         * sysdeps/wordsize-64/mkostemp.c: New file.
3773         * sysdeps/wordsize-64/mkostemp64.c: New file.
3774         * sysdeps/wordsize-64/mkstemp.c: New file.
3775         * sysdeps/wordsize-64/mkstemp64.c: New file.
3776         * sysdeps/wordsize-64/scandir.c: New file.
3777         * sysdeps/wordsize-64/scandir64.c: New file.
3778         * sysdeps/wordsize-64/tmpfile.c: New file.
3779         * sysdeps/wordsize-64/tmpfile64.c: New file.
3780         * sysdeps/wordsize-64/versionsort.c: New file.
3781         * sysdeps/wordsize-64/versionsort64.c: New file.
3782         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3783         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3784         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3785         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3786         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3787         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3788         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3789         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3790         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3791         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3792         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3793         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3794
3795         * crypt/sha256-crypt.c: Fix a comment.
3796         * crypt/sha512-crypt.c: Likewise.
3797
3798 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3799
3800         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3801
3802 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3803
3804         [BZ #5277]
3805         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3806         because output buffer is too small break, don't loop.
3807         * iconvdata/Makefile (tests): Add bug-iconv6.
3808         * iconvdata/bug-iconv6.c: New file.
3809
3810 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3811
3812         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3813         with size_t type.
3814         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3815         size_t.  Add casts where needed.
3816
3817         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3818         old headers, don't call avc_has_perm if we don't have the
3819         permission information.
3820
3821 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3822
3823         * elf/rtld.c (dl_main): Use the page size to find the map start.
3824
3825 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3826
3827         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3828         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3829
3830         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3831         when the lookup call failed.
3832
3833         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3834         Add prune_cond and wakeup_time.
3835         (CACHE_PRUNE_INTERNAL): Define.
3836         Update declarations of prune_cache and setup_thread.
3837         * nscd/connections.c (dbs): Update initializers.
3838         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3839         (nscd_init): Default number of threads is now 4.
3840         (invalidate_cache): Take lock before calling prune_cache.
3841         (handle_request): If SELinux forbids the request, say so.
3842         (readylist_cond): Use static initializer.
3843         (nscd_run_prune): New function.  Used only by pruning threads.
3844         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3845         here.
3846         (fd_ready): Update nscd_run reference.
3847         (start_threads): No need to initialize readylist_cond.
3848         Start pruning threads separately.
3849         * nscd/nscd_setup_thread.c: Change return value type to int and always
3850         return 0.
3851         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3852         to int and return nonzero value if we can use the TID address hack.
3853         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3854         the database is later than the new entry's timeout, update the
3855         wakeup time and wake the cleanup thread.
3856         (prune_cache): Return seconds the next entry in the database is still
3857         valid.  Remove locking for pruning here.
3858         * nscd/nscd.conf: Document default number of threads.
3859
3860 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3861
3862         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3863         stack is properly aligned for the target function.
3864         Correct unwind info.
3865
3866         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3867         when using auditing libraries.
3868
3869 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3870
3871         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3872         _nss_dns_getnetbyaddr2_r.
3873         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3874         extra parameter to getanswer_r.
3875         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3876         _nss_dns_getnetbyaddr2_r.
3877
3878         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3879         gethstbynm3_r.
3880         * nscd/gethstbynm2_r.c: Remove.
3881         * nscd/gethstbynm3_r.c: New file.
3882         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3883         __gethostbyaddr_r.
3884         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3885         __gethostbyaddr_r compatibility wrapper.
3886         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3887         determining timeout of entry.
3888         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3889         __gethostbyaddr2_r.
3890         (addhstbyX): Pass reference to variable for TTL to lookup and
3891         cache_addhst.
3892         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3893         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3894         and __nss_next2.  Remove __nss_services_lookup.
3895         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3896         Add compat wrapper.
3897         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3898         __nss_next2.
3899         * nss/getXXent_r.c: Likewise.
3900         * nss/getnssent_r.c: Likewise.
3901         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3902         does not exist in module, try the optional second name.
3903         (__nss_next2): New function.
3904         (__nss_next): Now wrapper around __nss_next2.
3905         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3906         Declare __nss_next2.
3907         Adjust definition of db_lookup_function type.
3908         * nss/service-lookup.c: Define NO_COMPAT.
3909         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3910         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3911         * inet/ether_ntoh.c: Likewise.
3912         * sunrpc/netname.c: Likewise.
3913         * sunrpc/publickey.c: Likewise.
3914         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3915         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3916         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3917         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3918         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3919
3920         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3921
3922         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3923
3924 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3925
3926         [BZ #5204]
3927         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3928         * crypt/sha512c-test.c: Likewise.
3929
3930         [BZ #5225]
3931         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3932         to keep track of end of %[ format string element.
3933         * stdio-common/Makefile (tests): Add bug20.
3934         * stdio-common/bug20.c: New file.
3935
3936         [BZ #5222]
3937         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3938         path elements in counting mode.
3939
3940 2007-10-27  Andreas Jaeger  <aj@suse.de>
3941
3942         [BZ #5040]
3943         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3944
3945         [BZ #3112]
3946         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3947         (__cleanup): Free shared library when exiting.
3948         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3949         (__cleanup): Free shared library when exiting.
3950
3951 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3952
3953         [BZ #2549]
3954         * math/libm-test.inc (check_float_internal): Support
3955         denormalized return.
3956
3957 2007-10-23  Andreas Jaeger  <aj@suse.de>
3958
3959         [BZ #5208]
3960         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3961         __LONG_LONG_PAIR to handle little endian byte order.
3962         Suggested by abhishekrai@google.com
3963
3964 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3965
3966         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3967
3968 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3969
3970         * nscd/cache.c (prune_cache): Move test for modified file outside
3971         of locking.
3972
3973 2007-10-21  Andreas Jaeger  <aj@suse.de>
3974
3975         * manual/texinfo.tex: Update to latest version.
3976
3977         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3978
3979         * manual/arith.texi (Status bit operations): Fix formatting.
3980
3981         * manual/errno.texi (Error Messages): Fix formatting.
3982
3983         * manual/sysinfo.texi (System Parameters): Fix formatting.
3984
3985         * manual/libc.texinfo: Update VERSION and UPDATED.
3986
3987 2007-10-19  Roland McGrath  <roland@redhat.com>
3988
3989         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3990
3991 2007-10-06  David S. Miller  <davem@davemloft.net>
3992
3993         * configure.in: Add sparcv9v2 and sparc64v2.
3994         * scripts/config.sub: Likewise.
3995         * configure: Regenerate.
3996         * elf/elf.h (HWCAP_SPARC_N2): New.
3997         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3998         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3999         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4000         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4001         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4002         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4003         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4004
4005 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4006
4007         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4008         even if the poll result indicates there is data to read.
4009         Patch by Jeff Moyer <jmoyer@redhat.com>.
4010
4011 2007-10-18  Roland McGrath  <roland@redhat.com>
4012
4013         * elf/elf.h (NT_PPC_VMX): New macro.
4014
4015 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4016
4017         * version.h (VERSION): Set to 2.7.90.
4018
4019 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4020
4021         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4022         weak_alias.
4023
4024 2007-10-17  Roland McGrath  <roland@frob.com>
4025
4026         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4027         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4028
4029 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4030
4031         * version.h (VERSION): Bump to 2.7.
4032         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4033
4034         [BZ #5186]
4035         * time/tzset.c (__tz_convert): Don't force testing for a change of
4036         TZ if not called from localtime.  But then also see whether the
4037         file changed, in case __use_tzfile is set.
4038
4039         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4040         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4041         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4042         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4043         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4044         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4045         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4046         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4047
4048 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4049
4050         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4051         and admin selects to be able to replace the gai.conf file, lock
4052         data structures around the qsort call.
4053
4054 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4055
4056         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4057         new memset.
4058         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4059         too high for the improvements.  Implement bzero unconditionally for
4060         use in libc.
4061
4062 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4063             Jakub Jelinek  <jakub@redhat.com>
4064
4065         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4066         even when time_t is 32-bit.
4067         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4068         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4069         always set after the search.
4070
4071 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4072
4073         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4074         unreachable code on 32-bit machines.
4075
4076 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4077
4078         [BZ #5184]
4079         * time/strftime_l.c: Include stdbool.h.
4080         (my_strftime): New wrapper, old function renamed to...
4081         (__strftime_internal): ... new function.  Add tzset_called
4082         argument, pass it down to recursive calls, don't call tzset ()
4083         if already true, set to true after call to tzset ().
4084
4085 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4086
4087         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4088         into account when copying TZ string.
4089
4090 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4091
4092         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4093         num_transition rather than num_transitions - 1.
4094
4095 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4096
4097         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4098         PIC indirect jump.
4099
4100         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4101         a local label rather than HIDDEN_JUMPTARGET.
4102
4103 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4104
4105         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4106         (init_cacheinfo): Initialize it.
4107         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4108         Always define bzero.
4109         Remove non-glibc code.
4110         * sysdeps/x86_64/bzero.S: Make an empty file.
4111
4112 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4113
4114         * sysdeps/x86_64/cacheinfo.c
4115         (__x86_64_preferred_memory_instruction): New.
4116         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4117
4118         * sysdeps/x86_64/memset.S: Rewrite.
4119
4120 2007-10-15  Roland McGrath  <roland@redhat.com>
4121
4122         * po/libc.pot: Regenerated.
4123
4124 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4125
4126         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4127         pointers.
4128
4129         [BZ #3425]
4130         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4131         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4132         address record to T_A/T_AAAA requests.
4133
4134 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4135
4136         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4137
4138         * posix/glob.c: Add some branch prediction throughout.
4139
4140         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4141         read from nscd.
4142
4143         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4144         service_order.
4145         (rfc3484_sort): Make sure that even if qsort doesn't support
4146         stable sorting out sorting here is stable by comparing service_order.
4147         (getaddrinfo): Initialize service_order.
4148         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4149         service_order field to sorting structure.
4150         * posix/tst-rfc3484-2.c (do_test): Likewise.
4151
4152         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4153         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4154         __tzset_parse_tz and updating of daylight, timezone, tzname into
4155         update_vars.
4156         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4157         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4158         happens in __tz_compute.
4159         * time/tzfile.c (__tzfile_read): Also read TZ string.
4160         (find_transition): Fold into __tzfile_compute.
4161         (__tzfile_compute): For times beyond the last transition try to
4162         use the TZ string.
4163         * timezone/tst-timezone.c: Information in daylight and tzname does
4164         change for Asia/Tokyo timezone with more concrete information.
4165         Remove the test.
4166
4167         * include/stdio.h: Add libc_hidden_proto for ftello.
4168         * libio/ftello.c: Add libc_hidden_def.
4169
4170         [BZ #1140]
4171         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4172         on the specified time and not the last entries in the file.  Move
4173         code to determine tzname[] to...
4174         (find_transition): ...here.  Add ugly guess for times before the
4175         first transition.
4176
4177 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4178
4179         [BZ #3195]
4180         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4181         no entry.
4182         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4183         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4184         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4185         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4186
4187         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4188         read mechanism when there are no group members and avoid no-op
4189         read syscall in this case.
4190
4191         [BZ #3242]
4192         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4193         (__readall): If reading failed due to EAGAIN error wait a bit
4194         and possibly try again.
4195         (__readvall): Likewise.
4196
4197 2007-10-13  Bruno Haible  <bruno@clisp.org>
4198
4199         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4200         when we cannot recode the message.
4201
4202 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4203
4204         [BZ #4359]
4205         * libio/__freading.c (__freading): Don't return true for
4206         write-only streams.  For read/write streams, check whether we
4207         performed a read operation already.
4208         * libio/Makefile (tests): Add tst-ext2.
4209         * libio/tst-ext2.c: New file.
4210
4211 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4212
4213         * locale/programs/repertoire.c (repertoire_read): Always free
4214         memory for repertoire file name [Coverity CID 270].
4215
4216         * elf/cache.c (save_aux_cache): Free memory allocated for
4217         temporary file name [Coverity CID 267].
4218
4219 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4220
4221         * misc/Makefile (headers): Add bits/error.h.
4222
4223 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4224
4225         * posix/fnmatch_loop.c: Take rule index returned as part of
4226         findidx return value into account when accessing weights.
4227         * posix/regcomp.c: Likewise.
4228         * posix/regexec.c: Likewise.
4229
4230         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4231         (skip_to): Fix problems with parameter of elifdef/elifndef.
4232
4233 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4234
4235         * iconv/gconv_simple.c: Add some branch prediction.
4236
4237 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4238
4239         * locale/programs/ld-collate.c (collate_read): If ignore_content
4240         and nowtok is tok_define, eat any tok_eol tokens.
4241
4242 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4243
4244         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4245         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4246
4247         * inet/netinet/in.h: Don't include bits/socket.h.
4248         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4249         macro.
4250         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4251
4252 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4253
4254         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4255         and tok_elifndef.
4256         * locale/programs/locfile-kw.gperf: Likewise.
4257         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4258
4259 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4260
4261         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4262         (__find_specwc): Change into __extern_always_inline function.
4263         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4264         (__parse_one_specmb): Remove ps argument.
4265         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4266         Adjust __find_specmb and __parse_one_specmb callers.
4267         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4268         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4269         Removed.
4270         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4271         caller.
4272
4273 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4274
4275         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4276         with some Pentium Ds.
4277
4278 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4279
4280         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4281         __read not read.
4282         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4283         __write not write.
4284
4285 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4286
4287         [BZ #181]
4288         * locale/C-time.c: Set week_1stday data to 19971201.
4289         * locale/programs/ld-time.c (time_finish): Default for
4290         first_workday is Monday.
4291
4292         [BZ #2633]
4293         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4294
4295         [BZ #5103]
4296         * posix/glob.c (glob): Recognize patterns starting \/.
4297         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4298         (main): Add test for pattern starting \/.
4299
4300         * misc/error.h: Use __const instead of const.
4301         * misc/bits/error.h: Likewise.
4302
4303 2007-10-07  Andreas Jaeger  <aj@suse.de>
4304
4305         * include/bits/error.h: New file.
4306
4307         * misc/bits/error.h (error_at_line): Fix prototype.
4308
4309 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4310
4311         [BZ #3924]
4312         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4313         more little bugs in creating the stack frame when pltexit has to
4314         be called.
4315
4316         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4317         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4318
4319         [BZ #4407]
4320         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4321         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4322         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4323         * math/libm-test.inc: Add test for this case.
4324
4325         [BZ #5010]
4326         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4327         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4328         map service succeeded.
4329         (svc_is_mapped): New function.
4330         (svc_unregister): Use it before trying to unmap service.
4331
4332 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4333
4334         * timezone/zic.c: Update from tzcode2007h.
4335
4336         [BZ #5063]
4337         * timezone/africa: Update from tzdata2007h.
4338         * timezone/antarctica: Likewise.
4339         * timezone/asia: Likewise.
4340         * timezone/australasia: Likewise.
4341         * timezone/europe: Likewise.
4342         * timezone/leapseconds: Likewise.
4343         * timezone/northamerica: Likewise.
4344         * timezone/southamerica: Likewise.
4345         * timzeone/zone.tab: Likewise.
4346
4347         [BZ #5104]
4348         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4349
4350         [BZ #5113]
4351         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4352         avoid warning with -Wconversion.
4353         (__strndup): Likewise.
4354         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4355
4356         [BZ #5112]
4357         * nscd/connections.c (restart): Don't resync if database is
4358         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4359
4360         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4361         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4362
4363         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4364         evetnfd_read, eventfd_write.
4365         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4366         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4367         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4368         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4369         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4370         eventfd_write for GLIBC_2.7.
4371
4372         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4373         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4374         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4375         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4376
4377 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4378
4379         * stdlib/msort.c: Include stdint.h.
4380         (struct msort_param): New type.
4381         (msort_with_tmp): Use struct msort_param pointer for unchanging
4382         parameters.  Add optimized handling for several common sizes
4383         and indirect sorting mode.
4384         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4385         sorting.
4386         Suggested by Belazougui Djamel .
4387
4388         * stdlib/Makefile (tests): Add tst-qsort2.
4389         * stdlib/tst-qsort2.c: New test.
4390
4391 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4392
4393         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4394         for dup2 in case another thread races with the current one.  Retry
4395         in this case.
4396
4397         * misc/error.h: Remove support for use outside of libc.  We have to
4398         include <features.h> now.  Include <bits/error.h> if possible.
4399         * misc/bits/error.h: New file.
4400
4401 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4402
4403         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4404         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4405         __extern_always_inline functions unconditionally, drop macros.
4406
4407         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4408         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4409         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4410
4411         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4412         add __artificial__ attribute.
4413
4414 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4415
4416         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4417         backward to forward direction.
4418
4419         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4420
4421         [BZ #645]
4422         * locale/programs/ld-collate.c (collate_finish): Compare against last
4423         used section which is known to have rules defined.
4424         (collate_read): After order_start, correctly record order of sections
4425         and queue sections up.
4426
4427 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4428
4429         [BZ #5071]
4430         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4431         the same number of pages.
4432         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4433
4434         * locale/programs/ld-collate.c (collate_read): After initial copy
4435         statement, continue in state 0.
4436
4437         * include/stdio_ext.h (__fsetlocking): Define as macro.
4438
4439 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4440
4441         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4442         of section order.
4443
4444         * po/pt_BR.po: Fix typo.
4445
4446 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4447
4448         * iconvdata/Makefile (modules): Add ISO8859-9E.
4449         (distribute): Add iso8859-9e.c.
4450         (gen-8bit-gap-modules): Add iso8859-9e.
4451         * iconvdata/iso8859-9e.c: New file.
4452         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4453         * iconvdata/TESTS: Likewise.
4454         * iconvdata/tst-tables.sh: Likewise.
4455
4456         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4457
4458         * locale/iso-639.def: Add several new entries.
4459
4460 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4461
4462         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4463         void * pointers instead of struct link_map **.
4464         (_dl_scope_free): Change argument type to void *.
4465         * include/link.h (struct link_map): Change type of l_reldeps
4466         to struct link_map_reldeps, move l_reldepsact into that
4467         struct too.
4468         * elf/dl-deps.c: Include atomic.h.
4469         (_dl_map_object_deps): Only change l->l_initfini when it is
4470         fully populated, use _dl_scope_free for freeing it.  Optimize
4471         removal of libs from reldeps by using l_reserved flag, when
4472         some removal is needed, allocate a new list instead of
4473         reallocating and free the old with _dl_scope_free.  Adjust
4474         for l_reldeps and l_reldepsact changes.
4475         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4476         searching in l_initfini and l_reldeps without holding dl_load_lock.
4477         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4478         l_reldepsact changes.
4479         * elf/dl-close.c (_dl_close_worker): Likewise.
4480         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4481
4482 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4483
4484         * iconvdata/Makefile (modules): Add KOI8-RU.
4485         (distribute): Add koi8-ru.c.
4486         (gen-8bit-gap-modules): Add koi8-ru.
4487         * iconvdata/koi8-ru.c: New file.
4488         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4489         * iconvdata/TESTS: Likewise.
4490         * iconvdata/tst-tables.sh: Likewise.
4491
4492         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4493
4494 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4495
4496         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4497         with __warning__/__error__ attributes.
4498         (__warnattr): Define.
4499         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4500         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4501         __warnattr.
4502         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4503         of __*_chk if compile time detectable overflow is found.
4504         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4505         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4506         with __warnattr.
4507         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4508         instead of __*_chk if compile time detectable overflow is found.
4509         (__gets_alias): Rename to...
4510         (__gets_warn): ... this.  Add __warnattr.
4511         (gets): Call __gets_warn instead of __gets_alias.
4512         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4513         aliases with __warnattr.
4514         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4515         time detectable overflow is found.
4516         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4517         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4518         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4519         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4520         __getdomainname_chk_warn): New aliases with __warnattr.
4521         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4522         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4523         __*_chk_warn instead of __*_chk if compile time detectable overflow
4524         is found.
4525         (__getgroups_chk): Rename argument to __listlen from listlen.
4526         (__getwd_alias): Rename to...
4527         (__getwd_warn): ... this.  Add __warnattr.
4528         (getwd): Call __getwd_warn instead of __getwd_alias.
4529         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4530         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4531         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4532         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4533         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4534         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4535         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4536         compile time detectable overflow is found.
4537         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4538         to use __*_chk or not.
4539         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4540         in comparisons which function should be called and in __*_chk*
4541         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4542         detectable overflow is found.
4543         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4544         __*_chk argument.
4545         * debug/tst-chk1.c (do_test): Add a few more tests.
4546
4547 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4548
4549         [BZ #5058]
4550         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4551         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4552         (_nl_unload_domain): Finalize conversions_lock.
4553         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4554         handling table of known conversions.
4555
4556 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4557
4558         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4559         close_not_cancel_no_status instead of close.
4560
4561 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4562
4563         [BZ #5028]
4564         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4565         nrules != 0 for multibyte chars.
4566
4567 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4568
4569         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4570         Provide better error message in case the type is unknown.
4571
4572         [BZ #4963]
4573         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4574         * string/stratcliff.c: Make usable to test wide char functions.
4575         * wcsmbs/wcsatcliff.c: New file.
4576         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4577
4578         [BZ #4972]
4579         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4580         (distribute): Add mac-centraleurope.c.
4581         (gen-8bit-gap-modules): Add mac-centraleurope.
4582         * iconvdata/mac-centraleurope.c: New file.
4583         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4584         * iconvdata/TESTS: Likewise.
4585         * iconvdata/tst-tables.sh: Likewise.
4586
4587         [BZ #5043]
4588         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4589
4590 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4591
4592         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4593         from __x86_64_core_cache_size_half.
4594         (init_cacheinfo): Compute shared cache size for AMD processors with
4595         shared L3 correctly.
4596         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4597         name change.
4598         Patch in large parts by Evandro Menezes.
4599
4600 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4601
4602         * elf/dl-lookup.c (add_dependency): Handle failing memory
4603         allocation for dependency list.  Remove unnecessary check.
4604
4605         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4606         open/close when determining source addresses.
4607
4608         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4609         sha512-crypt, and sha512.
4610         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4611         (distribute): Add sha256.h and sha512.h.
4612         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4613         and call the appropriate code.
4614         * crypt/sha256-crypt.c: New file.
4615         * crypt/sha256.c: New file.
4616         * crypt/sha256.h: New file.
4617         * crypt/sha256c-test.c: New file.
4618         * crypt/sha256test.c: New file.
4619         * crypt/sha512-crypt.c: New file.
4620         * crypt/sha512.c: New file.
4621         * crypt/sha512.h: New file.
4622         * crypt/sha512c-test.c: New file.
4623         * crypt/sha512test.c: New file.
4624
4625 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4626
4627         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4628         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4629         __syslog_chk.
4630
4631 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4632
4633         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4634         %as in fscanf format strings.
4635
4636         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4637         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4638         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4639         Likewise.
4640         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4641         Likewise.
4642
4643         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4644         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4645         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4646         * elf/dl-sym.c (do_sym): Likewise.
4647         * include/link.h (struct link_map): Add l_serial field.
4648         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4649         * elf/dl-lookup.c (add_dependency): Add flags argument.
4650         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4651         flags, use THREAD_GSCOPE_RESET_FLAG before and
4652         THREAD_GSCOPE_SET_FLAG after
4653         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4654         Don't dereference map until it has been found on some list.
4655         If map->l_serial changed, return -1.
4656
4657 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4658
4659         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4660         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4661         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4662         libc_hidden_proto.
4663         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4664         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4665         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4666         add libc_hidden_proto.
4667         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4668         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4669         conformance requested.
4670         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4671         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4672         conformance requested.
4673         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4674         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4675         conformance requested.
4676         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4677         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4678         ISO C99 or POSIX conformance requested.
4679         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4680         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4681         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4682         and __isoc99_vsscanf@@GLIBC_2.7.
4683         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4684         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4685         (tests): Add scanf14.
4686         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4687         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4688         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4689         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4690         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4691         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4692         from using internal headers.
4693         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4694         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4695         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4696         and __isoc99_vswscanf@@GLIBC_2.7.
4697         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4698         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4699         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4700         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4701         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4702         * stdio-common/isoc99_scanf.c: New file.
4703         * stdio-common/isoc99_vsscanf.c: New file.
4704         * stdio-common/isoc99_vscanf.c: New file.
4705         * stdio-common/isoc99_vfscanf.c: New file.
4706         * stdio-common/isoc99_fscanf.c: New file.
4707         * stdio-common/isoc99_sscanf.c: New file.
4708         * wcsmbs/isoc99_fwscanf.c: New file.
4709         * wcsmbs/isoc99_vswscanf.c: New file.
4710         * wcsmbs/isoc99_swscanf.c: New file.
4711         * wcsmbs/isoc99_wscanf.c: New file.
4712         * wcsmbs/isoc99_vwscanf.c: New file.
4713         * wcsmbs/isoc99_vfwscanf.c: New file.
4714         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4715         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4716         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4717         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4718         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4719         * stdio-common/scanf14.c: New test.
4720         * stdio-common/scanf15.c: New test.
4721         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4722         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4723         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4724         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4725         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4726         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4727         __nldbl___isoc99_scanf@@GLIBC_2.7,
4728         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4729         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4730         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4731         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4732         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4733         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4734         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4735         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4736         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4737         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4738         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4739         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4740         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4741         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4742         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4743         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4744         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4745         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4746         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4747         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4748         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4749         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4750         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4751         functions.
4752         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4753         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4754         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4755         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4756         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4757         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4758         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4759         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4760         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4761         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4762         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4763         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4764
4765         * stdio-common/Makefile (tests): Add scanf13.
4766         (scanf13-ENV): New.
4767         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4768         m modifier followed by l.
4769         (STRING_ARG): Add width argument.
4770         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4771         <case L_('C')>: Handle %mlc and %mC.
4772         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4773         arguments.
4774         * stdio-common/scanf13.c: New test.
4775
4776         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4777         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4778
4779 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4780
4781         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4782         type and __THROW marker of splice, vmsplice, and tee.
4783         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4784         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4785         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4786         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4788         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4789         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4790         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4791         as cancellation points.
4792
4793 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4794
4795         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4796         parse more than three parts of the version number.
4797
4798 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4799
4800         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4801         modifier.  Patch by Jakub Jelinek.
4802
4803 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4804
4805         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4806         call_fallocate in misc subdir.
4807         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4808         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4809         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4810         instead of __fallocate64.
4811         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4812
4813 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4814
4815         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4816         * rt/Makefile (headers): Add bits/mqueue2.h.
4817         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4818         optimizing with GCC and __va_arg_pack_len is defined.
4819         * rt/bits/mqueue2.h: New file.
4820         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4821         (mq_open): New strong_alias.
4822         (__mq_open_2): New function.
4823         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4824         (mq_open): New strong_alias.
4825         (__mq_open_2): New function.
4826         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4827         * Versions.def (librt): Add GLIBC_2.7 version.
4828         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4829         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4830
4831         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4832         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4833         is defined rather than when not C++.
4834         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4835         __openat64_alias): New redirects.
4836         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4837         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4838         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4839         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4840         functions instead of function-like macros.
4841
4842 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4843
4844         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4845         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4846         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4847
4848 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4849
4850         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4851         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4852
4853 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4854
4855         * inet/tst-network.c: Increment ERRORS for failing tests.
4856
4857 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4858
4859         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4860         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4861         implement as __extern_always_inline function.
4862         (vsyslog): Define as __extern_always_inline function unconditionally.
4863         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4864         When __va_arg_pack is defined, implement as __extern_always_inline
4865         functions.
4866         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4867         __extern_always_inline functions unconditionally.
4868         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4869         bits/stdio2.h will be included.
4870         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4871         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4872         implement as __extern_always_inline functions.
4873         (vswprintf, vwprintf, vfwprintf): Define as
4874         __extern_always_inline functions unconditionally.
4875         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4876
4877 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4878
4879         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4880         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4881         attribute.
4882         * include/features.h (__USE_EXTERN_INLINES): Define only when
4883         __extern_inline is defined.
4884         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4885         is defined instead of when not __cplusplus.
4886         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4887         is defined instead of when not __cplusplus.
4888         * socket/sys/socket.h: Include bits/socket2.h when
4889         __extern_always_inline is defined instead of when not __cplusplus.
4890         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4891         is defined instead of when not __cplusplus.
4892         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4893         is defined instead of when not __cplusplus.
4894         * string/string.h: Include bits/string3.h when __extern_always_inline
4895         is defined instead of when not __cplusplus.
4896         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4897         is defined instead of when not __cplusplus.
4898         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4899         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4900         is not defined.
4901         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4902         defined __extern_always_inline instead of !defined __cplusplus.
4903         * libio/bits/stdio-ldbl.h: Likewise.
4904         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4905         * misc/bits/syslog.h (syslog): Don't define for C++.
4906         (vsyslog): Use __extern_always_inline function for C++ instead of
4907         a macro.
4908         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4909         whenever that macro is defined.
4910         (vprintf): Don't provide the inline for C++.
4911         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4912         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4913         define the macros for C++.
4914         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4915         __extern_always_inline functions for C++.
4916         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4917         stat64, lstat64, fstat64, fstatat64): Don't define if not
4918         __USE_EXTERN_INLINES.
4919         * wcsmbs/bits/wchar2.h: Fix #error message.
4920         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4921         (vswprintf, vwprintf, vfwprintf): Define using
4922         __extern_always_inline functions for C++.
4923         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4924         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4925         strncpy, strcat, strncat): Define as __extern_always_inline
4926         functions instead of macros for C++.
4927         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4928         defined __extern_inline.
4929         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4930         to __extern_inline whenever that macro is defined.
4931         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4932         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4933         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4934         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4935         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4936         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4937         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4938         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4939         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4940         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4941         prototypes.  Only provide __extern_inline routines if
4942         __USE_EXTERN_INLINES.
4943         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4944         tests.
4945         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4946         For now avoid some *printf tests in C++.  Skip all testing
4947         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4948         is not.
4949         * debug/tst-chk4.cc: New file.
4950         * debug/tst-chk5.cc: New file.
4951         * debug/tst-chk6.cc: New file.
4952         * debug/tst-lfschk4.cc: New file.
4953         * debug/tst-lfschk5.cc: New file.
4954         * debug/tst-lfschk6.cc: New file.
4955         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4956         prototypes in C++.
4957         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4958         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4959         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4960
4961 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4962
4963         * po/cs.po: Update from translation team.
4964
4965 2007-09-11  Roland McGrath  <roland@redhat.com>
4966
4967         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4968         compiling.
4969
4970 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4971
4972         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4973
4974 2007-09-05  Roland McGrath  <roland@redhat.com>
4975
4976         * manual/signal.texi (Signaling Another Process): Typo fix.
4977         From Karl Berry <karl@freefriends.org>.
4978
4979 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4980
4981         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4982         zero if not defined.
4983         (make_request): Recognize optimistic addresses and treat them like
4984         deprecated addresses.
4985         Reported by Neil Horman <nhorman@redhat.com>.
4986
4987 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4988
4989         * nscd/connections.c (send_ro_fd): Also transfer file size.
4990         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4991         file size don't call fstat.
4992
4993         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4994         ahead and map the file.  This should always be correct and we can
4995         catch problems later.
4996
4997 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4998
4999         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5000         prototypes.
5001         (__fread_alias, __fread_unlocked_alias): New aliases.
5002         (fread): New extern inline.
5003         (fread_unlocked): Likewise.  Undef macro before definition of
5004         the inline function.
5005         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5006         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5007         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5008         and __fread_unlocked_chk@@GLIBC_2.7.
5009         * debug/fread_chk.c: New file.
5010         * debug/fread_u_chk.c: New file.
5011         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5012
5013 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5014
5015         * sysdeps/unix/sysv/linux/syscalls.list
5016         (personality): Change caller to EXTRA.
5017
5018 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5019
5020         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5021         to keep gcc quiet.
5022         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5023
5024         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5025         NDEBUG is defined.
5026
5027         * Makerules: Use -p option with mkdir.
5028
5029         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5030         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5031         (_xdr_directory_obj): Likewise.
5032         (xdr_entry_obj): Likewise.
5033         (xdr_group_obj): Likewise.
5034         (xdr_link_obj): Likewise.
5035         (xdr_table_obj): Likewise.
5036         (_xdr_nis_result): Likewise.
5037         (_xdr_ns_request): Likewise.
5038         (_xdr_ib_request): Likewise.
5039         (_xdr_nis_taglist): Likewise.
5040         (xdr_cback_data): Likewise.
5041         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5042         (xdr_ypresp_maplist): Likewise.
5043
5044         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5045
5046         * posix/regex_internal.h: Prevent some declarations and definitions
5047         to be seen when used in tests.
5048
5049         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5050         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5051
5052         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5053
5054         * config.make.in (datarootdir): Add to shut up configure.
5055
5056         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5057         associativity for fully-associative caches.
5058
5059         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5060         requests.  Fill on more associativity values for L2.
5061         Patch mostly by Evandro Menezes.
5062
5063 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5064
5065         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5066         (_libc_vdso_platform_setup): Avoid using exported variable by using
5067         alias.
5068
5069         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5070
5071         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5072         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5073         defined.
5074
5075 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5076
5077         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5078         align stack for call if pltexit is to be used.
5079
5080         [BZ #3924]
5081         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5082         align for function call in case pltexit has to be called later.
5083
5084         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5085         implicit atomic operation when storing function pointer.
5086         (_dl_runtime_profile): Likewise.
5087
5088 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5089
5090         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5091         NIS_NOTFOUND.
5092
5093 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5094
5095         [BZ #4566]
5096         * string/strtok.c: Fix typo in comment.
5097
5098         [BZ #4582]
5099         * debug/segfault.c: Fix typos in comments.
5100
5101         [BZ #4588]
5102         * stdio-common/tempnam.c: Fix comment, it is not checked that
5103         TMPDIR points to a writable directory.
5104
5105         [BZ #4726]
5106         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5107         memory allocated for the name server address.
5108
5109         [BZ #4946]
5110         * nscd/connections.c (handle_request): Using sendfile always
5111         requires that mmap is used for the database.
5112         Patch by Petr Baudis <pasky@suse.cz>.
5113
5114         [BZ #4905]
5115         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5116         suddenly has two or more addresses, ignore it and remove the old
5117         entry.
5118
5119         [BZ #4814]
5120         * resolv/res_hconf.c: Prepare for compiling outside libc.
5121         * nscd/res_hconf.c: New file.
5122         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5123         the new file.
5124         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5125         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5126
5127         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5128
5129         [BZ #4925]
5130         * debug/pcprofiledump.c: Turn on internationalization by calling
5131         setlocale.  Patch mostly by Benno Schulenberg.
5132
5133         [BZ #4936]
5134         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5135         the state.
5136         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5137         * iconvdata/bug-iconv5.c: New file.
5138
5139 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5140
5141         [BZ #4896]
5142         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5143         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5144         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5145         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5146         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5147         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5148         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5149         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5150
5151 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5152
5153         [BZ #4937]
5154         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5155         lookup loop.  Suggested by John Reiser.
5156
5157 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5158
5159         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5160
5161 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5162
5163         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5164         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5165         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5166         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5167         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5168         to...
5169         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5170
5171 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5172
5173         * po/nl.po: Update from translation team.
5174
5175 2007-08-16  Andreas Jaeger  <aj@suse.de>
5176
5177         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5178         Reported by Peter Festner <peter.festner@ewetel.net>.
5179
5180 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5181
5182         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5183
5184 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5185
5186         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5187         to check for undefined symbols.
5188
5189         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5190         If the syscall fails, set errno to the actual returned error number
5191         rather than EINVAL.
5192         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5193         arguments are incorrect, set errno to EINVAL, if the syscall
5194         fails, set errno to the actual returned error number.
5195
5196         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5197         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5198
5199         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5200         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5201         file.
5202         (ASI_PNF, ASI_BLK_P): Don't define.
5203         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5204         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5205         file.
5206         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5207         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5208         file.
5209
5210 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5211
5212         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5213         FE_UNDERFLOW on Niagara CPUs.
5214
5215         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5216         exceptions.
5217
5218 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5219
5220         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5221         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5222         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5223         flush should be used or not inside of the function.
5224         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5225
5226         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5227         __thread_start): Use HIDDEN_JUMPTARGET.
5228         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5229         __thread_start): Likewise.
5230         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5231
5232         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5233         Add libc_hidden_proto.
5234         (STRTOF): Add libc_hidden_proto.
5235         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5236         (strtold_l, wcstold_l): Use them as second argument for
5237         long_double_symbol.
5238
5239 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5240
5241         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5242
5243 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5244
5245         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5246
5247 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5248
5249         * po/bg.po: New file.  From the translation team.
5250
5251 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5252
5253         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5254         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5255         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5256         when each feature was introduced.
5257
5258         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5259         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5260         (CHECK_HASH): New macro.
5261         (PREPARE_VERSION): Use it.
5262
5263         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5264         prototype if not __ASSUME_PSELECT.
5265         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5266         prototype if not __ASSUME_PPOLL.
5267
5268         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5269
5270         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5271         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5272         is defined.
5273
5274 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5275
5276         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5277         (_libc_vdso_platform_setup): If vDSO is not available point
5278         __vdso_gettimeofday to the vsyscall.
5279         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5280         __vdso_gettimeofday instead of vsyscall.
5281
5282 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5283
5284         * nscd/servicescache.c: Include kernel-features.h.
5285         * nscd/gai.c: Likewise.
5286         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5287         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5288         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5289         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5290         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5291         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5292         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5293         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5294         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5295
5296 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5297
5298         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5299         and _dl_get_origin defines anymore.
5300
5301         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5302         Build fix for systems which might lack POSIX timer support.
5303
5304         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5305         (_libc_vdso_platform_setup): Mangle function pointers before storing
5306         them.
5307         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5308         Demangle vdso pointer before use.
5309         (INTERNAL_VSYSCALL): Likewise.
5310
5311         * elf/cache.c (primes): Mark as const.
5312         Noted by Roland McGrath.
5313
5314 2007-08-01  Andreas Jaeger  <aj@suse.de>
5315             Jakub Jelinek  <jakub@redhat.com>
5316
5317         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5318         (options): Add option.
5319         (parse_opt): Handle option.
5320         (manual_link): Adjust process_file caller.  Call implicit_soname.
5321         (search_dir): Formatting.  Use and populate auxiliary cache.
5322         (main): Load and save auxiliary cache.
5323         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5324         stat64 from fstat64 to caller.
5325         (implicit_soname): New function.
5326         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5327         leave *soname as NULL.
5328         * elf/cache.c: Include libgen.h.
5329         (print_entry, print_cache, compare, save_cache, add_to_cache):
5330         Formatting and cleanups.
5331         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5332         aux_cache_file): New structures.
5333         (AUX_CACHEMAGIC): Define.
5334         (primes): New array.
5335         (aux_hash_size, aux_hash): New variables.
5336         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5337         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5338         load_aux_cache, save_aux_cache): New functions.
5339         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5340         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5341         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5342         (process_file): Adjust prototype.
5343
5344 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5345
5346         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5347         with __need_size_t.
5348
5349 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5350
5351         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5352         r_found_version structure as second parameter.
5353         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5354         (_dl_vdso_vsym): Change type of second parameter accordingly.
5355         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5356         (_libc_vdso_platform_setup): Adjust.
5357         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5358         (_libc_vdso_platform_setup): Likewise.
5359
5360         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5361         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5362         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5363         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5364         * csu/libc-start.c: Pretty printing.
5365         Use VDSO_SETUP if defined.
5366         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5367         and let generic code call into _libc_vdso_platform_setup.
5368         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5369         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5370         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5371         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5372         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5373         for GLIBC_PRIVATE.
5374         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5375         (sysdep_rountines): Add dl-vdso.
5376
5377         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5378         of routines.
5379
5380         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5381         attribute_hidden to __vdso_gettimeofday prototype.
5382
5383 2007-08-12  Roland McGrath  <roland@redhat.com>
5384
5385         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5386         From: Karl Berry <karl@freefriends.org>.
5387
5388 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5389
5390         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5391         an atime update for the files we read.
5392
5393 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5394
5395         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5396
5397         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5398         instead of mkstemp.
5399
5400         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5401         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5402         * misc/mkostemp.c: New file.
5403         * misc/mkostemp64.c: New file.
5404         * stdlib/stdlib.h: Declare the new functions.
5405         * sysdeps/posix/tempname.c: Add new parameter which is added to
5406         the flags for open.  Remove __GT_BIGFILE handling.
5407         * stdio-common/tempname.c: Likewise.
5408         * include/stdio.h: Adjust __gen_tempname prototype.
5409         Renumber __GT_* constants.
5410         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5411         * misc/mkdtemp.c: Likewise.
5412         * misc/mkstemp.c: Likewise.
5413         * misc/mkstemp64.c: Likewise.
5414         * misc/mktemp.c: Likewise.
5415         * stdio-common/tempnam.c: Likewise.
5416         * stdio-common/tmpfile.c: Likewise.
5417         * stdio-common/tmpfile64.c: Likewise.
5418         * stdio-common/tmpnam.c: Likewise.
5419         * stdio-common/tmpnam_r.c: Likewise.
5420
5421 2007-08-10  Roland McGrath  <roland@frob.com>
5422
5423         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5424         New macros.
5425         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5426         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5427
5428 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5429
5430         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5431         possible.
5432         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5433         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5434         * nss/nss_files/files-have_o_cloexec.c: New file.
5435
5436         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5437         available.
5438
5439 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5440
5441         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5442         ___new_wcstold_l): New weak aliases.
5443         (strtold_l, wcstold_l): Use them as second argument for
5444         long_double_symbol.
5445
5446 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5447
5448         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5449         register in test for error.
5450
5451         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5452         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5453
5454         * po/sv.po: Update from translation team.
5455
5456 2007-08-06  Roland McGrath  <roland@redhat.com>
5457
5458         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5459         Remove __strto*_l inlines.
5460         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5461         * stdlib/strtod.c: Add libc_hidden_def.
5462         * stdlib/strtod_l.c: Likewise.
5463         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5464         for __new_strtold and __new_wcstold.
5465         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5466         __STRTOF, STRTOF.
5467         * stdlib/strtol.c: Add libc_hidden_def.
5468         * stdlib/strtol_l.c: Likewise.
5469         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5470         strtoq.
5471
5472         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5473
5474         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5475         * scripts/data/localplt-generic.data: ... here.
5476         * elf/Makefile (check-data): Get generic file if no other.
5477         ($(objpfx)check-localplt.out): Make target unconditional.
5478
5479         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5480         Use ElfW(Nhdr).
5481
5482 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5483
5484         * po/zh_CN.po: Updated translation from translation team.
5485
5486 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5487
5488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5489         Don't use CGOTSETUP and CGOTRESTORE macros.
5490
5491 2007-08-04  Roland McGrath  <roland@redhat.com>
5492
5493         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5494
5495 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5496
5497         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5498         __extension__ around the whole statement expression.
5499
5500 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5501
5502         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5503         elements during initialization.
5504
5505         * po/pl.po: Updated translation from translation team.
5506         * po/tr.po: Likewise.
5507         * po/nl.po: Likewise.
5508
5509 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5510
5511         * rt/aio.h: Add __nonnull attributes.
5512
5513 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5514
5515         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5516         * stdlib/Makefile (tests): Add tst-strtod5.
5517         (tst-strtod5-ENV): New.
5518         * stdlib/tst-strtod5.c: New file.
5519
5520         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5521         failed.
5522         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5523         on failure.
5524
5525         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5526         allocated.
5527
5528 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5529
5530         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5531         numbers.
5532
5533 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5534
5535         * io/Makefile (aux): Add have_o_cloexec.
5536         * include/fcntl.h: Declare __have_o_cloexec.
5537         * io/have_o_cloexec.c: New file.
5538         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5539         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5540         fcntl call if not necessary.
5541         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5542         of local variable.
5543
5544         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5545         Avoid memset, add explicit initialization.
5546         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5547         to the end and change into zero-sized array.
5548         Move lock member to fill a hole on 64-bit platforms.
5549
5550         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5551         inline functions.
5552         * include/stdlib.h: Add __strto*_internal prototypes here.
5553         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5554         inline functions.
5555         * include/wchar.h: Add __wcsto*_internal prototypes.
5556         * sysdeps/generic/inttypes.h: No need to protect the declaration
5557         of the __strto*_internal and __wcsto*_internal members here.
5558
5559         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5560
5561 2007-08-02  Roland McGrath  <roland@redhat.com>
5562
5563         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5564         $(inst_bindir)/getconf if possible.
5565
5566         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5567         (generated): Add it.
5568         ($(inst_libexecdir)/getconf): Use it.
5569
5570 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5571
5572         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5573         /proc is faster and sufficient.  /sys is still needed for
5574         __get_nprocs_conf.
5575
5576 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5577
5578         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5579         syscall as __fallocate64.
5580         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5581         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5582
5583 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5584
5585         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5586         value.
5587
5588         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5589         if off_t is different rank from size_t.
5590
5591         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5592         uw_frame_state_for): Avoid type punning warnings.
5593         * sysdeps/generic/unwind-dw2-fde-glibc.c
5594         (_Unwind_IteratePhdrCallback): Likewise.
5595         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5596         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5597         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5598         pointers.
5599
5600 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5601
5602         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5603         total processors using sysfs.
5604         (__get_nprocs): Use sysfs to determine which processors are online.
5605
5606 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5607
5608         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5609         syscall arguments count.
5610
5611         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5612
5613 2007-07-30  Roland McGrath  <roland@redhat.com>
5614
5615         * manual/libc.texinfo: Update copyrights, formatting magic, and
5616         @dircategory.  From Karl Berry <karl@freefriends.org>.
5617
5618 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5619
5620         [BZ #4860]
5621         * io/Makefile (headers): Add bits/fcntl2.h.
5622
5623         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5624         using gcc builtin.
5625         (__CPU_EQUAL_S): Likewise.
5626
5627         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5628         (tests): Add tst-cpuset.
5629         * posix/sched_cpualloc.c: New file.
5630         * posix/sched_cpufree.c: New file.
5631         * posix/tst-cpuset.c: New file.
5632         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5633         GLIBC_2.7.
5634         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5635         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5636         macros.  Define CPU_*_S macros.
5637
5638 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5639
5640         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5641         entry.
5642
5643         [BZ #4858]
5644         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5645         #.0g and value rounded to 1.0.
5646         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5647
5648 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5649
5650         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5651         for int_frac_digits and frac_digits.
5652
5653         * login/logout.c (logout): Avoid aliasing violation.
5654         * login/logwtmp.c (logwtmp): Likewise.
5655
5656         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5657
5658         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5659         to avoid warning.
5660         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5661         warning.
5662         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5663         warning.
5664         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5665         to avoid warnings.
5666
5667         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5668         void **.
5669         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5670
5671         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5672         char * to avoid warning.
5673         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5674
5675         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5676
5677         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5678         allocate_arrays): Cast second argument to charmap_find_symbol
5679         to char * to avoid warnings.
5680
5681         * locale/programs/repertoire.c (repertoire_new_char): Change
5682         from_nr, to_nr and cnt to unsigned long, adjust printf format
5683         string.
5684
5685         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5686         Cast second argument to new_element to char * to avoid warnings.
5687
5688         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5689
5690         * intl/gettextP.h (struct loaded_domain): Change plural to const
5691         struct expression *.
5692         * intl/plural-eval.c (plural_eval): Change first argument to
5693         const struct expression *.
5694         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5695         argument to const struct expression **.
5696         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5697         prototypes.
5698         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5699         in call to __gettext_free_exp.
5700
5701         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5702         unitialized wstring/wpattern var warnings.
5703
5704         * posix/runtests.c (struct a_test): Make data field const char *.
5705
5706         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5707         vars if not LDBL_MANT_DIG >= 106.
5708
5709         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5710
5711         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5712         __find_specmb to avoid warning.
5713
5714         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5715
5716         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5717         to avoid warnings.
5718
5719         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5720         initializer.
5721
5722         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5723         tv var when it will be actually used.
5724
5725         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5726         to avoid warnings.
5727
5728         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5729         char array resp. pointer.
5730         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5731         char array.
5732         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5733         to const unsigned char **.
5734         (ucs4_to_cns11643): Change second argument to unsigned char *.
5735         * iconvdata/euc-tw.c (BODY): Change endp type to
5736         const unsigned char *.
5737         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5738         to unsigned char *.
5739         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5740         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5741         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5742         types to unsigned char pointers/arrays instead of char.
5743         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5744         to unsigned char *.
5745         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5746         * iconvdata/jis0212.h: Include assert.h.
5747         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5748         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5749         of trying to handle that.
5750         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5751         shut up a warning.
5752         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5753         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5754         two dimensional const unsigned char arrays.
5755         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5756         Initialize endp to inptr to shut up a warning.
5757
5758 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5759
5760         [BZ #4772]
5761         * time/strptime_l.c (__strptime_internal): Silently ignore
5762         strftime modifiers and field width in recursive calls.
5763
5764         * include/time.h (enum ptime_locale_status): Remove.
5765         (__strptime_internal): Remove decided and era_cnt arguments,
5766         add statep argument.
5767         * time/strptime_l.c (__strptime_internal): Remove decided
5768         and era_cnt arguments, add statep argument.  Don't recompute
5769         any fields in recursive calls, only update caller's tm
5770         and state, if recursive call fails, don't change tm nor
5771         any state.
5772         (get_alt_number): Adjust.
5773         (recursive): Adjust caller.
5774         (strptime): Likewise.
5775         * time/strptime.c (strptime): Likewise.
5776
5777 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5778
5779         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5780         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5781         if from and to charsets are the same.
5782         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5783         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5784         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5785
5786 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5787
5788         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5789         Don't define wint_t when __need_mbstate_t unless it
5790         is necessary.
5791         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5792         in the typedef if possible.
5793         * wctype/wctype.h (wint_t): Define by including
5794         wchar.h with __need_wint_t instead of including stddef.h
5795         with __need_wint_t and as fallback definining it ourselves.
5796         * iconv/gconv.h (__need_wint_t): Define before including
5797         wchar.h.
5798         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5799         or _GLIBCPP_USE_WCHAR_T.
5800         (__need_wchar_t): Don't define
5801         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5802         (__need_wint_t): Don't define before including stddef.h,
5803         define before including wchar.h only if _LIBC or
5804         _GLIBCPP_USE_WCHAR_T.
5805         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5806         * sysdeps/mach/hurd/_G_config.h: Likewise.
5807         * sysdeps/generic/_G_config.h: Likewise.
5808         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5809         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5810         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5811         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5812
5813 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5814
5815         * sysdeps/posix/posix_fallocate64.c: Undefine
5816         __posix_fallocate64_l64 before alias handling.
5817         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5818         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5819         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5820         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5821
5822         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5823
5824 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5825
5826         * locale/programs/ld-collate.c (atwc): New variable.
5827         (add_to_tablewc): New toplevel function, moved from collate_output.
5828         (collate_output): Remove add_to_tablewc nested function.
5829
5830         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5831         (name_insert): New function.
5832         (write_output): Remove hash_table and hash_size vars and name_insert
5833         nested function.
5834
5835 2007-07-24  Roland McGrath  <roland@redhat.com>
5836
5837         * Makerules (install-others-programs-nosubdir): New target.
5838         (install-no-libc.a-nosubdir): Depend on it.
5839
5840         * iconv/Makefile (install-others-programs): Set this instead of
5841         install-others.
5842         * login/Makefile (install-others-programs): Likewise.
5843         * posix/Makefile (install-others-programs): Likewise.
5844
5845         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5846         dependencies.
5847
5848 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5849
5850         * io/Makefile (tests): Add tst-posix_fallocate.
5851         * io/tst-posix_fallocate.c: New file.
5852
5853         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5854         __ASSUME_FALLOCATE.
5855
5856 2007-07-22  Roland McGrath  <roland@frob.com>
5857
5858         * hurd/getdport.c: Add missing copyright year update.
5859
5860         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5861         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5862
5863 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5864
5865         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5866
5867         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5868         O_CLOEXEC is needed.
5869         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5870         Avoid additional fcntl to set O_CLOEXEC if not needed.
5871         * nis/nss_compat/compat-initgroups.c: Likewise.
5872         * nis/nss_compat/compat-pwd.c: Likewise.
5873         * nis/nss_compat/compat-spwd.c: Likewise.
5874
5875 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5876
5877         [BZ #3665]
5878         * manual/errno.texi: Change ECANCELED value to 119.
5879
5880         [BZ #4610]
5881         * mach/lock-intern.h: Include <sys/cdefs.h>.
5882
5883         [BZ #4178]
5884         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5885         reading A.
5886
5887         [BZ #4126]
5888         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5889         to __sigsuspend.
5890
5891         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5892
5893 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5894
5895         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5896         `__ASSEMBLER__'.
5897         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5898
5899 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5900
5901         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5902         descriptor received from nscd.
5903
5904         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5905
5906         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5907         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5908         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5909         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5910         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5911         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5912
5913 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5914
5915         [BZ #4816]
5916         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5917
5918         [BZ #4813]
5919         * login/forkpty.c (forkpty): Close master and slave fds on
5920         fork failure.  Patch by
5921         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5922
5923 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5924
5925         * include/features.h (__USE_ISOC95): New define.
5926         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5927         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5928         for -std=iso9899:199409.
5929         * CONFORMANCE: Remove comments about unsupported AMD1.
5930
5931 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5932
5933         * sysdeps/ia64/sched_cpucount.c: New file.
5934         * sysdeps/powerpc/sched_cpucount.c: New file.
5935
5936         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5937         __BEGIN_DECLS/__END_DECLS around the prototype.
5938         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5939         pointer to const cpu_set_t.
5940
5941         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5942         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5943         __need_size_t and include stddef.h.
5944         * sysvipc/sys/msg.h: Likewise.
5945         * posix/sched.h: Likewise.
5946         * hurd/hurd/signal.h (__need_size_t): Define.
5947
5948         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5949         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5950         no longer defines wint_t or wchar_t.
5951
5952         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5953         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5954         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5955         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5956         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5957         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5958         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5959         * debug/printf_chk.c (__printf_chk): Likewise.
5960         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5961         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5962
5963         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5964         Define.
5965
5966         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5967         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5968
5969 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5970
5971         [BZ #4792]
5972         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5973         * malloc/malloc.h (realloc): Likewise.
5974
5975         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5976         if one of proc_file_chain streams has that fileno.
5977         * stdio-common/Makefile (tests): Add tst-popen2.
5978         * stdio-common/tst-popen2.c: New test.
5979
5980 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5981
5982         * elf/ldconfig.c: Allow GPLv2 or any later version.
5983         * elf/readlib.c: Likewise.
5984         * elf/chroot_canon.c: Likewise.
5985         * elf/cache.c: Likewise.
5986         * nscd/mem.c: Likewise.
5987         * nscd/getpwuid_r.c: Likewise.
5988         * nscd/grpcache.c: Likewise.
5989         * nscd/aicache.c: Likewise.
5990         * nscd/getsrvbynm_r.c: Likewise.
5991         * nscd/nscd.c: Likewise.
5992         * nscd/servicescache.c: Likewise.
5993         * nscd/getsrvbypt_r.c: Likewise.
5994         * nscd/initgrcache.c: Likewise.
5995         * nscd/gethstbyad_r.c: Likewise.
5996         * nscd/gethstbynm2_r.c: Likewise.
5997         * nscd/getgrnam_r.c: Likewise.
5998         * nscd/nscd_setup_thread.c: Likewise.
5999         * nscd/getpwnam_r.c: Likewise.
6000         * nscd/gai.c: Likewise.
6001         * nscd/connections.c: Likewise.
6002         * nscd/dbg_log.c: Likewise.
6003         * nscd/cache.c: Likewise.
6004         * nscd/hstcache.c: Likewise.
6005         * nscd/nscd_conf.c: Likewise.
6006         * nscd/getgrgid_r.c: Likewise.
6007         * nscd/pwdcache.c: Likewise.
6008         * catgets/gencat.c: Likewise.
6009         * locale/programs/linereader.h: Likewise.
6010         * locale/programs/locarchive.c: Likewise.
6011         * locale/programs/ld-paper.c: Likewise.
6012         * locale/programs/locfile-kw.h: Likewise.
6013         * locale/programs/ld-address.c: Likewise.
6014         * locale/programs/xmalloc.c: Likewise.
6015         * locale/programs/ld-time.c: Likewise.
6016         * locale/programs/localedef.c: Likewise.
6017         * locale/programs/simple-hash.c: Likewise.
6018         * locale/programs/xstrdup.c: Likewise.
6019         * locale/programs/ld-numeric.c: Likewise.
6020         * locale/programs/locfile-kw.gperf: Likewise.
6021         * locale/programs/ld-collate.c: Likewise.
6022         * locale/programs/charmap-kw.gperf: Likewise.
6023         * locale/programs/charmap.h: Likewise.
6024         * locale/programs/charmap-kw.h: Likewise.
6025         * locale/programs/config.h: Likewise.
6026         * locale/programs/locfile.c: Likewise.
6027         * locale/programs/ld-ctype.c: Likewise.
6028         * locale/programs/charmap.c: Likewise.
6029         * locale/programs/ld-messages.c: Likewise.
6030         * locale/programs/repertoire.h: Likewise.
6031         * locale/programs/locale.c: Likewise.
6032         * locale/programs/ld-name.c: Likewise.
6033         * locale/programs/linereader.c: Likewise.
6034         * locale/programs/locfile.h: Likewise.
6035         * locale/programs/3level.h: Likewise.
6036         * locale/programs/ld-monetary.c: Likewise.
6037         * locale/programs/ld-measurement.c: Likewise.
6038         * locale/programs/charmap-dir.c: Likewise.
6039         * locale/programs/ld-identification.c: Likewise.
6040         * locale/programs/localedef.h: Likewise.
6041         * locale/programs/charmap-dir.h: Likewise.
6042         * locale/programs/repertoire.c: Likewise.
6043         * locale/programs/simple-hash.h: Likewise.
6044         * locale/programs/ld-telephone.c: Likewise.
6045         * locale/programs/locale-spec.c: Likewise.
6046         * locale/programs/locfile-token.h: Likewise.
6047         * posix/getconf.c: Likewise.
6048         * iconv/dummy-repertoire.c: Likewise.
6049         * iconv/iconv_charmap.c: Likewise.
6050         * iconv/iconvconfig.c: Likewise.
6051         * iconv/iconv_prog.c: Likewise.
6052         * malloc/memusagestat.c: Likewise.
6053         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6054
6055 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6056
6057         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6058         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6059         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6060         check for the first argument.
6061
6062 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6063
6064         [BZ #4775]
6065         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6066         (__tgmath_real_type): Fix if expr is const int or other const
6067         qualified integral type.
6068         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6069         expressions and handle const qualified arguments.
6070         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6071         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6072         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6073         statement expressions.
6074         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6075         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6076         (__TGMATH_UNARY_IMAG): Define.
6077         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6078         * math/Makefile (tests): Add test-tgmath2.
6079         (CFLAGS-test-tgmath2.c): Add.
6080         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6081         count_cfloat, count_cldouble): New variables.
6082         (NCCALLS): Define.
6083         (main): Check number of complex calls as well.
6084         (F(compile_test)): Add complex tests and tests with const qualified
6085         arguments.
6086         (y, z, ccount): Define.
6087         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6088         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6089         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6090         F(cproj)): New functions.
6091         * math/test-tgmath2.c: New test.
6092
6093 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6094
6095         [BZ #4776]
6096         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6097         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6098         instead output ".".
6099         * dlfcn/Makefile (distribute): Add glreflib3.c.
6100         (module-names): Add glreflib3.
6101         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6102         glreflib1.so.
6103         (LDFLAGS_glreflib3.so): New.
6104         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6105         glreflib1.so.
6106         * dlfcn/glreflib3.c: New file.
6107
6108         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6109         returned -1, return NULL.
6110         * intl/explodename.c (_nl_explode_name): Return -1 if
6111         _nl_normalize_codeset failed.
6112
6113 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6114
6115         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6116         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6117         and avoid branch misspredicts for > 31 bytes memset case.
6118         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6119         Remove toc ref to __cache_line_size.
6120
6121         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6122         to get ISA-V2.0 branch hints.
6123         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6124         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6125         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6126         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6127         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6128         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6129         Remove toc ref to __cache_line_size.
6130
6131         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6132         Include math_ldbl_opt.h.
6133
6134 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6135
6136         [BZ #4773]
6137         * time/strptime_l.c (__strptime_internal): Implement greedy
6138         matching of weekday and month names.
6139
6140 2007-07-09  Roland McGrath  <roland@redhat.com>
6141
6142         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6143         (ELF_NOTE_ABI): Use it.
6144         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6145
6146 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6147
6148         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6149         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6150
6151 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6152
6153         [BZ #4745]
6154         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6155         in loop to look for conversion specifier to avoid testing of
6156         wrong errno value.
6157         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6158         * stdio-common/bug18.c: New file.
6159         * stdio-common/bug18a.c: New file.
6160         * stdio-common/bug19.c: New file.
6161         * stdio-common/bug19a.c: New file.
6162
6163 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6164
6165         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6166         running awk script.
6167
6168 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6169
6170         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6171         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6172         Return NULL if mmap failed instead of asserting it does not.
6173         (calloc): Check for integer overflow.
6174
6175         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6176         than LONG_MAX / 10.
6177
6178 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6179
6180         [BZ #4702]
6181         * nis/nss-default.c: Include errno.h.
6182         (init): Preserve errno.
6183
6184 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6185
6186         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6187
6188 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6189
6190         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6191
6192 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6193
6194         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6195
6196 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6197
6198         * sysdeps/s390/dl-procinfo.c: New file.
6199         * sysdeps/s390/dl-procinfo.h: New file.
6200         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6201
6202 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6203
6204         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6205         in PT_NOTE segments with multiple notes.
6206         * elf/readelflib.c (process_elf_file): Likewise.
6207
6208 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6209
6210         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6211         ISO C compliant.
6212
6213 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6214
6215         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6216
6217 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6218
6219         * include/link.h: Don't include rtld-lowlevel.h.
6220         (struct link_map): Remove l_scope_lock.
6221         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6222         (_dl_scope_free_list): New field (variable) in _rtld_global.
6223         (DL_LOOKUP_SCOPE_LOCK): Remove.
6224         (_dl_scope_free): New prototype.
6225         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6226         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6227         (_dl_profile_fixup): Likewise.
6228         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6229         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6230         THREAD_GSCOPE_RESET_FLAG around it.
6231         * elf/dl-close.c (_dl_close_worker): Don't use
6232         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6233         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6234         scopes were queued or if l_scope_mem has been abandoned.
6235         * elf/dl-open.c (_dl_scope_free): New function.
6236         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6237         * elf/dl-support.c (_dl_scope_free_list): New variable.
6238         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6239         Remove DL_LOOKUP_SCOPE_LOCK handling.
6240         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6241         handling.
6242         * elf/dl-object.c (_dl_new_object): Don't use
6243         __rtld_mrlock_initialize.
6244
6245 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6246
6247         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6248         to fill in holes
6249         (rtld_global_ro): Likewise.
6250
6251 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6252
6253         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6254         Move PT_LOAD checking to...
6255         (_dl_addr_inside_object): ... here, new function.
6256         * elf/dl-sym.c (do_sym): If not l_contiguous,
6257         call _dl_addr_inside_object.
6258         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6259         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6260         * elf/dl-open.c (dl_open_worker): Likewise.
6261         (_dl_addr_inside_object): New function if IS_IN_rtld.
6262         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6263         holes are present or are PROT_NONE protected.
6264         * include/link.h (struct link_map): Add l_contiguous field.
6265         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6266
6267 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6268             Tomas Janousek  <tjanouse@redhat.com>
6269             Ulrich Drepper  <drepper@redhat.com>
6270
6271         [BZ #4647]
6272         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6273         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6274         socket.
6275         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6276         unused member a bitmap.
6277         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6278         servers are configured.
6279
6280 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6281
6282         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6283
6284 2007-06-17  Andreas Schwab  <schwab@suse.de>
6285
6286         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6287
6288 2007-06-16  Andreas Jaeger  <aj@suse.de>
6289
6290         [BZ #4125]
6291         * sysdeps/unix/sysv/linux/sys/ptrace.h
6292         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6293         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6294         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6295         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6296         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6297         Define.
6298         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6299         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6300         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6301         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6302
6303 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6304
6305         [BZ #4599]
6306         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6307         determining whether there are IPv4/IPv6 addresses, ignore loopback
6308         addresses.
6309
6310 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6311
6312         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6313         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6314         as the return type.  Change type of "r" variable to CMPtype.
6315         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6316         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6317         * soft-fp/gedf2.c (__gedf2): Likewise.
6318         * soft-fp/gesf2.c (__gesf2): Likewise.
6319         * soft-fp/getf2.c (__getf2): Likewise.
6320         * soft-fp/ledf2.c (__ledf2): Likewise.
6321         * soft-fp/lesf2.c (__lesf2): Likewise.
6322         * soft-fp/letf2.c (__letf2): Likewise.
6323         * soft-fp/unorddf2 (__unorddf2): Likewise.
6324         * soft-fp/unordsf2 (__unordsf2): Likewise.
6325         * soft-fp/unordtf2 (__unordtf2): Likewise.
6326
6327 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6328
6329         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6330         make sure gcc doesn't mess around with this.
6331
6332 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6333
6334         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6335
6336 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6337
6338         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6339         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6340         at most once per _dl_close_worker.
6341
6342 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6343
6344         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6345         __sched_cpucount as const.
6346         * posix/sched_cpucount.c: Adjust.
6347
6348         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6349         instruction for counting bits.
6350         * sysdeps/x86_64/sched_cpucount.c: New file.
6351
6352 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6353
6354         * configure.in: Avoid variable named BASH.
6355         * config.make.in: Likewise.
6356         Patch in part by Mike Frysinger.
6357
6358 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6359
6360         [BZ #4586]
6361         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6362         pseudo-zeros as zero.
6363         * sysdeps/x86_64/ldbl2mpn.c: New file.
6364         * sysdeps/ia64/ldbl2mpn.c: New file.
6365
6366 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6367
6368         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6369         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6370         Remove unreachable code at the end.
6371
6372 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6373
6374         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6375         ldbl-128ibm in comment.
6376         (fpclassifyl): Correct classification of denormals.
6377         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6378         return value for MIN denormal. Rewrite using long double math too
6379         correctly handle denormals and canonicalize the results.
6380
6381 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6382
6383         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6384         (__mpn_construct_long_double): Fix conversion where result ought
6385         to be smaller than __LDBL_MIN__, or the low double should be
6386         denormal.  Fix decision where to negate low double - honor round
6387         to even rules.
6388         * stdio-common/tst-sprintf2.c: Include string.h.
6389         (COMPARE_LDBL): Define.
6390         (TEST): Also test whether a string hexadecimal float representation
6391         can be parsed back to the number.
6392         (main): Add a couple of further tests.
6393
6394 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6395
6396         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6397         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6398         is non-zero, but smaller than 2 * __DBL_MIN__.
6399         * stdio-common/tst-sprintf2.c: New test.
6400         * stdio-common/Makefile (tests): Add tst-sprintf2.
6401
6402         * math/test-misc.c (main): Don't run last batch of tests with
6403         IBM long double format.
6404
6405 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6406
6407         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6408         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6409         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6410         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6411         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6412         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6413         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6414         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6415         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6416         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6419         New file.
6420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6421         New file.
6422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6423         New file.
6424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6425         New file.
6426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6427         New file.
6428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6430         New file.
6431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6432         New file.
6433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6434         New file.
6435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6436         New file.
6437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6438         New file.
6439
6440 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6441
6442         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6443         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6444         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6445         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6446         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6447         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6448         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6449         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6450
6451 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6452
6453         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6454         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6455         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6456         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6457         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6458         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6459         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6460         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6461
6462 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6463
6464         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6465         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6466         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6467         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6468
6469 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6470
6471         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6472         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6473
6474 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6475
6476         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6477         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6478         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6479         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6480
6481 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6482
6483         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6484         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6485
6486 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6487
6488         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6489         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6490
6491         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6492         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6493         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6494         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6495
6496 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6497
6498         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6499         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6500         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6501         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6502
6503 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6504
6505         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6506         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6507         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6508         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6509         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6510         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6511
6512 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6513
6514         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6515         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6516         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6518
6519 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6520
6521         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6522         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6523         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6524         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6525         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6526         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6527         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6528         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6529         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6530         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6531         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6532         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6533         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6534         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6535         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6536         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6537
6538 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6539
6540         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6541         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6542
6543 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6544
6545         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6546         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6547
6548 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6549
6550         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6551         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6552         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6553         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6554         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6555         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6556         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6557         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6558         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6559         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6560
6561 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6562
6563         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6564
6565 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6566
6567         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6568         branch miss-predicts. Ensure that cache line crossing does not impact
6569         dispatch grouping.
6570
6571 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6572
6573         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6574         "../../powerpc32/power4/memcopy.h".
6575         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6576         "../../powerpc32/power4/wordcopy.c".
6577
6578 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6579
6580         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6581         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6582         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6583         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6584         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6585         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6586
6587 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6588
6589         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6590
6591 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6592
6593         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6594         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6595         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6596         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6597         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6598         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6599         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6600         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6601
6602 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6603
6604         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6605
6606 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6607
6608         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6609         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6610         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6611         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6612         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6613         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6614         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6615
6616 2007-05-29  Roland McGrath  <roland@redhat.com>
6617
6618         * po/Makefile (po-sed-cmd): New variable.
6619         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6620
6621 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6622
6623         * crypt/md5-crypt.c: Fix comment.
6624
6625         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6626         of crashing.  When this is the case or if the reply is malformed,
6627         don't try to close the new file descriptor since it does not
6628         exist.
6629         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6630
6631 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6632
6633         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6634         if __NR_utimensat is not defined.
6635
6636 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6637
6638         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6639
6640 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6641
6642         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6643         (open): Fix comment typos.  Don't call __open_2 if flags
6644         is a compile time constant without O_CREAT.
6645         (__open64_2): Add nonnull attribute.
6646         (open64): Fix comment typos.  Don't call __open64_2 if flags
6647         is a compile time constant without O_CREAT.
6648         (__openat_2): Add nonnull attribute, fix nonnull attribute
6649         on redirect.
6650         (openat): Fix comment typos.  Don't call __openat_2 if flags
6651         is a compile time constant without O_CREAT.
6652         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6653         on redirect.
6654         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6655         is a compile time constant without O_CREAT.
6656
6657 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6658
6659         * Makerules (sysd-rules): Define PTW for ptw-* files.
6660         * Versions: Define GLIBC_2.7 for libc.
6661         * include/stdio.h: Declare __fortify_fail.
6662         * debug/fortify_fail.c: New file.
6663         * debug/Makefile (routines): Add fortify_fail.
6664         * debug/chk_fail.c: Use __fortify_fail.
6665         * debug/stack_chk_fail.c: Likewise.
6666         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6667         __openat64_2 for GLIBC_2.7.
6668         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6669         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6670         and fails if necessary.
6671         * io/open64.c: Likewise.
6672         * io/openat.c: Likewise.
6673         * io/openat64.c: Likewise.
6674         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6675         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6676         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6677         * io/bits/fcntl2.h: New file.
6678         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6679         __openat64_2.
6680         * include/bits/fcntl2.h: New file.
6681         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6682         Add open_2.
6683         * sysdeps/unix/sysv/linux/open_2.c: New file.
6684
6685 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6686
6687         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6688         as second parameter to handle_intel.
6689
6690         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6691         the entry.
6692
6693         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6694         handling to ...
6695         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6696         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6697         cacheinfo.
6698         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6699         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6700         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6701
6702         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6703
6704 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6705
6706         [BZ #4525]
6707         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6708         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6709         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6710
6711         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6712
6713         [BZ #4514]
6714         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6715         reinitialize workend at the start of each do_positional format spec
6716         loop, free workstart before do_positional loops.
6717         (printf_unknown): Fix size of work_buffer.
6718         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6719
6720         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6721         (public_sET_STATe): If ms->version < 3, put all chunks into
6722         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6723         chunks.
6724
6725         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6726         * malloc/hooks.c: Likewise.
6727         * malloc/arena.c: Likewise.
6728         * malloc/malloc.c (do_check_malloc_state): Don't assert
6729         n_mmaps is not greater than n_mmaps_max.  This removes the need
6730         for the previous change.
6731
6732         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6733         2007-05-07 commit.
6734
6735 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6736
6737         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6738         Define for kernel >= 2.6.22.
6739
6740 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6741
6742         * elf/dl-close.c (_dl_close_worker): When removing object from
6743         global scope, wait for all lookups to finish afterwards.
6744         * elf/dl-open.c (add_to_global): When global scope array must
6745         grow, allocate a new one and free old array only after all
6746         lookups finish.
6747         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6748         (_dl_lookup_symbol_x): Likewise.
6749         * elf/dl-support.c: Define _dl_wait_lookup_done.
6750         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6751         _dl_wait_lookup_done.
6752
6753         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6754         not overlapping with arena.
6755
6756         * malloc/mcheck.c (reallochook): If size==0, free the block.
6757
6758         * rt/tst-shm.c: Use fstat64 instead of fstat.
6759
6760         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6761         __NR_sync_file_range is not defined.
6762
6763 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6764
6765         Dummy files to prevent stub versions from being used.
6766         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6767         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6768         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6769         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6770
6771         * version.h (VERSION): Set to 2.6.90.
6772
6773 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * version.h (VERSION): Define to 2.6.
6776         * include/features.h (__GLIBC_MINOR__): Define to 6.
6777
6778         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6779
6780         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6781         sizes.
6782
6783 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6784
6785         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6786         number of mmaps.  n_mmaps_max is the target.
6787         * malloc/hooks.c: Likewise.
6788         * malloc/arena.c: Likewise.
6789
6790 2007-05-12  Andreas Jaeger  <aj@suse.de>
6791
6792         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6793         getpid.
6794
6795 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6796
6797         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6798         adding new variables.
6799
6800         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6801         optimize.  Completely extend global scope array before making the
6802         new entries visible.
6803
6804 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6805
6806         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6807         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6808         tst-getcpu.
6809
6810         * include/link.h: Move l_version and l_nversion members around to
6811         fill gaps.
6812
6813         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6814
6815         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6816         (__sched_setaffinity_new): If syscall was successful and
6817         RESET_VGETCPU_CACHE is defined, use it before returning.
6818         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6819
6820         * io/sys/stat.h: Make sure struct timespec is defined for
6821         __USE_ATFILE.
6822
6823         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6824         UTIME_OMIT.
6825         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6826         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6827         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6828         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6829         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6830         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6831         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6832         * io/sys/stat.h: Declare utimensat, futimens.
6833         * io/utimensat.c: New file.
6834         * io/futimens.c: New file.
6835         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6836         * sysdeps/unix/sysv/linux/futimens.c: New file.
6837         * io/Makefile (routines): Add utimensat, futimens.
6838         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6839         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6840         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6841         available.
6842
6843         * include/sys/cdefs.h: Redefine __nonnull so that test for
6844         incorrect parameters in the libc code itself are not omitted.
6845
6846 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6847
6848         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6849         exception in addition to inexact when asked to raise only FE_INEXACT.
6850
6851         [BZ #3427]
6852         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6853         in *envp.
6854
6855 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6856
6857         [BZ #4403]
6858         * string/strfry.c (strfry): Make result more random.
6859
6860 2007-05-07  Richard Henderson  <rth@redhat.com>
6861
6862         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6863         if __NO_LONG_DOUBLE_MATH.
6864         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6865         available in the compiler, add .arch directive to the assembly.
6866
6867 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6868
6869         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6870         compat_symbol to GLIBC_2_1.
6871         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6872         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6873         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6874         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6875         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6876         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6877         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6878         libc, not libm.
6879         (__isnanl): New compat_symbol.
6880
6881 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6882             Jakub Jelinek  <jakub@redhat.com>
6883
6884         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6885         (new_heap): Initialize mprotect_size.
6886         (grow_heap): When growing, only mprotect from mprotect_size till
6887         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6888         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6889
6890 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6891             Peter Bergner  <bergner@us.ibm.com>
6892
6893         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6894         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6895         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6896         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6897         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6898         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6899         Call __fe_mask_env() if all FP exceptions disabled.
6900         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6901         from old FPSCR to new fenv to propagate DFP rounding modes.
6902         Call __fe_mask_env() if FP exceptions previously enabled.
6903         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6904         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6905         transitioning from all exceptions disabled to any exception enabled
6906         or visa versa.
6907         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6908         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6909         when transitioning from all exceptions disabled to any exception
6910         enabled or visa versa.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6917
6918 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6919
6920         [BZ #4465]
6921         * posix/unistd.h: Remove __THROW from fdatasync.
6922
6923 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6924
6925         [BZ #4465]
6926         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6927
6928 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6929
6930         * stdio-common/vfprintf.c (process_string_arg): Optimize
6931         ridiculous precision in wide char code printing multi-byte string.
6932         Reported by Jim Meyering <jim@meyering.net>.
6933
6934         [BZ #4131]
6935         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6936         boundaries to work around systems with overlapping binary loading.
6937         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6938
6939 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6940
6941         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6942         __mbsnrtowcs after last change.
6943
6944         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6945         (get_ident): Likewise.
6946
6947 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6948
6949         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6950         with setting the sticky bit.
6951         * math/test-misc.c (main): Add more truncation tests.
6952
6953 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6954
6955         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6956         double in the function declaration.
6957         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6958         double in the function declaration.
6959         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6960         float in the function declaration.
6961         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6962         float in the function declaration.
6963
6964         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6965         denormal operands.  Do not generate FP_EX_DENORM exception.
6966         (FP_UNPACK_RAW_EP): Ditto.
6967         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6968         undefined _FP_UNPACK_RAW_E.
6969         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6970         undefined _FP_UNPACK_RAW_EP.
6971         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6972         undefined _FP_PACK_RAW_E.
6973         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6974         undefined _FP_PACK_RAW_EP.
6975
6976         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6977         _FP_FRAC_COPY_2.
6978         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6979         _FP_FRAC_COPY_4.
6980
6981 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6982             Jakub Jelinek  <jakub@redhat.com>
6983
6984         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6985         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6986         this case.
6987         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6988
6989 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6990
6991         * math/test-misc.c (main): Add tests for rounding long double
6992         values close to smallest double denormalized value to double.
6993
6994 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6995
6996         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6997         condition for truncating to 0.  Set sticky bit for such
6998         truncation.
6999
7000 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7001
7002         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7003         fixed length array for ignore.
7004
7005 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7006
7007         [BZ #4438]
7008         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7009         stack for large precisions.
7010         * stdio-common/test-vfprintf.c (main): Add test for large
7011         precision.
7012
7013 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7014
7015         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7016         for exponent 0.
7017         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7018
7019         [BZ #4439]
7020         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7021         account in the size check.
7022         * resolv/tst-inet_ntop.c: New test.
7023         * resolv/Makefile (tests): Add tst-inet_ntop.
7024
7025 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7026             Jakub Jelinek  <jakub@redhat.com>
7027
7028         [BZ #4349]
7029         * malloc/malloc.c: Keep separate list for first blocks on the bin
7030         lists with a given size.  This helps skipping over list elements
7031         we know won't fit in two places.
7032         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7033
7034 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7035
7036         [BZ #4102]
7037         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7038         label to Teredo tunnel addresses 2001://32.
7039
7040 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7041
7042         * locale/programs/ld-collate.c (collate_read): Allow order_start
7043         after copy.
7044
7045         * locale/programs/ld-collate.c (collate_read): Fix printing of
7046         error message.
7047
7048         [BZ #3213]
7049         * locale/C-translit.h.in: Add entry for U2044.
7050
7051         [BZ #4342]
7052         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7053         hexa-decimal floats without exponent.
7054         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7055
7056 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7057
7058         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7059         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7060         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7061         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7062         GLIBC_2.6.
7063         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7064         Add sched_getcpu.
7065
7066 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7067
7068         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7069         of 0 after the out_fail label.
7070
7071 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7072
7073         [BZ #4406]
7074         * iconv/gconv_charset.h (strip): Allow ':'.
7075         * iconv/iconv_open.c (iconv_open): Adjust comment.
7076
7077 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7078
7079         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7080         version.
7081
7082 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7083
7084         [BZ #4381]
7085         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7086         alignment of buffer and tmp_buffer.
7087         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7088         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7089         alignment of buffer.
7090         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7091         bigger than INT_MAX.
7092         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7093         h_errnop arguments.  Fail if buflen is too small.
7094         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7095
7096 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7097
7098         [BZ #4405]
7099         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7100         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7101
7102 2007-04-22  Roland McGrath  <roland@redhat.com>
7103
7104         * elf/elf.h (NT_PRXFPREG): New macro.
7105
7106 2007-04-19  Andreas Jaeger  <aj@suse.de>
7107
7108         [BZ #3905]
7109         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7110         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7111         Added.
7112
7113 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7114
7115         * include/sys/mman.h: Mark madvise hidden.
7116         * misc/madvise.c: Add libc_hidden_def.
7117
7118 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7119
7120         * nis/nis_domain_of.c (__nis_domain_of): New function.
7121         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7122         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7123         * nis/nis_call.c (rec_dirsearch): Likewise.
7124         (first_shoot): Likewise.  Remove search_parent_first argument.
7125         (struct nis_server_cache): Rename search_parent_first field
7126         to search_parent.
7127         (nis_server_cache_search, nis_server_cache_add): Rename
7128         search_parent_first argument to search_parent.
7129         (__nisfind_server): Likewise.  If search_parent, call
7130         __nis_domain_of.
7131
7132 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7133
7134         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7135
7136 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7137
7138         [BZ #4368]
7139         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7140
7141 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7142
7143         [BZ #4364]
7144         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7145
7146 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7147
7148         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7149         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7150         current number of locales in SUPPORTED.
7151         (create_archive): Initialize serial.
7152         (enlarge_archive): Preserve aliases rather than duplicating
7153         their locrecs.
7154
7155 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7156
7157         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7158         after _IO_un_link, not before it.
7159
7160         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7161         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7162         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7163
7164 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7165
7166         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7167         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7168         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7169         Remove __THROW.
7170         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7171         _IO_file_xsgetn_maybe_mmap): Likewise.
7172         * libio/oldfileops.c (old_do_write): Likewise.
7173         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7174         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7175         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7176         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7177         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7178         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7179         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7180         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7181         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7182         _IO_file_underflow, _IO_file_underflow_mmap,
7183         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7184         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7185         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7186         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7187         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7188         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7189         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7190         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7191         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7192         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7193         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7194         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7195         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7196         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7197         _IO_adjust_column_internal, _IO_default_uflow_internal,
7198         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7199         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7200         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7201         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7202         _IO_file_close_it_internal, _IO_file_underflow_internal,
7203         _IO_file_overflow_internal, _IO_file_attach_internal,
7204         _IO_file_fopen_internal, _IO_file_sync_internal,
7205         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7206         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7207         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7208         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7209         _IO_seekpos_unlocked): Likewise.
7210         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7211         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7212
7213 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7214
7215         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7216         argument in xmalloc size computation.
7217
7218 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7219
7220         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7221         math_opt_barrier and math_force_eval macros.
7222
7223 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7224
7225         [BZ #3306]
7226         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7227         * sysdeps/i386/fpu/math_private.h: New file.
7228         * sysdeps/x86_64/fpu/math_private.h: New file.
7229         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7230         math_force_eval macros.  Use "+m" constraint on asm rather than
7231         "=m" and "m".
7232         * math/s_nextafter.c (__nextafter): Likewise.
7233         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7234         Likewise.
7235         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7236         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7237         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7238         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7239         math_opt_barrier and math_force_eval macros.
7240         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7241         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7242         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7243         (__nexttoward): Use math_opt_barrier and
7244         math_force_eval macros.  Use "+m" constraint on asm rather than
7245         "=m" and "m".  Only use asm to force double result if
7246         FLT_EVAL_METHOD is 2.
7247         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7248         (__nexttowardf): Use math_opt_barrier and
7249         math_force_eval macros.  Use "+m" constraint on asm rather than
7250         "=m" and "m".  Only use asm to force double result if
7251         FLT_EVAL_METHOD is not 0.
7252         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7253         (__nexttowardf): Use math_opt_barrier and
7254         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7255         x to float using asm.
7256         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7257         (__nldbl_nexttowardf): Use math_opt_barrier and
7258         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7259         x to float using asm.
7260         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7261         (__nexttowardf): Use math_opt_barrier and math_force_eval
7262         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7263         * math/bug-nextafter.c (zero, inf): New variables.
7264         (main): Add new tests.
7265         * math/bug-nexttoward.c (zero, inf): New variables.
7266         (main): Add new tests.
7267
7268 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7269
7270         [BZ #3427]
7271         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7272         exceptions both in SW and MXCSR.
7273         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7274         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7275         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7276         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7277         in MXCSR if SSE is available.
7278         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7279         and ldsodefs.h.
7280         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7281         Fix comment typo.
7282         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7283         Return 0 rather than 1.
7284         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7285         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7286         * math/test-fenv.c (feholdexcept_tests): New function.
7287         (main): Call it.
7288
7289 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7290
7291         [BZ #3427]
7292         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7293         in SW.
7294
7295 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7296
7297         [BZ #4344]
7298         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7299         Reported by David Anderson <davea42@earthlink.net>.
7300
7301 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7302
7303         * posix/sys/wait.h: Remove unnecessary forward declaration.
7304
7305 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7306
7307         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7308         with obj->do_servers after first_shoot.
7309
7310 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7311
7312         * posix/Makefile (routines): Add sched_cpucount.
7313         (tests): Add tst-cpucount.
7314         * posix/sched_cpucount.c: New file.
7315         * posix/tst-cpucount.c: New file.
7316         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7317         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7318         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7319         * posix/sched.h: Define CPU_COUNT.
7320
7321 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7322
7323         * posix/fnmatch.c (STRUCT): Define.
7324         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7325         * posix/fnmatch_loop.c (struct STRUCT): New type.
7326         (FCT): Add ends argument.  If ends != NULL and normal * is
7327         seen in the pattern, store current pattern and string pointers
7328         and return.  Adjust recursive calls.
7329         (EXT): Adjust FCT callers.
7330         (STRUCT): Undef at the end of the file.
7331         * posix/Makefile (tests): Add tst-fnmatch2.
7332         * posix/tst-fnmatch2.c: New test.
7333
7334 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7335
7336         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7337         and 1 on failure.
7338
7339         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7340         Change last argument to unsigned int.
7341
7342 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7343
7344         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7345
7346 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7347
7348         * config.h.in (HAVE_LIBCAP): Add.
7349         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7350         sys/capabilities.h.
7351         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7352         free_caps.  Cast away const from 4th cap_set_flag argument.
7353
7354 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7355
7356         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7357         GLIBC_2.6.
7358         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7359         Add sync_file_range.
7360         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7361
7362 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7363
7364         * sysdeps/powerpc/bits/atomic.h
7365         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7366         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7367         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7368         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7369         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7370         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7371         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7372         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7373         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7374         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7375         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7376         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7377         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7378         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7379         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7380         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7381         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7382         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7383         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7384         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7385
7386 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7387
7388         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7389         (__cache_line_size): Define the variable here.  Add
7390         attribute_hidden, remove weak_extern.
7391         (__libc_start_main): Set __cache_line_size
7392         unconditionally.
7393         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7394         (__cache_line_size): Define the variable here.  Add
7395         attribute_hidden, remove weak_extern.
7396         (DL_PLATFORM_AUXV): Set __cache_line_size
7397         unconditionally.
7398         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7399         weak_extern, add attribute_hidden.
7400         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7401         defined in ld.so.
7402         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7403         definition.
7404         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7405
7406 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7407
7408         [BZ #4276]
7409         * timezone/africa: Update from tzdata2007d.
7410         * timezone/asia: Likewise.
7411         * timezone/australasia: Likewise.
7412         * timezone/backward: Likewise.
7413         * timezone/europe: Likewise.
7414         * timezone/iso3166.tab: Likewise.
7415         * timezone/leapseconds: Likewise.
7416         * timezone/northamerica: Likewise.
7417         * timezone/southamerica: Likewise.
7418         * timezone/zone.tab: Likewise.
7419
7420         * timezone/private.h: Update from tzcode2007d.
7421         * timezone/zdump.c: Likewise.
7422         * timezone/zic.c: Likewise.
7423
7424 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7425
7426         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7427         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7428         variables.
7429         (nis_server_cache_search, nis_server_cache_add): New functions.
7430         (__nisfind_server): Use them.  Add dbp and flags argument, if
7431         call __nisbind_create.
7432         (__nisbind_create): Add server_used and current_ep arguments,
7433         only call __nis_findfastest if server_used is ~0.
7434         (__do_niscall2, __prepare_niscall): Adjust callers.
7435         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7436         ckey_cache_euid, ckey_cache_lock): New variables.
7437         (get_ckey): New function.
7438         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7439         __pmap_getnisport.  Save __pmap_getnisport result in
7440         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7441         key.
7442         * nis/nis_lookup.c (nis_lookup): Likewise.
7443         * nis/nis_table.c (nis_list): Likewise.
7444         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7445         prototypes.
7446
7447         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7448         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7449         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7450         _nss_nisplus_getservbyport_r): Likewise.
7451         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7452         _nss_nisplus_getnetbyaddr_r): Likewise.
7453         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7454         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7455         _nss_nisplus_getntohost_r): Likewise.
7456         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7457         _nss_nisplus_getrpcbynumber_r): Likewise.
7458
7459 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7460
7461         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7462         * configure: Rebuilt.
7463
7464         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7465         bit-fields.
7466         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7467
7468 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7469
7470         [BZ #2831]
7471         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7472         bit-fields.
7473
7474 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7475
7476         * nscd/gai.c: Include alloca.h.
7477         (__libc_use_alloca): Define.
7478
7479 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7480
7481         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7482         smaller scopes.
7483         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7484         (DL_DST_REQUIRED): Adjust user.
7485
7486         * include/dlfcn.h (struct link_map): New forward decl.
7487
7488         * inet/getnameinfo.c: Include stddef.h.
7489         (getnameinfo): Use offsetof.
7490
7491         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7492
7493         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7494
7495         * string/strerror_l.c: Include stdlib.h.
7496
7497         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7498         * config.make.in (gnu89-inline-CFLAGS): New variable.
7499         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7500         -std=gnu99.
7501         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7502         * argp/argp.h: Use it.
7503         * bits/mathinline.h: Likewise.
7504         * bits/sigset.h: Likewise.
7505         * bits/string.h: Likewise.
7506         * ctype/ctype.h: Likewise.
7507         * hurd/hurd.h: Likewise.
7508         * hurd/hurd/fd.h: Likewise.
7509         * hurd/hurd/port.h: Likewise.
7510         * hurd/hurd/signal.h: Likewise.
7511         * hurd/hurd/threadvar.h: Likewise.
7512         * hurd/hurd/userlink.h: Likewise.
7513         * io/sys/stat.h: Likewise.
7514         * libio/bits/stdio.h: Likewise.
7515         * libio/bits/stdio2.h: Likewise.
7516         * mach/lock-intern.h: Likewise.
7517         * mach/mach/mig_support.h: Likewise.
7518         * math/bits/cmathcalls.h: Likewise.
7519         * posix/bits/unistd.h: Likewise.
7520         * socket/bits/socket2.h: Likewise.
7521         * stdlib/bits/stdlib.h: Likewise.
7522         * stdlib/stdlib.h: Likewise.
7523         * string/argz.h: Likewise.
7524         * string/bits/string2.h: Likewise.
7525         * string/bits/string3.h: Likewise.
7526         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7527         * sysdeps/generic/inttypes.h: Likewise.
7528         * sysdeps/generic/machine-lock.h: Likewise.
7529         * sysdeps/generic/machine-sp.h: Likewise.
7530         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7531         * sysdeps/i386/i486/bits/string.h: Likewise.
7532         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7533         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7534         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7535         * sysdeps/mach/i386/machine-lock.h: Likewise.
7536         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7537         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7538         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7539         * sysdeps/s390/bits/string.h: Likewise.
7540         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7541         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7542         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7543         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7544         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7545         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7546         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7547         * wcsmbs/bits/wchar2.h: Likewise.
7548         * wcsmbs/wchar.h: Likewise.
7549         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7550         __extern_inline definition.
7551
7552 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7553
7554         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7555         NULL.
7556
7557         [BZ #3919]
7558         * math/libm-test.inc (log_test): Test -Inf and NaN.
7559         (log10_test, log1p_test, log2_test): Test -Inf.
7560         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7561         FE_INVALID when argument is qNaN.
7562         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7563         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7564         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7565         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7566         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7567         testb $4, %ah and jump if non-zero.
7568         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7569         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7570
7571         [BZ #4101]
7572         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7573         ancestors with the same depths.
7574         Patch by Niels Moeller <nisse@lysator.liu.se>.
7575         (filter_doc): Don't crash if argp is NULL.
7576         * argp/Makefile (tests): Add tst-argp2.
7577         * argp/tst-argp2.c: New test.
7578
7579         [BZ #4130]
7580         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7581         open_not_cancel_2.
7582         (updwtmp_file): Likewise.
7583
7584         [BZ #4181]
7585         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7586         (inet6_opt_append): Don't check extlen is big enough if extbuf
7587         is NULL.
7588         (inet6_opt_finish): Likewise.
7589         * inet/Makefile (tests): Add test-inet6_opt.
7590         * inet/test-inet6_opt.c: New test.
7591
7592         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7593         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7594         NLMSG_ERR.  Instead use a page sized buffer.
7595         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7596         buffer.
7597
7598 2007-03-14  Richard Henderson  <rth@redhat.com>
7599
7600         * sysdeps/alpha/fpu/s_llround.c: New file.
7601         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7602         * sysdeps/alpha/fpu/s_lround.c: New file.
7603         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7604         * sysdeps/alpha/fpu/s_round.c: New file.
7605         * sysdeps/alpha/fpu/s_roundf.c: New file.
7606         * sysdeps/alpha/fpu/s_trunc.c: New file.
7607         * sysdeps/alpha/fpu/s_truncf.c: New file.
7608
7609         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7610         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7611         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7612         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7613         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7614         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7615
7616         * sysdeps/alpha/fpu/s_fmax.S: New file.
7617         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7618         * sysdeps/alpha/fpu/s_fmin.S: New file.
7619         * sysdeps/alpha/fpu/s_fminf.S: New file.
7620         * sysdeps/alpha/fpu/s_isnan.c: New file.
7621         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7622         * sysdeps/alpha/fpu/s_llrint.c: New file.
7623         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7624         * sysdeps/alpha/fpu/s_lrint.c: New file.
7625         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7626         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7627         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7628
7629         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7630         (__fdimf, fdimf, __fdim, fdim): Remove.
7631         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7632         (__isnanf, __isnan, __isnanl): New.
7633
7634 2007-03-13  Richard Henderson  <rth@redhat.com>
7635
7636         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7637
7638 2007-03-13  Richard Henderson  <rth@redhat.com>
7639
7640         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7641         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7642         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7643         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7644         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7645         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7646
7647 2007-03-13  Richard Henderson  <rth@redhat.com>
7648
7649         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7650         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7651         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7652         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7653         Move to dl-auxv.h; initialize instead of extern weak.
7654         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7655         weak symbol.
7656         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7657         Extern instead of initialized.
7658
7659 2007-03-13  Richard Henderson  <rth@redhat.com>
7660
7661         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7662         __sigsuspend_nocancel.
7663
7664 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7665
7666         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7667         172.16/12 address range.
7668
7669 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7670
7671         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7672         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7673         message.
7674
7675 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7676
7677         [BZ #4069]
7678         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7679         earlier.
7680         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7681
7682         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7683         for x qNaN and y either +-inf or non-integer value.
7684         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7685         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7686         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7687
7688 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7689
7690         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7691         from sysdep_headers.
7692
7693 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7694
7695         * time/tzfile.c (find_transition): Instead of a linear search try to
7696         guess the transition index, use a linear search if the result is at
7697         most 10 transitions away from the guess or binary search otherwise.
7698
7699 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7700
7701         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7702         memory reallocation.
7703
7704 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7705
7706         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7707         and fix some typos.
7708         Optimize use of TOLOWER.
7709
7710         [BZ #3325]
7711         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7712         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7713         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7714
7715         [BZ #3458]
7716         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7717         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7718
7719         [BZ #4076]
7720         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7721         (open_dir_stream): Likewise.
7722         * io/Makefile (tests): Add bug-ftw5.
7723         * io/bug-ftw5.c: New file.
7724
7725         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7726         * nscd/servicescache.c (cache_addserv): Likewise.
7727
7728         * nscd/grpcache.c (cache_addgr): In case a record changed on
7729         refresh, adjust key_copy.
7730
7731         [BZ #4074]
7732         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7733         refresh, adjust key_copy.
7734
7735         [BZ #4070]
7736         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7737         special cases.
7738         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7739
7740 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7741
7742         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7743         optimization.
7744
7745         * stdio-common/vfscanf.c: Small cleanups throughout.
7746
7747 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7748
7749         [BZ #3325]
7750         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7751         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7752         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7753         Patch by Jared Casper <jaredcasper@gmail.com>.
7754
7755         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7756         * sysdeps/unix/opendir.c: Likewise.
7757         * sysdeps/unix/readdir.c: Likewise.
7758
7759         [BZ #2211]
7760         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7761         point numbers.
7762         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7763
7764         * stdio-common/vfscanf.c: Fix problems in width accounting.
7765         * stdio-common/tst-sscanf.c (double_tests): New tests.
7766         (main): Hook them up.
7767
7768         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7769         More simplifications of floating-point reader.
7770
7771         * stdio-common/Makefile (tests): Add tst-swscanf.
7772         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7773         testing.
7774         * stdio-common/tst-swscanf.c: New file.
7775
7776 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7777
7778         [BZ #2633]
7779         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7780         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7781         Remove using for __jmp_buf_tag.
7782         * locale/locale.h (struct lconv): Also define in std namespace.
7783         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7784
7785         [BZ #3842]
7786         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7787         using __libc_enable_secure.
7788
7789         [BZ #3818]
7790         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7791
7792         [BZ #3745]
7793         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7794         of names for ellipsises.
7795
7796         [BZ #3348]
7797         * malloc/memusage.sh: Cleanups.
7798         * debug/xtrace.sh: Quoting and trap changes.
7799
7800 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7801
7802         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7803
7804         * locale/iso-3166.def: Update entry for Serbia.
7805         * locale/iso-4217.def: Define RSD, remove CSD.
7806
7807         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7808         and 64-bit operations.
7809
7810         [BZ #4040]
7811         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7812         16-bit operations.
7813
7814         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7815         of writev.
7816
7817 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7818
7819         [BZ #3991]
7820         * assert/assert.h (assert): Simplify.
7821         (assert_perror): Likewise.
7822         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7823
7824         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7825         reqdata.
7826
7827         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7828         change: don't pass NULL in place of an integer.
7829
7830 2007-02-02  Bruno Haible  <bruno@clisp.org>
7831
7832         [BZ #3954]
7833         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7834         Add mapping for U+327E.
7835         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7836         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7837         mapping of 0xD9 0xE8.
7838         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7839         mapping of U+327E.
7840         Reported by Jungshik Shin <jungshik@google.com>.
7841
7842         [BZ #3955]
7843         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7844         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7845         Reported by Jungshik Shin <jungshik@google.com>.
7846
7847 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7848
7849         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7850         byte variants.
7851
7852         [BZ #4040]
7853         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7854         byte variants.  Patch mostly be tom@tommay.net.
7855
7856 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7857
7858         [BZ #3996]
7859         * posix/glob.c (attribute_hidden): Define if not defined.
7860         (glob): Unescape dirname, filename or username when needed and not
7861         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7862         is NULL.  Handle unescaped [ in pattern without closing ].
7863         Don't pass GLOB_CHECK down to recursive glob for directories.
7864         (__glob_pattern_type): New function.
7865         (__glob_pattern_p): Implement using __glob_pattern_type.
7866         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7867         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7868         Remove unreachable code.
7869         * posix/globtest.sh: Add a couple of new tests.
7870
7871 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7872
7873         * po/ru.po: Update from translation team.
7874
7875 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7876
7877         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7878         to the list of i486+ CPUs.
7879         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7880
7881 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7882
7883         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7884         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7885         references.
7886
7887 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7888
7889         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7890
7891         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7892         * resolv/res_mkquery.c: Define __res_nopt.
7893         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7894         try adding EDNS0 record.
7895         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7896         EDNS0 record was send make sure we don't try it again.
7897         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7898         * include/resolv.h: Declare __res_nopt.
7899
7900 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7901
7902         [BZ #3944]
7903         * time/strptime_l.c (__strptime_internal): Set have_mon for
7904         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7905         have been computed from tm_yday and tm_year.  Don't crash
7906         in day_of_the_week or day_of_the_year if not have_mon
7907         and tm_mon contains bogus value.
7908         * time/Makefile (tests): Add tst-strptime3.
7909         * time/tst-strptime3.c: New test.
7910
7911 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7912
7913         [BZ #3957]
7914         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7915         bit for RE_HAT_LISTS_NOT_NEWLINE.
7916         (build_charclass_op): Remove bogus comment.
7917         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7918         * posix/bug-regex27.c: New test.
7919         * posix/bug-regex28.c: New test.
7920
7921 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7922
7923         * po/sv.po: Update from translation team.
7924
7925 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7926
7927         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7928
7929 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7930
7931         * include/locale.h (__uselocale): Add libc_hidden_proto.
7932         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7933
7934         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7935         gettimeofday.
7936
7937 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7938
7939         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7940         returning.
7941         (PTR_DEMANGLE): Real definition now that it's not the same as
7942         PRT_MANGLE anymore.
7943         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7944
7945         * string/strerror_l.c: New file.
7946         * string/Makefile (routines): Add strerror_l.
7947         * string/string.h: Declare strerror_l.
7948         * string/Versions: Export strerror_l for GLIBC_2.6.
7949
7950 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7951
7952         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7953         as parameter.  Construct request record.  Try sending request
7954         before the first poll use, it usually succeeds.  Adjust all
7955         callers.
7956         * nscd/nscd-client.h: Define MAXKEYLEN.
7957         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7958
7959 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7960
7961         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7962         from return value.
7963         * nscd/nscd_helper.c: Include string.h.
7964         (__nscd_cache_search): Remove const qualifier from return value.
7965         On strict alignment architectures check hash entry and data head
7966         alignment.
7967         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7968         mmapped data during GC cycle contains garbage.  If
7969         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7970         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7971         dropped to 0.
7972         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7973         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7974         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7975         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7976         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7977
7978 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7979
7980         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7981
7982 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7983
7984         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7985         names not numbers in cfi_*.
7986
7987 2007-01-26  Andreas Jaeger  <aj@suse.de>
7988
7989         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7990         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7991         Correct values of PER_HPUX and PER_OSF4.
7992
7993 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7994
7995         * elf/dl-minimal.c: Undefine _itoa first.
7996         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7997         * malloc/mtrace.c: Revert last change.
7998         * posix/wordexp.c: Likewise.
7999
8000 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8001
8002         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8003         and __geode__ to the list of i486+ CPUs.
8004         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8005
8006 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8007
8008         * stdio-common/_itoa.c: Include <limits.h>.
8009         * stdio-common/_itowa.c: Likewise.
8010
8011 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8012
8013         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8014         platforms.
8015         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8016         64-bit platforms.
8017         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8018         possible.
8019         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8020         if possible.
8021
8022         [BZ #3902]
8023         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8024         * stdio-common/Makefile (tests): Add bug17.
8025         * stdio-common/bug17.c: New file.
8026
8027 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8028
8029         * iconvdata/brf.c: New file.
8030         * iconvdata/testdata/BRF: New file.
8031         * iconvdata/testdata/BRF..UTF8: New file.
8032         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8033         * iconvdata/Makefile: Add rules to build BRF.
8034         * iconvdata/TESTS: Add BRF entry.
8035         * iconvdata/gconv-modules: Likewise.
8036         * iconvdata/tst-tables.sh: Likewise.
8037
8038 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8039
8040         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8041         type `long long int', not `long int'.
8042         (wcstoq): Likewise.
8043
8044 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8045
8046         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8047         of values on 64-bit platforms which are too large.
8048
8049 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8050             Joe Kerian  <jkerian@us.us.ibm.com>
8051
8052         [BZ #2749]
8053         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8054         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8055         (__copysignl): Use signbit() for comparison.
8056         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8057         SET_LDOUBLE_WORDS64.
8058
8059         [BZ #2423, #2749]
8060         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8061         (__ceill): Remove calls to fegetround(), fesetround().
8062         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8063         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8064         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8065
8066 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8067
8068         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8069
8070         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8071
8072 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8073
8074         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8075         demangle pointer.
8076         * csu/libc-start.c: Likewise.
8077
8078 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8079
8080         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8081         really work anyway.
8082
8083 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8084
8085         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8086         users.
8087         (handle_request): Remove unnecessary tests.
8088
8089         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8090
8091 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8092
8093         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8094         workbits in semi-raw fraction.
8095
8096         * math/test-misc.c: Add new tests.
8097
8098 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8099
8100         * math/basic-test.c: Include test-skeleton.c.
8101         (TEST_TRUNC): Define.
8102         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8103         (main): Rename to ...
8104         (do_test): ...this.  Run new tests.
8105         (TEST_FUNCTION): Define.
8106
8107 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8108             Joe Kerian  <jkerian@us.us.ibm.com>
8109
8110         [BZ #2749]
8111         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8112         handling for high words.
8113         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8114         and overflow for infinity.
8115
8116 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8117
8118         * nscd/connections.c (handle_request): Add a __builtin_expect.
8119
8120         * nscd/connections.c (serv2db): Change type into structure which
8121         also says whether this is a request for data.  Renamed to
8122         servinfo.  All users changed.
8123         (handle_request): Much simpler test whether we should search the cache.
8124
8125         * nscd/connections.c (handle_request): Fix thinko in selinux test
8126         invocation.
8127
8128         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8129         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8130         it before getting dl_load_lock and then relock.
8131         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8132         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8133         case we unlocked the scope.
8134         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8135         _dl_lookup_symbol_x in case we locked the scope.
8136         (_dl_profile_fixup): Likewise.
8137         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8138         set DL_LOOKUP_SCOPE_LOCK.
8139
8140 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8141
8142         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8143         CFLAGS-getsrvbynpt_r.c.
8144         * nscd/getsrvbynm_r.c: New file.
8145         * nscd/getsrvbypt_r.c: New file.
8146         * nscd/nscd_getserv_r.c: New file.
8147         * nscd/servicescache.c: New file.
8148         * nscd/Makefile (routines): Add nscd_getserv_r.
8149         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8150         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8151         CFLAGS-getsrvbypt_r.c.
8152         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8153         table.  Add entries for services database.
8154         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8155         services database.
8156         (dbs): Add .reset_res and servdb initialization.
8157         (serv2db): Add entries for services database.
8158         (verify_persistent_db): Accept dbnr == servdb.
8159         (invalidate_cache): Rewrite database name recognition to use a table.
8160         Call res_init() if .reset_res is set for database.
8161         (handle_request): Add code to handle services database.
8162         * nscd/gai.c: Don't define __getservbyname_r.
8163         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8164         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8165         (serv_response_header): Define.
8166         (struct datahead): Add serv_response_header member.
8167         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8168         using table.
8169         * nscd/nscd.conf: Add entries for services database.
8170         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8171         Declare serv_iov_disabled.
8172         Declare addservbyname, readdservbyname, addservbyport, and
8173         readdservbyport.
8174         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8175         (find_db): Fix error message.
8176         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8177         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8178         * nscd/selinux.c (perms): Add entries for services database.
8179         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8180         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8181
8182         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8183         * nscd/hstcache.c: Likewise.
8184         * nscd/pwdcache.c: Likewise.
8185
8186         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8187         computation of keylen.
8188
8189         * include/string.h: Only redefine strndupa if this is really for
8190         libc code.
8191
8192 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8193
8194         * nscd/nscd_gethst_r.c: Minor cleanups.
8195
8196         * nscd/connections.c (handle_request): Check selinux permissions
8197         for all non-admin commands.
8198
8199         * sysdeps/i386/i486/bits/atomic.h: Define
8200         atomic_compare_and_exchange_val_acq,
8201         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8202         using __sync_* built-ins for gcc >= 4.1.
8203         * sysdeps/x86_64/bits/atomic.h: Likewise.
8204
8205         [BZ #3840]
8206         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8207         and .oS.d files.
8208
8209 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8210
8211         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8212         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8213         (do_test): Check errno and exit(0) if ENOSYS.
8214
8215 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8216
8217         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8218         thousands separators.
8219         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8220         * stdlib/tst-strtod4.c: New test.
8221
8222         [BZ #3855]
8223         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8224         hexadecimal digit should accept just the initial 0.
8225         * stdlib/tst-strtod2.c (tests): New variable.
8226         (do_test): Run several tests rather than just one.
8227
8228 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8229
8230         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8231         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8232
8233 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8234
8235         * io/fts.c: Make sure fts_cur is always valid after return from
8236         fts_read.
8237         Patch by Miloslav Trmac <mitr@redhat.com>.
8238
8239 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8240
8241         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8242         (R_MIPS_NUM): Bump by 1.
8243
8244 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8245
8246         * posix/execvp.c: Include alloca.h.
8247         (allocate_scripts_argv): Renamed to...
8248         (scripts_argv): ... this.  Don't allocate buffer here nor count
8249         arguments.
8250         (execvp): Use alloca if possible.
8251         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8252         * posix/tst-vfork3.c: New test.
8253
8254 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8255
8256         * string/Makefile (tst-strxfrm2-ENV): Define.
8257         * stdlib/Makefile (tst-strtod3-ENV): Define.
8258
8259 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8260
8261         * posix/getconf.c: Update copyright year.
8262         * nss/getent.c: Likewise.
8263         * iconv/iconvconfig.c: Likewise.
8264         * iconv/iconv_prog.c: Likewise.
8265         * elf/ldconfig.c: Likewise.
8266         * catgets/gencat.c: Likewise.
8267         * csu/version.c: Likewise.
8268         * elf/ldd.bash.in: Likewise.
8269         * elf/sprof.c (print_version): Likewise.
8270         * locale/programs/locale.c: Likewise.
8271         * locale/programs/localedef.c: Likewise.
8272         * nscd/nscd.c (print_version): Likewise.
8273         * debug/xtrace.sh: Likewise.
8274         * malloc/memusage.sh: Likewise.
8275         * malloc/mtrace.pl: Likewise.
8276         * debug/catchsegv.sh: Likewise.
8277
8278 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8279
8280         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8281         attempts.
8282
8283 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8284
8285         * posix/wordexp.c: Remove some unnecessary tests.
8286
8287 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8288
8289         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8290         blacklist the group till after we look it up.
8291
8292 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8293
8294         * include/atomic.h (atomic_forced_read): New macro.
8295
8296 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8297
8298         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8299
8300 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8301
8302         * nss/getXXbyYY_r.c: Include atomic.h.
8303         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8304         add atomic_write_barrier () in between.
8305
8306         * stdlib/Makefile (tests): Add tst-makecontext.
8307         * stdlib/tst-makecontext.c: New test.
8308
8309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8310         (__makecontext): Don't realign uc_mcontext.uc_regs.
8311
8312 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8313
8314         * elf/dl-support.c: Include dl-procinfo.h.
8315         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8316         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8317         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8318         Define.
8319         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8320         hardcoded constants.
8321         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8322         PPC_PLATFORM_* macros for array designators.
8323
8324 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8325
8326         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8327         names to the beginning.
8328         (_dl_powerpc_platforms): Add "power6x".
8329         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8330         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8331         (_DL_PLATFORMS_COUNT): Increase.
8332         (_dl_string_platform): Handle power6x case.
8333         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8334         PPC_FEATURE_POWER6_EXT): Define.
8335         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8336
8337 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8338
8339         [BZ #3747]
8340         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8341         [-2^31 .. 2^31) range.
8342         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8343         targets.
8344         * stdlib/tst-rand48-2.c: New test.
8345         * stdlib/Makefile (tests): Add tst-rand48-2.
8346
8347 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8348
8349         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8350
8351 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8352
8353         * misc/tst-pselect.c (do_test): Make sure the helper process is
8354         terminating when the test is aborted.
8355
8356 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8357
8358         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8359         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8360         Handle relatime mount option.
8361
8362         [BZ #2337]
8363         * libio/Makefile (tests): Add tst-setvbuf1.
8364         * libio/tst-setvbuf1.c: New file.
8365
8366 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8367
8368         [BZ #2337]
8369         * libio/genops.c (__uflow): Fix a typo.
8370         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8371         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8372         the narrow buffer size.
8373
8374 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8375
8376         [BZ #2337]
8377         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8378         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8379         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8380         in _flags.
8381         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8382         _IO_wstr_finish): Likewise.
8383         * libio/wmemstream.c (open_wmemstream): Likewise.
8384         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8385         even for wide streams.
8386
8387 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8388
8389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8390         kernel-features.h.
8391
8392 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8393
8394         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8395         separators also if no non-zero digits found.
8396         * stdlib/Makefile (tests): Add tst-strtod3.
8397
8398 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8399
8400         [BZ #3632]
8401         * include/features.h: Fix comment about default value for
8402         _POSIX_C_SOURCE.
8403
8404         [BZ #3664]
8405         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8406         empty parsed strings.
8407         * stdlib/Makefile (tests): Add tst-strtod2.
8408         * stdlib/tst-strtod2.c: New file.
8409
8410         [BZ #3673]
8411         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8412         computation.
8413         * stdlib/Makefile (tests): Add tst-atof2.
8414         * stdlib/tst-atof2.c: New file.
8415
8416         [BZ #3674]
8417         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8418         correctly if removing trailing zero of hex-float.
8419         * stdlib/Makefile (tests): Add tst-atof1.
8420         * stdlib/tst-atof1.c: New file.
8421
8422 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8423
8424         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8425         Start searching for next comma at p rather than rest.
8426         * misc/Makefile (tests): Add tst-mntent2.
8427         * misc/tst-mntent2.c: New test.
8428
8429         * misc/getusershell.c (initshells): Check for integer overflows.
8430         Make strings buffer one bigger as fgets always succeeds when second
8431         argument is 1.  Don't use calloc for shells array.  Disallow
8432         / as shell.
8433
8434 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8435
8436         * malloc/memusage.c: Handle realloc with new size of zero and
8437         non-NULL pointer correctly.
8438         (me): Really write first record twice.
8439         (struct entry): Make format bi-arch safe.
8440         (dest): Write out more realloc statistics.
8441         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8442
8443 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8444
8445         * nis/nis_subr.c (nis_getnames): Revert last change.
8446
8447 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8448
8449         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8450         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8451         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8452         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8453         ENOTTY.
8454         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8455         * io/tst-ttyname_r.c: New test.
8456
8457 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8458
8459         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8460
8461 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8462
8463         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8464         jump table entries.
8465
8466 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8467
8468         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8469         `clone' function to ensure proper unwinding stop of gdb.
8470         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8471
8472 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8473
8474         * nscd/nscd.init: Remove obsolete and commented-out -S option
8475         handling.
8476
8477 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8478
8479         [BZ #3514]
8480         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8481
8482         [BZ #3515]
8483         * manual/string.texi (strtok): Remove duplicate paragraph.
8484
8485 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8486
8487         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8488         libgcc not supporting `rflags' unwinding (register # >= 17).
8489
8490 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8491
8492         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8493         succeeded.
8494
8495 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8496             Jakub Jelinek  <jakub@redhat.com>
8497             Jan Kratochvil  <jan.kratochvil@redhat.com>
8498
8499         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8500         unwind information.
8501         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8502         'restore_rt' even in the 'signal' directory.
8503         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8504
8505 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8506
8507         [BZ #3559]
8508         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8509         malloc crashed.  Don't allocate memory unnecessarily in each
8510         loop.
8511
8512 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8513
8514         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8515
8516 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8517
8518         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8519
8520 2006-11-18  Bruno Haible  <bruno@clisp.org>
8521
8522         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8523         __sysconf only after having tried to call getgroups32.
8524
8525 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8526
8527         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8528         addresses for IPv4 queries if they can be mapped.
8529
8530 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8531
8532         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8533         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8534         (signmask): Add .size directive.
8535         (othermask): Add .type directive.
8536
8537 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8538
8539         * po/nl.po: Update from translation team.
8540
8541         * timezone/zdump.c: Redo fix for BZ #3137.
8542
8543 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8544
8545         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8546         to first_unused after parsing :include: file.
8547
8548 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8549
8550         * timezone/africa: Update from tzdata2006o.
8551         * timezone/antarctica: Likewise.
8552         * timezone/asia: Likewise.
8553         * timezone/australasia: Likewise.
8554         * timezone/backward: Likewise.
8555         * timezone/europe: Likewise.
8556         * timezone/iso3166.tab: Likewise.
8557         * timezone/northamerica: Likewise.
8558         * timezone/southamerica: Likewise.
8559         * timezone/zone.tab: Likewise.
8560
8561         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8562         on machines with 64-bit time_t.
8563
8564         * timezone/checktab.awk: Update from tzcode2006o.
8565         * timezone/ialloc.c: Likewise.
8566         * timezone/private.h: Likewise.
8567         * timezone/scheck.c: Likewise.
8568         * timezone/tzfile.h: Likewise.
8569         * timezone/tzselect.ksh: Likewise.
8570         * timezone/zdump.c: Likewise.
8571         * timezone/zic.c: Likewise.
8572
8573         [BZ #3483]
8574         * elf/ldconfig.c (main): Call setlocale and textdomain.
8575         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8576
8577         [BZ #3480]
8578         * manual/argp.texi: Fix typos.
8579         * manual/charset.texi: Likewise.
8580         * manual/errno.texi: Likewise.
8581         * manual/filesys.texi: Likewise.
8582         * manual/lang.texi: Likewise.
8583         * manual/maint.texi: Likewise.
8584         * manual/memory.texi: Likewise.
8585         * manual/message.texi: Likewise.
8586         * manual/resource.texi: Likewise.
8587         * manual/search.texi: Likewise.
8588         * manual/signal.texi: Likewise.
8589         * manual/startup.texi: Likewise.
8590         * manual/stdio.texi: Likewise.
8591         * manual/sysinfo.texi: Likewise.
8592         * manual/syslog.texi: Likewise.
8593         * manual/time.texi: Likewise.
8594         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8595
8596         [BZ #3465]
8597         * sunrpc/clnt_raw.c: Minimal message improvements.
8598         * sunrpc/pm_getmaps.c: Likewise.
8599         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8600         * nis/nis_print_group_entry.c: Likewise.
8601         * locale/programs/repertoire.c: Likewise.
8602         * locale/programs/charmap.c: Likewise.
8603         * malloc/memusage.sh: Likewise.
8604         * elf/dl-deps.c: Likewise.
8605         * locale/programs/ld-collate.c: Likewise.
8606         * libio/vswprintf.c: Likewise.
8607         * malloc/memusagestat.c: Likewise.
8608         * sunrpc/auth_unix.c: Likewise.
8609         * sunrpc/rpc_main.c: Likewise.
8610         * nscd/cache.c: Likewise.
8611         * locale/programs/repertoire.c: Unify output messages.
8612         * locale/programs/charmap.c: Likewise.
8613         * locale/programs/ld-ctype.c: Likewise.
8614         * locale/programs/ld-monetary.c: Likewise.
8615         * locale/programs/ld-numeric.c: Likewise.
8616         * locale/programs/ld-time.c: Likewise.
8617         * elf/ldconfig.c: Likewise.
8618         * nscd/selinux.c: Likewise.
8619         * elf/cache.c: Likewise.
8620         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8621
8622         [BZ #3451]
8623         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8624         change atomic.
8625         (ceil): Likewise.
8626
8627 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8628
8629         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8630         if N is one bigger than return value.
8631         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8632         and l1 last arguments, if buf is defined, verify the return value
8633         equals to strlen (buf) and verify no byte beyond passed length
8634         is modified.
8635
8636 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8637
8638         * po/sv.po: Update from translation team.
8639
8640 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8641
8642         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8643         noinline attribute.
8644
8645 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8646
8647         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8648         noinline attribute.
8649
8650         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8651         Use __new_sys_siglist instead of _sys_siglist_internal as
8652         second macro argument.
8653         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8654         strong_alias.
8655
8656 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8657
8658         [BZ #3493]
8659         * posix/unistd.h (sysconf): Remove const attribute.
8660
8661         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8662         temporary or deprecated addresses.
8663         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8664
8665         * string/Makefile (tests): Add tst-strxfrm2.
8666         * string/tst-strxfrm2.c: New file.
8667
8668 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8669
8670         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8671         rather than r->r_brk.
8672
8673 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8674
8675         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8676         optimization even if needed > n.
8677
8678         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8679         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8680         return false, otherwise return true.
8681         (cache_rpath): Return decompose_rpath return value.
8682
8683 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8684
8685         * include/libc-symbols.h (declare_symbol): Rename to...
8686         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8687         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8688         .size directive.
8689         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8690         changes.
8691         * sysdeps/gnu/siglist.c: Likewise.
8692
8693 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8694
8695         * sysdeps/powerpc/fpu/bits/mathinline.h
8696         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8697         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8698
8699 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8700
8701         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8702         Update handling of cache descriptor 0x49 for new models.
8703         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8704         Likewise.
8705
8706 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8707
8708         * malloc/memusage.c (dest): Reset not_me back to false after
8709         printing statistics.
8710
8711 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8712
8713         * configure.in: Work around ld --help change and avoid -z relro
8714         test completely if the architecture doesn't care about security.
8715
8716 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8717
8718         * po/sv.po: Update from translation team.
8719
8720 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8721
8722         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8723         generate compatibility version.
8724
8725 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8726
8727         * configure.in: Relax -z relro requirement a bit.
8728
8729         * po/sv.po: Update from translation team.
8730
8731 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8732
8733         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8734         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8735         * elf/dl-close.c (_dl_close_worker): Likewise.
8736         * elf/dl-open.c (_dl_open_worker): Likewise.
8737         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8738
8739 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8740
8741         * configure.in: Require assembler support for visibility, compiler
8742         support for visibility and aliases, linker support for various -z
8743         options.
8744         * Makeconfig: Remove conditional code which now is unnecessary.
8745         * config.h.in: Likewise.
8746         * config.make.in: Likewise.
8747         * dlfcn/Makefile: Likewise.
8748         * elf/Makefile: Likewise.
8749         * elf/dl-load.c: Likewise.
8750         * elf/rtld.c: Likewise.
8751         * include/libc-symbols.h: Likewise.
8752         * include/stdio.h: Likewise.
8753         * io/Makefile: Likewise.
8754         * io/fstat.c: Likewise.
8755         * io/fstat64.c: Likewise.
8756         * io/fstatat.c: Likewise.
8757         * io/fstatat64.c: Likewise.
8758         * io/lstat.c: Likewise.
8759         * io/lstat64.c: Likewise.
8760         * io/mknod.c: Likewise.
8761         * io/mknodat.c: Likewise.
8762         * io/stat.c: Likewise.
8763         * io/stat64.c: Likewise.
8764         * libio/stdio.c: Likewise.
8765         * nscd/Makefile: Likewise.
8766         * stdlib/Makefile: Likewise.
8767         * stdlib/atexit.c: Likewise.
8768         * sysdeps/generic/ldsodefs.h: Likewise.
8769         * sysdeps/i386/dl-machine.h: Likewise.
8770         * sysdeps/i386/sysdep.h: Likewise.
8771         * sysdeps/i386/i686/memcmp.S: Likewise.
8772         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8773         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8774         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8775
8776         * Makerules: USE_TLS support is now default.
8777         * tls.make.c: Likewise.
8778         * csu/Versions: Likewise.
8779         * csu/libc-start.c: Likewise.
8780         * csu/libc-tls.c: Likewise.
8781         * csu/version.c: Likewise.
8782         * dlfcn/dlinfo.c: Likewise.
8783         * elf/dl-addr.c: Likewise.
8784         * elf/dl-cache.c: Likewise.
8785         * elf/dl-close.c: Likewise.
8786         * elf/dl-iteratephdr.c: Likewise.
8787         * elf/dl-load.c: Likewise.
8788         * elf/dl-lookup.c: Likewise.
8789         * elf/dl-object.c: Likewise.
8790         * elf/dl-open.c: Likewise.
8791         * elf/dl-reloc.c: Likewise.
8792         * elf/dl-support.c: Likewise.
8793         * elf/dl-sym.c: Likewise.
8794         * elf/dl-sysdep.c: Likewise.
8795         * elf/dl-tls.c: Likewise.
8796         * elf/ldconfig.c: Likewise.
8797         * elf/rtld.c: Likewise.
8798         * elf/tst-tls-dlinfo.c: Likewise.
8799         * elf/tst-tls1.c: Likewise.
8800         * elf/tst-tls10.h: Likewise.
8801         * elf/tst-tls14.c: Likewise.
8802         * elf/tst-tls2.c: Likewise.
8803         * elf/tst-tls3.c: Likewise.
8804         * elf/tst-tls4.c: Likewise.
8805         * elf/tst-tls5.c: Likewise.
8806         * elf/tst-tls6.c: Likewise.
8807         * elf/tst-tls7.c: Likewise.
8808         * elf/tst-tls8.c: Likewise.
8809         * elf/tst-tls9.c: Likewise.
8810         * elf/tst-tlsmod1.c: Likewise.
8811         * elf/tst-tlsmod13.c: Likewise.
8812         * elf/tst-tlsmod13a.c: Likewise.
8813         * elf/tst-tlsmod14a.c: Likewise.
8814         * elf/tst-tlsmod2.c: Likewise.
8815         * elf/tst-tlsmod3.c: Likewise.
8816         * elf/tst-tlsmod4.c: Likewise.
8817         * elf/tst-tlsmod5.c: Likewise.
8818         * elf/tst-tlsmod6.c: Likewise.
8819         * include/errno.h: Likewise.
8820         * include/link.h: Likewise.
8821         * include/tls.h: Likewise.
8822         * locale/global-locale.c: Likewise.
8823         * locale/localeinfo.h: Likewise.
8824         * malloc/arena.c: Likewise.
8825         * malloc/hooks.c: Likewise.
8826         * malloc/malloc.c: Likewise.
8827         * resolv/Versions: Likewise.
8828         * sysdeps/alpha/dl-machine.h: Likewise.
8829         * sysdeps/alpha/libc-tls.c: Likewise.
8830         * sysdeps/generic/ldsodefs.h: Likewise.
8831         * sysdeps/generic/tls.h: Likewise.
8832         * sysdeps/i386/dl-machine.h: Likewise.
8833         * sysdeps/ia64/dl-machine.h: Likewise.
8834         * sysdeps/ia64/libc-tls.c: Likewise.
8835         * sysdeps/mach/hurd/fork.c: Likewise.
8836         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8837         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8838         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8839         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8840         * sysdeps/s390/libc-tls.c: Likewise.
8841         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8842         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8843         * sysdeps/sh/dl-machine.h: Likewise.
8844         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8845         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8846         * sysdeps/x86_64/dl-machine.h: Likewise.
8847
8848         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8849         split out locking and parameter checking.
8850         (_dl_close): Call _dl_close_worker after locking and checking.
8851         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8852         _dl_close.
8853         * elf/Makefile: Add rules to build and run tst-thrlock.
8854         * elf/tst-thrlock.c:  New file.
8855
8856         [BZ #3426]
8857         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8858         reality.
8859
8860         [BZ #3429]
8861         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8862         we are sure we do not need it anymore for _dl_close.  Also move
8863         the asserts inside the lock region.
8864         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8865
8866 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8867
8868         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8869         argument.
8870         (_dl_lookup_symbol_x): Adjust caller.
8871
8872         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8873         _ns_global_scope.
8874         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8875
8876         * elf/dl-libc.c: Revert l_scope name changes.
8877         * elf/dl-load.c: Likewise.
8878         * elf/dl-object.c: Likewise.
8879         * elf/rtld.c: Likewise.
8880         * elf/dl-close.c (_dl_close): Likewise.
8881         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8882         always use __rtld_mrlock_{change,done}.  Always free old scope list
8883         here if not l_scope_mem.
8884         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8885         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8886         the lookup and __rtld_mrlock_unlock it after the lookup.
8887         * elf/dl-sym.c: Likewise.
8888         * include/link.h (struct r_scoperec): Remove.
8889         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8890         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8891
8892 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8893
8894         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8895
8896 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8897
8898         * configure.in: Disable building profile libraries by default.
8899
8900 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8901
8902         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8903         as signed longs, check for x_base + pos overflow.
8904         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8905         * sunrpc/tst-xdrmem2.c: New test.
8906
8907 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8908
8909         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8910         _dl_lookup_symbol_x code.
8911
8912 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8913
8914         * elf/dl-runtime.c: Include sysdep-cancel.h.
8915         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8916         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8917         instead of catomic_* macros.
8918         * elf/dl-sym.c: Include sysdep-cancel.h.
8919         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8920         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8921         * elf/dl-close.c: Include sysdep-cancel.h.
8922         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8923         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8924         * elf/dl-open.c: Include sysdep-cancel.h.
8925         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8926         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8927
8928 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8929
8930         [BZ #3313]
8931         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8932         fastbin rather than end of fastbin array.
8933
8934 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8935
8936         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8937         body macro.
8938         * sysdeps/x86_64/bits/atomic.h
8939         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8940         (catomic_decrement): Use correct body macro.
8941
8942 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8943
8944         * include/atomic.h: Add a unique prefix to all local variables
8945         in macros.
8946         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8947
8948 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8949
8950         [BZ #3369]
8951         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8952         and 7.
8953
8954 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8955
8956         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8957
8958 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8959
8960         [BZ #3313]
8961         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8962         determine highest fast bin to consolidate, always look into all of
8963         them.
8964         (do_check_malloc_state): Only require for empty bins for large
8965         sizes in main arena.
8966
8967         * libio/stdio.h: Add more __wur attributes.
8968
8969         * elf/dl-minimal.c (realloc): Optimize last patch.
8970
8971 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8972
8973         [BZ #3352]
8974         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8975         and use memcpy() if it does.
8976
8977 2006-11-12  Andreas Jaeger  <aj@suse.de>
8978
8979         [BZ #2510]
8980         * manual/search.texi (Hash Search Function): Clarify.
8981         (Array Search Function): Clarify.
8982
8983 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8984
8985         [BZ #2830]
8986         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8987         shifting.
8988         * math/atest-exp2.c (read_mpn_hex): Likewise.
8989         * math/atest-sincos.c (main): Likewise.
8990
8991 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8992
8993         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8994         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8995         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8996         version GLIBC_2.6.
8997         * Versions.def: Add GLIBC_2.6 for libc.
8998
8999         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9000
9001         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9002
9003 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9004
9005         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9006
9007         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9008
9009         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9010         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9011
9012 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9013
9014         * include/atomic.c: Define catomic_* operations.
9015         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9016         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9017         * malloc/memusage.c: Likewise.
9018         * gmon/mcount.c: Likewise.
9019         * elf/dl-close.c: Likewise.
9020         * elf/dl-open.c: Likewise.
9021         * elf/dl-profile.c: Likewise.
9022         * elf/dl-sym.c: Likewise.
9023         * elf/dl-runtime.c: Likewise.
9024         * elf/dl-fptr.c: Likewise.
9025         * resolv/res_libc.c: Likewise.
9026
9027 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9028
9029         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9030         components which lack them.
9031
9032         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9033         at least one entry consisting of the parameter concatenated with
9034         the domain.
9035
9036 2006-10-10  Roland McGrath  <roland@frob.com>
9037
9038         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9039         * sysdeps/mach/hurd/futimes.c: Likewise.
9040         * sysdeps/mach/hurd/lutimes.c: Likewise.
9041
9042 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9043             Jakub Jelinek  <jakub@redhat.com>
9044
9045         Implement reference counting of scope records.
9046         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9047         from the list in objects which remain.  Always allocate new scope
9048         record.
9049         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9050         don't resize, allocate a new one.
9051         * elf/dl-runtime.c: Update reference counters before using a scope
9052         array.
9053         * elf/dl-sym.c: Likewise.
9054         * elf/dl-libc.c: Adjust for l_scope name change.
9055         * elf/dl-load.c: Likewise.
9056         * elf/dl-object.c: Likewise.
9057         * elf/rtld.c: Likewise.
9058         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9059         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9060         Add l_scoperec_lock.
9061         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9062         * sysdeps/generic/rtld-lowlevel.h: New file.
9063
9064         * include/atomic.h: Rename atomic_and to atomic_and_val and
9065         atomic_or to atomic_or_val.  Define new macros atomic_and and
9066         atomic_or which do not return values.
9067         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9068         Various cleanups.
9069         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9070
9071         * po/sv.po: Update from translation team.
9072
9073 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9074
9075         * Versions.def: Add GLIBC_2.6 to libpthread.
9076
9077         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9078         (versioned_symbol): Likewise.
9079         (compat_symbol): Likewise.
9080
9081         * po/tr.po: Update from translation team.
9082
9083 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9084
9085         * nis/Banner: Removed.  It's been integral part forever and the
9086         author info is incomplete anyway.
9087         * libio/Banner: Likewise.
9088
9089         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9090         code, make sure the nis_freeresult call doesn't crash and that the
9091         result is reported correctly.
9092
9093 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9094
9095         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9096         when callback is NULL.
9097
9098         * nis/Versions (libnss_nisplus): Add
9099         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9100         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9101         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9102         _nss_create_tablename): Rename to...
9103         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9104         ... these.  No longer static.
9105         (internal_setgrent): Adjust users.
9106         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9107         Don't use locking around _nss_grp_create_tablename call.
9108         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9109
9110 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9111
9112         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9113
9114 2006-10-06  Andreas Jaeger  <aj@suse.de>
9115
9116         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9117
9118 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9119
9120         * po/pl.po: Update from translation team.
9121
9122         * nscd/nscd.c (main): Fix typo in message.
9123         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9124
9125 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9126
9127         [BZ #3291]
9128         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9129         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9130         (__sigprocmask): Define.
9131
9132 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9133
9134         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9135         used.
9136
9137 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9138
9139         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9140         in oldtotal and newtotal calculation.
9141         * nscd/nscd-client.h (struct mapped_database): Add datasize
9142         field.
9143         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9144         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9145         increased.
9146         (__nscd_cache_search): Add checks to make sure we never reference
9147         data beyond the current mapping.
9148
9149 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9150
9151         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9152         variables const to avoid compiler warnings.
9153
9154         * io/fts.c (fts_close): Remove redundant checks.
9155         (fts_build): Likewise.
9156         (fts_palloc): Likewise.
9157
9158         * manual/message.texi (Advanced gettext functions,
9159         Using gettextized software): Fix typos.
9160
9161 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9162
9163         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9164         explain why there are no leaks.
9165
9166 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9167
9168         * libio/wmemstream.c: Include <wchar.h>.
9169         * libio/bug-wmemstream1.c: Likewise.
9170         * libio/tst-wmemstream1.c: Likewise.
9171         * libio/tst-wmemstream2.c: Likewise.
9172
9173         * version.h (RELEASE): Bump to 2.5.
9174         * README: Regenerated.
9175
9176         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9177
9178         [BZ #3273]
9179         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9180         found no group members.
9181         Patch by Petr Baudis.
9182
9183 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9184
9185         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9186         assert bootstrap_map.l_tls_modid is zero.
9187         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9188         if USE___THREAD.
9189
9190 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9191
9192         * libio/stdio.h: Move open_wmemstream prototype to ...
9193         * wcsmbs/wchar.h: ... here.
9194
9195 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9196
9197         [BZ #3252]
9198         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9199         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9200         __{,l}chown to handle the rest.
9201         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9202         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9203         __{,l}chown to handle the rest.
9204         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9205         i386/fchownat.c.
9206         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9207         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9208
9209         [BZ #3253]
9210         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9211         time, rather allocate increasingly bigger arrays of pointers, if
9212         possible with alloca, if too large with malloc.
9213
9214 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9215
9216         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9217
9218         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9219
9220 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9221
9222         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9223         home addresses.
9224         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9225         IFA_F_HOMEADDRESS flag for interfaces.
9226         * include/ifaddrs.h (struct in6addrinfo): Define
9227         in6ai_homeaddress.
9228
9229 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9230
9231         [BZ #3225]
9232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9233         PTR_DEMANGLE3): Define.
9234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9235         PTR_DEMANGLE3): Likewise.
9236         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9237         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9238         Likewise.
9239         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9240
9241 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9242
9243         * po/libc.pot: Regenerated.
9244         * po/be.po: Updated.
9245         * po/ca.po: Likewise.
9246         * po/cs.po: Likewise.
9247         * po/da.po: Likewise.
9248         * po/de.po: Likewise.
9249         * po/el.po: Likewise.
9250         * po/en_GB.po: Likewise.
9251         * po/es.po: Likewise.
9252         * po/fi.po: Likewise.
9253         * po/fr.po: Likewise.
9254         * po/gl.po: Likewise.
9255         * po/hr.po: Likewise.
9256         * po/hu.po: Likewise.
9257         * po/ja.po: Likewise.
9258         * po/ko.po: Likewise.
9259         * po/nb.po: Likewise.
9260         * po/nl.po: Likewise.
9261         * po/pl.po: Likewise.
9262         * po/pt_BR.po: Likewise.
9263         * po/ru.po: Likewise.
9264         * po/rw.po: Likewise.
9265         * po/sk.po: Likewise.
9266         * po/sv.po: Likewise.
9267         * po/tr.po: Likewise.
9268         * po/zh_CN.po: Likewise.
9269         * po/zh_TW.po: Likewise.
9270
9271         [BZ #3137]
9272         * iconv/iconv_prog.c (main): Fix spelling in error message.
9273         * iconv/iconvconfig.c (main): Likewise.
9274         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9275         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9276         * locale/programs/localedef.c (main): Likewise.
9277         * locale/programs/repertoire.c (repertoire_read): Likewise.
9278         * timezone/zdump.c (main): Likewise.
9279         * nscd/connections.c (handle_request): Fix spelling in log message.
9280         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9281
9282 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9283
9284         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9285         interfaces.
9286
9287 2006-09-20  Andreas Jaeger  <aj@suse.de>
9288
9289         * math/libm-test.inc (lrint_test_upward): Fix typo.
9290
9291 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9292
9293         [BZ #2592]
9294         * math/libm-test.inc (lrint_test_tonearest): New function.
9295         (lrint_test_towardzero): New function.
9296         (lrint_test_downward): New function.
9297         (lrint_test_upward): New function.
9298         (main): Run these new tests.
9299         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9300         of values near to 0.
9301         (two52): Use double not long double.
9302         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9303         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9304         (two23): Use float not double.
9305         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9306         (two23): Use float not double.
9307         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9308         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9309         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9310         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9311
9312 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9313
9314         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9315         Cast sp to unsigned long to avoid compiler warning.
9316         Use __makecontext_ret function instead of a trampoline on the stack.
9317         (__makecontext_ret): New function.
9318         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9319
9320 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9321
9322         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9323         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9324         bits.
9325
9326 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9327
9328         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9329         sure no reference to the unloaded map's search list remains in the
9330         dependency's scope.
9331
9332 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9333
9334         * elf/Makefile: Add rules to build and run unload7 test.
9335         * elf/unload7.c: New test.
9336         * elf/unload7mod1.c: New file.
9337         * elf/unload7mod2.c: New file.
9338
9339 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9340
9341         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9342         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9343         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9344         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9345         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9346         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9347         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9348         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9349         PTRACE_GETEVENTMSG): Likewise.
9350         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9351         values.
9352
9353 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9354
9355         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9356         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9357         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9358         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9359
9360 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9361
9362         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9363         write '\0' to the fd.
9364         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9365         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9366         Change regs to unsigned long pointer from unsigned int, fix fscr
9367         offset.
9368
9369 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9370
9371         * io/Makefile (CFLAGS-fstatat.c): Set.
9372         (CFLAGS-fstatat64.c): Likewise.
9373         (CFLAGS-mknodat.c): Likewise.
9374
9375         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9376         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9377         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9378         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9379
9380 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9381             Steven Munroe  <sjmunroe@us.ibm.com>
9382
9383         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9384         names to the beginning.  Rename "cell" to "cellbe".
9385         (_dl_powerpc_platforms): New.
9386         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9387         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9388         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9389         (_DL_HWCAP_PLATFORM): Define to new mask.
9390         (_dl_platform_string, _dl_string_platform): New functions.
9391         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9392         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9393
9394 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9395
9396         [BZ #2526]
9397         * README.libm: Fix a thinko in sqrt algorithm description.
9398
9399         [BZ #3143]
9400         * manual/string.texi (argz_delete): Fix prototype.
9401         Patch by <alpt@freaknet.org>.
9402
9403 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9404
9405         [BZ #3138]
9406         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9407         * io/tst-fcntl.c (do_prepare): Likewise.
9408         * posix/tst-exec.c (do_prepare): Likewise.
9409         * posix/tst-preadwrite.c (do_prepare): Likewise.
9410         * posix/tst-spawn.c (do_prepare): Likewise.
9411         * posix/tst-truncate.c (do_prepare): Likewise.
9412         * rt/tst-aio.c (do_prepare): Likewise.
9413         * rt/tst-aio64.c (do_prepare): Likewise.
9414         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9415         size_t.
9416
9417 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9418
9419         [BZ #2821]
9420         * time/mktime.c (guess_time_tm): Fix overflow detection.
9421         * time/Makefile (tests): Add bug-mktime1.
9422         * time/bug-mktime1.c: New file.
9423
9424         [BZ #3189, #3188]
9425         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9426         (mremap): Likewise.
9427
9428 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9429
9430         [BZ #1006]
9431         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9432         Ensure relocation doesn't clobber any bits outside of the
9433         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9434         R_SPARC_HI22 and R_SPARC_H44.
9435
9436         [BZ #2775]
9437         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9438         (long) (MINSIZE + nb - old_size) is positive.
9439
9440         * malloc/arena.c (grow_heap): When growing bail even if new_size
9441         is negative.
9442
9443         [BZ #3155]
9444         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9445         stack below r1.
9446
9447 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9448
9449         * posix/regex_internal.c (re_string_reconstruct): Handle
9450         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9451         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9452         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9453         re_string_context_at.
9454         * posix/Makefile: Add rules to build and run bug-regex26 test.
9455         * posix/bug-regex26.c: New test.
9456
9457         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9458         rather than col_sym_free.  Move seqp declaration earlier.
9459
9460         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9461
9462 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9463
9464         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9465         decl before first goto out.
9466
9467 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9468
9469         * Makerules (shlib.lds): If have-hash-style, put .hash section
9470         at the end of the RO segment.
9471
9472 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9473
9474         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9475         style hash table format is used.
9476
9477 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9478
9479         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9480         randomization rather than before.
9481         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9482
9483 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9484
9485         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9486
9487         * malloc/malloc.c (_int_malloc): Use full list insert and not
9488         shortcut which assumes the list is empty for large requests
9489         too.
9490
9491         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9492
9493 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9494
9495         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9496         and offout arguments to the prototype.
9497         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9498         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9499         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9500         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9501         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9502         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9503         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9504         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9505
9506 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9507
9508         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9509
9510         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9511         dlopen parameters.
9512
9513 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9514
9515         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9516         only if herrno is NETDB_INTERNAL.  Handle errors other than
9517         ERANGE outside of the loops, handle TRY_AGAIN.
9518
9519         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9520         if other's ctype category was missing.
9521         * locale/programs/ld-collate.c (collate_read): Return if
9522         copy_locale's collate category is missing.
9523
9524 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9525
9526         [BZ #2684]
9527         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9528         arenas if allocation failed.
9529         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9530
9531 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9532
9533         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9534         waste bins[0..1].
9535         (malloc_state): Reduce bins size by 2.
9536         (_int_malloc): Fix test for large enough buffer for early termination.
9537         When no unsorted block matches perfectly and an exiting block has
9538         to be split, use full list insert and not shortcut which assumes
9539         the list is empty.
9540
9541         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9542         failure.
9543
9544 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9545
9546         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9547         do anything.
9548
9549         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9550         symbol require exact match (these are PLTs).
9551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9552         (_dl_ppc64_addr_sym_match): Likewise.
9553
9554         [BZ #2683]
9555         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9556         If symbol has a value use it.
9557         * elf/tst-dladdr1.c: New file.
9558         * elf/Makefile: Add rules to build and run tst-addr1.
9559
9560 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9561
9562         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9563         keeps failing and heap growth or new heap creation isn't
9564         successful either.
9565         * malloc/tst-malloc.c (main): Add new tests.
9566
9567 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9568
9569         [BZ #2734]
9570         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9571         as in the x86-64 code to use bswap.
9572
9573 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9574
9575         [BZ #2680]
9576         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9577         __USE_UNIX98.
9578         * posix/bits/unistd.h: Likewise.
9579
9580 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9581
9582         [BZ #2751]
9583         * string/strchr.c: Add cast to avoid warning.
9584
9585 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9586
9587         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9588         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9589         limit is needed to avoid the exploding of the address space
9590         requirement for secondary heaps.
9591         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9592         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9593
9594 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9595
9596         [BZ #3018]
9597         * Makerules (depfiles): Handle extra-test-objs the same as
9598         extra-objs.
9599         (common-mostlyclean): Likewise.
9600         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9601         instead.
9602         * elf/Makefile (extra-objs): Likewise.
9603         * stdlib/Makefile (extra-objs): Likewise.
9604
9605 2006-08-14  Eric Blake  <ebb9@byu.net>
9606
9607         [BZ #3044]
9608         * misc/error.h: Assume C89 or better.
9609         * misc/error.c: Likewise.
9610
9611 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9612
9613         [BZ #3040]
9614         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9615         __ASSUME_ATFCTS is defined.
9616
9617 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9618
9619         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9620         to sort in each call.
9621
9622         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9623         is empty simply return and use next service.
9624         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9625
9626         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9627         tells us when not finding a charmap file is an error.
9628         * locale/programs/charmap.h: Adjust charmap_read prototype.
9629         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9630         cannot find a charmap.
9631         * locale/programs/localedef.c (main): Adjust charmap_read call.
9632
9633 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9634
9635         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9636         sysdeps/posix/pause.c implementation instead.
9637
9638 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9639
9640         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9641         to EPERM.
9642
9643 2006-08-13  Andreas Schwab  <schwab@suse.de>
9644
9645         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9646         Don't clobber caller's LRSAVE.
9647         (_dl_prof_resolve): Likewise.
9648
9649 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9650
9651         [BZ #1996]
9652         * libio/memstream.c (open_memstream): Allocate initial buffer with
9653         calloc.
9654         * libio/wmemstream.c (open_wmemstream): Likewise.
9655         * libio/strops.c: Pretty printing.
9656         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9657         (enlarge_userbuf): New function.
9658         (_IO_str_seekoff): Call it if seek position is larger than current
9659         buffer.
9660         * libio/wstrops.c: Likewise.
9661         * libio/vasprintf.c: Add comment as to why we do not have to use
9662         calloc instead of malloc to allocate initial buffer.
9663         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9664         * libio/bug-memstream1.c: New file.
9665         * libio/bug-wmemstream1.c: New file.
9666
9667 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9668
9669         * libio/wstrops.c: Remove dead macro definitions and comments.
9670         * libio/strops.c: Likewise.
9671
9672         [BZ #2764]
9673         * login/utmpname.c (__utmpname): Remove unnecessary test.
9674
9675 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9676
9677         [BZ #2832]
9678         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9679         0s from integers.
9680
9681 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9682
9683         [BZ #2987]
9684         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9685         for CPU clocks.
9686         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9687         setting of CPU clocks.
9688
9689 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9690
9691         [BZ #2841]
9692         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9693         since C99 requires the result to promote to 'int' when uint_least8_t
9694         and uint_least16_t promote to 'int'.
9695
9696 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9697
9698         [BZ #3013]
9699         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9700         lenght of one output field, correct bitmask creation.
9701         * locale/programs/ld-time.c: Add alignment.
9702
9703         [BZ #2997]
9704         * misc/error.c: Add space between program name and message if file
9705         name is missing.
9706
9707 2006-08-03  Eric Blake  <ebb9@byu.net>
9708
9709         [BZ #2998]
9710         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9711
9712 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9713
9714         * malloc/memusagestat.c: Silence warnings.
9715
9716         * malloc/malloc.c: Dynamically size mmap treshold if the program
9717         frees mmaped blocks.
9718         Patch by Valerie Henson and Arjan van de Ven.
9719
9720 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9721
9722         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9723         __USE_GNU.
9724
9725         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9726         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9727         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9728         Only provide var definitions in strtol_l (or for *ull*
9729         in strtoll_l).
9730
9731         * stdio-common/bug16.c (tests): New array.
9732         (do_tests): Allow the first hexadecimal digit
9733         to be 1, 2, 4 or 8.  Do 3 additional tests.
9734
9735         * sysdeps/s390/fpu/libm-test-ulps: Update.
9736
9737         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9738         fchownat syscall if available.
9739         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9740         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9741         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9742
9743 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9744
9745         * nis/nis_xdr.c: Avoid some function calls.
9746
9747 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9748             Ulrich Drepper  <drepper@redhat.com>
9749
9750         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9751         short cut if only one name component is stripped away.
9752
9753 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9754
9755         * nis/nis_call.c: Minor cleanups throughout.
9756         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9757         (first_shoot): Add search_parent_first parameter.  Only if it is set
9758         search parent server first.
9759         If directory for table found through cold start cache is not the same
9760         as referenced in the cache, don't use it.
9761         (__nisfind_server): Take additional parameter.  Pass it on to
9762         first_shoot.
9763         (__prepare_niscall): Adjust __nisfind_server call.
9764         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9765         * nis/nis_table.c: Adjust __nisfind_server call.
9766         * nis/nis_lookup.c: Likewise.
9767         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9768
9769 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9770
9771         [BZ #2182]
9772         * math/s_cacosh.c: Return values from positive branch.
9773         * math/s_cacoshf.c: Likewise.
9774         * math/s_cacoshl.c: Likewise.
9775
9776         [BZ #2883]
9777         * sysvipc/sys/msg.h: Change return value to ssize_t.
9778         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9779         * sysvipc/msgrcv.c: Likewise.
9780         * include/sys/msg.h: Likewise.
9781
9782         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9783         test introduced in patch for bz #661.
9784         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9785         element for NEWGROUPS.
9786
9787         [BZ #2908]
9788         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9789         'f', use '1' as leading digit not '\1'.
9790         * stdio-common/Makefile (tests): Add bug16.
9791         * stdio-common/bug16.c: New file.
9792
9793         [BZ #2914]
9794         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9795         and don't try to open it.  The patch introducing the macro
9796         contained a bug and used the same file name as the new file
9797         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9798         this out completely.
9799
9800         [BZ #2926]
9801         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9802         Patch by Jerry James <Jerry.James@usu.edu>.
9803
9804         * rt/Makefile (tests): Add tst-clock2.
9805         * rt/tst-clock2.c: New file.
9806
9807         [BZ #2978]
9808         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9809         function and its parameters and pass it to new thread.
9810         (__gai_notify): Add support for alternative waiting for completion.
9811         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9812         waiting for completion.
9813         * resolv/getaddrinfo_a.c: Likewise.
9814         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9815         waiting for completion is used.
9816         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9817         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9818         * resolv/gai_error.c: Likewise.
9819         * resolv/gai_sigqueue.c: Likewise.
9820
9821 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9822
9823         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9824         errno to EBADF and return MACH_PORT_NULL.
9825
9826 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9827
9828         [BZ #2980]
9829         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9830
9831 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9832
9833         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9834         walk them instead of the symbol table.
9835
9836 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9837
9838         [BZ #2098]
9839         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9840         status of NSS calls, not the number of returned entries.
9841
9842         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9843         request_key, keyctl.
9844
9845 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9846
9847         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9848
9849 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9850
9851         * elf/tst-auditmod1.c: Fix typo in #error.
9852
9853 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9854
9855         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9856
9857         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9858
9859 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9860
9861         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9862         that the directory is empty even on non-POSIX filesystems.
9863
9864 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9865
9866         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9867
9868         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9869         the backend NSS module.  If backend setgrent call failed, don't have
9870         internal_setgrent fail.  Just remember this until it is needed.
9871         * nis/nss_compat/compat-pwd.c: Likewise.
9872         * nis/nss_compat/compat-spwd.c: Likewise.
9873
9874 2006-07-30  Roland McGrath  <roland@redhat.com>
9875
9876         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9877         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9878         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9879         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9880
9881         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9882         (nanosleep_not_cancel): New macro.
9883         (sigsuspend_not_cancel): new macro.
9884         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9885         (do_sigsuspend): Define as inline.
9886         (__sigsuspend): Always use do_sigsuspend.
9887         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9888         * include/signal.h: Declare __sigsuspend_nocancel.
9889         * sysdeps/posix/pause.c
9890         [! NO_CANCELLATION] (__pause_nocancel): New function.
9891
9892         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9893         * include/time.h (__nanosleep_nocancel): Likewise.
9894
9895 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9896
9897         * locale/programs/localedef.c (add_to_readlist): Rename local
9898         variables to avoid confusion.
9899
9900         * locale/programs/charmap.c (charmap_read): Emit error message if
9901         charmap couldn't be found or read.
9902
9903 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9906         __ASSUME_FUTEX_LOCK_PI.
9907         * include/time.h: Declare __nanosleep_nocancel.
9908         * include/unistd.h: Declare __pause_nocancel.
9909
9910         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9911         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9912         get the __stack_chk_fail_local definition when it's needed.
9913
9914 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9915
9916         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9917         * dlfcn/bug-atexit3.c: New file.
9918         * dlfcn/bug-atexit3-lib.cc: New file.
9919
9920         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9921         used when the namespace is not the base namespace.
9922
9923 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9924
9925         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9926         (__new_exitfn): Bump it in every successful call.
9927         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9928         more exit handlers, call them right away.
9929         * stdlib/exit.h: Declare __new_exitfn_called.
9930
9931 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9932
9933         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9934         calling registered handler.
9935
9936         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9937         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9938         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9939         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9940         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9941         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9942         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9943         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9944
9945 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9946
9947         * elf/dl-lookup.c (dl_new_hash): New functions.
9948         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9949         value here.  Compute new-style hash value.  Pass new hash value
9950         and reference to variable with the old value to do_lookup_x.
9951         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9952         old-style hash table.
9953         (_dl_debug_bindings): Pass new hash value and reference to variable
9954         with the old value to do_lookup_x.
9955         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9956         new-style hash value and change old-style hash value parameter to
9957         be a reference.  Reoganize functions to determine whether
9958         new-style hash table is available.  Only fall back on old-style
9959         table.  If old-style hash value is needed, compute it here.
9960         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9961         entry.
9962         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9963         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9964         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9965         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9966         * Makeconfig: If linker supports --hash-style option add it to all
9967         linker command lines to build DSOs.
9968         * config.make.in: Define have-hash-style.
9969         * configure.in: Test whether linker supports --hash-style option.
9970
9971         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9972         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9973
9974 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9975
9976         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9977         auditing.
9978
9979         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9980         RPATH of main map twice.
9981
9982 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9983
9984         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9985         look further, return original strings.
9986         (_nl_find_msg): Do not return found translation if the conversion
9987         failed.  Either signal the string is unusable or that something went
9988         wrong and the original should be used.
9989
9990 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9991
9992         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9993
9994 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9995
9996         [BZ #2766]
9997         * misc/insremque.c (insque): Handle prev == NULL.
9998         * misc/Makefile (tests): Add tst-insremque.
9999         * misc/tst-insremque.c: New test.
10000
10001 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10002
10003         [BZ #2792]
10004         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10005         conflict with DL_DST_REQUIRED.
10006
10007 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10008
10009         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10010         match what Solaris does.
10011
10012 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10013
10014         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10015         local_setegid instead of seteuid and setegid.
10016         * sysdeps/generic/local-setxid.h: New file.
10017         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10018
10019         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10020
10021         * string/Makefile (tests): Add bug-envz1.
10022         * string/bug-envz1.c: New file.
10023
10024 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10025
10026         * posix/regex_internal.c (re_string_skip_chars): If no character has
10027         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10028         to the byte which couldn't be converted.
10029         (re_string_reconstruct): Don't clear valid_raw_len before calling
10030         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10031         tip_context using re_string_context_at.
10032         * posix/Makefile: Add rules to build and run bug-regex25 test.
10033         * posix/bug-regex25.c: New test.
10034
10035 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10036
10037         [BZ #2703]
10038         * string/envz.c (envz_strip): Correct erroneously reversed src
10039         and dest parameters to memmove() invocation.
10040
10041 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10042
10043         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10044         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10045         to make sure the database has been already invalidated.
10046         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10047         after the cache has been invalidated.  Use pthread_mutex_lock rather
10048         than pthread_mutex_trylock if fd != -1.
10049         * nscd/connections.c (invalidate_cache): Add fd argument, write
10050         response to fd if not calling prune_cache, pass fd to prune_cache.
10051         (handle_request): Adjust invalidate_cache caller.
10052         (nscd_run): Pass -1 as fd to prune_cache.
10053
10054 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10055
10056         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10057         the correct place.
10058
10059 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10060
10061         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10062         * nscd/cache.c (prune_cache): Take prunelock before starting the
10063         work.  Just return in case it is already taken.
10064         * nscd/connections.c (dbs): Initialize .prunelock.
10065
10066 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10067
10068         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10069         copying.  No need to allocate new array for group members.  Just
10070         move the pointers and update the size.
10071
10072         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10073         Avoid memory leak in case realloc fails.  Simplification for
10074         better code generation.
10075
10076         Avoid deprecation warning because of libc_hidden_proto for
10077         inet6_option_alloc.
10078         * inet/inet6_option.c (option_alloc): Renamed from
10079         inet6_option_alloc.  Made static.
10080         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10081         (inet6_option_append): Call option_alloc.
10082         * include/netinet/in.h: Remove libc_hidden_proto for
10083         inet6_option_alloc.
10084
10085         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10086         for cleanup when cb!=NULL [Coverity CID 233].
10087
10088 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10089
10090         [BZ #2693]
10091         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10092         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10093         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10094         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10095         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10096         and inet6_rth_getaddr.
10097         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10098         array.
10099         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10100         Mark inet6_option_* interfaces as deprecated.
10101         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10102         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10103         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10104         inet6_rth_segments, and inet6_rth_getaddr.
10105         * inet/inet6_opt.c: New file.
10106         * inet/inet6_rth.c: New file.
10107
10108         * inet/netinet/icmp6.h: Pretty printing.
10109
10110         [BZ #2683]
10111         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10112
10113 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10114
10115         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10116         doing it all here.  When server does not know the answer do not
10117         fail immediate, try parent first.
10118
10119         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10120         overflow test.
10121
10122 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10123
10124         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10125         from __do_niscall.
10126         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10127         and exported.
10128         (__follow_path): New function.  Split out from nis_list.
10129         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10130         _xdr_nis_result.
10131         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10132         _xdr_nis_result.
10133         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10134         and __follow_path.
10135         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10136         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10137         from libnsl for version GLIBC_PRIVATE.
10138         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10139         Remove entry parameter from _nss_nisplus_parse_pwent and
10140         _nss_nisplus_parse_grent.
10141         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10142         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10143         again.  Rewrite getpwent handling to not use nis_first_entry and
10144         nis_next_entry.  Roll out own niscall handling.
10145         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10146
10147         * sunrpc/xdr_rec.c: Fix typo in comment.
10148
10149 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10150
10151         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10152         handling.
10153
10154         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10155         to allocate memory for my_pollfd.  Better initialization of
10156         cb_is_running.  Use TEMP_FAILURE_RETRY.
10157
10158         * malloc/memusage.sh (memusageso): Add quotes.
10159         (memusagestat): Likewise.
10160         * debug/xtrace.sh (pcprofileso): Likewise.
10161         (pcprofiledump): Likewise.
10162         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10163         replacement.
10164         * malloc/Makefile ($(objpfx)memusage): Likewise.
10165
10166         * nis/nis_callback.c (__nis_create_callback): Calls to
10167         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10168         asprintf call fails.
10169
10170         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10171         no uninitialized memory is passed to sendto.
10172
10173 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10174
10175         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10176         of snprintf+strdup.  Handle OOM.
10177         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10178         cb->serv together.  Remove now obsolete free calls.
10179         (__nis_destroy_callback): Remove now obsolete free call.
10180
10181 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10182
10183         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10184         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10185         and ULA respectively). Set precedence for IPv4 address to 10 as
10186         defined in RFC3484 for preferring IPv6.
10187         * posix/gai.conf: Update to match the new default tables.
10188
10189 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10190
10191         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10192         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10193         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10194         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10195
10196         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10197         Removed.
10198         (init_nss_interface): Remove initialization of these variables.
10199
10200 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10201
10202         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10203         nis_free_directory forward to avoid duplication.
10204
10205 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10206
10207         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10208         rec_dirsearch returning NULL.
10209         (first_shoot): Handle __nis_finddirectory returning NULL.
10210         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10211
10212         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10213         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10214
10215 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10216
10217         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10218         pid changed.
10219
10220 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10221
10222         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10223
10224         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10225         * nscd/nscd_getgr_r.c: Likewise.
10226
10227         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10228
10229         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10230         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10231
10232         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10233
10234         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10235
10236         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10237
10238         * include/rpc/auth.h: Mark xdr_des_block_internal and
10239         xdr_opaque_auth_internal as hidden.
10240
10241         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10242         hidden.
10243
10244         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10245
10246         * misc/getusershell.c (okshells): Don't use static initializers,
10247         do it dynamically.
10248
10249         * stdlib/fmtmsg.c (keywords): Change type of len element to
10250         uint32_t to not waste space on 64bit machines.
10251
10252         * locale/setlocale.c: Change _nl_category_names into a string.
10253         Add new _nl_category_name_idxs.  Change all users.
10254         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10255         Declare _nl_category_name_idxs.
10256         * locale/findlocale.c: Adjust for _nl_category_names change.
10257         * locale/loadlocale.c: Likewise.
10258         * locale/newlocale.c: Likewise.
10259         * intl/dcigettext.c: Likewise.
10260
10261         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10262         (add_alias2): ...here.  New function.
10263         (__gconv_read_conf): Simplify builtin alias handling.
10264         (builtin_aliases): Convert to string to avoid relocations.
10265         * iconv/gconv_builtin.h: Add comment about correct formatting.
10266
10267 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10268
10269         * resolv/res_debug.c (loc_ntoa): Make error const.
10270
10271 2006-05-14  Andreas Schwab  <schwab@suse.de>
10272
10273         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10274
10275 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10276
10277         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10278         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10279         sizeof (cpu_set_t).
10280
10281 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10282
10283         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10284
10285         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10286
10287         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10288         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10289
10290         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10291         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10292
10293         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10294         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10295         xdr_cback_data.
10296
10297         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10298         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10299         xdr_ypupdate_args.
10300
10301         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10302         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10303
10304         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10305         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10306
10307         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10308         * include/rpcsvc/nis_callback.h: New file.
10309
10310         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10311         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10312
10313         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10314         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10315
10316         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10317         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10318
10319         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10320         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10321
10322         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10323         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10324         xdr_ypdelete_args.
10325
10326         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10327         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10328
10329         * nis/nis_error.c: Remove table of strings.  Use position
10330         independent mechanism.
10331         * nis/nis_error.h: New file.
10332
10333 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10334
10335         * locale/programs/ld-time.c (time_finish): If wide era name or
10336         format aren't provided, set both wname and wformat to L"".
10337
10338 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10339
10340         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10341         results if the call was succesful.
10342
10343         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10344
10345         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10346         as hidden.
10347
10348 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10349
10350         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10351
10352 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10353
10354         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10355         caller makes sure this is not the case.
10356         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10357
10358 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10359
10360         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10361         calls.
10362
10363         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10364         [Coverity CID 229, 230]
10365
10366         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10367         DGETTEXT calls.
10368         (hol_help): Likewise.  [Coverity CID 226, 227]
10369
10370         * string/argz-replace.c (__argz_replace): Unconditionally call
10371         free on SRC.  [Coverity CID 225]
10372
10373         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10374         the return value of __nis_default_owner and __nis_default_group,
10375         it has been especially allocated.  [Coverity CID 224]
10376
10377         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10378         searchgroup and searchowner.  Significantly simplified.
10379         (__nis_default_owner): Remove duplication.  Do not locally copy the
10380         string before duplicating it.
10381         (__nis_default_group): Likewise.
10382
10383         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10384         we must clear the variable before calling __nisfind_server.
10385
10386         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10387         nis_getnames.  [Coverity CID 223]
10388
10389         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10390         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10391
10392         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10393         allocate memory for the input to add_bytes.  [Coverity CID 221]
10394
10395         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10396         was allocated here.  [Coverity CID 219, 220]
10397
10398         * posix/getconf.c (print_all): Free confstr data after printing.
10399         [Coverity CID 218]
10400
10401         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10402         list allocation fails.  [Coverity CID 215]
10403
10404         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10405         [Coverity CID 213]
10406
10407         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10408         string is NULL.  [Coverity CID 212]
10409         * argp/Makefile: Add rules to build and run bug-argp1.
10410         * argp/bug-argp1.c: New file.
10411
10412         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10413         end of string.
10414         * stdlib/canonicalize.c (__realpath): Likewise.
10415
10416         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10417         pointer.  [Coverity CID 206]
10418
10419         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10420         in statically linked code.
10421         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10422         statically built code, be prepared to have no link map.
10423         [Coverity CID 205]
10424
10425         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10426         dgettext calls. [Coverity CID 204]
10427
10428         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10429         the one user.
10430         (uparam_names): Reduce size.  Avoid relative relocations.
10431         Moved to read-only segment.
10432         (fill_in_uparams): Update for new layout.
10433
10434         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10435         assumed to always be != NULL. [Coverity CID 202]
10436
10437         * argp/argp-help.c (hol_entry_help): Remove some dead code
10438         [Coverity CID 200].
10439
10440         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10441         away a few more unconditional yperr2nss calls.
10442         (_nss_nis_getservbyname_r): Likewise.
10443
10444 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10445
10446         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10447         architectures.
10448
10449         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10450         that unused memory passed to sendto is nevertheless initialized.
10451
10452         [BZ #2499]
10453         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10454         possibly unaligned memory accesses.
10455
10456         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10457         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10458         and __putlong respectively.  Correct buffer overflow check for
10459         NS_NOTIFY_OP.
10460
10461         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10462
10463         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10464         (send_dg): Rewrite error handling to be more compact and avoid
10465         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10466
10467         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10468
10469         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10470         instead of ns_get16.
10471         (res_queriesmatch): Likewise.  Minor optimization.
10472
10473         [BZ #2499]
10474         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10475         __libc_res_nsend might reallocate the buffer for the answer.  In
10476         this case we have to reload the HP pointer.
10477
10478 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10479
10480         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10481         some branch prediction hints.
10482
10483         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10484         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10485         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10486         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10487         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10488         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10489         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10490         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10491
10492 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10493
10494         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10495         by a GOT relocation to make Scrt1.o position independent.
10496         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10497
10498         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10499         six system call parameters.
10500         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10501
10502 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10503
10504         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10505         malloc&bzero.
10506
10507         * sunrpc/svc_udp.c (BZERO): Remove definition.
10508         (CALLOC): Define.
10509         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10510
10511         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10512         (des_SPtrans): Use uint32_t type.
10513         (des_skb): Likewise.
10514
10515         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10516
10517 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10518
10519         [BZ #2509]
10520         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10521         on 32-bit arches.
10522
10523 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10524
10525         * locale/programs/ld-address.c (address_finish): Fix one more
10526         place where the iso639 array might be accessed beyond the limits.
10527
10528 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10529
10530         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10531         filling it for the first time.
10532
10533         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10534         Adjust all callers.
10535         Free res object content before returning.
10536
10537         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10538
10539         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10540         client->cl_auth.
10541
10542         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10543         cleanup for initial thread, just the free call on TVP.
10544
10545         * nscd/gai.c (__getline): Define.
10546
10547
10548 See ChangeLog.16 for earlier changes.