* elf/elf.h (R_SPARC_GLOB_JMP): New macro.
[platform/upstream/glibc.git] / ChangeLog
1 2009-04-01  Roland McGrath  <roland@redhat.com>
2
3         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
4         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
5         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
6         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
7         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
8         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
9         (R_SPARC_NUM): Update.
10         From Dave Miller <davem@davemloft.net>.
11
12 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
13
14         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
15
16 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
17
18         * elf/dl-open.c: Keep track of used name spaces and only iterate over
19         those which are used.
20         * elf/dl-addr.c: Likewise.
21         * elf/dl-caller.c: Likewise.
22         * elf/dl-fini.c: Likewise.
23         * elf/dl-iteratephdr.c: Likewise.
24         * elf/dl-libc.c: Likewise.
25         * elf/dl-load.c: Likewise.
26         * elf/dl-support.c: Likewise.
27         * elf/dl-sym.c: Likewise.
28         * elf/rtld.c: Likewise.
29         * sysdeps/generic/ldsodefs.h: Likewise.
30
31         * elf/dl-load.c: Remove support for systems without MAP_ANON.
32         * elf/dl-minimal.c: Likewise.
33         * elf/dl-misc.c: Likewise.
34         * elf/rtld.c: Likewise.
35         * sysdeps/generic/ldsodefs.h: Likewise.
36
37 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
38
39         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
40         Avoid reuse of complex expression.
41
42         * po/fr.po: Update from translation team.
43
44 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
45
46         * include/dirent.h: Yet more changes to match sort function type
47         change.
48         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
49         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
51
52 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
53
54         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
55
56 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
57
58         * nscd/connections.c (restart): Try to preserve the process name
59         by reading the /proc/self/exe symlink and using the return name.
60         Patch by Jeff Bastian <jbastian@redhat.com>.
61
62 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
63
64         [BZ #9733]
65         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
66         if we are not loading a new audit library.
67         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
68         Only use profiling trampoline for auditing if we are not relocating
69         an audit library.
70         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
71         * elf/rtld.c: Likewise.
72         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
73
74         * elf/rtld.c (dl_main): Extend help message for --audit option.
75
76         [BZ #9759]
77         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
78         alphasort64, versionsort, and versionsort64 to POSIX 2008.
79         * dirent/alphasort.c: Adjust implementation to type change.
80         * dirent/alphasort64.c: Likewise.
81         * dirent/scandir.c: Likewise.
82         * dirent/versionsort.c: Likewise.
83         * dirent/versionsort64.c: Likewise.
84         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
85         declaration.
86         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
87         declaration.
88
89         [BZ #9880]
90         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
91         correctly.  Set segleft member in output as required.
92         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
93         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
94
95         [BZ #9881]
96         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
97         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
98         * inet/Makefile (tests): Add tst-inet6_rth.
99         * inet/tst-inet6_rth.c: New file.
100
101         [BZ #5807]
102         * string/strlen.c (strlen): Fix omission in the expression to test
103         for NUL bytes.
104
105 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
106
107         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
108
109         * elf/dl-runtime.c (reloc_offset): Define.
110         (reloc_index): Define.
111         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
112         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
113         computing index from reloc_offset.
114         (_dl_call_pltexit): Likewise.
115         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
116         the relocation index to _dl_fixup.
117         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
118         _dl_call_pltexit.
119         * sysdeps/x86_64/dl-runtime.c: New file.
120
121         [BZ #9893]
122         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
123         alignment of La_x86_64_regs.  Store xmm parameters.
124         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
125
126         [BZ #9913]
127         * string/strverscmp.c (__strverscmp): Fix case of different digits
128         in fractional part of string.
129         Patch by Jingyu Liu <jyliu@fortinet.com>.
130         * string/Makefile (tests): Add tst-svc2.
131         * string/tst-svc2.c: New file.
132
133         * string/strverscmp.c (__strverscmp): Optimize size of tables.
134
135         * locale/iso-639.def: Add Min Nan.
136
137 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
138
139         [BZ #9948]
140         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
141
142 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
143
144         * elf/dl-sysdep.c (auxvars): Compress data structure.
145
146         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
147         STT_GNU_IFUNC handling.
148         (elf_machine_rela): Likewise.
149
150 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
151
152         * config.h.in (USE_MULTIARCH): Define.
153         * configure.in: Handle --enable-multi-arch.
154         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
155         (_dl_fixup_profile): Likewise.
156         * elf/do-lookup.c (dl_lookup_x): Likewise.
157         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
158         * elf/elf.h (STT_GNU_IFUNC): Define.
159         * include/libc-symbols.h (libc_ifunc): Define.
160         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
161         framework in init-arch.h to get CPUID values.
162         * sysdeps/x86_64/multiarch/Makefile: New file.
163         * sysdeps/x86_64/multiarch/init-arch.c: New file.
164         * sysdeps/x86_64/multiarch/init-arch.h: New file.
165         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
166
167         * config.make.in (experimental-malloc): Define.
168         * configure.in: Handle --enable-experimental-malloc.
169         * malloc/Makefile: Handle experimental-malloc flag.
170         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
171         * malloc/arena.c: Likewise.
172         * malloc/hooks.c: Likewise.
173         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
174
175 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
176
177         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
178         prediction.  A few size optimizations.
179
180 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
181
182         * time/tzset.c: Optimize a bit for size.
183
184 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
185
186         * include/stdio.h (fmemopen): Add libc_hidden_proto.
187         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
188
189         * elf/sprof.c: Avoid warning about multi-line comment.
190
191 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
192
193         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
194         DST name.
195         * time/tst-posixtz.c: Add tests for quoted timezone names.
196
197 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
198
199         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
200         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
201         200809L instead of 200112L.
202         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
203         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
204
205         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
206         instead of __quick_exit_funcs to __run_exit_handlers.
207         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
208         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
209         (__cxa_at_quick_exit): Remove attribute_hidden.
210         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
211         to __run_exit_handlers.
212         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
213         attribute_hidden.
214
215 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
216
217         * po/id.po: Update from translation team.
218
219 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
220
221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
222         .machine push; .machine "power6" and .machine pop around mtfsf
223         insns outside of _ARCH_PWR6 define.
224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
226         Likewise.
227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
228         Likewise.
229         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
230         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
231         relax_fenv_state): Likewise.
232
233 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
234
235         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
236         cxa_at_quick_exit.
237         (static-only-routines): Add at_quick_exit.
238         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
239         GLIBC_2.10.
240         * stdlib/quick_exit.c: New file.
241         * stdlib/at_quick_exit.c: New file.
242         * stdlib/cxa_at_quick_exit.c: New file.
243         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
244         it appropriately.
245         (__internal_atexit): New function.
246         (__new_exitfn): Now takes parameter to point to the list to use.
247         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
248         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
249         (exit): ...here.  Just call __run_exit_handlers appropriately.
250         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
251         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
252         * stdlib/on_exit.c: Adjust call to __new_exitfn.
253         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
254
255         * po/id.po: Update from translation team.
256
257 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
258
259         * po/ru.po: Update from translation team.
260
261 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
262
263         * po/nl.po: Update from translation team.
264
265 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
266
267         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
268         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
269         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
270         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
271         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
272         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
273         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
274
275         * po/pl.po: Update from translation team.
276
277 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
278
279         [BZ #7083]
280         * sysdeps/unix/sysv/linux/fallocate.c: New file.
281         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
282         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
283         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
284         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
285         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
286         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
287         for GLIBC_2.10.
288         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
289         Add fallocate and fallocate64.
290
291         * io/fcntl.h: Pretty printing.
292
293 2009-03-02  Richard Guenther  <rguenther@suse.de>
294
295         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
296         attribute also for non-C99 inline semantics variant.
297
298 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
299
300         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
301         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
302         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
303         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
305         Likewise.
306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
307         Likewise.
308
309 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
310
311         * po/cs.po: Update from translation team.
312
313 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
314
315         * po/bg.po: Update from translation team.
316         * po/sv.po: Likewise.
317         * po/fi.po: Likewise.
318         * po/vi.po: Likewise.
319
320 2009-02-27  Roland McGrath  <roland@redhat.com>
321
322         * Makeconfig (%.v.i): Depend on Makeconfig.
323         Exclude % lines from initial #-comment removal.
324
325 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
326
327         * po/ko.po: Update from translation team.
328
329 2009-02-26  Roland McGrath  <roland@redhat.com>
330
331         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
332         avoids unused warning.
333
334 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
335             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
336
337         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
338         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
339         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
340         and asm/user.h.  Include asm/ptrace.h.
341         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
342         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
343         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
344         Undefine.
345         (start_thread): Don't undefine.
346         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
347         Define.
348
349 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
350
351         * wctype/wctype.h: The *_l functions are in POSIX 2008.
352         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
353         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
354         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
355         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
356         200112L to 200809L.
357         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
358         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
359         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
360         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
361         _SC_THREAD_ROBUST_PRIO_PROTECT.
362         * posix/unistd.h: fexecve is in POSIX 2008.
363         * time/time.h: strftime_l is in POSIX 2008.
364         * io/sys/stat.h: futimens is in POSIX 2008.
365         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
366         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
367         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
368         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
369         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
370         open_memstream, and vdprintf are in POSIX 2008.
371
372 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
373
374         * include/features.h: Define macros for XPG7/POSIX 2008.
375         * ctype/ctype.h: The *_l functions are in POSIX 2008.
376         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
377         POSIX 2008.
378         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
379         * locale/xlocale.h: Define locale_t type.
380         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
381         in POSIX 2008.  Don't define locale_t here.
382         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
383         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
384         UTIME_OMIT only with __USE_ATFILE.
385         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
386         * stdio-common/psiginfo.c: New file.
387         * stdio-common/psiginfo-data.h: New file.
388         * stdio-common/psiginfo-define.h: New file.
389         * stdio-common/Makefile (routines): Add psiginfo.
390         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
391         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
392         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
393         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
394         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
395         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
396         * io/sys/stat.h: Move mknodat definition into same conditional as
397         mknod.
398         * time/sys/time.h: futimesat is not among the functions accepted
399         into the POSIX standard.
400
401         * include/features.h: If no feature selection given and we select
402         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
403         * posix/Versions: Export __posix_getopt.
404         * posix/getopt.c (_getopt_initialize): Take additional parameter.
405         Use it to alternatively initialize __posixly_correct.
406         (_getopt_internal_r): Take addition parameter.  Pass on to
407         _getopt_initialize.
408         (_getopt_internal): Take addition parameter.  Pass on to
409         _getopt_internal_r.
410         (getopt): Pass additional zero to _getopt_internal.
411         (__posix_getopt): New function.
412         * posix/getopt.h: Add redirection for getopt.
413         * posix/getopt1.c (getopt_long): Pass additional zero to
414         _getopt_internal.
415         (getopt_long_only): Likewise.
416         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
417         (_getopt_long_only_r): Likewise.
418         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
419         _getopt_internal_r.
420
421 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
422
423         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
424         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
425         * sysdeps/posix/sysconf.c (__sysconf): Handle
426         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
427         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
428
429 2009-02-24  Roland McGrath  <roland@redhat.com>
430
431         [BZ #9895]
432         * README.template: Reworded not to use substituted version number.
433         Renamed to ...
434         * README: ... here (no longer generated).
435         * Makefile (README): Target removed.
436
437 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
438
439         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
440         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
441         instead.
442
443         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
444
445         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
446
447 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
448
449         * po/bg.po: Update from translation team.
450
451 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
452
453         * stdlib/monetary.h: Uglify function parameter names.
454         * sunrpc/rpc/pmap_clnt.h: Likewise.
455         * sunrpc/rpc/svc.h: Likewise.
456         * sunrpc/rpc/xdr.h: Likewise.
457         * sunrpc/rpc/clnt.h: Likewise.
458         * resolv/netdb.h: Likewise.
459         * resolv/arpa/nameser.h: Likewise.
460         * resolv/resolv.h: Likewise.
461         * argp/argp.h: Likewise.
462         * locale/langinfo.h: Likewise.
463         * io/sys/stat.h: Likewise.
464         * posix/spawn.h: Likewise.
465         * nis/rpcsvc/nislib.h: Likewise.
466         * malloc/obstack.h: Likewise.
467         * sysdeps/ia64/bits/link.h: Likewise.
468         * sysdeps/i386/bits/link.h: Likewise.
469         * sysdeps/s390/bits/link.h: Likewise.
470         * sysdeps/powerpc/bits/link.h: Likewise.
471         * sysdeps/x86_64/bits/link.h: Likewise.
472         * sysdeps/sparc/bits/link.h: Likewise.
473         * sysdeps/sh/bits/link.h: Likewise.
474         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
475         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
476         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
477         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
478
479 2008-12-01  Fredrik Unger  <fred@tree.se>
480
481         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
482         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
483         _FP_UNPACK_RAW_2, fix up first argument.
484
485 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
486
487         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
488         (GET_NPROCS_PARSER): Change parameters and use next_line.
489         (__get_nprocs): Rewrite to not use stdio routines.
490         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
491         Change parameters and use next_line.
492
493 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
494
495         [BZ #5381]
496         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
497         Change mempool_alloc prototype.
498         * nscd/mem.c (gc): Don't handle mem_in_flight.
499         (mempool_alloc): Third parameter now only indicates whether this is the
500         first call (to allocate data) or not.  If it is, get db rdlock.
501         Release it on error.  Don't handle mem_in_flight.
502         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
503         Adjust third parameter of mempool_alloc calls.
504         Nothing to do here in case mempool_alloc fails.
505         Avoid local variable shadowing parameter.  No need to get db rdlock
506         before calling cache_add.
507         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
508         no mem_in_flight array anymore.
509         * nscd/connections.c: Remove definition and handling of mem_in_flight.
510         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
511         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
512         in case mempool_alloc fails. No need to get db rdlock before calling
513         cache_add.
514         * nscd/hstcache.c (cache_addhst): Likewise.
515         * nscd/initgrcache.c (addinitgroupsX): Likewise.
516         * nscd/servicescache.c (cache_addserv): Likewise.
517         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
518
519 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
520
521         * po/lt.po: Update from translation team.
522
523 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
524
525         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
526         defined, allow additional data to be added using the optional
527         MORE_ELF_HEADER_DATA macro.
528         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
529         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
530
531 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
532
533         * include/atomic.h: Define catomic_and if not already defined.
534         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
535         * sysdeps/i386/i486/bits/atomic.h: Likewise.
536
537 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
538
539         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
540         Change all callers.
541         (_int_realloc): Likewise.  Third argument is now padded size
542         All _int_* functions are now static.
543
544         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
545         * malloc/arena.c: Likewise.
546         * include/malloc.h: Remove now unnecessary declarations of the _int_*
547         functions.
548
549         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
550         easily.
551
552         * malloc/malloc.c: Add branch prediction for use of the hooks.
553
554         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
555
556 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
557
558         [BZ #7095]
559         * bits/confname.h: Add SUSv7 macros for getconf environments.
560         * bits/environments.h: Likewise.
561         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
562         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
563         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
564         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
565         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
566         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
567         * posix/getconf.c: Likewise.
568         * posix/sysconf.c: Likewise.
569         * sysdeps/posix/sysconf.c: Likewise.
570         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
571         environments.
572
573 2009-01-16  Petr Baudis  <pasky@suse.cz>
574
575         [BZ #9753]
576         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
577         even if we currently have zero nscount.
578
579 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
580
581         [BZ #9781]
582         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
583         the input line is too long.
584
585         * po/Makefile (libc.pot): Add f_print as function taking c-format
586         parameter.
587
588         * debug/xtrace.sh: Unify translatable messages.
589         * elf/ldd.bash.in: Likewise.
590         * elf/sprof.c: Likewise.
591         * locale/programs/locale.c: Likewise.
592         * malloc/memusage.sh: Likewise.
593         * nss/getent.c: Likewise.
594
595 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
596
597         * debug/pcprofiledump.c (print_version,
598         argp_program_version_hook): New function.
599         * elf/ldconfig.c (more_help): New function.
600         (argp): Use it.
601         * elf/sln.c (usage): New function.
602         (main): Support --help and --version.
603         * malloc/memusagestat.c (print_version): New function.
604         (argp_program_version_hook): New variable.
605         * nscd/nscd.c (more_help): New function.
606         (argp): Use it.
607         * posix/getconf.c (main): Send --version output to stdout.
608         Support --help.
609         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
610         arguments.  All callers changed.
611         (print_version): New function.
612         (parseargs): Support --help and --version.
613         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
614         changed.
615         (print_version): New function.
616         (main): Use getopt_long.  Support --help and --version.
617         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
618         --version.
619
620 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
621
622         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
623         (update_data): Fix handling of wrapping back
624         to the beginning of the buffer.
625
626         [BZ #9823]
627         * stdio-common/psignal.c (psignal): Fix test for empty string.
628
629 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
630
631         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
632         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
633         move _null_auth to .rodata.
634
635         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
636         value of 24.
637
638         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
639
640         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
641         today than when the original code was written.  Use larger
642         buffers.  This also makes it unnecessary to have stat information,
643         if this causes extra efforts.
644         (__opendir): In case O_DIRECTORY works, don't call fstat just for
645         __alloc_dir.
646
647 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
648
649         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
650         is set.
651         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
652         * sysdeps/sh/sh4/__longjmp.S: Likewise.
653         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
654         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
655         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
656         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
657
658 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
659
660         * po/ru.po: Update from translation team.
661
662 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
663
664         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
665         Add _tid slot to maintain consistency with kernel.
666
667 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
668
669         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
670         incomplete characters at end of input buffer.
671         * libio/Makefile (tests): Add tst-fgetwc.
672         * libio/tst-fgetwc.c: New file.
673         * libio/tst-fgetwc.input: New file.
674
675 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
676
677         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
678
679 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
680
681         [BZ #9793]
682         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
683         *OUTBUFSTART unless the whole output fit into the buffer.
684         * iconv/Makefile (tests): Add tst-iconv4.
685         * iconv/tst-iconv4.c: New file.
686
687 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
688
689         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
690         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
691
692 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
693
694         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
695         newer linker scripts.
696
697 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
698
699         [BZ #7040]
700         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
701         inotify_rm_watch should have type int.
702
703 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
704
705         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
706         Make aligned_restore_vmx a local symbol.
707         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
708         Likewise.
709
710 2009-01-30  Andreas Jaeger  <aj@suse.de>
711
712         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
713         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
714         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
715         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
716         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
717         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
718         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
719
720 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
721
722         [BZ #9726]
723         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
724         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
725
726 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
727
728         [BZ #9726]
729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
730         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
732         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
733
734 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
735
736         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
737         memcpy instead of memcmp.
738         (_dl_setup_pointer_guard): Likewise.
739
740 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
741
742         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
743         manipulated brk, use malloc_printerr.
744         * misc/sbrk.c (__sbrk): Better error handling for nonsense
745         requests.
746
747 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
748
749         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
750         rindex): For C++ add inlines so that they can be recognized as
751         builtins.
752         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
753
754 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
755             Jakub Jelinek  <jakub@redhat.com>
756
757         * string/string.h: Define correct C++ prototypes for gcc 4.4.
758         * wcsmbs/wchar.h: Likewise.
759
760 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
761
762         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
763         (stackinfo_sub_sp): Define.
764
765 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
766
767         [BZ #9750]
768         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
769         * include/alloca.h (alloca_account): Define.
770         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
771         (stackinfo_sub_sp): Define.
772
773         * nscd/connections.c (nscd_init): If database file access fails
774         check whether this is due to permission problems and bail in that
775         case.
776
777         [BZ #9741]
778         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
779         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
780
781 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
782
783         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
784         Add "t" to clobber list.
785         (INTERNAL_SYSCALL_NCS): Likewise.
786
787 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
788
789         * nss/getent.c (print_networks): Don't print comma between aliases.
790
791 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
792
793         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
794
795         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
796         the hash table.
797         * misc/Makefile (tests): Add bug-hsearch1.
798         * misc/bug-hsearch1.c: New file.
799
800 2009-01-22  Roland McGrath  <roland@redhat.com>
801
802         * Makeconfig (%.v.i): Strip trailing # comments,
803         not only whole-line comments.
804
805 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
806
807         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
808         one parameter.  If non-NULL use it to initialize return value.
809         (_dl_setup_pointer_guard): New function.
810         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
811         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
812         * elf/rtld.c (security_init): Pass _dl_random to
813         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
814         pointer_chk_guard.
815         * elf/dl-sysdep.c (_dl_random): New variable.
816         (_dl_sysdep_start): Handle AT_RANDOM.
817         (_dl_show_auxv): Likewise.
818         * elf/dl-support.c (_dl_random): New variable.
819         (_dl_aux_init): Handle AT_RANDOM.
820         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
821         to _dl_setup_stack_chk_guard.
822
823         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
824
825 2009-01-10  Roland McGrath  <roland@redhat.com>
826
827         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
828
829 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
830
831         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
832
833         [BZ #9706]
834         * nss/nss_files/files-parse.c (strtou32): New function.
835         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
836         across 32-bit and 64-bit platforms.
837         (INT_FIELD_MAYBE_NULL): Likewise.
838
839 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
840
841         [BZ #9720]
842         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
843         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
844         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
845         Likewise.
846
847 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
848
849         [BZ #697]
850         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
851         being NULL also if there are no backreferences.
852         * posix/rxspencer/tests: Add testcases.
853
854 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
855
856         [BZ #9697]
857         * posix/bug-regex17.c: Add testcases.
858         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
859         handling.
860
861 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
862
863         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
864         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
865         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
866         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
867         for elf subdir.
868         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
869         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
870         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
871         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
872         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
873         * sysdeps/unix/sysv/linux/s390/Versions: New file.
874
875 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
876
877         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
878         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
879         re_string_skip_chars, re_string_reconstruct): Likewise.
880         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
881
882 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
883
884         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
885         adjust the buffer alignment.
886
887 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
888
889         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
890         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
891         net/route.h.
892
893         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
894         flavor to description only when flavor is not NULL.
895
896         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
897         mutex after SIGIO/SIGURG lookup loop.
898
899 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
900
901         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
902
903 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
904
905         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
906         handling.
907
908 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
909
910         * sysdeps/unix/sysv/linux/kernel-features.h
911         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
912
913         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
914         if no output is written.
915
916         * version.h: Bump to 2.10 development.
917
918         * posix/getconf.c: Update copyright year.
919         * nss/getent.c: Likewise.
920         * iconv/iconvconfig.c: Likewise.
921         * iconv/iconv_prog.c: Likewise.
922         * elf/ldconfig.c: Likewise.
923         * catgets/gencat.c: Likewise.
924         * csu/version.c: Likewise.
925         * elf/ldd.bash.in: Likewise.
926         * elf/sprof.c (print_version): Likewise.
927         * locale/programs/locale.c: Likewise.
928         * locale/programs/localedef.c: Likewise.
929         * nscd/nscd.c (print_version): Likewise.
930         * debug/xtrace.sh: Likewise.
931         * malloc/memusage.sh: Likewise.
932         * malloc/mtrace.pl: Likewise.
933         * debug/catchsegv.sh: Likewise.
934
935 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
936
937         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
938         script.
939
940 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
941
942         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
943         gethostbyname4_r function call succeeded, just leave the loop.
944
945         [BZ #9694]
946         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
947         very end.
948         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
949         * wctype/Makefile (tests): Add bug-wctypeh.
950         * wctype/bug-wctypeh.c: New file.
951
952         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
953         LOCALDOMAIN is defined.
954         * nscd/nscd_getai.c (__nscd_getai): Likewise.
955
956         * sysdeps/x86_64/bits/select.h: New file.
957
958         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
959
960 2008-12-21  Bruno Haible  <bruno@clisp.org>
961
962         [BZ #9677]
963         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
964         if no output is written.
965
966 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
967
968         * login/utmp_file.c (pututline_file): Replace call to dup2 with
969         libc internal symbol __dup2 to avoid access through the PLT.
970
971 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
972
973         [BZ #6545]
974         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
975         available only for __USE_GNU.
976
977         * inet/Makefile (tests): Add tst-getni2.
978         * inet/tst-getni2.c: New file.
979
980         [BZ #7080]
981         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
982         NULL when NI_NAMEREQD is set.
983         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
984         * inet/Makefile (tests): Add tst-getni1.
985         * inet/tst-getni1.c: New file.
986
987 2008-12-03  Petr Baudis  <pasky@suse.cz>
988
989         [BZ #7067]
990         * nscd/connections.c (invalidate_cache): Use prune_run_lock
991         instead of prune_lock.
992         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
993         * nscd/nscd.h (database_dyn): Add prune_run_cache.
994
995 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
996
997         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
998         use.
999
1000         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1001         handling.
1002
1003         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1004         after reading name server list.
1005
1006         [BZ #7058]
1007         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1008         handling for host name aliases.
1009
1010 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1011
1012         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1013         instead of doing things manually.
1014
1015 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1016
1017         * posix/regex_internal.h (build_wcs_upper_buffer):
1018         Return type is reg_error_t.
1019
1020 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1021
1022         * posix/globtest.sh: Use mktemp to create temporary file and
1023         directory.
1024
1025         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1026         sets correctly.
1027         (__CPU_CLR_S): Likewise.
1028         (__CPU_ISSET_S): Likewise.
1029
1030 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1031             Ulrich Drepper  <drepper@redhat.com>
1032
1033         * scripts/firstversion.awk: Use custom comparison function to compare
1034         version numbers.
1035         * scripts/versions.awk: Use sort invocation which can handle
1036         multi-digit sub-version numbers.
1037
1038 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1039
1040         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1041         * locale/iso-639.def: Add Chhattisgarhi entry.
1042
1043 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1044
1045         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1046         ESRCH return value.
1047         (_nss_dns_gethostbyname4_r): Likewise.
1048         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1049         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1050         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1051         the no_data variable.
1052
1053         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1054         information at the correct index.
1055
1056         * socket/sys/socket.h: Declare accept4.
1057         * socket/accept4.c: New file.
1058         * sysdeps/unix/sysv/linux/accept4.c: New file.
1059         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1060         * socket/Makefile (routines): Add accept4.
1061         * socket/Versions: Export accept4 with version GLIBC_2.10.
1062         * socket/paccept.c: Removed.
1063         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1064         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1065         * Versions.def: Define GLIBC_2.10 for libc.
1066         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1067
1068         * nscd/connections.c: Use accept4.
1069
1070         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1071
1072 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1073
1074         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1075         flag already set.
1076
1077         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1078         not exist.
1079         * stdlib/Makefile (tests): Add tst-unsetenv1.
1080         * stdlib/tst-unsetenv1.c: New file.
1081
1082 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1083
1084         * login/utmp_file.c (file_writable): New variable.
1085         (setutent_file): Don't try to open file for writing.
1086         (pututline_file): Before writing, make descriptor writable if
1087         necessary.
1088
1089 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1090
1091         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1092         to IPv4 or IPv6 if an interface has been found.
1093
1094 2008-11-26  Roland McGrath  <roland@redhat.com>
1095
1096         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1097         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1098
1099         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1100         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1101         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1102
1103         * elf/elf.h (NT_386_IOPERM): New macro.
1104         (NT_PPC_VSX): New macro.
1105
1106 2008-11-25  Roland McGrath  <roland@redhat.com>
1107
1108         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1109         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1110         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1111         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1112         Subdirectories moved to ports repository.
1113         * configure.in (base_machine): Remove alpha case.
1114
1115 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1116
1117         * sysdeps/mach/strerror_l.c: New file.
1118
1119 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1120
1121         [BZ #6411]
1122         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1123         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1124         magic numbers.
1125         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1126         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1127         (relax_fenv_state): Same as above.
1128         (FPSCR_29): Reserve bit in ISA 2.05.
1129         (FPSCR_NI): Provide define for compat.
1130         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1131         magic numbers.
1132         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1133         magic numbers.
1134         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1135         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1136         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1137         access to hwcap to account for hwcap size increase to uint64_t.
1138         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1139         Likewise.
1140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1141         (*setcontext): Likewise.
1142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1143         New file.
1144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1145         New file.
1146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1147         (*setcontext): dynamically select mtfsf insn based on
1148         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1149         increase to uint64_t.
1150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1151         (*swapcontext): dynamically select mtfsf insn based on
1152         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1153         increase to uint64_t.
1154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1155         New file.
1156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1157         New file.
1158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1159         (*setcontext): dynamically select mtfsf insn based on
1160         PPC_FEATURE_HAS_DFP.
1161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1162         (*swapcontext): dynamically select mtfsf insn based on
1163         PPC_FEATURE_HAS_DFP.
1164
1165 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1166
1167         * version.h: Bump for 2.9 release.
1168         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1169
1170         [BZ #7029]
1171         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1172         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1173         all the rounding.
1174
1175 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1176
1177         [BZ #7009]
1178         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1179         unknown request types for now.
1180
1181 2008-11-11  Roland McGrath  <roland@redhat.com>
1182
1183         * sysdeps/x86_64/configure: New file.
1184
1185         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1186         * configure: Regenerated.
1187
1188 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1189
1190         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1191         correct instruction to remove the stack frame.
1192
1193 2008-11-03  Michael Matz  <matz@suse.de>
1194
1195         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1196         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1197
1198 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1199
1200         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1201         Remove.
1202
1203         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1204         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1205         of the thread variable instead of void *.
1206         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1207         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1208         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1209         __libc_tsd_define arguments.
1210         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1211         __libc_tsd_address arguments.  Remove union hack.
1212         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1213         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1214         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1215         Adjust __libc_tsd_{set,get} arguments.
1216         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1217         __libc_tsd_define arguments.
1218         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1219         arguments.
1220         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1221         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1222         (LOCALE): Adjust __libc_tsd_define arguments.
1223         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1224         arguments.
1225         (LOCALE): Adjust __libc_tsd_define arguments.
1226         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1227         arguments.
1228         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1229         arguments.
1230
1231 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1232
1233         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1234         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1235
1236 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1237
1238         [BZ #6966]
1239         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1240
1241 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1242             Ulrich Drepper  <drepper@redhat.com>
1243
1244         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1245         definition for GCC 3.1 and later.
1246
1247 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1248
1249         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1250         refetch dtv, as it might have changed.
1251         * elf/Makefile: Add rules to build and run tst-tls18.
1252         * elf/tst-tls18.c: New test.
1253         * elf/tst-tlsmod18a.c: New file.
1254
1255 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1256
1257         [BZ #6875]
1258         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1259
1260 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1261
1262         [BZ #6867]
1263         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1264
1265         [BZ #6919]
1266         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1267         Fix length of copy operation.
1268
1269 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1270
1271         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1272         and fix its calling convention.
1273
1274 2008-10-07  Andreas Schwab  <schwab@suse.de>
1275
1276         [BZ #6942]
1277         * resolv/res_send.c (send_vc): Fix last change.
1278         (send_dg): Align here as well.
1279
1280 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1281
1282         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1283         return value in case rlimit is RLIM_INFINITY.
1284
1285         [BZ #6947]
1286         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1287         for UL_SETFSIZE.
1288         * resource/Makefile (tests): Add bug-ulimit1.
1289         * resource/bug-ulimit1.c: New file.
1290
1291         [BZ #6974]
1292         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1293         without dot.  Properly terminate the string with a null byte.
1294         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1295
1296         [BZ #6980]
1297         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1298         negative sizees.
1299         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1300         negative __size.
1301
1302         [BZ #6995]
1303         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1304
1305 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1306
1307         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1308         abort if there is no initgroups_dyn function.
1309
1310         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1311         result if any of the queries really provided an answer.
1312
1313 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1314
1315         * po/lt.po: Update from translation team.
1316
1317 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1318
1319         * po/id.po: Update from translation team.
1320
1321 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1322
1323         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1324         Fix tests for existence of second reply.
1325
1326 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1327
1328         * po/id.po: New file.
1329         Contributed by the Indonesian translation team.
1330
1331 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1332
1333         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1334         initialization.
1335
1336 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1337
1338         * elf/Makefile: Add rules to build and run tst-tls17.
1339         * elf/tst-tls17.c: New test.
1340         * elf/tst-tlsmod17a.c: New file.
1341         * elf/tst-tlsmod17b.c: Likewise.
1342
1343 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1344
1345         * stdlib/divmod_1.c: Use correct type for dummy variable.
1346         * stdlib/mod_1.c: Likewise.
1347
1348 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1349
1350         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1351
1352 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1353
1354         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1355         __nonnull order for C++.
1356         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1357         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1358
1359 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1360
1361         * stdlib/longlong.h: Update from GCC.
1362
1363 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1364             David S. Miller  <davem@davemloft.net>
1365
1366         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1367         make sure any registers used with 64-bit 'branch-on-register'
1368         instructions have their top 32-bits clear.
1369         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1370         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1371
1372 2008-09-18  Andreas Schwab  <schwab@suse.de>
1373
1374         [BZ #6942]
1375         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1376         Properly handle partial reads.
1377
1378 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1379
1380         * elf/elf.h (STO_MIPS_PLT): New.
1381         (R_MIPS_COPY): New.
1382         (R_MIPS_JUMP_SLOT): New.
1383         (R_MIPS_NUM): Redefine to 128.
1384         (DT_MIPS_PLTGOT): New.
1385         (DT_MIPS_RWPLT): New.
1386         (DT_MIPS_NUM): Redefine to 0x35.
1387
1388 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1389
1390         * timezone/africa: Update from tzdata2008f.
1391         * timezone/asia: Likewise.
1392         * timezone/australasia: Likewise.
1393         * timezone/europe: Likewise.
1394         * timezone/leapseconds: Likewise.
1395         * timezone/northamerica: Likewise.
1396         * timezone/southamerica: Likewise.
1397         * timezone/zone.tab: Likewise.
1398
1399 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1400
1401         * nscd/connections.c: Disable use of paccept for now.
1402
1403 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1404
1405         * socket/Versions: Remove paccept export for GLIBC_2.9.
1406         * socket/Makefile (routines): Remove paccept.
1407         * socket/sys/socket.h: Remove paccept declaration.
1408
1409         * po/sv.po: Update from translation team.
1410
1411 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1412
1413         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1414         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1415
1416 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1417
1418         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1419         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1420
1421 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1422
1423         * sunrpc/rpc/svc.h: Declare svcfd_create.
1424         Patch by Michael Solberg <msolberg@redhat.com>.
1425
1426 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1427             Ulrich Drepper  <drepper@redhat.com>
1428
1429         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1430         _int_valloc fails.
1431         (public_pVALLOc): Likewise.
1432
1433 2008-09-02  Andreas Jaeger  <aj@suse.de>
1434
1435         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1436         commit.
1437
1438 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1439
1440         [BZ #6860]
1441         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1442
1443 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1444
1445         * Makefile (check-data): Check data directory in add-ons.
1446         * elf/Makefile (check-data): Likewise.
1447
1448 2008-08-18  Roland McGrath  <roland@redhat.com>
1449
1450         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1451         * configure: Regenerated.
1452         * config.make.in (cflags-cpu): New substituted variable.
1453         (with-cpu): Variable removed.
1454         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1455
1456 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1457
1458         [BZ #6845]
1459         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1460         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1461         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1462         redundant.  Functions which call floating point assembler operations
1463         should go into a sysdeps powerpc/fpu directory.
1464
1465 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1466
1467         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1468         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1469
1470 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1471
1472         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1473
1474         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1475         change related to AT_EXECFN.  We cannot use that string.
1476         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1477         _dl_execfn member.
1478         * elf/dl-support.c: Remove _dl_execfn variable.
1479         (_dl_aux_init): Remove handling of AT_EXECFN.
1480         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1481         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1482
1483 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1484
1485         [BZ #6544]
1486         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1487         byte gets added to writes and seeks from the end use the length of
1488         the buffer and not the currently terminating NUL byte.
1489
1490         [BZ #6634]
1491         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1492         Set to true if locking failed.
1493         (getutid_r_file): Adjust caller.
1494         (pututline_file): Likewise.  Return NULL in this case.
1495         Patch mostly by halesh.s@gmail.com.
1496
1497 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1498
1499         [BZ #6589]
1500         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1501         Define.
1502         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1503
1504 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1505
1506         [BZ #6839]
1507         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1508         macro since it is now available in elf/dynamic-link.h.
1509
1510 2008-08-12  Roland McGrath  <roland@frob.com>
1511
1512         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1513         in case used outside of libc.
1514         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1515
1516 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1517
1518         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1519         directly instead of going through dn_comp.
1520
1521 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1522
1523         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1524         Fix asm constraints.
1525
1526 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1527
1528         [BZ #6790]
1529         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1530         (IPV6_PMTUDISC_PROBE): Likewise.
1531
1532 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1533
1534         [BZ #6791]
1535         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1536
1537 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1538             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1539
1540         [BZ #6817]
1541         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1542         Added the members 'vsx' and 'arch_2_06'.
1543         (_dl_powerpc_platforms): Add the member 'power7'.
1544         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1545         to reflect the changes required by VSX and ISA 2.06.
1546         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1547         'power7'.
1548         Defined PPC_PLATFORM_POWER7.
1549         (_dl_string_platform): Add support for POWER7.
1550         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1551         capability and ISA 2.06.
1552
1553 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1554
1555         [BZ #6824]
1556         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1557         macro to detect use of 128 bit long double.
1558         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1559
1560 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1561
1562         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1563
1564         [BZ #5794]
1565         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1566         parameters.
1567         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1568         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1569
1570 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1571
1572         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1573         guaranteed to be large enough to read inotify event.  Ignore
1574         EAGAIN error.  Better error message.  Add branch predicition.
1575         (main_loop_epoll): Likewise.
1576
1577 2008-08-02  Roland McGrath  <roland@frob.com>
1578
1579         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1580         Add memory clobbers.
1581
1582 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1583
1584         * manual/arith.texi: Avoid @strong{Note:}.
1585         * manual/creature.texi: Likewise.
1586         * manual/filesys.texi: Likewise.
1587         * manual/math.texi: Likewise.
1588         * manual/memory.texi: Likewise.
1589         * manual/resource.texi: Likewise.
1590         * manual/syslog.texi: Likewise.
1591         * manual/time.texi: Likewise.
1592
1593         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1594         to prevent warning.
1595
1596 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1597
1598         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1599         new epoll_create1 interface.
1600         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1601         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1602         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1603
1604         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1605         (NS_GET32): Likewise.
1606
1607         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1608         syscalls, too.
1609
1610         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1611         use the AT_EXECFN value if it is no absolute path.
1612         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1613         __ASSUME_AT_EXECFN.
1614
1615         * Versions.def: Add GLIBC_2.9 to libresolv.
1616         * include/resolv.h: Remove hidden proto declarations for __ns_*
1617         functions.  Add them for __dn_count_labels and __p_secstodate.
1618         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1619         Define ns_msg_getflags macro here.
1620         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1621         and __p_secstodate.
1622         * resolv/Versions: Export functions from <arpa/nameser.h> from
1623         libresolv in version GLIBC_2.9.
1624         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1625         hidden definitions.
1626         * resolv/ns_netint.c: Likewise.
1627         * resolv/ns_parse.c: Likewise.
1628         * resolv/ns_print.c: Likewise.
1629         * resolv/ns_samedomain.c: Likewise.
1630         * resolv/ns_ttl.c: Likewise.
1631         * resolv/arpa/nameser_compat.h: Likewise.
1632         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1633         function calls.
1634         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1635         instead of ns_get16.
1636         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1637         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1638         (gaih_getanswer_slice): Likewise.
1639         * resolv/Makefile (libresolv-routines): Add ns_date.
1640         * resolv/ns_date.c: New file.
1641
1642         * elf/Makefile (check-localplt.out): Also check libresolv and
1643         libcrypt.
1644
1645 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1646
1647         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1648         __ASSUME_O_CLOEXEC.
1649
1650 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1651
1652         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1653         buffer passed to NSS functions.
1654
1655         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1656
1657         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1658         Define.
1659
1660         * misc/syslog.c (openlog_internal): Fix compile problem.
1661
1662 2008-07-28  Roland McGrath  <roland@redhat.com>
1663
1664         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1665
1666 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1667
1668         * io/ftw.c (add_object): Remove inline to avoid warning.
1669
1670         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1671
1672         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1673         Use it instead of locally defined resplen2 variable.
1674         (res_nsend): Adjust for __libc_res_nsend interface change.
1675         (send_vc): Initialize *resplen2 if necessary.  Read length of
1676         package into an appropriately aligned variable.  Store converted length
1677         in new variable and use it appropriately.
1678         Add branch prediction help.
1679         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1680         and pass it on to __libc_res_nsend.  Adjust all callers.
1681         (__libc_res_nsearch): Likewise.
1682         (__libc_res_nqeurydomain): Likewise.
1683         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1684         change.
1685         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1686         Define resplen2 variable and pass it to __libc_res_nsearch and then
1687         to gaih_getanswer.
1688         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1689         Add branch prediction.
1690         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1691         (gaih_getanswer): Don't decode second slice if first one failed due
1692         to a too small buffer.  Don't let not found status of second
1693         decoder shadow results of the first.
1694         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1695         and __libc_res_nquery interface changes
1696         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1697         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1698         __libc_res_nsearch, and __libc_res_nsend.
1699         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1700         change.
1701         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1702         __libc_res_nsearch interface changes.
1703
1704 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1705
1706         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1707
1708         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1709         file descriptors with close-on-exec set.
1710         (exec_comm_child): Fix the case where the write end of the pipe is
1711         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1712
1713         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1714         * io/pipe2.c: Likewise.
1715         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1716         instead of __ASSUME_PACCEPT.
1717         * include/unistd.h: Declare __have_pipe2.
1718         * libio/iopopen.c: Implement "e" flag.
1719         * libio/Makefile (tests): Add tst-popen1.
1720         * libio/tst-popen1.c: New file.
1721
1722         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1723         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1724
1725 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1726
1727         [BZ #6771]
1728         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1729         success call of _IO_SEEKOFF or calls which failed because the
1730         descriptor is for a pipe.
1731
1732         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1733         magic number.
1734
1735         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1736
1737         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1738         F_SETFD use if we know fopen set the flag.
1739
1740         * login/utmp_file.c (setutent_file): Minor optimization in case
1741         O_CLOEXEC is available.
1742
1743 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1744
1745         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1746         * elf/Makefile: Use pie-ccflag variable.
1747         * nscd/Makefile: Likewise.
1748         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1749
1750 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1751
1752         [BZ #6724]
1753         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1754         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1755         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1756         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1757         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1758         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1759         utmp32, utmpx32 and login32.
1760         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1761         versions of struct utmp functions to libc and libutil.
1762         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1763         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1764         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1765         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1766         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1767         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1768         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1769         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1770         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1771         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1772         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1773         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1774         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1775         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1776         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1777         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1778         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1779         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1780         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1781         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1782         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1783         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1784
1785 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1786
1787         * scripts/gen-as-const.awk: Generate more widely usable code by
1788         using 64-bit arithmetic.
1789
1790         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1791         the same treatment as narrow output code in last patch.
1792
1793         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1794
1795         [BZ #6763]
1796         * elf/dl-load.c (local_strdup): Remove inline.
1797         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1798         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1799         part of the object.
1800
1801         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1802
1803 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1804
1805         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1806         the new syscalls, too.
1807
1808         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1809         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1810
1811         [BZ #6698]
1812         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1813         parameter for end of buffer.  If temporary copy is too large use
1814         malloc.
1815         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1816         interface change.
1817         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1818         string rewrite when allocating buffer.
1819
1820         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1821         syscalls, too.
1822
1823         * nscd/connections.c (nscd_init): Clean up fcntl call.
1824
1825         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1826         SOCK_NONBLOCK if possible.
1827
1828         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1829         SOCK_CLOEXEC if available.
1830
1831         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1832         __libc_clntudp_bufcreate_internal.
1833         * include/sys/socket.h: Declare __have_sock_cloexec.
1834         * socket/Makefile (aux): Add have_sock_cloexec.
1835         * socket/have_sock_cloexec.c: New file.
1836         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1837         __libc_clntudp_bufcreate.
1838         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1839         which takes an additional parameter.  Create socket with non-blocking
1840         mode and close-on-exec flag set, if wanted.
1841         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1842         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1843         instead of clntudp_create.  The socket has already the close-on-exec
1844         flag set if SOCK_CLOEXEC is defined.
1845
1846 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1847
1848         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1849         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1850         appropriate.
1851         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1852         non-blocking mode by using socket, paccept, and inotify_init1.
1853
1854         * Versions.def (glibc): Add GLIBC_2.9.
1855         * io/Makefile (routines): Add dup3 and pipe2.
1856         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1857         * io/dup3.c: New file.
1858         * io/pipe2.c: New file.
1859         * posix/unistd.h: Declare dup3 and pipe2.
1860         * socket/Makefile (routines): Add paccept.
1861         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1862         * socket/paccept.c: New file.
1863         * socket/sys/socket.h: Declare paccept.
1864         * sysdeps/unix/syscalls.list: Add entry for dup3.
1865         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1866         epoll_create2 and inotify_init1.
1867         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1868         * sysdeps/unix/sysv/linux/paccept.c: New file.
1869         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1870         possible.
1871         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1872         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1873         inotify_init1, and pipe2 entries.
1874         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1875         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1876         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1877         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1878         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1879         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1880         SOCK_NONBLOCK.
1881         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1882         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1883         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1884         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1885         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1886         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1887         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1888         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1889         EPOLL_NONBLOCK.  Declare epoll_create2.
1890         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1891         EFD_NONBLOCK.
1892         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1893         IN_NONBLOCK.  Declare inotify_init1.
1894         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1895         SFD_NONBLOCK.
1896         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1897         TFD_NONBLOCK.
1898
1899         * elf/elf.h: Define AT_EXECFN.
1900         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1901         LD_ORIGIN_PATH.
1902         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1903         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1904         if __ASSUME_AT_EXECFN is defined.
1905         (_dl_aux_init): Handle AT_EXECFN.
1906         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1907         for 2.6.27 and up.
1908         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1909         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1910         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1911         _dl_execfn if available and avoid compatibility code if
1912         __ASSUME_AT_EXECFN is defined.
1913
1914         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1915         _dl_discover_osversion only for older kernels.
1916
1917 2008-07-22  Roland McGrath  <roland@frob.com>
1918
1919         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1920
1921 2008-07-21  Roland McGrath  <roland@frob.com>
1922
1923         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1924         returned too much data out of line.
1925
1926 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1927
1928         * locale/setlocale.c (setname): Remove inline to avoid compiler
1929         warning.
1930
1931         [BZ #6712]
1932         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1933
1934 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1935
1936         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1937         doesn't manage to write anything, fail.
1938
1939         * malloc/hooks.c (__malloc_check_init): Remove printf.
1940
1941 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1942
1943         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1944
1945 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1946
1947         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1948         from inotify.
1949         (main_loop_epoll): Likewise.
1950
1951 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1952
1953         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1954
1955         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1956         if DEBUG is defined.
1957
1958         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1959         query.  Adjust buffer size computation for padding.
1960
1961 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1962
1963         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1964         * stdio-common/tst-setvbuf1.c: New file.
1965         * stdio-common/tst-setvbuf1.expect: New file.
1966
1967         [BZ #6719]
1968         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1969         when selecting fully-buffered stream.
1970         Patch by Wang Xin <wxinee@gmail.com>.
1971
1972 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1973
1974         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1975         (__open_2): New function.
1976         (__open64_2): New alias to __open_2.
1977         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1978         (__openat_2): New function.
1979         (__openat64_2): New alias to __openat_2.
1980
1981 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1982
1983         [BZ #6723]
1984         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1985
1986 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1987
1988         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1989         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1990         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1991         __hurd_dfail.
1992         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1993         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1994         * sysdeps/mach/hurd/send.c (__send): Likewise.
1995         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1996         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1997
1998 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1999
2000         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2001         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2002         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2003         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2004         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2005         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2006
2007 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2008
2009         [BZ #6657]
2010         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2011         of %EY.
2012         Patch by Petr Baudis.
2013
2014 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2015
2016         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2017         Patch by Peter Jones <pjones@redhat.com>.
2018
2019 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2020
2021         [BZ #6654]
2022         * stdlib/canonicalize.c (__realpath): readlink can write too much
2023         into the buffer on platforms without PATH_MAX.
2024
2025 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2026
2027         [BZ #6653]
2028         * posix/tst-regex.c (main): Rename to...
2029         (do_test): ... this. Remove cmdline option processing.
2030         (TIMEOUT): Define.
2031         (TEST_FUNCTION): Define.
2032         (CMDLINE_OPTIONS): Define.
2033
2034 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2035
2036         [BZ #5210]
2037         * configure.in: Add -Werror to -fstack-protector test to catch
2038         unsupported architectures.
2039         Patch by Gilles Esponasse <g.esp@free.fr>.
2040
2041 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2042
2043         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2044         getcontext returns ENOSYS.
2045
2046 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2047
2048         * nscd/connections.c (main_loop_poll): Fix test for read error.
2049         (main_loop_epoll): Likewise.
2050
2051 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2052
2053         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2054         better place so it is not called when nscd is used.
2055
2056         * nscd/connections.c: Also recognize and handle changes to the
2057         resolver configuration file.
2058
2059 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2060
2061         * time/strftime.c: Pass reference to tzset_called around to handle
2062         recursive calls.
2063
2064         [BZ #6612]
2065         * time/strftime.c (__strftime_internal): Call tzset() only
2066         when printing timezone-dependent values.
2067         Based on a patch by Petr Baudis <pasky@suse.cz>.
2068
2069         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2070         unconditionally use second gaih_getanswer_slice result.
2071
2072         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2073         (getaddrinfo): RES must always be non-NULL.
2074
2075 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2076
2077         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2078         cr[34] registers.
2079         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2080         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2081         Likewise.
2082         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2083         register.
2084
2085 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2086
2087         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2088         fields.
2089         * nscd/connections.c (inotify_fd): New variable.
2090         (nscd_init): Try to open an inotify descriptor.
2091         If successful, watch files for databases using inotify instead of
2092         having prune threads stat the files.
2093         (nscd_run_prune): Recognize clear_cache flag being set and call
2094         prune_cache appropriately.
2095         (main_loop_poll): Add inotify descriptor to wait set and handle the
2096         reported changes.
2097         (main_loop_epoll): Likewise.
2098         * nscd/cache.c (prune_cache): Don't stat files for databases if
2099         inotify is used.
2100         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2101         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2102
2103         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2104         fixed-size portion of the record.
2105         * nscd/servicescache.c (cache_addserv): Likewise.
2106         * nscd/pwdcache.c (cache_addpw): Likewise.
2107         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2108
2109 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2110
2111         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2112         out we don't use uninitialized memory.
2113
2114         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2115         the client.
2116
2117 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2118
2119         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2120         ignore T_DNAME messages.
2121         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2122
2123 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2124
2125         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2126         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2127
2128 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2129
2130         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2131         instead of portstr to nscd_getserv_r.  Patch by
2132         Roman Kagan <rkagan@mail.ru>.
2133
2134 2008-05-26  Jim Meyering  <meyering@redhat.com>
2135
2136         Remove more useless "if" tests before "free".
2137         * include/inline-hashtab.h (htab_delete): Likewise.
2138         * libio/freopen.c (freopen): Likewise.
2139         * libio/freopen64.c (freopen64): Likewise.
2140         * locale/programs/ld-collate.c (collate_read): Likewise.
2141         * misc/fstab.c (libc_freeres_fn): Likewise.
2142         * posix/glob.c (globfree): Likewise.
2143
2144 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2145
2146         * string/Makefile (strop-tests): Add memmem.
2147         * string/test-memmem.c: New file.
2148         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2149         (test_init): Size buf1 according to BUF1PAGES.
2150
2151 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2152
2153         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2154         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2155         (CFLAGS-scanf17.c): New.
2156         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2157         * stdio-common/scanf15.c (main): Likewise.
2158         * stdio-common/scanf16.c: New file.
2159         * stdio-common/scanf17.c: New file.
2160
2161 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2162
2163         * resolv/res_send.c (send_dg): If we already have one of two
2164         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2165         use the one answer insted of failing.
2166
2167 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2168
2169         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2170         being executed on PowerPC as the expected result exceeds IBM
2171         long double 128 __LDBL_MAX__.
2172
2173 2008-05-21  Roland McGrath  <roland@redhat.com>
2174
2175         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2176
2177         * Makefile (check-data): Use $(abi-name) before other guesses.
2178         Look in $(add-ons) dirs before scripts/data/.
2179         * elf/Makefile (check-data): Likewise.
2180
2181         * scripts/soversions.awk: Grok ABI line.
2182         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2183         Emit definition for abi-name variable.
2184
2185 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2186
2187         * string/endian.h: Define new fixed-size hto* and *toh macros only
2188         if [__USE_BSD].
2189
2190         * iconvdata/Depend: Add localedata.
2191
2192 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2193
2194         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2195
2196 2008-05-08  David S. Miller  <davem@davemloft.net>
2197
2198         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2199         HIDDEN_JUMPTARGET.
2200         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2201         (__SYSCALL_CLOBBERS): Remove %g* registers.
2202         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2203         (__SYSCALL_CLOBBERS): Likewise.
2204         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2205         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2206
2207 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2208
2209         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2210         (CALL_ERRNO_LOCATION): Define.
2211         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2212         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2213         (CALL_ERRNO_LOCATION): Define.
2214         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2215         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2216         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2217
2218 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2219
2220         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2221         variable.
2222
2223 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2224
2225         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2226         (FIRST_FRAME_POINTER): Define.
2227
2228 2008-05-09  David S. Miller  <davem@davemloft.net>
2229
2230         * sysdeps/sparc/sparc64/backtrace.c: New file.
2231
2232 2008-05-14  David S. Miller  <davem@davemloft.net>
2233
2234         * sysdeps/sparc/machine-gmon.h: New file.
2235         * sysdeps/sparc/sparc-mcount.S: Likewise.
2236         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2237         sysdep_routines in gmon directory.
2238
2239 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2240
2241         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2242
2243 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2244
2245         * resolv/res_query.c (__libc_res_nquery): In case one of two
2246         answer was too short don't try to read that answer's header.
2247
2248         * resolv/res_send.c (send_dg): In case of timeout and there are
2249         two queries and one has been answered, return value indicating
2250         success.
2251
2252 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2253
2254         * nscd/cache.c (cache_add): Take additional parameter specifying
2255         whether this is in response of a cache refill.  Check alignment
2256         of package data.  Revamp waking of pruning thread.
2257         (prune_cache): Small optimization.
2258         * nscd/nscd.h: Adjust cache_add prototypes.
2259         * nscd/aicache.c: Adjust cache_add calls.
2260         * nscd/grpcache.c: Likewise.
2261         * nscd/hstcache.c: Likewise.
2262         * nscd/initgrcache.c: Likewise.
2263         * nscd/pwdcache.c: Likewise.
2264         * nscd/servicescache.c: Likewise.
2265         * nscd/connections.c (restart): Really disable cache use before
2266         exec attempt.  If it fails, reenable cache.
2267         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2268         time to max to be able to notice concurrent cache additions.  Unlock
2269         prune_lock while performing gc.  Afterwards compute wakeup time with
2270         current wakeup_time value in mind.
2271
2272 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2273
2274         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2275
2276         * nscd/mem.c (gc): Correctly determine highest used array element
2277         in mark.
2278
2279         * nscd/mem.c (markrange): Add assert to check entries are all
2280         aligned.  Small cleanup in bitmap use.
2281
2282         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2283         blockoff of type nscd_ssize_t.
2284         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2285         (mempoll_alloc): Record block offset and not address.
2286
2287         * nscd/mem.c (gc): Fix test for stack overuse.
2288
2289         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2290         more asserts.
2291
2292         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2293         entry is available, believe it.
2294
2295         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2296         no answers return NSS_STATUS_NOTFOUND.
2297         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2298         buffer does not have any content.
2299
2300 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2301
2302         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2303
2304         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2305         lookup, don't assign canon unconditionally.
2306
2307 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2308
2309         * string/Makefile (distribute): Add str-two-way.h.
2310
2311 2008-03-29  Eric Blake  <ebb9@byu.net>
2312
2313         Rewrite string searches to O(n) rather than O(n^2).
2314         * string/str-two-way.h: New file.  For linear fixed-allocation
2315         string searching.
2316         * string/memmem.c: New implementation.
2317         * string/strstr.c: New implementation.
2318         * string/strcasestr.c: New implementation.
2319
2320 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2321
2322         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2323         opr.ctx_type.
2324         (calc_first): Initialize constraint field.
2325         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2326         Use search_duplicated_node to avoid loops.  Fix grammar.
2327         (duplicate_node): Merge constraint field for all node types.
2328         (calc_eclosure_iter): Look at constraint field for all node types.
2329         * posix/regex_internal.c (create_cd_newstate): Don't look at
2330         create_cd_newstate.
2331
2332 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2333
2334         [BZ #6428]
2335         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2336
2337         [BZ #6442]
2338         * string/endian.h: Add macros for fixed-size endian conversion.
2339         * bits/byteswap.h: Allow inclusion from <endian.h>.
2340         * sysdeps/i386/bits/byteswap.h: Likewise.
2341         * sysdeps/ia64/bits/byteswap.h: Likewise.
2342         * sysdeps/s390/bits/byteswap.h: Likewise.
2343         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2344         * string/Makefile (tests): Add tst-endian.
2345         * string/tst-endian.c: New file.
2346
2347         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2348         Patch by Reuben Thomas.
2349
2350 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2351
2352         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2353
2354 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2355
2356         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2357
2358         [BZ #6461]
2359         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2360         Add missing braces.
2361         (BODY for __gconv_transform_internal_ascii): Likewise.
2362
2363         [BZ #6472]
2364         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2365         to be treated like link-local addresses.
2366         (match_prefix): Don't treat IPv4 loopback address special when
2367         converting to v4 mapped addressed.
2368
2369         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2370         if necessary.
2371         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2372         * posix/tst-rfc3484-2.c: Likewise.
2373         * posix/tst-rfc3484-3.c: Likewise.
2374
2375         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2376         and SCTP.
2377
2378         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2379
2380         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2381
2382         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2383
2384 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2385
2386         * po/lt.po: New file.  From Lituanian translation team.
2387
2388 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2389
2390         Introduce TLS descriptors for i386 and x86_64.
2391         * include/inline-hashtab.h: New file, copied from 2005's
2392         libiberty, with fix for memory leak imported afterwards by
2393         Glauber de Oliveira Costa.
2394         * elf/tlsdeschtab.h: New file.
2395         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2396         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2397         (CHECK_STATIC_TLS): Move to...
2398         * elf/dynamic-link.h: ... this file.
2399         (TRY_STATIC_TLS): New macro.
2400         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2401         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2402         R_386_TLS_DESC): Define.
2403         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2404         binutils.
2405         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2406         R_X86_64_TLSDESC): Define.
2407         (R_386_NUM, R_X86_64_NUM): Adjust.
2408         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2409         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2410         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2411         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2412         release tlsdesc_table.
2413         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2414         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2415         (elf_machine_rel): Handle R_386_TLS_DESC.
2416         (elf_machine_rela): Likewise.
2417         (elf_machine_lazy_rel): Likewise.
2418         (elf_machine_lazy_rela): Likewise.
2419         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2420         * sysdeps/i386/dl-tlsdesc.S: New file.
2421         * sysdeps/i386/dl-tlsdesc.h: New file.
2422         * sysdeps/i386/tlsdesc.c: New file.
2423         * sysdeps/i386/tlsdesc.sym: New file.
2424         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2425         tlsdesc_table.
2426         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2427         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2428         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2429         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2430         release tlsdesc_table.
2431         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2432         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2433         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2434         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2435         (elf_machine_rela): Likewise.
2436         (elf_machine_lazy_rel): Likewise.
2437         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2438         (__tls_get_addr): Do not declare for non-shared compiles.
2439         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2440         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2441         * sysdeps/x86_64/tlsdesc.c: New file.
2442         * sysdeps/x86_64/tlsdesc.sym: New file.
2443         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2444         tlsdesc_table for both 32- and 64-bit structs.
2445
2446 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2447
2448         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2449         its own function.  This reduces the frame setup costs and more.
2450
2451 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2452
2453         [BZ #3406]
2454         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2455         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2456
2457 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2458
2459         * io/openat.c (__openat_2): Also pass fd to __openat.
2460         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2461         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2462
2463         * string/tester.c (test_memcmp): Add a few more tests.
2464         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2465
2466 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2467
2468         * nscd/cache.c (cache_add): Before returning with failure and this
2469         is the first use of the record, mark it as unusable.
2470         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2471         reporting a failure.
2472         * nscd/grpcache.c: Likewise
2473         * nscd/hstcache.c: Likewise.
2474         * nscd/initgrcache.c: Likewise.
2475         * nscd/pwdcache.c: Likewise.
2476         * nscd/servicescache.c: Likewise.
2477
2478 2008-05-10  Roland McGrath  <roland@redhat.com>
2479
2480         [BZ #6505]
2481         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2482
2483 2008-05-08  David S. Miller  <davem@davemloft.net>
2484
2485         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2486
2487         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2488         (__ieee754_y0l): Likewise.
2489         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2490         (__ieee754_y1l): Likewise.
2491         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2492         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2493         frexpl and ldexpl.  math_private.h provides them and the latter
2494         is not even used.
2495         (__log1pl): Use __frexpl.
2496
2497 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2498
2499         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2500         prototypes.
2501         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2502         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2503         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2504         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2505         af==AF_UNSPEC.
2506         (_nss_nis_gethostbyname4_r): New function.
2507         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2508         Change to also handle af==AF_UNSPEC.
2509         (get_tablename): New function.  Use it to avoid duplication.
2510         (_nss_nisplus_gethostbyname4_r): New function.
2511         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2512         available.
2513         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2514         * nss/nss.h: Define struct gaih_addrtuple.
2515         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2516         af==AF_UNSPEC.
2517         (_nss_files_gethostbyname4_r): New function.
2518         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2519         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2520         calls.
2521         * resolv/res_query.c (__libc_res_nquery): Take two additional
2522         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2523         look up IPv4 and IPv6.
2524         Change all callers.
2525         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2526         for an additional query and answer buffer.  Pass to send_vc and
2527         send_dg.
2528         (send_vc): Send possibly two requests and receive two answers.
2529         (send_dg): Likewise.
2530         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2531         __libc_res_nquery.
2532         (_nss_dns_gethostbyname4_r): New function.
2533         (gaih_getanswer_slice): Likewise.
2534         (gaih_getanswer): Likewise.
2535         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2536         __libc_res_nquery call.
2537         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2538         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2539         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2540         available.
2541
2542 2008-05-05  David S. Miller  <davem@davemloft.net>
2543
2544         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2545         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2546
2547 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2548
2549         Fix termios bit macros.
2550         Move *DLY definitions where they belong, in termios.h.
2551         Add *[0-3] definitions.
2552         Fixes confusion between VT and FF.
2553         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2554         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2555         are already defined to avoid collision with termios.h.
2556         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2557         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2558         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2559         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2560         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2561         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2562         VTDLY, VT0, VT1): New macros.
2563         [__USE_GNU] (OLCUC): Change value of macro.
2564         [__USE_XOPEN] (OFILL): New macro.
2565         [__USE_BSD] (CRTSCTS): Change value.
2566         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2567         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2568         (B7200, B14400, B28800, B76800): New macros.
2569
2570 2008-05-01  David S. Miller  <davem@davemloft.net>
2571
2572         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2573         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2574         (gen-as-const-headers): Add it.
2575         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2576         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2577         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2578         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2579
2580         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2581         six system call parameters.
2582         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2583
2584 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2585
2586         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2587         RUSAGE_LWP.
2588         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2589         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2590
2591 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2592
2593         * stdlib/tst-setcontext.c: Include unistd.h.
2594
2595 2008-04-25  David S. Miller  <davem@davemloft.net>
2596
2597         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2598         Pass "union semun" properly in to sys_ipc, it must be passed
2599         by value, not by reference.
2600
2601 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2602
2603         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2604         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2605         * nscd/connections.c (mem_in_flight): Likewise.
2606
2607         * nscd/nscd.h (dbs): Make hidden.
2608
2609         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2610         Avoid returning -1, return 0 instead.
2611
2612 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2613
2614         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2615
2616 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2617
2618         [BZ #5209]
2619         * sysdeps/unix/sysv/linux/times.c: New file.
2620
2621         [BZ #5381]
2622         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2623         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2624         prototype.
2625         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2626         appropriate mem_in_flight element.
2627         (gc): Take allocations which have not yet been committed to the
2628         database into account.
2629         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2630         Reset mem_in_flight before returning.
2631         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2632         cue it up in mem_in_flight_list.
2633         * nscd/aicache.c: Adjust mempool_alloc call.
2634         * nscd/grpcache.c: Likewise.
2635         * nscd/hstcache.c: Likewise.
2636         * nscd/initgrcache.c: Likewise.
2637         * nscd/pwdcache.c: Likewise.
2638         * nscd/servicescache.c: Likewise.
2639         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2640         of -fpie.
2641
2642         * nscd/connections.c (handle_request): Provide better error message
2643         in case SELinux forbids the service.
2644
2645         * version.h (VERSION): Bump to 2.8.90.
2646
2647 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2648
2649         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2650
2651 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2652
2653         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2654         Also use for 32-bit.
2655         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2656         __nextafter instead of nextafter to avoid local PLT.
2657         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2658         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2659
2660         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2661
2662         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2663         __fe_nomask_env.
2664         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2665         <fenv_libc.h> instead of <fenv.h>.
2666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2668
2669         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2670
2671         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2672         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2673         function from fegetexcept and make old name weak alias.
2674         * include/fenv.h: Declare __fegetexcept.
2675         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2676         fegetexcept.
2677         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2678         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2679         to fetestexcept.
2680         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2681         instead of frexpl to avoid local PLT.
2682         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2683         ilogbl to avoid local PLT.
2684         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2685         instead of ldexpl to avoid local PLT.
2686         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2687         __roundl not roundl to avoid local PLT.
2688         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2689         local PLTs.  Use __sincosl instead of separate sinl and cosl
2690         calls.
2691         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2692
2693         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2694         version for ppc64 to 2.4.21 since without it makecontext will fail.
2695
2696         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2697         to the ABI in use.
2698         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2699         .__tls_get_addr.
2700         [__powerpc64__] (TLS_GD): Likewise.
2701
2702 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2703
2704         [BZ #4997]
2705         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2706         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2707         mantissa.
2708         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2709         Likewise.  Also account for when x is an odd number between 2^52
2710         and 2^53-1.
2711         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2712         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2713         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2714         detect aforementioned erroneous conditions.
2715
2716 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2717
2718         * configure.in: Check for -fno-section-anchors in addition to
2719         -fno-toplevel-reorder.
2720
2721 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2722
2723         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2724
2725         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2726         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2727         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2728         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2729         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2730         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2731
2732 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2733
2734         [BZ #5443]
2735         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2736         * time/alt_digit.c: Likewise.
2737         * wcsmbs/wcsmbsload.c: Likewise.
2738
2739 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2740
2741         * version.h (VERSION): Bump to 2.8.
2742
2743         * timzeone/asia: Update from tzdata2008b.
2744         * timezone/backward: Likewise.
2745         * timezone/europe: Likewise.
2746         * timezone/northamerica: Likewise.
2747         * timezone/southamerica: Likewise.
2748         * timezone/iso3166.tab: Likewise.
2749         * timezone/leapseconds: Likewise.
2750         * timezone/zone.tab: Likewise.
2751         * timezone/private.h: Update from tzcode2008a.
2752         * timezone/zdump.c: Likewise.
2753         * timezone/zic.c: Likewise.
2754
2755 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2756
2757         [BZ #5741]
2758         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2759         Define additonal Data Cache Block instruction macros.
2760         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2761         Replace dcbst with dcbf and sync with sync/isync.
2762
2763 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2764
2765         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2766         Always set ELF_RTYPE_CLASS_PLT.
2767         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2768
2769 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2770
2771         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2772         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2773         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2774         For ISA 2.01 and later replace mftb with mfspr 268.
2775
2776 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2777
2778         [BZ #5768]
2779         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2780         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2781
2782 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2783
2784         [BZ #5768]
2785         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2786         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2787         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2788         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2789
2790 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2791
2792         * stdlib/tst-makecontext.c (othervar): New variable.
2793         (cf): Test sign extending the argument to long.
2794
2795 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2796
2797         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2798         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2799         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2800         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2801         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2802         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2803         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2804
2805 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2806
2807         * elf/Makefile (tests): Substitute tests-vis-yes here.
2808         (tests-vis-yes): Delete.
2809         (modules-name, modules-vis-yes): Similarly.
2810
2811 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2812
2813         [BZ #4407]
2814         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2815         Preserve sign in signgamp when x is zero.
2816
2817 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2818
2819         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2820         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2821         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2822         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2823         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2824         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2825
2826 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2827
2828         [BZ #4314]
2829         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2830         buffers.
2831
2832         [BZ #5209]
2833         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2834         a reserved error value.
2835
2836         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2837         value to check for correct sign extension.
2838
2839         [BZ #5436]
2840         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2841         Copy 64-bit parameter values even though this is not required in
2842         the standard.
2843
2844         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2845         PC save.
2846
2847 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2848
2849         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2850         PC save.
2851
2852 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2853
2854         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2855
2856 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2857
2858         [BZ #5998]
2859         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2860         in line-buffered stream failed.
2861         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2862
2863 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2864
2865         [BZ #6024]
2866         * scripts/abi-versions.awk: If the version specified by
2867         --enable-oldest-abi is older than the first version for this
2868         architecture, use the default version.
2869
2870         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2871         as well when ignoring the whole category.
2872
2873 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2874
2875         [BZ #6042]
2876         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2877         ETHERTYPE_* definitions.
2878         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2879
2880 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2881
2882         * stdlib/mbtowc.c (__no_r_state): Remove.
2883         (mbtowc): New static state variable.  Use it instead of
2884         __no_r_state.
2885         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2886         (__wctomb_state): New hidden variable.
2887         (wctomb): Use __wctomb_state instead of __no_r_state.
2888         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2889         (__wctomb_state): New extern decl.
2890         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2891
2892 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2893
2894         [BZ #5475]
2895         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2896
2897 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2898
2899         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2900
2901 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2902
2903         * po/nl.po: Update from translation team.
2904
2905 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2906
2907         [BZ #6007]
2908         * string/strfry.c: Handle empty strings again.
2909
2910 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2911
2912         [BZ #5443]
2913         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2914         before looking for translation.
2915         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2916         * locale/freelocale.c: Likewise.
2917         * locale/newlocale.c: Likewise.
2918         * locale/setlocale.c: Likewise.
2919         Based partially on a patch by ryo@np.css.fujitsu.com.
2920
2921 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2922
2923         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2924         acquiring wrlock.  Do conv_tab allocation while holding lock.
2925         * intl/Makefile: Add rules to build and run tst-gettext6.
2926         * intl/tst-gettext6.c: New test.
2927         * intl/tst-gettext6.sh: New file.
2928
2929 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2930
2931         * po/nl.po: Update from translation team.
2932
2933         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2934         provided through st_blksize, try the default size before giving up.
2935
2936 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2937
2938         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2939
2940         [BZ #5939]
2941         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2942
2943         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2944         error message.  POSIX today does not require the messages to be in
2945         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2946
2947         [BZ #5979]
2948         * sunrpc/auth_unix.c: Unify printed strings.
2949         * sunrpc/clnt_tcp.c: Likewise.
2950         * sunrpc/clnt_udp.c: Likewise.
2951         * sunrpc/clnt_unix.c: Likewise.
2952         * sunrpc/svc_tcp.c: Likewise.
2953         * sunrpc/svc_udp.c: Likewise.
2954         * sunrpc/svc_unix.c: Likewise.
2955         * sunrpc/xdr.c: Likewise.
2956         * sunrpc/xdr_array.c: Likewise.
2957         * sunrpc/xdr_rec.c: Likewise.
2958         * sunrpc/xdr_ref.c: Likewise.
2959         * locale/programs/ld-time.c (time_finish): Unify messages.
2960         * locale/programs/locfile.c (handle_copy): Fix typo.
2961         * nscd/nscd.c (options): Fix typo.
2962
2963         [BZ #5995]
2964         * stdlib/strtod_l.c: Use correct sign for result in one more
2965         underflow case.
2966         Patch by Eric Blake <ebb9@byu.net>.
2967
2968 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2969
2970         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2971         and creat system calls.
2972         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2973         call.
2974         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2975         system calls.
2976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2977         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2978         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2979
2980 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2981
2982         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2983         <linux/limits.h> has defined it.
2984         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2985         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2986         headers.
2987         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2988         it instead of ARG_MAX.
2989
2990 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2991
2992         * posix/gai.conf: Fix comment for scope nullbits.
2993         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2994         default to 128 bits for v4 mapped addresses.
2995
2996 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2997
2998         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2999         ptrace call to get the ieee_instruction_pointer from the kernel.
3000         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3001         ptrace call to set the ieee_instructtion_pointer.
3002         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3003         Add comment that ieee_instruction_pointer is always 0.
3004
3005 2008-03-09  Andreas Jaeger  <aj@suse.de>
3006
3007         [BZ #5857]
3008         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3009         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3010         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3011
3012         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3013         (rint_test): Likewise.
3014
3015 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3016
3017         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3018         call.
3019         (__nisfind_server): Similar for open readColdStartFile call.
3020         Patch partially by Jim Meyering.
3021         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3022         around internal_setent call.
3023
3024         * po/vi.po: New Vietnamese translation.
3025
3026         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3027         ADJ_OFFSET_SS_READ.
3028
3029         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3030         remove CLONE_STOPPED.
3031
3032 2008-02-10  Jim Meyering  <meyering@redhat.com>
3033
3034         Remove useless "if" before "free":
3035         * elf/ldconfig.c (parse_conf_include): Likewise.
3036         * gmon/gmon.c (weak_alias): Likewise.
3037         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3038         * inet/rcmd.c (__validuser2_sa): Likewise.
3039         * intl/bindtextdom.c (set_binding_values): Likewise.
3040         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3041         * libio/genops.c (save_for_backup): Likewise.
3042         * libio/wgenops.c (save_for_wbackup): Likewise.
3043         * locale/programs/ld-collate.c (collate_read): Likewise.
3044         * locale/programs/linereader.c (get_string): Likewise.
3045         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3046         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3047         * resolv/res_debug.c (do_section): Likewise.
3048         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3049         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3050         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3051         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3052         * time/tzset.c (tzset_internal): Likewise.
3053
3054 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3055
3056         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3057         of ASSEMBLER.
3058
3059 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3060
3061         [BZ #5903]
3062         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3063         not stream for output file.  Open output file here.
3064         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3065         and output file name.
3066         (process_fd): Likewise.
3067         (process_file): Likewise.
3068         (main): Adjust callers of changed functions.
3069         * iconv/iconv_prog.h: Adjust prototype.
3070
3071 2008-03-09  Andreas Jaeger  <aj@suse.de>
3072
3073         [BZ #5753]
3074         * sysdeps/ia64/ieee754.h: Use protected namespace
3075         __BIG_ENDIAN/__LITTLE_ENDIAN.
3076         * sysdeps/ieee754/ieee754.h: Likewise.
3077         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3078
3079 2008-03-08  Roland McGrath  <roland@frob.com>
3080
3081         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3082         ignore a signal that came from a machine exception, treat it as a
3083         fatal core-dump signal instead.
3084         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3085
3086         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3087         Clear DF bit in thread state's eflags.
3088         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3089
3090 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3091
3092         [BZ #5774]
3093         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3094         of NAN(...) sequence.
3095         * stdlib/Makefile (tests): Add tst-strtod6.
3096         * stdlib/tst-strtod6.c: New file.
3097
3098         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3099
3100         [BZ #5762]
3101         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3102         putting offending option character in quotes.  Clean up error
3103         messages.
3104         * po/be.po: Adjust msgstr in translation file.
3105         * po/bg.po: Likewise.
3106         * po/ca.po: Likewise.
3107         * po/cs.po: Likewise.
3108         * po/da.po: Likewise.
3109         * po/de.po: Likewise.
3110         * po/es.po: Likewise.
3111         * po/fr.po: Likewise.
3112         * po/hr.po: Likewise.
3113         * po/ko.po: Likewise.
3114         * po/nl.po: Likewise.
3115         * po/rw.po: Likewise.
3116         * po/sk.po: Likewise.
3117         * po/sv.po: Likewise.
3118         * po/tr.po: Likewise.
3119         * po/zh_CN.po: Likewise.
3120         * po/zh_TW.po: Likewise.
3121
3122         [BZ #5760]
3123         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3124         Patch by Roland Bless <roland@bless.de>.
3125
3126         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3127         .o file.
3128         * elf/Makefile (routines): Add dl-sysdep.
3129         (elide-routines.os): Likewise.
3130
3131 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3132
3133         [BZ #5786]
3134         * elf/dl-sysdep.c: Undefine ROUND after use.
3135         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3136         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3137         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3138         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3139         to ...
3140         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3141         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3142         if necessary.
3143         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3144
3145         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3146         _dl_tls_get_addr_soft element.
3147         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3148         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3149         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3150         GLRO.
3151         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3152         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3153         of internal_function.
3154
3155         * stdlib/Makefile (aux): Add tens_in_limb.
3156         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3157         * stdlib/tens_in_limb.c: ...here.  New file.
3158
3159         [BZ #5778]
3160         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3161         __statfs_chown_restricted.
3162         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3163         for _PC_CHOWN_RESTRICTED.
3164         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3165         Implement __statfs_chown_restricted.
3166         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3167         _POSIX_CHOWN_RESTRICTED value to zero.
3168         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3169         defined to zero.
3170
3171         * sysdeps/x86_64/rtld-memset.c: New file.
3172
3173 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3174
3175         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3176
3177         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3178         Barcelona machine.  Make default fall through branch of
3179         __x86_64_preferred_memory_instruction check as the integer code path.
3180
3181 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3182
3183         * sysdeps/x86_64/cacheinfo.c
3184         (__x86_64_preferred_memory_instruction): New variable.
3185         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3186
3187         * sysdeps/x86_64/memset.S: Rewrite.
3188
3189 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3190
3191         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3192         __obstack_printf_chk): New prototypes.
3193         (__vasprintf_chk, __vdprintf_chk,
3194         __obstack_vprintf_chk): Likewise.
3195         Add libc_hidden_proto.
3196         * libio/obprintf.c
3197         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3198         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3199         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3200         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3201         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3202         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3203         __obstack_vprintf_chk): New prototypes.
3204         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3205         obstack_vprintf): New inlines.
3206         * debug/dprintf_chk.c: New file.
3207         * debug/vdprintf_chk.c: New file.
3208         * debug/asprintf_chk.c: New file.
3209         * debug/vasprintf_chk.c: New file.
3210         * debug/obprintf_chk.c: New file.
3211         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3212         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3213         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3214         @@GLIBC_2.8.
3215         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3216         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3217         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3218         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3219         libc_hidden_proto.
3220         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3221         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3222         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3223         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3224         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3225         @@GLIBC_2.8.
3226         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3227         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3228         obstack_vprintf_chk.
3229         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3230         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3231         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3232         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3233         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3234         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3235
3236 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3237
3238         [BZ #5779]
3239         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3240         Patch by Roy Marples <roy@marples.name>.
3241
3242         [BZ #5736]
3243         * malloc/malloc.c: Fix typo in comment.
3244
3245         [BZ #5627]
3246         * locale/iso-639.def: Add Shuswap.
3247
3248 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3249
3250         [BZ #5790]
3251         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3252         overwrite *h_errnop/*errnop values from getanswer_r in case of
3253         failure.
3254
3255 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3256
3257         [BZ #5818]
3258         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3259         (verify_persistent_db): Remove one unnecessary test and add a new one
3260         for bad configuration.
3261         (nscd_init): Improve error reported when persistent database cannot
3262         be reused.
3263         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3264         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3265         .suggested_module and .max_db_size and case config file says the
3266         values are zero.
3267         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3268
3269         [BZ #5854]
3270         * nis/ypclnt.c (yp_order): Fix handling of return value of
3271         do_ypcall_tr call.
3272         Patch by Jeff Moyer <jmoyer@redhat.com>.
3273
3274         * po/fr.po: Update from translation team.
3275
3276 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3277             Carlos O'Donell <carlos@systemhalted.org>
3278
3279         [BZ #5012]
3280         * FAQ.in: Describe why glibc needs to be compiled with
3281         optimization.
3282
3283 2008-02-19  Roland McGrath  <roland@redhat.com>
3284
3285         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3286
3287 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3288
3289         [BZ #5737]
3290         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3291         __USE_MISC is defined.
3292
3293 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3294
3295         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3296         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3297         sys/timerfd.h.
3298         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3299         timerfd_gettime, timerfd_settime.
3300         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3301         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3302
3303 2008-02-08  Roland McGrath  <roland@redhat.com>
3304
3305         * elf/elf.h (NT_PPC_SPE): New macro.
3306
3307 2008-02-06  Roland McGrath  <roland@redhat.com>
3308
3309         * Makerules ($(common-objpfx)sysd-rules):
3310         Depend on $(sysdep-makeconfigs).
3311
3312 2008-01-31  Roland McGrath  <roland@redhat.com>
3313
3314         [BZ #5442]
3315         * configure.in: Use -print-file-name if it yields a directory,
3316         for each of include and include-fixed.
3317         * configure: Regenerated.
3318
3319         * Makeconfig (sysd-rules-targets): New variable.
3320         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3321         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3322
3323 2008-01-30  Roland McGrath  <roland@redhat.com>
3324
3325         * manual/libc.texinfo: Update back-cover text.
3326
3327         * elf/elf.h (NT_386_TLS): New macro.
3328
3329 2008-01-29  Roland McGrath  <roland@redhat.com>
3330
3331         * Makeconfig (sysd-rules-patterns): New variable.
3332         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3333         (check-inhibit-asm): New canned sequence, replaces ...
3334         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3335         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3336         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3337         (CFLAGS-rtld): Variable removed.
3338
3339 2008-01-24  Roland McGrath  <roland@redhat.com>
3340
3341         * configure.in: Let configure fragments set base_os.
3342         * configure: Regenerated.
3343
3344 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3345
3346         * po/ko.po: Update from translation team.
3347
3348 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3349
3350         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3351
3352 2008-01-12  Andreas Jaeger  <aj@suse.de>
3353
3354         [BZ #5040]
3355         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3356         Add EPOLLRDHUP.
3357
3358 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3359
3360         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3361         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3362         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3363
3364 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3365
3366         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3367         * elf/dl-close.c (_dl_close): Check for it.
3368         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3369         (_dl_allocate_static_tls): Likewise.
3370         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3371         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3372         to it.
3373         * elf/tst-tls16.c: New file.
3374         * elf/tst-tlsmod16a.c: New file.
3375         * elf/tst-tlsmod16b.c: New file.
3376         * elf/Makefile: Add rules to build and run tst-tls16.
3377
3378 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3379
3380         [BZ #5628]
3381         * bits/shm.h: Fix comment describing shmid_ds.
3382         * sysdeps/gnu/bits/shm.h: Likewise.
3383         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3384         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3385         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3386         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3387         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3388         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3389         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3390         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3391         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3392
3393         [BZ #5607]
3394         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3395         prototypes.
3396         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3397         additional suffixes.
3398         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3399         Add optional functions mq_timedreceive and mq_timedsend.
3400         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3401         * conform/data/pthread.h-data: Fix prototype of
3402         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3403         * conform/data/semaphore.h-data: Allow time.h definitions.
3404         * conform/data/signal.h-data: Likewise.
3405         * conform/data/stdio.h-data: getw and putw are not required in v6.
3406         * conform/data/stdlib.h-data: Change setstate prototype.
3407         * conform/data/string.h-data: Fix strerror_r prototype.
3408         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3409         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3410         Fix readlink prototype.
3411         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3412         in6addr_loopback.
3413         * inet/netinet/in.h: Cleanup namespace.
3414         * posix/regex.h: Likewise.
3415         * resolv/netdb.h: Likewise.
3416         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3417         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3418         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3419         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3420         of names of in in6_addr.
3421         (default_precedence): Likewise.
3422         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3423         NULL definition.
3424
3425 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3426
3427         * conform/data/fmtmsg.h-data: Add missing allows.
3428         * conform/data/ftw.h-data: Likewise.
3429         * conform/data/inttypes.h-data: Likewise.
3430         * conform/data/math.h-data: Likewise.
3431         * conform/data/signal.h-data: Likewise.
3432         * conform/data/net/if.h-data: Likewise.
3433         * conform/data/netinet/in.h-data: Likewise.
3434         * conform/data/sys/socket.h-data: Likewise.
3435
3436         [BZ #5614]
3437         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3438         (__strtok_r): Simplify.
3439         * string/tester.c (test_strtok_r): Add test case for futile search
3440         with single-character seach string.
3441
3442 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3443
3444         * po/ko.po: Update from translation team.
3445
3446 2008-01-11  Andreas Jaeger  <aj@suse.de>
3447
3448         [BZ #5600]
3449         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3450         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3451         kernel header.
3452
3453 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3454
3455         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3456         native interface lookup in all the relevant places.
3457
3458 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3459             Ulrich Drepper  <drepper@redhat.com>
3460
3461         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3462         field.  Use sockaddr_in6 for source_addr.
3463         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3464         (match_prefix): Likewise.
3465         (get_label): Likewise.
3466         (get_precedence): Likewise.
3467         (rfc3484_sort): Change to use indirect access to results array.
3468         Adjust to use of sockaddr_in6.  Replace service_order test with
3469         simple index comparison.
3470         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3471         service_order field.  Adjust qsort_t calls.  Access sorted result
3472         array indirectly through order array.
3473         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3474         * posix/tst-rfc3484-2.c: Likewise.
3475         * posix/tst-rfc3484-3.c: Likewise.
3476
3477 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3478
3479         [BZ #5541]
3480         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3481         pollfd structures.
3482         Patch by André Cruz.
3483
3484         [BZ #5545]
3485         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3486         (clnt_spcreateerror): Likewise.
3487
3488         [BZ #5553]
3489         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3490         (public_mEMALIGn): Likewise.
3491         Patch mostly by Daniel Jacobowitz.
3492
3493 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3494
3495         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3496         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3497         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3498         * stdlib/tst-makecontext2.c: New test.
3499
3500 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3501
3502         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3503         defined.
3504         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3505         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3506         transliteration hooks and REINIT_PARAMS afterwards.
3507         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3508         status.
3509         (REINIT_PARAMS): Define.
3510         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3511         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3512         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3513         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3514         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3515         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3516         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3517         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3518         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3519         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3520         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3521         * iconvdata/tst-iconv7.c: New test.
3522
3523 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3524
3525         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3526
3527 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3528
3529         [BZ #5112]
3530         * nscd/connections.c (restart): Fix condition.
3531
3532 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3533
3534         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3535         __ctype_toupper_loc): Add __THROW.
3536
3537 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3538
3539         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3540         recognition of interface family.
3541
3542         * posix/getconf.c: Update copyright year.
3543         * nss/getent.c: Likewise.
3544         * iconv/iconvconfig.c: Likewise.
3545         * iconv/iconv_prog.c: Likewise.
3546         * elf/ldconfig.c: Likewise.
3547         * catgets/gencat.c: Likewise.
3548         * csu/version.c: Likewise.
3549         * elf/ldd.bash.in: Likewise.
3550         * elf/sprof.c (print_version): Likewise.
3551         * locale/programs/locale.c: Likewise.
3552         * locale/programs/localedef.c: Likewise.
3553         * nscd/nscd.c (print_version): Likewise.
3554         * debug/xtrace.sh: Likewise.
3555         * malloc/memusage.sh: Likewise.
3556         * malloc/mtrace.pl: Likewise.
3557         * debug/catchsegv.sh: Likewise.
3558
3559 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3560
3561         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3562         second lookup.
3563
3564 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3565
3566         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3567         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3568
3569 2007-12-17  Roland McGrath  <roland@redhat.com>
3570
3571         * inet/ether_line.c (ether_line): Remove unused variable.
3572
3573 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3574
3575         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3576         and winp.
3577         * login/openpty.c (openpty): Likewise.
3578         * login/pty.h (openpty, forkpty): Likewise.
3579         * manual/terminal.texi (openpty, forkpty): Likewise.
3580
3581 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3582
3583         * malloc/malloc.c (public_cALLOc): For arenas other than
3584         main_arena, count all bytes inside the mprotect_size range of the
3585         heap as uninitialized.
3586
3587 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3588
3589         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3590         executable stacks.
3591
3592         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3593         mTRIm for all of them.
3594         (mTRIm): Additionally iterate over all free blocks and use madvise
3595         to free memory for all those blocks which contain at least one
3596         memory page.
3597         * malloc/tst-trim1.c: New file.
3598         * malloc/Makefile (tests): Add tst-trim1.
3599
3600         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3601
3602 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3603
3604         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3605         First cast argument to long
3606         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3607         Return long.
3608         (__vdso_clock_gettime): Likewise.
3609         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3610         return long.
3611
3612 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3613
3614         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3615         * locale/nl_langinfo_l.c: Real implementation, copied from
3616         nl_langinfo.c.
3617         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3618
3619 2007-12-01  Jim Meyering  <meyering@redhat.com>
3620
3621         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3622         that would inhibit utf8-optimization of a regexp containing line-
3623         or buffer-anchors, e.g., `^', `$'.
3624
3625 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3626
3627         * time/bug-getdate1.c (do_test): Don't use century values which
3628         aren't valid on 32-bit systems.
3629
3630 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3631
3632         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3633         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3634         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3635         __strcat_g, __strncat_g): Add __asm__.
3636
3637 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3638
3639         [BZ #5477]
3640         * io/fchmodat.c: Fix typo in stub_warning use.
3641         Patch by Petr Salinger.
3642
3643 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3644
3645         * iconvdata/hp-thai8.c: New file.
3646         * iconvdata/Makefile: Add rules for hp-thai8.c.
3647         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3648         * iconvdata/gconv-modules: Likewise.
3649
3650         [BZ #5464]
3651         * iconvdata/hp-greek8.c: New file.
3652         * iconvdata/Makefile: Add rules for hp-greek8.c.
3653         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3654         * iconvdata/gconv-modules: Likewise.
3655
3656         [BZ #5463]
3657         * iconvdata/hp-turkish8.c: New file.
3658         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3659         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3660         * iconvdata/gconv-modules: Likewise.
3661
3662         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3663         (shrink_heap): ... this new function.
3664         (heap_trim): Call shrink_heap instead of grow_heap.
3665
3666         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3667         case don't call alloc_perturb.
3668
3669 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3670
3671         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3672         possible.
3673         * sysdeps/unix/sysv/linux/kernel-features.h
3674         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3675         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3676
3677 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3678
3679         [BZ #5424]
3680         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3681         * stdio-common/Makefile (tests): Add bug22.
3682         * stdio-common/bug22.c: New file.
3683
3684         [BZ #5451]
3685         * time/getdate.c: Fix filling in default values.
3686         * time/bug-getdate1.c: New file.
3687         * time/Makefile: Add rules to build and run bug-getdate1.
3688
3689         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3690         * iconvdata/ebcdic-es.c: Likewise.
3691         * iconvdata/ebcdic-es-a.c: Likewise.
3692         * iconvdata/ebcdic-uk.c: Likewise.
3693         * iconvdata/iso8859-16.c: Likewise.
3694         * iconvdata/viscii.c: Likewise.
3695         * iconvdata/iso8859-9e.c: Likewise.
3696         * iconvdata/Makefile: Adjust appropriately.
3697
3698         [BZ #5428]
3699         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3700         __need_wint_t.
3701
3702 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3703
3704         [BZ #5427]
3705         * iconvdata/hp-roman9.c: New file.
3706         * iconvdata/Makefile: Add rules for hp-roman9.c.
3707         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3708         * iconvdata/gconv-modules: Likewise.
3709
3710         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3711         * iconvdata/Makefile: Adjust appropriately.
3712
3713         [BZ #5441]
3714         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3715         structure, it's allocated with alloca.
3716         * stdio-common/Makefile (tests): Add bug21.
3717         * stdio-common/bug21.c: New file.
3718
3719 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3720
3721         [BZ #5452]
3722         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3723         keyword for gcc's braced-groups.
3724
3725 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3726
3727         [BZ #5454]
3728         * inet/ether_line.c: Strip hostname of whitespaces.
3729         * inet/Makefile (tests): Add tst-ether_line.
3730         * inet/tst-ether_line.c: New file.
3731
3732 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3733
3734         [BZ #5439]
3735         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3736
3737         [BZ #5435]
3738         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3739
3740         * stdlib/tst-setcontext.c: Catch the case where the links gets
3741         messed up and we do not reach main again.
3742
3743         * po/ca.po: Update from translation team.
3744
3745 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3746
3747         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3748         * posix/regex.h (REG_ENOSYS): Likewise.
3749         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3750
3751 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3752
3753         * nscd/nscd.h (MAX_STACK_USE): Define.
3754         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3755         (gc): Initialize stack_used based on allocation in prune_cache.
3756         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3757         Clear array before use.
3758
3759         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3760         memory allocation failed.
3761         * nscd/hstcache.c (cache_addhst): Likewise.
3762         * nscd/grpcache.c (cache_addgr): Likewise.
3763         * nscd/servicescache.c (cache_addserv): Likewise.
3764         * nscd/pwdcache.c (cache_addpw): Likewise.
3765         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3766
3767 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3768
3769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3770         and creat system calls.
3771
3772         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3773
3774 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3775
3776         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3777         Add netiucv/iucv.h.
3778         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3779         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3780         protocol.
3781         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3782         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3783         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3784
3785 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3786
3787         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3788         strncat): Define as macros to avoid compile errors.
3789
3790         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3791         creat entries.
3792
3793 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3794
3795         [BZ #5382]
3796         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3797         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3798         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3799         overflow it.
3800         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3801
3802         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3803         Return zero in case the thread library is not NPTL.
3804
3805         [BZ #5375]
3806         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3807         initializing interface list.
3808
3809         [BZ #5378]
3810         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3811         use result of nss_getgrgid_r if nothing was found.  For other
3812         error return with a failure.
3813         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3814
3815         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3816         macro name.
3817
3818 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3819
3820         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3821         (get_scope): For IPv4 scope, use scopes table.
3822         (fini): Free scopes table if necessary.
3823         (free_scopelist): New function.
3824         (scopecmp): New function.
3825         (gaiconf_init): Also handle scopev4 entries.
3826         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3827         * posix/tst-rfc3484-2.c (do_test): Likewise.
3828         * posix/gai.conf: Document scopev4 defaults.
3829         * posix/Makefile (tests): Add tst-rfc3484-3.
3830         * posix/tst-rfc3484-3.c: New file.
3831
3832         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3833         Teredo tunnels.
3834         * posix/gai.conf: Update for current default tables.
3835
3836 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3837
3838         * po/tr.po: Update from translation team.
3839
3840 2007-11-18  Roland McGrath  <roland@frob.com>
3841
3842         * manual/arith.texi (Remainder Functions): Spelling fix.
3843         From Shaun Silk <genix@mysoul.com.au>.
3844
3845         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3846
3847 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3848
3849         * po/zh_CN.po: Update from translation team.
3850
3851         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3852         Add sys/signalfd.h and sys/eventfd.h.
3853
3854 2007-11-15  Bruno Haible  <bruno@clisp.org>
3855
3856         [BZ #5346]
3857         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3858         union.
3859         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3860         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3861         it needs only fixed stack space. Delay the initialization of
3862         msgid_len until it is needed.
3863
3864 2007-11-15  Andreas Jaeger  <aj@suse.de>
3865
3866         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3867         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3868
3869 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3870
3871         * po/ko.po: Update from translation team.
3872
3873 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3874
3875         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3876         significantly.  The device type is also part of the ifinfomsg data.
3877
3878         * po/sv.po: Update from translation team.
3879         * po/nl.po: Likewise.
3880
3881         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3882         to wake up in 24 hours.
3883
3884         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3885
3886 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3887
3888         * po/cs.po: Update from translation team.
3889         * po/pl.po: Likewise.
3890
3891         * include/ifaddrs.h: Remove in6ai_temporary.
3892         (struct in6addrinfo): Add index element.
3893         Declare __check_native.
3894         * inet/Makefile (aux): Add check_native.
3895         * sysdeps/unix/sysv/linux/check_native.c: New file.
3896         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3897         IFA_F_TEMPORARY.  Pass back ifa_index.
3898         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3899         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3900         call __check_native if necessary.
3901         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3902         to sort addresses.  Pass information about the results.
3903         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3904         of rfc3484_sort interface.
3905         * posix/tst-rfc3484-2.c: Likewise.
3906
3907         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3908         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3909         for _quicksort.
3910         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3911         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3912         on as third parameter to compare function and _quicksort.
3913         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3914         to the compare function.
3915         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3916         * Versions.def: Add GLIBC_2.8 for libc.
3917
3918         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3919         * posix/tst-rfc3484-2.c: Likewise.
3920
3921         * include/kernel-features.h: Moved to...
3922         * sysdeps/mach/hurd/kernel-features.h: ...here.
3923
3924 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3925
3926         * sysdeps/i386/i586/memcpy_chk.S: New file.
3927         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3928         * sysdeps/i386/i586/memset_chk.S: Likewise.
3929
3930 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3931
3932         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3933         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3934         list of interfaces.  Also store prefix length.
3935         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3936         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3937         prefix if source and destination address are in the same subnet.
3938         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3939         Always look for matching record in in6ai list.
3940         Correct source_addr_len value for IPv6->IPv4 converted records.
3941
3942 2007-11-11  Roland McGrath  <roland@frob.com>
3943
3944         * include/kernel-features.h: New file.
3945
3946 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3947
3948         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3949         complications for 64-bit platforms.
3950
3951         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3952         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3953         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3954         open64_2.
3955         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3956         entries.
3957         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3958         * sysdeps/wordsize-64/alphasort.c: New file.
3959         * sysdeps/wordsize-64/alphasort64.c: New file.
3960         * sysdeps/wordsize-64/fseeko.c: New file.
3961         * sysdeps/wordsize-64/fseeko64.c: New file.
3962         * sysdeps/wordsize-64/ftello.c: New file.
3963         * sysdeps/wordsize-64/ftello64.c: New file.
3964         * sysdeps/wordsize-64/ftw.c: New file.
3965         * sysdeps/wordsize-64/ftw64.c: New file.
3966         * sysdeps/wordsize-64/iofgetpos.c: New file.
3967         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3968         * sysdeps/wordsize-64/iofopen.c: New file.
3969         * sysdeps/wordsize-64/iofopen64.c: New file.
3970         * sysdeps/wordsize-64/iofsetpos.c: New file.
3971         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3972         * sysdeps/wordsize-64/lockf.c: New file.
3973         * sysdeps/wordsize-64/lockf64.c: New file.
3974         * sysdeps/wordsize-64/mkostemp.c: New file.
3975         * sysdeps/wordsize-64/mkostemp64.c: New file.
3976         * sysdeps/wordsize-64/mkstemp.c: New file.
3977         * sysdeps/wordsize-64/mkstemp64.c: New file.
3978         * sysdeps/wordsize-64/scandir.c: New file.
3979         * sysdeps/wordsize-64/scandir64.c: New file.
3980         * sysdeps/wordsize-64/tmpfile.c: New file.
3981         * sysdeps/wordsize-64/tmpfile64.c: New file.
3982         * sysdeps/wordsize-64/versionsort.c: New file.
3983         * sysdeps/wordsize-64/versionsort64.c: New file.
3984         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3985         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3986         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3987         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3988         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3989         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3990         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3991         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3992         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3993         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3994         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3995         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3996
3997         * crypt/sha256-crypt.c: Fix a comment.
3998         * crypt/sha512-crypt.c: Likewise.
3999
4000 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4001
4002         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4003
4004 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4005
4006         [BZ #5277]
4007         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4008         because output buffer is too small break, don't loop.
4009         * iconvdata/Makefile (tests): Add bug-iconv6.
4010         * iconvdata/bug-iconv6.c: New file.
4011
4012 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4013
4014         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4015         with size_t type.
4016         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4017         size_t.  Add casts where needed.
4018
4019         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4020         old headers, don't call avc_has_perm if we don't have the
4021         permission information.
4022
4023 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4024
4025         * elf/rtld.c (dl_main): Use the page size to find the map start.
4026
4027 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4028
4029         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4030         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4031
4032         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4033         when the lookup call failed.
4034
4035         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4036         Add prune_cond and wakeup_time.
4037         (CACHE_PRUNE_INTERNAL): Define.
4038         Update declarations of prune_cache and setup_thread.
4039         * nscd/connections.c (dbs): Update initializers.
4040         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4041         (nscd_init): Default number of threads is now 4.
4042         (invalidate_cache): Take lock before calling prune_cache.
4043         (handle_request): If SELinux forbids the request, say so.
4044         (readylist_cond): Use static initializer.
4045         (nscd_run_prune): New function.  Used only by pruning threads.
4046         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4047         here.
4048         (fd_ready): Update nscd_run reference.
4049         (start_threads): No need to initialize readylist_cond.
4050         Start pruning threads separately.
4051         * nscd/nscd_setup_thread.c: Change return value type to int and always
4052         return 0.
4053         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4054         to int and return nonzero value if we can use the TID address hack.
4055         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4056         the database is later than the new entry's timeout, update the
4057         wakeup time and wake the cleanup thread.
4058         (prune_cache): Return seconds the next entry in the database is still
4059         valid.  Remove locking for pruning here.
4060         * nscd/nscd.conf: Document default number of threads.
4061
4062 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4063
4064         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4065         stack is properly aligned for the target function.
4066         Correct unwind info.
4067
4068         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4069         when using auditing libraries.
4070
4071 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4072
4073         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4074         _nss_dns_getnetbyaddr2_r.
4075         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4076         extra parameter to getanswer_r.
4077         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4078         _nss_dns_getnetbyaddr2_r.
4079
4080         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4081         gethstbynm3_r.
4082         * nscd/gethstbynm2_r.c: Remove.
4083         * nscd/gethstbynm3_r.c: New file.
4084         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4085         __gethostbyaddr_r.
4086         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4087         __gethostbyaddr_r compatibility wrapper.
4088         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4089         determining timeout of entry.
4090         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4091         __gethostbyaddr2_r.
4092         (addhstbyX): Pass reference to variable for TTL to lookup and
4093         cache_addhst.
4094         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4095         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4096         and __nss_next2.  Remove __nss_services_lookup.
4097         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4098         Add compat wrapper.
4099         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4100         __nss_next2.
4101         * nss/getXXent_r.c: Likewise.
4102         * nss/getnssent_r.c: Likewise.
4103         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4104         does not exist in module, try the optional second name.
4105         (__nss_next2): New function.
4106         (__nss_next): Now wrapper around __nss_next2.
4107         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4108         Declare __nss_next2.
4109         Adjust definition of db_lookup_function type.
4110         * nss/service-lookup.c: Define NO_COMPAT.
4111         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4112         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4113         * inet/ether_ntoh.c: Likewise.
4114         * sunrpc/netname.c: Likewise.
4115         * sunrpc/publickey.c: Likewise.
4116         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4117         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4118         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4119         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4120         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4121
4122         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4123
4124         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4125
4126 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4127
4128         [BZ #5204]
4129         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4130         * crypt/sha512c-test.c: Likewise.
4131
4132         [BZ #5225]
4133         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4134         to keep track of end of %[ format string element.
4135         * stdio-common/Makefile (tests): Add bug20.
4136         * stdio-common/bug20.c: New file.
4137
4138         [BZ #5222]
4139         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4140         path elements in counting mode.
4141
4142 2007-10-27  Andreas Jaeger  <aj@suse.de>
4143
4144         [BZ #5040]
4145         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4146
4147         [BZ #3112]
4148         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4149         (__cleanup): Free shared library when exiting.
4150         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4151         (__cleanup): Free shared library when exiting.
4152
4153 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4154
4155         [BZ #2549]
4156         * math/libm-test.inc (check_float_internal): Support
4157         denormalized return.
4158
4159 2007-10-23  Andreas Jaeger  <aj@suse.de>
4160
4161         [BZ #5208]
4162         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4163         __LONG_LONG_PAIR to handle little endian byte order.
4164         Suggested by abhishekrai@google.com
4165
4166 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4167
4168         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4169
4170 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4171
4172         * nscd/cache.c (prune_cache): Move test for modified file outside
4173         of locking.
4174
4175 2007-10-21  Andreas Jaeger  <aj@suse.de>
4176
4177         * manual/texinfo.tex: Update to latest version.
4178
4179         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4180
4181         * manual/arith.texi (Status bit operations): Fix formatting.
4182
4183         * manual/errno.texi (Error Messages): Fix formatting.
4184
4185         * manual/sysinfo.texi (System Parameters): Fix formatting.
4186
4187         * manual/libc.texinfo: Update VERSION and UPDATED.
4188
4189 2007-10-19  Roland McGrath  <roland@redhat.com>
4190
4191         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4192
4193 2007-10-06  David S. Miller  <davem@davemloft.net>
4194
4195         * configure.in: Add sparcv9v2 and sparc64v2.
4196         * scripts/config.sub: Likewise.
4197         * configure: Regenerate.
4198         * elf/elf.h (HWCAP_SPARC_N2): New.
4199         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4200         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4201         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4202         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4203         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4204         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4205         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4206
4207 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4208
4209         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4210         even if the poll result indicates there is data to read.
4211         Patch by Jeff Moyer <jmoyer@redhat.com>.
4212
4213 2007-10-18  Roland McGrath  <roland@redhat.com>
4214
4215         * elf/elf.h (NT_PPC_VMX): New macro.
4216
4217 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4218
4219         * version.h (VERSION): Set to 2.7.90.
4220
4221 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4222
4223         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4224         weak_alias.
4225
4226 2007-10-17  Roland McGrath  <roland@frob.com>
4227
4228         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4229         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4230
4231 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4232
4233         * version.h (VERSION): Bump to 2.7.
4234         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4235
4236         [BZ #5186]
4237         * time/tzset.c (__tz_convert): Don't force testing for a change of
4238         TZ if not called from localtime.  But then also see whether the
4239         file changed, in case __use_tzfile is set.
4240
4241         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4242         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4243         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4244         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4245         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4246         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4247         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4248         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4249
4250 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4251
4252         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4253         and admin selects to be able to replace the gai.conf file, lock
4254         data structures around the qsort call.
4255
4256 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4257
4258         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4259         new memset.
4260         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4261         too high for the improvements.  Implement bzero unconditionally for
4262         use in libc.
4263
4264 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4265             Jakub Jelinek  <jakub@redhat.com>
4266
4267         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4268         even when time_t is 32-bit.
4269         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4270         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4271         always set after the search.
4272
4273 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4274
4275         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4276         unreachable code on 32-bit machines.
4277
4278 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4279
4280         [BZ #5184]
4281         * time/strftime_l.c: Include stdbool.h.
4282         (my_strftime): New wrapper, old function renamed to...
4283         (__strftime_internal): ... new function.  Add tzset_called
4284         argument, pass it down to recursive calls, don't call tzset ()
4285         if already true, set to true after call to tzset ().
4286
4287 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4288
4289         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4290         into account when copying TZ string.
4291
4292 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4293
4294         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4295         num_transition rather than num_transitions - 1.
4296
4297 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4298
4299         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4300         PIC indirect jump.
4301
4302         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4303         a local label rather than HIDDEN_JUMPTARGET.
4304
4305 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4306
4307         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4308         (init_cacheinfo): Initialize it.
4309         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4310         Always define bzero.
4311         Remove non-glibc code.
4312         * sysdeps/x86_64/bzero.S: Make an empty file.
4313
4314 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4315
4316         * sysdeps/x86_64/cacheinfo.c
4317         (__x86_64_preferred_memory_instruction): New.
4318         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4319
4320         * sysdeps/x86_64/memset.S: Rewrite.
4321
4322 2007-10-15  Roland McGrath  <roland@redhat.com>
4323
4324         * po/libc.pot: Regenerated.
4325
4326 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4327
4328         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4329         pointers.
4330
4331         [BZ #3425]
4332         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4333         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4334         address record to T_A/T_AAAA requests.
4335
4336 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4337
4338         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4339
4340         * posix/glob.c: Add some branch prediction throughout.
4341
4342         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4343         read from nscd.
4344
4345         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4346         service_order.
4347         (rfc3484_sort): Make sure that even if qsort doesn't support
4348         stable sorting out sorting here is stable by comparing service_order.
4349         (getaddrinfo): Initialize service_order.
4350         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4351         service_order field to sorting structure.
4352         * posix/tst-rfc3484-2.c (do_test): Likewise.
4353
4354         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4355         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4356         __tzset_parse_tz and updating of daylight, timezone, tzname into
4357         update_vars.
4358         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4359         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4360         happens in __tz_compute.
4361         * time/tzfile.c (__tzfile_read): Also read TZ string.
4362         (find_transition): Fold into __tzfile_compute.
4363         (__tzfile_compute): For times beyond the last transition try to
4364         use the TZ string.
4365         * timezone/tst-timezone.c: Information in daylight and tzname does
4366         change for Asia/Tokyo timezone with more concrete information.
4367         Remove the test.
4368
4369         * include/stdio.h: Add libc_hidden_proto for ftello.
4370         * libio/ftello.c: Add libc_hidden_def.
4371
4372         [BZ #1140]
4373         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4374         on the specified time and not the last entries in the file.  Move
4375         code to determine tzname[] to...
4376         (find_transition): ...here.  Add ugly guess for times before the
4377         first transition.
4378
4379 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4380
4381         [BZ #3195]
4382         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4383         no entry.
4384         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4385         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4386         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4387         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4388
4389         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4390         read mechanism when there are no group members and avoid no-op
4391         read syscall in this case.
4392
4393         [BZ #3242]
4394         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4395         (__readall): If reading failed due to EAGAIN error wait a bit
4396         and possibly try again.
4397         (__readvall): Likewise.
4398
4399 2007-10-13  Bruno Haible  <bruno@clisp.org>
4400
4401         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4402         when we cannot recode the message.
4403
4404 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4405
4406         [BZ #4359]
4407         * libio/__freading.c (__freading): Don't return true for
4408         write-only streams.  For read/write streams, check whether we
4409         performed a read operation already.
4410         * libio/Makefile (tests): Add tst-ext2.
4411         * libio/tst-ext2.c: New file.
4412
4413 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4414
4415         * locale/programs/repertoire.c (repertoire_read): Always free
4416         memory for repertoire file name [Coverity CID 270].
4417
4418         * elf/cache.c (save_aux_cache): Free memory allocated for
4419         temporary file name [Coverity CID 267].
4420
4421 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4422
4423         * misc/Makefile (headers): Add bits/error.h.
4424
4425 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4426
4427         * posix/fnmatch_loop.c: Take rule index returned as part of
4428         findidx return value into account when accessing weights.
4429         * posix/regcomp.c: Likewise.
4430         * posix/regexec.c: Likewise.
4431
4432         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4433         (skip_to): Fix problems with parameter of elifdef/elifndef.
4434
4435 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4436
4437         * iconv/gconv_simple.c: Add some branch prediction.
4438
4439 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4440
4441         * locale/programs/ld-collate.c (collate_read): If ignore_content
4442         and nowtok is tok_define, eat any tok_eol tokens.
4443
4444 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4445
4446         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4447         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4448
4449         * inet/netinet/in.h: Don't include bits/socket.h.
4450         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4451         macro.
4452         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4453
4454 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4455
4456         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4457         and tok_elifndef.
4458         * locale/programs/locfile-kw.gperf: Likewise.
4459         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4460
4461 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4462
4463         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4464         (__find_specwc): Change into __extern_always_inline function.
4465         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4466         (__parse_one_specmb): Remove ps argument.
4467         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4468         Adjust __find_specmb and __parse_one_specmb callers.
4469         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4470         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4471         Removed.
4472         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4473         caller.
4474
4475 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4476
4477         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4478         with some Pentium Ds.
4479
4480 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4481
4482         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4483         __read not read.
4484         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4485         __write not write.
4486
4487 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4488
4489         [BZ #181]
4490         * locale/C-time.c: Set week_1stday data to 19971201.
4491         * locale/programs/ld-time.c (time_finish): Default for
4492         first_workday is Monday.
4493
4494         [BZ #2633]
4495         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4496
4497         [BZ #5103]
4498         * posix/glob.c (glob): Recognize patterns starting \/.
4499         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4500         (main): Add test for pattern starting \/.
4501
4502         * misc/error.h: Use __const instead of const.
4503         * misc/bits/error.h: Likewise.
4504
4505 2007-10-07  Andreas Jaeger  <aj@suse.de>
4506
4507         * include/bits/error.h: New file.
4508
4509         * misc/bits/error.h (error_at_line): Fix prototype.
4510
4511 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4512
4513         [BZ #3924]
4514         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4515         more little bugs in creating the stack frame when pltexit has to
4516         be called.
4517
4518         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4519         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4520
4521         [BZ #4407]
4522         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4523         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4524         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4525         * math/libm-test.inc: Add test for this case.
4526
4527         [BZ #5010]
4528         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4529         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4530         map service succeeded.
4531         (svc_is_mapped): New function.
4532         (svc_unregister): Use it before trying to unmap service.
4533
4534 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4535
4536         * timezone/zic.c: Update from tzcode2007h.
4537
4538         [BZ #5063]
4539         * timezone/africa: Update from tzdata2007h.
4540         * timezone/antarctica: Likewise.
4541         * timezone/asia: Likewise.
4542         * timezone/australasia: Likewise.
4543         * timezone/europe: Likewise.
4544         * timezone/leapseconds: Likewise.
4545         * timezone/northamerica: Likewise.
4546         * timezone/southamerica: Likewise.
4547         * timzeone/zone.tab: Likewise.
4548
4549         [BZ #5104]
4550         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4551
4552         [BZ #5113]
4553         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4554         avoid warning with -Wconversion.
4555         (__strndup): Likewise.
4556         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4557
4558         [BZ #5112]
4559         * nscd/connections.c (restart): Don't resync if database is
4560         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4561
4562         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4563         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4564
4565         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4566         evetnfd_read, eventfd_write.
4567         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4568         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4569         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4570         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4571         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4572         eventfd_write for GLIBC_2.7.
4573
4574         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4575         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4576         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4577         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4578
4579 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4580
4581         * stdlib/msort.c: Include stdint.h.
4582         (struct msort_param): New type.
4583         (msort_with_tmp): Use struct msort_param pointer for unchanging
4584         parameters.  Add optimized handling for several common sizes
4585         and indirect sorting mode.
4586         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4587         sorting.
4588         Suggested by Belazougui Djamel .
4589
4590         * stdlib/Makefile (tests): Add tst-qsort2.
4591         * stdlib/tst-qsort2.c: New test.
4592
4593 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4594
4595         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4596         for dup2 in case another thread races with the current one.  Retry
4597         in this case.
4598
4599         * misc/error.h: Remove support for use outside of libc.  We have to
4600         include <features.h> now.  Include <bits/error.h> if possible.
4601         * misc/bits/error.h: New file.
4602
4603 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4604
4605         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4606         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4607         __extern_always_inline functions unconditionally, drop macros.
4608
4609         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4610         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4611         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4612
4613         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4614         add __artificial__ attribute.
4615
4616 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4617
4618         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4619         backward to forward direction.
4620
4621         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4622
4623         [BZ #645]
4624         * locale/programs/ld-collate.c (collate_finish): Compare against last
4625         used section which is known to have rules defined.
4626         (collate_read): After order_start, correctly record order of sections
4627         and queue sections up.
4628
4629 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4630
4631         [BZ #5071]
4632         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4633         the same number of pages.
4634         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4635
4636         * locale/programs/ld-collate.c (collate_read): After initial copy
4637         statement, continue in state 0.
4638
4639         * include/stdio_ext.h (__fsetlocking): Define as macro.
4640
4641 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4642
4643         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4644         of section order.
4645
4646         * po/pt_BR.po: Fix typo.
4647
4648 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4649
4650         * iconvdata/Makefile (modules): Add ISO8859-9E.
4651         (distribute): Add iso8859-9e.c.
4652         (gen-8bit-gap-modules): Add iso8859-9e.
4653         * iconvdata/iso8859-9e.c: New file.
4654         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4655         * iconvdata/TESTS: Likewise.
4656         * iconvdata/tst-tables.sh: Likewise.
4657
4658         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4659
4660         * locale/iso-639.def: Add several new entries.
4661
4662 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4663
4664         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4665         void * pointers instead of struct link_map **.
4666         (_dl_scope_free): Change argument type to void *.
4667         * include/link.h (struct link_map): Change type of l_reldeps
4668         to struct link_map_reldeps, move l_reldepsact into that
4669         struct too.
4670         * elf/dl-deps.c: Include atomic.h.
4671         (_dl_map_object_deps): Only change l->l_initfini when it is
4672         fully populated, use _dl_scope_free for freeing it.  Optimize
4673         removal of libs from reldeps by using l_reserved flag, when
4674         some removal is needed, allocate a new list instead of
4675         reallocating and free the old with _dl_scope_free.  Adjust
4676         for l_reldeps and l_reldepsact changes.
4677         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4678         searching in l_initfini and l_reldeps without holding dl_load_lock.
4679         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4680         l_reldepsact changes.
4681         * elf/dl-close.c (_dl_close_worker): Likewise.
4682         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4683
4684 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4685
4686         * iconvdata/Makefile (modules): Add KOI8-RU.
4687         (distribute): Add koi8-ru.c.
4688         (gen-8bit-gap-modules): Add koi8-ru.
4689         * iconvdata/koi8-ru.c: New file.
4690         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4691         * iconvdata/TESTS: Likewise.
4692         * iconvdata/tst-tables.sh: Likewise.
4693
4694         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4695
4696 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4697
4698         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4699         with __warning__/__error__ attributes.
4700         (__warnattr): Define.
4701         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4702         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4703         __warnattr.
4704         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4705         of __*_chk if compile time detectable overflow is found.
4706         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4707         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4708         with __warnattr.
4709         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4710         instead of __*_chk if compile time detectable overflow is found.
4711         (__gets_alias): Rename to...
4712         (__gets_warn): ... this.  Add __warnattr.
4713         (gets): Call __gets_warn instead of __gets_alias.
4714         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4715         aliases with __warnattr.
4716         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4717         time detectable overflow is found.
4718         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4719         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4720         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4721         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4722         __getdomainname_chk_warn): New aliases with __warnattr.
4723         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4724         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4725         __*_chk_warn instead of __*_chk if compile time detectable overflow
4726         is found.
4727         (__getgroups_chk): Rename argument to __listlen from listlen.
4728         (__getwd_alias): Rename to...
4729         (__getwd_warn): ... this.  Add __warnattr.
4730         (getwd): Call __getwd_warn instead of __getwd_alias.
4731         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4732         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4733         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4734         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4735         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4736         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4737         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4738         compile time detectable overflow is found.
4739         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4740         to use __*_chk or not.
4741         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4742         in comparisons which function should be called and in __*_chk*
4743         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4744         detectable overflow is found.
4745         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4746         __*_chk argument.
4747         * debug/tst-chk1.c (do_test): Add a few more tests.
4748
4749 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4750
4751         [BZ #5058]
4752         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4753         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4754         (_nl_unload_domain): Finalize conversions_lock.
4755         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4756         handling table of known conversions.
4757
4758 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4759
4760         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4761         close_not_cancel_no_status instead of close.
4762
4763 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4764
4765         [BZ #5028]
4766         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4767         nrules != 0 for multibyte chars.
4768
4769 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4770
4771         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4772         Provide better error message in case the type is unknown.
4773
4774         [BZ #4963]
4775         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4776         * string/stratcliff.c: Make usable to test wide char functions.
4777         * wcsmbs/wcsatcliff.c: New file.
4778         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4779
4780         [BZ #4972]
4781         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4782         (distribute): Add mac-centraleurope.c.
4783         (gen-8bit-gap-modules): Add mac-centraleurope.
4784         * iconvdata/mac-centraleurope.c: New file.
4785         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4786         * iconvdata/TESTS: Likewise.
4787         * iconvdata/tst-tables.sh: Likewise.
4788
4789         [BZ #5043]
4790         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4791
4792 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4793
4794         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4795         from __x86_64_core_cache_size_half.
4796         (init_cacheinfo): Compute shared cache size for AMD processors with
4797         shared L3 correctly.
4798         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4799         name change.
4800         Patch in large parts by Evandro Menezes.
4801
4802 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4803
4804         * elf/dl-lookup.c (add_dependency): Handle failing memory
4805         allocation for dependency list.  Remove unnecessary check.
4806
4807         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4808         open/close when determining source addresses.
4809
4810         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4811         sha512-crypt, and sha512.
4812         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4813         (distribute): Add sha256.h and sha512.h.
4814         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4815         and call the appropriate code.
4816         * crypt/sha256-crypt.c: New file.
4817         * crypt/sha256.c: New file.
4818         * crypt/sha256.h: New file.
4819         * crypt/sha256c-test.c: New file.
4820         * crypt/sha256test.c: New file.
4821         * crypt/sha512-crypt.c: New file.
4822         * crypt/sha512.c: New file.
4823         * crypt/sha512.h: New file.
4824         * crypt/sha512c-test.c: New file.
4825         * crypt/sha512test.c: New file.
4826
4827 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4828
4829         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4830         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4831         __syslog_chk.
4832
4833 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4834
4835         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4836         %as in fscanf format strings.
4837
4838         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4839         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4840         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4841         Likewise.
4842         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4843         Likewise.
4844
4845         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4846         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4847         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4848         * elf/dl-sym.c (do_sym): Likewise.
4849         * include/link.h (struct link_map): Add l_serial field.
4850         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4851         * elf/dl-lookup.c (add_dependency): Add flags argument.
4852         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4853         flags, use THREAD_GSCOPE_RESET_FLAG before and
4854         THREAD_GSCOPE_SET_FLAG after
4855         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4856         Don't dereference map until it has been found on some list.
4857         If map->l_serial changed, return -1.
4858
4859 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4860
4861         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4862         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4863         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4864         libc_hidden_proto.
4865         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4866         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4867         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4868         add libc_hidden_proto.
4869         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4870         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4871         conformance requested.
4872         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4873         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4874         conformance requested.
4875         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4876         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4877         conformance requested.
4878         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4879         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4880         ISO C99 or POSIX conformance requested.
4881         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4882         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4883         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4884         and __isoc99_vsscanf@@GLIBC_2.7.
4885         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4886         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4887         (tests): Add scanf14.
4888         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4889         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4890         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4891         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4892         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4893         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4894         from using internal headers.
4895         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4896         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4897         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4898         and __isoc99_vswscanf@@GLIBC_2.7.
4899         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4900         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4901         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4902         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4903         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4904         * stdio-common/isoc99_scanf.c: New file.
4905         * stdio-common/isoc99_vsscanf.c: New file.
4906         * stdio-common/isoc99_vscanf.c: New file.
4907         * stdio-common/isoc99_vfscanf.c: New file.
4908         * stdio-common/isoc99_fscanf.c: New file.
4909         * stdio-common/isoc99_sscanf.c: New file.
4910         * wcsmbs/isoc99_fwscanf.c: New file.
4911         * wcsmbs/isoc99_vswscanf.c: New file.
4912         * wcsmbs/isoc99_swscanf.c: New file.
4913         * wcsmbs/isoc99_wscanf.c: New file.
4914         * wcsmbs/isoc99_vwscanf.c: New file.
4915         * wcsmbs/isoc99_vfwscanf.c: New file.
4916         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4917         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4918         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4919         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4920         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4921         * stdio-common/scanf14.c: New test.
4922         * stdio-common/scanf15.c: New test.
4923         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4924         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4925         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4926         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4927         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4928         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4929         __nldbl___isoc99_scanf@@GLIBC_2.7,
4930         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4931         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4932         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4933         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4934         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4935         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4936         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4937         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4938         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4939         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4940         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4941         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4942         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4943         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4944         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4945         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4946         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4947         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4948         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4949         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4950         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4951         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4952         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4953         functions.
4954         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4955         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4956         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4957         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4958         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4959         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4960         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4961         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4962         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4963         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4964         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4965         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4966
4967         * stdio-common/Makefile (tests): Add scanf13.
4968         (scanf13-ENV): New.
4969         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4970         m modifier followed by l.
4971         (STRING_ARG): Add width argument.
4972         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4973         <case L_('C')>: Handle %mlc and %mC.
4974         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4975         arguments.
4976         * stdio-common/scanf13.c: New test.
4977
4978         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4979         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4980
4981 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4982
4983         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4984         type and __THROW marker of splice, vmsplice, and tee.
4985         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4986         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4987         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4988         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4989         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4990         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4991         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4992         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4993         as cancellation points.
4994
4995 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4996
4997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4998         parse more than three parts of the version number.
4999
5000 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5001
5002         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5003         modifier.  Patch by Jakub Jelinek.
5004
5005 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5006
5007         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5008         call_fallocate in misc subdir.
5009         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5010         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5011         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5012         instead of __fallocate64.
5013         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5014
5015 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5016
5017         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5018         * rt/Makefile (headers): Add bits/mqueue2.h.
5019         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5020         optimizing with GCC and __va_arg_pack_len is defined.
5021         * rt/bits/mqueue2.h: New file.
5022         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5023         (mq_open): New strong_alias.
5024         (__mq_open_2): New function.
5025         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5026         (mq_open): New strong_alias.
5027         (__mq_open_2): New function.
5028         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5029         * Versions.def (librt): Add GLIBC_2.7 version.
5030         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5031         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5032
5033         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5034         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5035         is defined rather than when not C++.
5036         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5037         __openat64_alias): New redirects.
5038         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5039         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5040         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5041         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5042         functions instead of function-like macros.
5043
5044 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5045
5046         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5047         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5048         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5049
5050 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5051
5052         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5053         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5054
5055 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5056
5057         * inet/tst-network.c: Increment ERRORS for failing tests.
5058
5059 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5060
5061         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5062         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5063         implement as __extern_always_inline function.
5064         (vsyslog): Define as __extern_always_inline function unconditionally.
5065         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5066         When __va_arg_pack is defined, implement as __extern_always_inline
5067         functions.
5068         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5069         __extern_always_inline functions unconditionally.
5070         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5071         bits/stdio2.h will be included.
5072         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5073         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5074         implement as __extern_always_inline functions.
5075         (vswprintf, vwprintf, vfwprintf): Define as
5076         __extern_always_inline functions unconditionally.
5077         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5078
5079 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5080
5081         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5082         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5083         attribute.
5084         * include/features.h (__USE_EXTERN_INLINES): Define only when
5085         __extern_inline is defined.
5086         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5087         is defined instead of when not __cplusplus.
5088         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5089         is defined instead of when not __cplusplus.
5090         * socket/sys/socket.h: Include bits/socket2.h when
5091         __extern_always_inline is defined instead of when not __cplusplus.
5092         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5093         is defined instead of when not __cplusplus.
5094         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5095         is defined instead of when not __cplusplus.
5096         * string/string.h: Include bits/string3.h when __extern_always_inline
5097         is defined instead of when not __cplusplus.
5098         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5099         is defined instead of when not __cplusplus.
5100         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5101         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5102         is not defined.
5103         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5104         defined __extern_always_inline instead of !defined __cplusplus.
5105         * libio/bits/stdio-ldbl.h: Likewise.
5106         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5107         * misc/bits/syslog.h (syslog): Don't define for C++.
5108         (vsyslog): Use __extern_always_inline function for C++ instead of
5109         a macro.
5110         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5111         whenever that macro is defined.
5112         (vprintf): Don't provide the inline for C++.
5113         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5114         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5115         define the macros for C++.
5116         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5117         __extern_always_inline functions for C++.
5118         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5119         stat64, lstat64, fstat64, fstatat64): Don't define if not
5120         __USE_EXTERN_INLINES.
5121         * wcsmbs/bits/wchar2.h: Fix #error message.
5122         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5123         (vswprintf, vwprintf, vfwprintf): Define using
5124         __extern_always_inline functions for C++.
5125         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5126         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5127         strncpy, strcat, strncat): Define as __extern_always_inline
5128         functions instead of macros for C++.
5129         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5130         defined __extern_inline.
5131         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5132         to __extern_inline whenever that macro is defined.
5133         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5134         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5135         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5136         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5137         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5138         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5139         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5140         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5141         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5142         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5143         prototypes.  Only provide __extern_inline routines if
5144         __USE_EXTERN_INLINES.
5145         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5146         tests.
5147         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5148         For now avoid some *printf tests in C++.  Skip all testing
5149         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5150         is not.
5151         * debug/tst-chk4.cc: New file.
5152         * debug/tst-chk5.cc: New file.
5153         * debug/tst-chk6.cc: New file.
5154         * debug/tst-lfschk4.cc: New file.
5155         * debug/tst-lfschk5.cc: New file.
5156         * debug/tst-lfschk6.cc: New file.
5157         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5158         prototypes in C++.
5159         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5160         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5161         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5162
5163 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5164
5165         * po/cs.po: Update from translation team.
5166
5167 2007-09-11  Roland McGrath  <roland@redhat.com>
5168
5169         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5170         compiling.
5171
5172 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5173
5174         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5175
5176 2007-09-05  Roland McGrath  <roland@redhat.com>
5177
5178         * manual/signal.texi (Signaling Another Process): Typo fix.
5179         From Karl Berry <karl@freefriends.org>.
5180
5181 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5182
5183         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5184         zero if not defined.
5185         (make_request): Recognize optimistic addresses and treat them like
5186         deprecated addresses.
5187         Reported by Neil Horman <nhorman@redhat.com>.
5188
5189 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5190
5191         * nscd/connections.c (send_ro_fd): Also transfer file size.
5192         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5193         file size don't call fstat.
5194
5195         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5196         ahead and map the file.  This should always be correct and we can
5197         catch problems later.
5198
5199 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5200
5201         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5202         prototypes.
5203         (__fread_alias, __fread_unlocked_alias): New aliases.
5204         (fread): New extern inline.
5205         (fread_unlocked): Likewise.  Undef macro before definition of
5206         the inline function.
5207         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5208         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5209         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5210         and __fread_unlocked_chk@@GLIBC_2.7.
5211         * debug/fread_chk.c: New file.
5212         * debug/fread_u_chk.c: New file.
5213         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5214
5215 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5216
5217         * sysdeps/unix/sysv/linux/syscalls.list
5218         (personality): Change caller to EXTRA.
5219
5220 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5221
5222         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5223         to keep gcc quiet.
5224         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5225
5226         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5227         NDEBUG is defined.
5228
5229         * Makerules: Use -p option with mkdir.
5230
5231         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5232         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5233         (_xdr_directory_obj): Likewise.
5234         (xdr_entry_obj): Likewise.
5235         (xdr_group_obj): Likewise.
5236         (xdr_link_obj): Likewise.
5237         (xdr_table_obj): Likewise.
5238         (_xdr_nis_result): Likewise.
5239         (_xdr_ns_request): Likewise.
5240         (_xdr_ib_request): Likewise.
5241         (_xdr_nis_taglist): Likewise.
5242         (xdr_cback_data): Likewise.
5243         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5244         (xdr_ypresp_maplist): Likewise.
5245
5246         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5247
5248         * posix/regex_internal.h: Prevent some declarations and definitions
5249         to be seen when used in tests.
5250
5251         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5252         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5253
5254         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5255
5256         * config.make.in (datarootdir): Add to shut up configure.
5257
5258         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5259         associativity for fully-associative caches.
5260
5261         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5262         requests.  Fill on more associativity values for L2.
5263         Patch mostly by Evandro Menezes.
5264
5265 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5266
5267         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5268         (_libc_vdso_platform_setup): Avoid using exported variable by using
5269         alias.
5270
5271         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5272
5273         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5274         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5275         defined.
5276
5277 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5278
5279         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5280         align stack for call if pltexit is to be used.
5281
5282         [BZ #3924]
5283         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5284         align for function call in case pltexit has to be called later.
5285
5286         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5287         implicit atomic operation when storing function pointer.
5288         (_dl_runtime_profile): Likewise.
5289
5290 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5291
5292         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5293         NIS_NOTFOUND.
5294
5295 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5296
5297         [BZ #4566]
5298         * string/strtok.c: Fix typo in comment.
5299
5300         [BZ #4582]
5301         * debug/segfault.c: Fix typos in comments.
5302
5303         [BZ #4588]
5304         * stdio-common/tempnam.c: Fix comment, it is not checked that
5305         TMPDIR points to a writable directory.
5306
5307         [BZ #4726]
5308         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5309         memory allocated for the name server address.
5310
5311         [BZ #4946]
5312         * nscd/connections.c (handle_request): Using sendfile always
5313         requires that mmap is used for the database.
5314         Patch by Petr Baudis <pasky@suse.cz>.
5315
5316         [BZ #4905]
5317         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5318         suddenly has two or more addresses, ignore it and remove the old
5319         entry.
5320
5321         [BZ #4814]
5322         * resolv/res_hconf.c: Prepare for compiling outside libc.
5323         * nscd/res_hconf.c: New file.
5324         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5325         the new file.
5326         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5327         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5328
5329         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5330
5331         [BZ #4925]
5332         * debug/pcprofiledump.c: Turn on internationalization by calling
5333         setlocale.  Patch mostly by Benno Schulenberg.
5334
5335         [BZ #4936]
5336         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5337         the state.
5338         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5339         * iconvdata/bug-iconv5.c: New file.
5340
5341 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5342
5343         [BZ #4896]
5344         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5345         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5346         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5347         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5348         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5349         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5350         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5351         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5352
5353 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5354
5355         [BZ #4937]
5356         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5357         lookup loop.  Suggested by John Reiser.
5358
5359 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5360
5361         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5362
5363 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5364
5365         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5366         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5367         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5368         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5369         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5370         to...
5371         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5372
5373 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5374
5375         * po/nl.po: Update from translation team.
5376
5377 2007-08-16  Andreas Jaeger  <aj@suse.de>
5378
5379         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5380         Reported by Peter Festner <peter.festner@ewetel.net>.
5381
5382 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5383
5384         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5385
5386 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5387
5388         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5389         to check for undefined symbols.
5390
5391         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5392         If the syscall fails, set errno to the actual returned error number
5393         rather than EINVAL.
5394         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5395         arguments are incorrect, set errno to EINVAL, if the syscall
5396         fails, set errno to the actual returned error number.
5397
5398         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5399         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5400
5401         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5402         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5403         file.
5404         (ASI_PNF, ASI_BLK_P): Don't define.
5405         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5406         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5407         file.
5408         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5409         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5410         file.
5411
5412 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5413
5414         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5415         FE_UNDERFLOW on Niagara CPUs.
5416
5417         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5418         exceptions.
5419
5420 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5421
5422         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5423         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5424         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5425         flush should be used or not inside of the function.
5426         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5427
5428         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5429         __thread_start): Use HIDDEN_JUMPTARGET.
5430         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5431         __thread_start): Likewise.
5432         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5433
5434         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5435         Add libc_hidden_proto.
5436         (STRTOF): Add libc_hidden_proto.
5437         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5438         (strtold_l, wcstold_l): Use them as second argument for
5439         long_double_symbol.
5440
5441 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5442
5443         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5444
5445 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5446
5447         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5448
5449 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5450
5451         * po/bg.po: New file.  From the translation team.
5452
5453 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5454
5455         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5456         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5457         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5458         when each feature was introduced.
5459
5460         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5461         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5462         (CHECK_HASH): New macro.
5463         (PREPARE_VERSION): Use it.
5464
5465         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5466         prototype if not __ASSUME_PSELECT.
5467         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5468         prototype if not __ASSUME_PPOLL.
5469
5470         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5471
5472         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5473         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5474         is defined.
5475
5476 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5477
5478         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5479         (_libc_vdso_platform_setup): If vDSO is not available point
5480         __vdso_gettimeofday to the vsyscall.
5481         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5482         __vdso_gettimeofday instead of vsyscall.
5483
5484 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5485
5486         * nscd/servicescache.c: Include kernel-features.h.
5487         * nscd/gai.c: Likewise.
5488         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5489         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5490         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5491         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5492         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5493         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5494         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5495         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5496         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5497
5498 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5499
5500         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5501         and _dl_get_origin defines anymore.
5502
5503         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5504         Build fix for systems which might lack POSIX timer support.
5505
5506         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5507         (_libc_vdso_platform_setup): Mangle function pointers before storing
5508         them.
5509         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5510         Demangle vdso pointer before use.
5511         (INTERNAL_VSYSCALL): Likewise.
5512
5513         * elf/cache.c (primes): Mark as const.
5514         Noted by Roland McGrath.
5515
5516 2007-08-01  Andreas Jaeger  <aj@suse.de>
5517             Jakub Jelinek  <jakub@redhat.com>
5518
5519         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5520         (options): Add option.
5521         (parse_opt): Handle option.
5522         (manual_link): Adjust process_file caller.  Call implicit_soname.
5523         (search_dir): Formatting.  Use and populate auxiliary cache.
5524         (main): Load and save auxiliary cache.
5525         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5526         stat64 from fstat64 to caller.
5527         (implicit_soname): New function.
5528         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5529         leave *soname as NULL.
5530         * elf/cache.c: Include libgen.h.
5531         (print_entry, print_cache, compare, save_cache, add_to_cache):
5532         Formatting and cleanups.
5533         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5534         aux_cache_file): New structures.
5535         (AUX_CACHEMAGIC): Define.
5536         (primes): New array.
5537         (aux_hash_size, aux_hash): New variables.
5538         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5539         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5540         load_aux_cache, save_aux_cache): New functions.
5541         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5542         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5543         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5544         (process_file): Adjust prototype.
5545
5546 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5547
5548         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5549         with __need_size_t.
5550
5551 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5552
5553         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5554         r_found_version structure as second parameter.
5555         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5556         (_dl_vdso_vsym): Change type of second parameter accordingly.
5557         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5558         (_libc_vdso_platform_setup): Adjust.
5559         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5560         (_libc_vdso_platform_setup): Likewise.
5561
5562         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5563         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5564         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5565         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5566         * csu/libc-start.c: Pretty printing.
5567         Use VDSO_SETUP if defined.
5568         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5569         and let generic code call into _libc_vdso_platform_setup.
5570         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5571         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5572         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5573         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5574         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5575         for GLIBC_PRIVATE.
5576         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5577         (sysdep_rountines): Add dl-vdso.
5578
5579         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5580         of routines.
5581
5582         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5583         attribute_hidden to __vdso_gettimeofday prototype.
5584
5585 2007-08-12  Roland McGrath  <roland@redhat.com>
5586
5587         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5588         From: Karl Berry <karl@freefriends.org>.
5589
5590 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5591
5592         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5593         an atime update for the files we read.
5594
5595 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5596
5597         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5598
5599         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5600         instead of mkstemp.
5601
5602         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5603         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5604         * misc/mkostemp.c: New file.
5605         * misc/mkostemp64.c: New file.
5606         * stdlib/stdlib.h: Declare the new functions.
5607         * sysdeps/posix/tempname.c: Add new parameter which is added to
5608         the flags for open.  Remove __GT_BIGFILE handling.
5609         * stdio-common/tempname.c: Likewise.
5610         * include/stdio.h: Adjust __gen_tempname prototype.
5611         Renumber __GT_* constants.
5612         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5613         * misc/mkdtemp.c: Likewise.
5614         * misc/mkstemp.c: Likewise.
5615         * misc/mkstemp64.c: Likewise.
5616         * misc/mktemp.c: Likewise.
5617         * stdio-common/tempnam.c: Likewise.
5618         * stdio-common/tmpfile.c: Likewise.
5619         * stdio-common/tmpfile64.c: Likewise.
5620         * stdio-common/tmpnam.c: Likewise.
5621         * stdio-common/tmpnam_r.c: Likewise.
5622
5623 2007-08-10  Roland McGrath  <roland@frob.com>
5624
5625         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5626         New macros.
5627         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5628         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5629
5630 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5631
5632         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5633         possible.
5634         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5635         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5636         * nss/nss_files/files-have_o_cloexec.c: New file.
5637
5638         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5639         available.
5640
5641 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5642
5643         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5644         ___new_wcstold_l): New weak aliases.
5645         (strtold_l, wcstold_l): Use them as second argument for
5646         long_double_symbol.
5647
5648 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5649
5650         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5651         register in test for error.
5652
5653         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5654         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5655
5656         * po/sv.po: Update from translation team.
5657
5658 2007-08-06  Roland McGrath  <roland@redhat.com>
5659
5660         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5661         Remove __strto*_l inlines.
5662         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5663         * stdlib/strtod.c: Add libc_hidden_def.
5664         * stdlib/strtod_l.c: Likewise.
5665         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5666         for __new_strtold and __new_wcstold.
5667         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5668         __STRTOF, STRTOF.
5669         * stdlib/strtol.c: Add libc_hidden_def.
5670         * stdlib/strtol_l.c: Likewise.
5671         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5672         strtoq.
5673
5674         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5675
5676         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5677         * scripts/data/localplt-generic.data: ... here.
5678         * elf/Makefile (check-data): Get generic file if no other.
5679         ($(objpfx)check-localplt.out): Make target unconditional.
5680
5681         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5682         Use ElfW(Nhdr).
5683
5684 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5685
5686         * po/zh_CN.po: Updated translation from translation team.
5687
5688 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5689
5690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5691         Don't use CGOTSETUP and CGOTRESTORE macros.
5692
5693 2007-08-04  Roland McGrath  <roland@redhat.com>
5694
5695         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5696
5697 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5698
5699         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5700         __extension__ around the whole statement expression.
5701
5702 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5703
5704         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5705         elements during initialization.
5706
5707         * po/pl.po: Updated translation from translation team.
5708         * po/tr.po: Likewise.
5709         * po/nl.po: Likewise.
5710
5711 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5712
5713         * rt/aio.h: Add __nonnull attributes.
5714
5715 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5716
5717         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5718         * stdlib/Makefile (tests): Add tst-strtod5.
5719         (tst-strtod5-ENV): New.
5720         * stdlib/tst-strtod5.c: New file.
5721
5722         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5723         failed.
5724         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5725         on failure.
5726
5727         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5728         allocated.
5729
5730 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5731
5732         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5733         numbers.
5734
5735 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5736
5737         * io/Makefile (aux): Add have_o_cloexec.
5738         * include/fcntl.h: Declare __have_o_cloexec.
5739         * io/have_o_cloexec.c: New file.
5740         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5741         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5742         fcntl call if not necessary.
5743         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5744         of local variable.
5745
5746         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5747         Avoid memset, add explicit initialization.
5748         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5749         to the end and change into zero-sized array.
5750         Move lock member to fill a hole on 64-bit platforms.
5751
5752         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5753         inline functions.
5754         * include/stdlib.h: Add __strto*_internal prototypes here.
5755         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5756         inline functions.
5757         * include/wchar.h: Add __wcsto*_internal prototypes.
5758         * sysdeps/generic/inttypes.h: No need to protect the declaration
5759         of the __strto*_internal and __wcsto*_internal members here.
5760
5761         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5762
5763 2007-08-02  Roland McGrath  <roland@redhat.com>
5764
5765         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5766         $(inst_bindir)/getconf if possible.
5767
5768         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5769         (generated): Add it.
5770         ($(inst_libexecdir)/getconf): Use it.
5771
5772 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5773
5774         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5775         /proc is faster and sufficient.  /sys is still needed for
5776         __get_nprocs_conf.
5777
5778 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5779
5780         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5781         syscall as __fallocate64.
5782         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5783         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5784
5785 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5786
5787         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5788         value.
5789
5790         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5791         if off_t is different rank from size_t.
5792
5793         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5794         uw_frame_state_for): Avoid type punning warnings.
5795         * sysdeps/generic/unwind-dw2-fde-glibc.c
5796         (_Unwind_IteratePhdrCallback): Likewise.
5797         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5798         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5799         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5800         pointers.
5801
5802 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5803
5804         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5805         total processors using sysfs.
5806         (__get_nprocs): Use sysfs to determine which processors are online.
5807
5808 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5809
5810         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5811         syscall arguments count.
5812
5813         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5814
5815 2007-07-30  Roland McGrath  <roland@redhat.com>
5816
5817         * manual/libc.texinfo: Update copyrights, formatting magic, and
5818         @dircategory.  From Karl Berry <karl@freefriends.org>.
5819
5820 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5821
5822         [BZ #4860]
5823         * io/Makefile (headers): Add bits/fcntl2.h.
5824
5825         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5826         using gcc builtin.
5827         (__CPU_EQUAL_S): Likewise.
5828
5829         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5830         (tests): Add tst-cpuset.
5831         * posix/sched_cpualloc.c: New file.
5832         * posix/sched_cpufree.c: New file.
5833         * posix/tst-cpuset.c: New file.
5834         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5835         GLIBC_2.7.
5836         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5837         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5838         macros.  Define CPU_*_S macros.
5839
5840 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5841
5842         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5843         entry.
5844
5845         [BZ #4858]
5846         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5847         #.0g and value rounded to 1.0.
5848         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5849
5850 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5851
5852         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5853         for int_frac_digits and frac_digits.
5854
5855         * login/logout.c (logout): Avoid aliasing violation.
5856         * login/logwtmp.c (logwtmp): Likewise.
5857
5858         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5859
5860         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5861         to avoid warning.
5862         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5863         warning.
5864         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5865         warning.
5866         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5867         to avoid warnings.
5868
5869         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5870         void **.
5871         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5872
5873         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5874         char * to avoid warning.
5875         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5876
5877         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5878
5879         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5880         allocate_arrays): Cast second argument to charmap_find_symbol
5881         to char * to avoid warnings.
5882
5883         * locale/programs/repertoire.c (repertoire_new_char): Change
5884         from_nr, to_nr and cnt to unsigned long, adjust printf format
5885         string.
5886
5887         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5888         Cast second argument to new_element to char * to avoid warnings.
5889
5890         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5891
5892         * intl/gettextP.h (struct loaded_domain): Change plural to const
5893         struct expression *.
5894         * intl/plural-eval.c (plural_eval): Change first argument to
5895         const struct expression *.
5896         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5897         argument to const struct expression **.
5898         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5899         prototypes.
5900         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5901         in call to __gettext_free_exp.
5902
5903         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5904         unitialized wstring/wpattern var warnings.
5905
5906         * posix/runtests.c (struct a_test): Make data field const char *.
5907
5908         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5909         vars if not LDBL_MANT_DIG >= 106.
5910
5911         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5912
5913         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5914         __find_specmb to avoid warning.
5915
5916         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5917
5918         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5919         to avoid warnings.
5920
5921         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5922         initializer.
5923
5924         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5925         tv var when it will be actually used.
5926
5927         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5928         to avoid warnings.
5929
5930         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5931         char array resp. pointer.
5932         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5933         char array.
5934         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5935         to const unsigned char **.
5936         (ucs4_to_cns11643): Change second argument to unsigned char *.
5937         * iconvdata/euc-tw.c (BODY): Change endp type to
5938         const unsigned char *.
5939         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5940         to unsigned char *.
5941         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5942         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5943         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5944         types to unsigned char pointers/arrays instead of char.
5945         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5946         to unsigned char *.
5947         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5948         * iconvdata/jis0212.h: Include assert.h.
5949         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5950         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5951         of trying to handle that.
5952         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5953         shut up a warning.
5954         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5955         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5956         two dimensional const unsigned char arrays.
5957         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5958         Initialize endp to inptr to shut up a warning.
5959
5960 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5961
5962         [BZ #4772]
5963         * time/strptime_l.c (__strptime_internal): Silently ignore
5964         strftime modifiers and field width in recursive calls.
5965
5966         * include/time.h (enum ptime_locale_status): Remove.
5967         (__strptime_internal): Remove decided and era_cnt arguments,
5968         add statep argument.
5969         * time/strptime_l.c (__strptime_internal): Remove decided
5970         and era_cnt arguments, add statep argument.  Don't recompute
5971         any fields in recursive calls, only update caller's tm
5972         and state, if recursive call fails, don't change tm nor
5973         any state.
5974         (get_alt_number): Adjust.
5975         (recursive): Adjust caller.
5976         (strptime): Likewise.
5977         * time/strptime.c (strptime): Likewise.
5978
5979 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5980
5981         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5982         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5983         if from and to charsets are the same.
5984         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5985         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5986         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5987
5988 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5989
5990         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5991         Don't define wint_t when __need_mbstate_t unless it
5992         is necessary.
5993         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5994         in the typedef if possible.
5995         * wctype/wctype.h (wint_t): Define by including
5996         wchar.h with __need_wint_t instead of including stddef.h
5997         with __need_wint_t and as fallback definining it ourselves.
5998         * iconv/gconv.h (__need_wint_t): Define before including
5999         wchar.h.
6000         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6001         or _GLIBCPP_USE_WCHAR_T.
6002         (__need_wchar_t): Don't define
6003         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6004         (__need_wint_t): Don't define before including stddef.h,
6005         define before including wchar.h only if _LIBC or
6006         _GLIBCPP_USE_WCHAR_T.
6007         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6008         * sysdeps/mach/hurd/_G_config.h: Likewise.
6009         * sysdeps/generic/_G_config.h: Likewise.
6010         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6011         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6012         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6013         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6014
6015 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6016
6017         * sysdeps/posix/posix_fallocate64.c: Undefine
6018         __posix_fallocate64_l64 before alias handling.
6019         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6020         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6021         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6022         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6023
6024         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6025
6026 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6027
6028         * locale/programs/ld-collate.c (atwc): New variable.
6029         (add_to_tablewc): New toplevel function, moved from collate_output.
6030         (collate_output): Remove add_to_tablewc nested function.
6031
6032         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6033         (name_insert): New function.
6034         (write_output): Remove hash_table and hash_size vars and name_insert
6035         nested function.
6036
6037 2007-07-24  Roland McGrath  <roland@redhat.com>
6038
6039         * Makerules (install-others-programs-nosubdir): New target.
6040         (install-no-libc.a-nosubdir): Depend on it.
6041
6042         * iconv/Makefile (install-others-programs): Set this instead of
6043         install-others.
6044         * login/Makefile (install-others-programs): Likewise.
6045         * posix/Makefile (install-others-programs): Likewise.
6046
6047         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6048         dependencies.
6049
6050 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6051
6052         * io/Makefile (tests): Add tst-posix_fallocate.
6053         * io/tst-posix_fallocate.c: New file.
6054
6055         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6056         __ASSUME_FALLOCATE.
6057
6058 2007-07-22  Roland McGrath  <roland@frob.com>
6059
6060         * hurd/getdport.c: Add missing copyright year update.
6061
6062         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6063         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6064
6065 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6066
6067         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6068
6069         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6070         O_CLOEXEC is needed.
6071         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6072         Avoid additional fcntl to set O_CLOEXEC if not needed.
6073         * nis/nss_compat/compat-initgroups.c: Likewise.
6074         * nis/nss_compat/compat-pwd.c: Likewise.
6075         * nis/nss_compat/compat-spwd.c: Likewise.
6076
6077 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6078
6079         [BZ #3665]
6080         * manual/errno.texi: Change ECANCELED value to 119.
6081
6082         [BZ #4610]
6083         * mach/lock-intern.h: Include <sys/cdefs.h>.
6084
6085         [BZ #4178]
6086         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6087         reading A.
6088
6089         [BZ #4126]
6090         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6091         to __sigsuspend.
6092
6093         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6094
6095 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6096
6097         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6098         `__ASSEMBLER__'.
6099         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6100
6101 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6102
6103         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6104         descriptor received from nscd.
6105
6106         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6107
6108         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6109         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6110         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6111         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6112         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6113         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6114
6115 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6116
6117         [BZ #4816]
6118         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6119
6120         [BZ #4813]
6121         * login/forkpty.c (forkpty): Close master and slave fds on
6122         fork failure.  Patch by
6123         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6124
6125 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6126
6127         * include/features.h (__USE_ISOC95): New define.
6128         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6129         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6130         for -std=iso9899:199409.
6131         * CONFORMANCE: Remove comments about unsupported AMD1.
6132
6133 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6134
6135         * sysdeps/ia64/sched_cpucount.c: New file.
6136         * sysdeps/powerpc/sched_cpucount.c: New file.
6137
6138         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6139         __BEGIN_DECLS/__END_DECLS around the prototype.
6140         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6141         pointer to const cpu_set_t.
6142
6143         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6144         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6145         __need_size_t and include stddef.h.
6146         * sysvipc/sys/msg.h: Likewise.
6147         * posix/sched.h: Likewise.
6148         * hurd/hurd/signal.h (__need_size_t): Define.
6149
6150         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6151         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6152         no longer defines wint_t or wchar_t.
6153
6154         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6155         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6156         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6157         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6158         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6159         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6160         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6161         * debug/printf_chk.c (__printf_chk): Likewise.
6162         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6163         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6164
6165         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6166         Define.
6167
6168         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6169         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6170
6171 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6172
6173         [BZ #4792]
6174         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6175         * malloc/malloc.h (realloc): Likewise.
6176
6177         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6178         if one of proc_file_chain streams has that fileno.
6179         * stdio-common/Makefile (tests): Add tst-popen2.
6180         * stdio-common/tst-popen2.c: New test.
6181
6182 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6183
6184         * elf/ldconfig.c: Allow GPLv2 or any later version.
6185         * elf/readlib.c: Likewise.
6186         * elf/chroot_canon.c: Likewise.
6187         * elf/cache.c: Likewise.
6188         * nscd/mem.c: Likewise.
6189         * nscd/getpwuid_r.c: Likewise.
6190         * nscd/grpcache.c: Likewise.
6191         * nscd/aicache.c: Likewise.
6192         * nscd/getsrvbynm_r.c: Likewise.
6193         * nscd/nscd.c: Likewise.
6194         * nscd/servicescache.c: Likewise.
6195         * nscd/getsrvbypt_r.c: Likewise.
6196         * nscd/initgrcache.c: Likewise.
6197         * nscd/gethstbyad_r.c: Likewise.
6198         * nscd/gethstbynm2_r.c: Likewise.
6199         * nscd/getgrnam_r.c: Likewise.
6200         * nscd/nscd_setup_thread.c: Likewise.
6201         * nscd/getpwnam_r.c: Likewise.
6202         * nscd/gai.c: Likewise.
6203         * nscd/connections.c: Likewise.
6204         * nscd/dbg_log.c: Likewise.
6205         * nscd/cache.c: Likewise.
6206         * nscd/hstcache.c: Likewise.
6207         * nscd/nscd_conf.c: Likewise.
6208         * nscd/getgrgid_r.c: Likewise.
6209         * nscd/pwdcache.c: Likewise.
6210         * catgets/gencat.c: Likewise.
6211         * locale/programs/linereader.h: Likewise.
6212         * locale/programs/locarchive.c: Likewise.
6213         * locale/programs/ld-paper.c: Likewise.
6214         * locale/programs/locfile-kw.h: Likewise.
6215         * locale/programs/ld-address.c: Likewise.
6216         * locale/programs/xmalloc.c: Likewise.
6217         * locale/programs/ld-time.c: Likewise.
6218         * locale/programs/localedef.c: Likewise.
6219         * locale/programs/simple-hash.c: Likewise.
6220         * locale/programs/xstrdup.c: Likewise.
6221         * locale/programs/ld-numeric.c: Likewise.
6222         * locale/programs/locfile-kw.gperf: Likewise.
6223         * locale/programs/ld-collate.c: Likewise.
6224         * locale/programs/charmap-kw.gperf: Likewise.
6225         * locale/programs/charmap.h: Likewise.
6226         * locale/programs/charmap-kw.h: Likewise.
6227         * locale/programs/config.h: Likewise.
6228         * locale/programs/locfile.c: Likewise.
6229         * locale/programs/ld-ctype.c: Likewise.
6230         * locale/programs/charmap.c: Likewise.
6231         * locale/programs/ld-messages.c: Likewise.
6232         * locale/programs/repertoire.h: Likewise.
6233         * locale/programs/locale.c: Likewise.
6234         * locale/programs/ld-name.c: Likewise.
6235         * locale/programs/linereader.c: Likewise.
6236         * locale/programs/locfile.h: Likewise.
6237         * locale/programs/3level.h: Likewise.
6238         * locale/programs/ld-monetary.c: Likewise.
6239         * locale/programs/ld-measurement.c: Likewise.
6240         * locale/programs/charmap-dir.c: Likewise.
6241         * locale/programs/ld-identification.c: Likewise.
6242         * locale/programs/localedef.h: Likewise.
6243         * locale/programs/charmap-dir.h: Likewise.
6244         * locale/programs/repertoire.c: Likewise.
6245         * locale/programs/simple-hash.h: Likewise.
6246         * locale/programs/ld-telephone.c: Likewise.
6247         * locale/programs/locale-spec.c: Likewise.
6248         * locale/programs/locfile-token.h: Likewise.
6249         * posix/getconf.c: Likewise.
6250         * iconv/dummy-repertoire.c: Likewise.
6251         * iconv/iconv_charmap.c: Likewise.
6252         * iconv/iconvconfig.c: Likewise.
6253         * iconv/iconv_prog.c: Likewise.
6254         * malloc/memusagestat.c: Likewise.
6255         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6256
6257 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6258
6259         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6260         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6261         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6262         check for the first argument.
6263
6264 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6265
6266         [BZ #4775]
6267         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6268         (__tgmath_real_type): Fix if expr is const int or other const
6269         qualified integral type.
6270         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6271         expressions and handle const qualified arguments.
6272         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6273         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6274         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6275         statement expressions.
6276         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6277         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6278         (__TGMATH_UNARY_IMAG): Define.
6279         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6280         * math/Makefile (tests): Add test-tgmath2.
6281         (CFLAGS-test-tgmath2.c): Add.
6282         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6283         count_cfloat, count_cldouble): New variables.
6284         (NCCALLS): Define.
6285         (main): Check number of complex calls as well.
6286         (F(compile_test)): Add complex tests and tests with const qualified
6287         arguments.
6288         (y, z, ccount): Define.
6289         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6290         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6291         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6292         F(cproj)): New functions.
6293         * math/test-tgmath2.c: New test.
6294
6295 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6296
6297         [BZ #4776]
6298         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6299         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6300         instead output ".".
6301         * dlfcn/Makefile (distribute): Add glreflib3.c.
6302         (module-names): Add glreflib3.
6303         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6304         glreflib1.so.
6305         (LDFLAGS_glreflib3.so): New.
6306         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6307         glreflib1.so.
6308         * dlfcn/glreflib3.c: New file.
6309
6310         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6311         returned -1, return NULL.
6312         * intl/explodename.c (_nl_explode_name): Return -1 if
6313         _nl_normalize_codeset failed.
6314
6315 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6316
6317         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6318         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6319         and avoid branch misspredicts for > 31 bytes memset case.
6320         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6321         Remove toc ref to __cache_line_size.
6322
6323         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6324         to get ISA-V2.0 branch hints.
6325         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6326         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6327         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6328         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6329         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6330         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6331         Remove toc ref to __cache_line_size.
6332
6333         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6334         Include math_ldbl_opt.h.
6335
6336 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6337
6338         [BZ #4773]
6339         * time/strptime_l.c (__strptime_internal): Implement greedy
6340         matching of weekday and month names.
6341
6342 2007-07-09  Roland McGrath  <roland@redhat.com>
6343
6344         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6345         (ELF_NOTE_ABI): Use it.
6346         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6347
6348 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6349
6350         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6351         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6352
6353 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6354
6355         [BZ #4745]
6356         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6357         in loop to look for conversion specifier to avoid testing of
6358         wrong errno value.
6359         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6360         * stdio-common/bug18.c: New file.
6361         * stdio-common/bug18a.c: New file.
6362         * stdio-common/bug19.c: New file.
6363         * stdio-common/bug19a.c: New file.
6364
6365 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6366
6367         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6368         running awk script.
6369
6370 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6371
6372         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6373         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6374         Return NULL if mmap failed instead of asserting it does not.
6375         (calloc): Check for integer overflow.
6376
6377         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6378         than LONG_MAX / 10.
6379
6380 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6381
6382         [BZ #4702]
6383         * nis/nss-default.c: Include errno.h.
6384         (init): Preserve errno.
6385
6386 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6387
6388         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6389
6390 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6391
6392         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6393
6394 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6395
6396         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6397
6398 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6399
6400         * sysdeps/s390/dl-procinfo.c: New file.
6401         * sysdeps/s390/dl-procinfo.h: New file.
6402         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6403
6404 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6405
6406         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6407         in PT_NOTE segments with multiple notes.
6408         * elf/readelflib.c (process_elf_file): Likewise.
6409
6410 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6411
6412         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6413         ISO C compliant.
6414
6415 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6416
6417         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6418
6419 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6420
6421         * include/link.h: Don't include rtld-lowlevel.h.
6422         (struct link_map): Remove l_scope_lock.
6423         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6424         (_dl_scope_free_list): New field (variable) in _rtld_global.
6425         (DL_LOOKUP_SCOPE_LOCK): Remove.
6426         (_dl_scope_free): New prototype.
6427         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6428         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6429         (_dl_profile_fixup): Likewise.
6430         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6431         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6432         THREAD_GSCOPE_RESET_FLAG around it.
6433         * elf/dl-close.c (_dl_close_worker): Don't use
6434         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6435         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6436         scopes were queued or if l_scope_mem has been abandoned.
6437         * elf/dl-open.c (_dl_scope_free): New function.
6438         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6439         * elf/dl-support.c (_dl_scope_free_list): New variable.
6440         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6441         Remove DL_LOOKUP_SCOPE_LOCK handling.
6442         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6443         handling.
6444         * elf/dl-object.c (_dl_new_object): Don't use
6445         __rtld_mrlock_initialize.
6446
6447 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6448
6449         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6450         to fill in holes
6451         (rtld_global_ro): Likewise.
6452
6453 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6454
6455         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6456         Move PT_LOAD checking to...
6457         (_dl_addr_inside_object): ... here, new function.
6458         * elf/dl-sym.c (do_sym): If not l_contiguous,
6459         call _dl_addr_inside_object.
6460         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6461         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6462         * elf/dl-open.c (dl_open_worker): Likewise.
6463         (_dl_addr_inside_object): New function if IS_IN_rtld.
6464         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6465         holes are present or are PROT_NONE protected.
6466         * include/link.h (struct link_map): Add l_contiguous field.
6467         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6468
6469 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6470             Tomas Janousek  <tjanouse@redhat.com>
6471             Ulrich Drepper  <drepper@redhat.com>
6472
6473         [BZ #4647]
6474         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6475         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6476         socket.
6477         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6478         unused member a bitmap.
6479         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6480         servers are configured.
6481
6482 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6483
6484         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6485
6486 2007-06-17  Andreas Schwab  <schwab@suse.de>
6487
6488         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6489
6490 2007-06-16  Andreas Jaeger  <aj@suse.de>
6491
6492         [BZ #4125]
6493         * sysdeps/unix/sysv/linux/sys/ptrace.h
6494         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6495         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6496         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6497         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6498         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6499         Define.
6500         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6501         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6502         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6503         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6504
6505 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6506
6507         [BZ #4599]
6508         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6509         determining whether there are IPv4/IPv6 addresses, ignore loopback
6510         addresses.
6511
6512 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6513
6514         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6515         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6516         as the return type.  Change type of "r" variable to CMPtype.
6517         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6518         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6519         * soft-fp/gedf2.c (__gedf2): Likewise.
6520         * soft-fp/gesf2.c (__gesf2): Likewise.
6521         * soft-fp/getf2.c (__getf2): Likewise.
6522         * soft-fp/ledf2.c (__ledf2): Likewise.
6523         * soft-fp/lesf2.c (__lesf2): Likewise.
6524         * soft-fp/letf2.c (__letf2): Likewise.
6525         * soft-fp/unorddf2 (__unorddf2): Likewise.
6526         * soft-fp/unordsf2 (__unordsf2): Likewise.
6527         * soft-fp/unordtf2 (__unordtf2): Likewise.
6528
6529 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6530
6531         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6532         make sure gcc doesn't mess around with this.
6533
6534 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6535
6536         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6537
6538 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6539
6540         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6541         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6542         at most once per _dl_close_worker.
6543
6544 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6545
6546         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6547         __sched_cpucount as const.
6548         * posix/sched_cpucount.c: Adjust.
6549
6550         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6551         instruction for counting bits.
6552         * sysdeps/x86_64/sched_cpucount.c: New file.
6553
6554 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6555
6556         * configure.in: Avoid variable named BASH.
6557         * config.make.in: Likewise.
6558         Patch in part by Mike Frysinger.
6559
6560 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6561
6562         [BZ #4586]
6563         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6564         pseudo-zeros as zero.
6565         * sysdeps/x86_64/ldbl2mpn.c: New file.
6566         * sysdeps/ia64/ldbl2mpn.c: New file.
6567
6568 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6569
6570         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6571         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6572         Remove unreachable code at the end.
6573
6574 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6575
6576         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6577         ldbl-128ibm in comment.
6578         (fpclassifyl): Correct classification of denormals.
6579         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6580         return value for MIN denormal. Rewrite using long double math too
6581         correctly handle denormals and canonicalize the results.
6582
6583 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6584
6585         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6586         (__mpn_construct_long_double): Fix conversion where result ought
6587         to be smaller than __LDBL_MIN__, or the low double should be
6588         denormal.  Fix decision where to negate low double - honor round
6589         to even rules.
6590         * stdio-common/tst-sprintf2.c: Include string.h.
6591         (COMPARE_LDBL): Define.
6592         (TEST): Also test whether a string hexadecimal float representation
6593         can be parsed back to the number.
6594         (main): Add a couple of further tests.
6595
6596 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6597
6598         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6599         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6600         is non-zero, but smaller than 2 * __DBL_MIN__.
6601         * stdio-common/tst-sprintf2.c: New test.
6602         * stdio-common/Makefile (tests): Add tst-sprintf2.
6603
6604         * math/test-misc.c (main): Don't run last batch of tests with
6605         IBM long double format.
6606
6607 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6608
6609         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6610         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6611         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6612         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6613         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6614         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6615         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6616         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6617         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6618         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6621         New file.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6623         New file.
6624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6625         New file.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6627         New file.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6629         New file.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6632         New file.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6634         New file.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6636         New file.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6638         New file.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6640         New file.
6641
6642 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6643
6644         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6645         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6646         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6647         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6648         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6649         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6650         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6651         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6652
6653 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6654
6655         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6656         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6657         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6658         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6659         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6660         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6661         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6662         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6663
6664 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6665
6666         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6667         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6668         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6669         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6670
6671 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6672
6673         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6674         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6675
6676 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6677
6678         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6679         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6680         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6681         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6682
6683 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6684
6685         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6686         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6687
6688 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6689
6690         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6691         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6692
6693         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6694         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6695         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6696         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6697
6698 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6699
6700         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6701         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6702         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6703         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6704
6705 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6706
6707         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6708         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6709         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6710         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6711         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6712         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6713
6714 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6715
6716         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6717         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6718         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6719         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6720
6721 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6722
6723         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6724         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6725         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6726         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6727         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6728         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6729         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6730         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6731         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6732         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6733         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6734         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6735         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6736         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6737         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6738         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6739
6740 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6741
6742         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6743         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6744
6745 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6746
6747         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6748         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6749
6750 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6751
6752         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6753         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6754         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6755         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6756         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6757         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6758         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6759         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6760         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6761         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6762
6763 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6764
6765         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6766
6767 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6768
6769         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6770         branch miss-predicts. Ensure that cache line crossing does not impact
6771         dispatch grouping.
6772
6773 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6774
6775         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6776         "../../powerpc32/power4/memcopy.h".
6777         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6778         "../../powerpc32/power4/wordcopy.c".
6779
6780 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6781
6782         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6783         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6784         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6785         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6786         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6787         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6788
6789 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6790
6791         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6792
6793 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6794
6795         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6796         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6797         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6798         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6799         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6800         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6801         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6802         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6803
6804 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6805
6806         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6807
6808 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6809
6810         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6811         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6812         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6813         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6814         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6815         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6816         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6817
6818 2007-05-29  Roland McGrath  <roland@redhat.com>
6819
6820         * po/Makefile (po-sed-cmd): New variable.
6821         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6822
6823 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6824
6825         * crypt/md5-crypt.c: Fix comment.
6826
6827         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6828         of crashing.  When this is the case or if the reply is malformed,
6829         don't try to close the new file descriptor since it does not
6830         exist.
6831         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6832
6833 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6834
6835         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6836         if __NR_utimensat is not defined.
6837
6838 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6839
6840         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6841
6842 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6843
6844         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6845         (open): Fix comment typos.  Don't call __open_2 if flags
6846         is a compile time constant without O_CREAT.
6847         (__open64_2): Add nonnull attribute.
6848         (open64): Fix comment typos.  Don't call __open64_2 if flags
6849         is a compile time constant without O_CREAT.
6850         (__openat_2): Add nonnull attribute, fix nonnull attribute
6851         on redirect.
6852         (openat): Fix comment typos.  Don't call __openat_2 if flags
6853         is a compile time constant without O_CREAT.
6854         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6855         on redirect.
6856         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6857         is a compile time constant without O_CREAT.
6858
6859 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6860
6861         * Makerules (sysd-rules): Define PTW for ptw-* files.
6862         * Versions: Define GLIBC_2.7 for libc.
6863         * include/stdio.h: Declare __fortify_fail.
6864         * debug/fortify_fail.c: New file.
6865         * debug/Makefile (routines): Add fortify_fail.
6866         * debug/chk_fail.c: Use __fortify_fail.
6867         * debug/stack_chk_fail.c: Likewise.
6868         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6869         __openat64_2 for GLIBC_2.7.
6870         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6871         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6872         and fails if necessary.
6873         * io/open64.c: Likewise.
6874         * io/openat.c: Likewise.
6875         * io/openat64.c: Likewise.
6876         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6877         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6878         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6879         * io/bits/fcntl2.h: New file.
6880         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6881         __openat64_2.
6882         * include/bits/fcntl2.h: New file.
6883         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6884         Add open_2.
6885         * sysdeps/unix/sysv/linux/open_2.c: New file.
6886
6887 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6888
6889         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6890         as second parameter to handle_intel.
6891
6892         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6893         the entry.
6894
6895         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6896         handling to ...
6897         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6898         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6899         cacheinfo.
6900         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6901         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6902         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6903
6904         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6905
6906 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6907
6908         [BZ #4525]
6909         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6910         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6911         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6912
6913         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6914
6915         [BZ #4514]
6916         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6917         reinitialize workend at the start of each do_positional format spec
6918         loop, free workstart before do_positional loops.
6919         (printf_unknown): Fix size of work_buffer.
6920         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6921
6922         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6923         (public_sET_STATe): If ms->version < 3, put all chunks into
6924         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6925         chunks.
6926
6927         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6928         * malloc/hooks.c: Likewise.
6929         * malloc/arena.c: Likewise.
6930         * malloc/malloc.c (do_check_malloc_state): Don't assert
6931         n_mmaps is not greater than n_mmaps_max.  This removes the need
6932         for the previous change.
6933
6934         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6935         2007-05-07 commit.
6936
6937 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6938
6939         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6940         Define for kernel >= 2.6.22.
6941
6942 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6943
6944         * elf/dl-close.c (_dl_close_worker): When removing object from
6945         global scope, wait for all lookups to finish afterwards.
6946         * elf/dl-open.c (add_to_global): When global scope array must
6947         grow, allocate a new one and free old array only after all
6948         lookups finish.
6949         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6950         (_dl_lookup_symbol_x): Likewise.
6951         * elf/dl-support.c: Define _dl_wait_lookup_done.
6952         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6953         _dl_wait_lookup_done.
6954
6955         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6956         not overlapping with arena.
6957
6958         * malloc/mcheck.c (reallochook): If size==0, free the block.
6959
6960         * rt/tst-shm.c: Use fstat64 instead of fstat.
6961
6962         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6963         __NR_sync_file_range is not defined.
6964
6965 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6966
6967         Dummy files to prevent stub versions from being used.
6968         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6969         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6970         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6971         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6972
6973         * version.h (VERSION): Set to 2.6.90.
6974
6975 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6976
6977         * version.h (VERSION): Define to 2.6.
6978         * include/features.h (__GLIBC_MINOR__): Define to 6.
6979
6980         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6981
6982         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6983         sizes.
6984
6985 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6986
6987         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6988         number of mmaps.  n_mmaps_max is the target.
6989         * malloc/hooks.c: Likewise.
6990         * malloc/arena.c: Likewise.
6991
6992 2007-05-12  Andreas Jaeger  <aj@suse.de>
6993
6994         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6995         getpid.
6996
6997 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6998
6999         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7000         adding new variables.
7001
7002         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7003         optimize.  Completely extend global scope array before making the
7004         new entries visible.
7005
7006 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7007
7008         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7009         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7010         tst-getcpu.
7011
7012         * include/link.h: Move l_version and l_nversion members around to
7013         fill gaps.
7014
7015         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7016
7017         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7018         (__sched_setaffinity_new): If syscall was successful and
7019         RESET_VGETCPU_CACHE is defined, use it before returning.
7020         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7021
7022         * io/sys/stat.h: Make sure struct timespec is defined for
7023         __USE_ATFILE.
7024
7025         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7026         UTIME_OMIT.
7027         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7028         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7029         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7030         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7031         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7032         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7033         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7034         * io/sys/stat.h: Declare utimensat, futimens.
7035         * io/utimensat.c: New file.
7036         * io/futimens.c: New file.
7037         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7038         * sysdeps/unix/sysv/linux/futimens.c: New file.
7039         * io/Makefile (routines): Add utimensat, futimens.
7040         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7041         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7042         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7043         available.
7044
7045         * include/sys/cdefs.h: Redefine __nonnull so that test for
7046         incorrect parameters in the libc code itself are not omitted.
7047
7048 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7049
7050         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7051         exception in addition to inexact when asked to raise only FE_INEXACT.
7052
7053         [BZ #3427]
7054         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7055         in *envp.
7056
7057 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7058
7059         [BZ #4403]
7060         * string/strfry.c (strfry): Make result more random.
7061
7062 2007-05-07  Richard Henderson  <rth@redhat.com>
7063
7064         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7065         if __NO_LONG_DOUBLE_MATH.
7066         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7067         available in the compiler, add .arch directive to the assembly.
7068
7069 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7070
7071         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7072         compat_symbol to GLIBC_2_1.
7073         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7074         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7075         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7076         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7077         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7078         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7079         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7080         libc, not libm.
7081         (__isnanl): New compat_symbol.
7082
7083 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7084             Jakub Jelinek  <jakub@redhat.com>
7085
7086         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7087         (new_heap): Initialize mprotect_size.
7088         (grow_heap): When growing, only mprotect from mprotect_size till
7089         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7090         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7091
7092 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7093             Peter Bergner  <bergner@us.ibm.com>
7094
7095         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7096         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7097         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7098         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7099         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7100         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7101         Call __fe_mask_env() if all FP exceptions disabled.
7102         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7103         from old FPSCR to new fenv to propagate DFP rounding modes.
7104         Call __fe_mask_env() if FP exceptions previously enabled.
7105         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7106         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7107         transitioning from all exceptions disabled to any exception enabled
7108         or visa versa.
7109         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7110         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7111         when transitioning from all exceptions disabled to any exception
7112         enabled or visa versa.
7113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7119
7120 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7121
7122         [BZ #4465]
7123         * posix/unistd.h: Remove __THROW from fdatasync.
7124
7125 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7126
7127         [BZ #4465]
7128         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7129
7130 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7131
7132         * stdio-common/vfprintf.c (process_string_arg): Optimize
7133         ridiculous precision in wide char code printing multi-byte string.
7134         Reported by Jim Meyering <jim@meyering.net>.
7135
7136         [BZ #4131]
7137         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7138         boundaries to work around systems with overlapping binary loading.
7139         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7140
7141 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7142
7143         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7144         __mbsnrtowcs after last change.
7145
7146         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7147         (get_ident): Likewise.
7148
7149 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7150
7151         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7152         with setting the sticky bit.
7153         * math/test-misc.c (main): Add more truncation tests.
7154
7155 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7156
7157         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7158         double in the function declaration.
7159         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7160         double in the function declaration.
7161         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7162         float in the function declaration.
7163         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7164         float in the function declaration.
7165
7166         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7167         denormal operands.  Do not generate FP_EX_DENORM exception.
7168         (FP_UNPACK_RAW_EP): Ditto.
7169         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7170         undefined _FP_UNPACK_RAW_E.
7171         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7172         undefined _FP_UNPACK_RAW_EP.
7173         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7174         undefined _FP_PACK_RAW_E.
7175         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7176         undefined _FP_PACK_RAW_EP.
7177
7178         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7179         _FP_FRAC_COPY_2.
7180         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7181         _FP_FRAC_COPY_4.
7182
7183 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7184             Jakub Jelinek  <jakub@redhat.com>
7185
7186         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7187         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7188         this case.
7189         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7190
7191 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7192
7193         * math/test-misc.c (main): Add tests for rounding long double
7194         values close to smallest double denormalized value to double.
7195
7196 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7197
7198         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7199         condition for truncating to 0.  Set sticky bit for such
7200         truncation.
7201
7202 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7203
7204         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7205         fixed length array for ignore.
7206
7207 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7208
7209         [BZ #4438]
7210         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7211         stack for large precisions.
7212         * stdio-common/test-vfprintf.c (main): Add test for large
7213         precision.
7214
7215 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7216
7217         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7218         for exponent 0.
7219         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7220
7221         [BZ #4439]
7222         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7223         account in the size check.
7224         * resolv/tst-inet_ntop.c: New test.
7225         * resolv/Makefile (tests): Add tst-inet_ntop.
7226
7227 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7228             Jakub Jelinek  <jakub@redhat.com>
7229
7230         [BZ #4349]
7231         * malloc/malloc.c: Keep separate list for first blocks on the bin
7232         lists with a given size.  This helps skipping over list elements
7233         we know won't fit in two places.
7234         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7235
7236 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7237
7238         [BZ #4102]
7239         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7240         label to Teredo tunnel addresses 2001://32.
7241
7242 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7243
7244         * locale/programs/ld-collate.c (collate_read): Allow order_start
7245         after copy.
7246
7247         * locale/programs/ld-collate.c (collate_read): Fix printing of
7248         error message.
7249
7250         [BZ #3213]
7251         * locale/C-translit.h.in: Add entry for U2044.
7252
7253         [BZ #4342]
7254         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7255         hexa-decimal floats without exponent.
7256         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7257
7258 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7259
7260         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7261         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7262         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7263         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7264         GLIBC_2.6.
7265         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7266         Add sched_getcpu.
7267
7268 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7269
7270         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7271         of 0 after the out_fail label.
7272
7273 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7274
7275         [BZ #4406]
7276         * iconv/gconv_charset.h (strip): Allow ':'.
7277         * iconv/iconv_open.c (iconv_open): Adjust comment.
7278
7279 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7280
7281         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7282         version.
7283
7284 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7285
7286         [BZ #4381]
7287         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7288         alignment of buffer and tmp_buffer.
7289         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7290         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7291         alignment of buffer.
7292         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7293         bigger than INT_MAX.
7294         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7295         h_errnop arguments.  Fail if buflen is too small.
7296         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7297
7298 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7299
7300         [BZ #4405]
7301         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7302         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7303
7304 2007-04-22  Roland McGrath  <roland@redhat.com>
7305
7306         * elf/elf.h (NT_PRXFPREG): New macro.
7307
7308 2007-04-19  Andreas Jaeger  <aj@suse.de>
7309
7310         [BZ #3905]
7311         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7312         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7313         Added.
7314
7315 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7316
7317         * include/sys/mman.h: Mark madvise hidden.
7318         * misc/madvise.c: Add libc_hidden_def.
7319
7320 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7321
7322         * nis/nis_domain_of.c (__nis_domain_of): New function.
7323         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7324         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7325         * nis/nis_call.c (rec_dirsearch): Likewise.
7326         (first_shoot): Likewise.  Remove search_parent_first argument.
7327         (struct nis_server_cache): Rename search_parent_first field
7328         to search_parent.
7329         (nis_server_cache_search, nis_server_cache_add): Rename
7330         search_parent_first argument to search_parent.
7331         (__nisfind_server): Likewise.  If search_parent, call
7332         __nis_domain_of.
7333
7334 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7335
7336         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7337
7338 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7339
7340         [BZ #4368]
7341         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7342
7343 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7344
7345         [BZ #4364]
7346         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7347
7348 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7349
7350         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7351         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7352         current number of locales in SUPPORTED.
7353         (create_archive): Initialize serial.
7354         (enlarge_archive): Preserve aliases rather than duplicating
7355         their locrecs.
7356
7357 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7358
7359         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7360         after _IO_un_link, not before it.
7361
7362         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7363         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7364         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7365
7366 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7367
7368         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7369         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7370         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7371         Remove __THROW.
7372         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7373         _IO_file_xsgetn_maybe_mmap): Likewise.
7374         * libio/oldfileops.c (old_do_write): Likewise.
7375         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7376         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7377         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7378         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7379         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7380         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7381         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7382         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7383         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7384         _IO_file_underflow, _IO_file_underflow_mmap,
7385         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7386         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7387         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7388         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7389         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7390         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7391         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7392         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7393         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7394         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7395         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7396         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7397         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7398         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7399         _IO_adjust_column_internal, _IO_default_uflow_internal,
7400         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7401         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7402         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7403         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7404         _IO_file_close_it_internal, _IO_file_underflow_internal,
7405         _IO_file_overflow_internal, _IO_file_attach_internal,
7406         _IO_file_fopen_internal, _IO_file_sync_internal,
7407         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7408         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7409         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7410         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7411         _IO_seekpos_unlocked): Likewise.
7412         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7413         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7414
7415 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7416
7417         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7418         argument in xmalloc size computation.
7419
7420 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7421
7422         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7423         math_opt_barrier and math_force_eval macros.
7424
7425 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7426
7427         [BZ #3306]
7428         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7429         * sysdeps/i386/fpu/math_private.h: New file.
7430         * sysdeps/x86_64/fpu/math_private.h: New file.
7431         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7432         math_force_eval macros.  Use "+m" constraint on asm rather than
7433         "=m" and "m".
7434         * math/s_nextafter.c (__nextafter): Likewise.
7435         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7436         Likewise.
7437         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7438         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7439         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7440         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7441         math_opt_barrier and math_force_eval macros.
7442         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7443         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7444         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7445         (__nexttoward): Use math_opt_barrier and
7446         math_force_eval macros.  Use "+m" constraint on asm rather than
7447         "=m" and "m".  Only use asm to force double result if
7448         FLT_EVAL_METHOD is 2.
7449         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7450         (__nexttowardf): Use math_opt_barrier and
7451         math_force_eval macros.  Use "+m" constraint on asm rather than
7452         "=m" and "m".  Only use asm to force double result if
7453         FLT_EVAL_METHOD is not 0.
7454         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7455         (__nexttowardf): Use math_opt_barrier and
7456         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7457         x to float using asm.
7458         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7459         (__nldbl_nexttowardf): Use math_opt_barrier and
7460         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7461         x to float using asm.
7462         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7463         (__nexttowardf): Use math_opt_barrier and math_force_eval
7464         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7465         * math/bug-nextafter.c (zero, inf): New variables.
7466         (main): Add new tests.
7467         * math/bug-nexttoward.c (zero, inf): New variables.
7468         (main): Add new tests.
7469
7470 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7471
7472         [BZ #3427]
7473         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7474         exceptions both in SW and MXCSR.
7475         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7476         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7477         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7478         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7479         in MXCSR if SSE is available.
7480         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7481         and ldsodefs.h.
7482         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7483         Fix comment typo.
7484         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7485         Return 0 rather than 1.
7486         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7487         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7488         * math/test-fenv.c (feholdexcept_tests): New function.
7489         (main): Call it.
7490
7491 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7492
7493         [BZ #3427]
7494         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7495         in SW.
7496
7497 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7498
7499         [BZ #4344]
7500         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7501         Reported by David Anderson <davea42@earthlink.net>.
7502
7503 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7504
7505         * posix/sys/wait.h: Remove unnecessary forward declaration.
7506
7507 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7508
7509         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7510         with obj->do_servers after first_shoot.
7511
7512 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7513
7514         * posix/Makefile (routines): Add sched_cpucount.
7515         (tests): Add tst-cpucount.
7516         * posix/sched_cpucount.c: New file.
7517         * posix/tst-cpucount.c: New file.
7518         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7519         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7520         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7521         * posix/sched.h: Define CPU_COUNT.
7522
7523 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7524
7525         * posix/fnmatch.c (STRUCT): Define.
7526         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7527         * posix/fnmatch_loop.c (struct STRUCT): New type.
7528         (FCT): Add ends argument.  If ends != NULL and normal * is
7529         seen in the pattern, store current pattern and string pointers
7530         and return.  Adjust recursive calls.
7531         (EXT): Adjust FCT callers.
7532         (STRUCT): Undef at the end of the file.
7533         * posix/Makefile (tests): Add tst-fnmatch2.
7534         * posix/tst-fnmatch2.c: New test.
7535
7536 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7537
7538         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7539         and 1 on failure.
7540
7541         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7542         Change last argument to unsigned int.
7543
7544 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7545
7546         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7547
7548 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7549
7550         * config.h.in (HAVE_LIBCAP): Add.
7551         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7552         sys/capabilities.h.
7553         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7554         free_caps.  Cast away const from 4th cap_set_flag argument.
7555
7556 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7557
7558         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7559         GLIBC_2.6.
7560         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7561         Add sync_file_range.
7562         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7563
7564 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7565
7566         * sysdeps/powerpc/bits/atomic.h
7567         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7568         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7569         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7570         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7571         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7572         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7573         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7574         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7575         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7576         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7577         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7578         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7579         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7580         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7581         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7582         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7583         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7584         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7585         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7586         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7587
7588 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7589
7590         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7591         (__cache_line_size): Define the variable here.  Add
7592         attribute_hidden, remove weak_extern.
7593         (__libc_start_main): Set __cache_line_size
7594         unconditionally.
7595         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7596         (__cache_line_size): Define the variable here.  Add
7597         attribute_hidden, remove weak_extern.
7598         (DL_PLATFORM_AUXV): Set __cache_line_size
7599         unconditionally.
7600         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7601         weak_extern, add attribute_hidden.
7602         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7603         defined in ld.so.
7604         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7605         definition.
7606         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7607
7608 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7609
7610         [BZ #4276]
7611         * timezone/africa: Update from tzdata2007d.
7612         * timezone/asia: Likewise.
7613         * timezone/australasia: Likewise.
7614         * timezone/backward: Likewise.
7615         * timezone/europe: Likewise.
7616         * timezone/iso3166.tab: Likewise.
7617         * timezone/leapseconds: Likewise.
7618         * timezone/northamerica: Likewise.
7619         * timezone/southamerica: Likewise.
7620         * timezone/zone.tab: Likewise.
7621
7622         * timezone/private.h: Update from tzcode2007d.
7623         * timezone/zdump.c: Likewise.
7624         * timezone/zic.c: Likewise.
7625
7626 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7627
7628         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7629         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7630         variables.
7631         (nis_server_cache_search, nis_server_cache_add): New functions.
7632         (__nisfind_server): Use them.  Add dbp and flags argument, if
7633         call __nisbind_create.
7634         (__nisbind_create): Add server_used and current_ep arguments,
7635         only call __nis_findfastest if server_used is ~0.
7636         (__do_niscall2, __prepare_niscall): Adjust callers.
7637         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7638         ckey_cache_euid, ckey_cache_lock): New variables.
7639         (get_ckey): New function.
7640         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7641         __pmap_getnisport.  Save __pmap_getnisport result in
7642         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7643         key.
7644         * nis/nis_lookup.c (nis_lookup): Likewise.
7645         * nis/nis_table.c (nis_list): Likewise.
7646         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7647         prototypes.
7648
7649         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7650         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7651         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7652         _nss_nisplus_getservbyport_r): Likewise.
7653         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7654         _nss_nisplus_getnetbyaddr_r): Likewise.
7655         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7656         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7657         _nss_nisplus_getntohost_r): Likewise.
7658         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7659         _nss_nisplus_getrpcbynumber_r): Likewise.
7660
7661 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7662
7663         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7664         * configure: Rebuilt.
7665
7666         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7667         bit-fields.
7668         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7669
7670 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7671
7672         [BZ #2831]
7673         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7674         bit-fields.
7675
7676 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7677
7678         * nscd/gai.c: Include alloca.h.
7679         (__libc_use_alloca): Define.
7680
7681 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7682
7683         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7684         smaller scopes.
7685         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7686         (DL_DST_REQUIRED): Adjust user.
7687
7688         * include/dlfcn.h (struct link_map): New forward decl.
7689
7690         * inet/getnameinfo.c: Include stddef.h.
7691         (getnameinfo): Use offsetof.
7692
7693         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7694
7695         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7696
7697         * string/strerror_l.c: Include stdlib.h.
7698
7699         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7700         * config.make.in (gnu89-inline-CFLAGS): New variable.
7701         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7702         -std=gnu99.
7703         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7704         * argp/argp.h: Use it.
7705         * bits/mathinline.h: Likewise.
7706         * bits/sigset.h: Likewise.
7707         * bits/string.h: Likewise.
7708         * ctype/ctype.h: Likewise.
7709         * hurd/hurd.h: Likewise.
7710         * hurd/hurd/fd.h: Likewise.
7711         * hurd/hurd/port.h: Likewise.
7712         * hurd/hurd/signal.h: Likewise.
7713         * hurd/hurd/threadvar.h: Likewise.
7714         * hurd/hurd/userlink.h: Likewise.
7715         * io/sys/stat.h: Likewise.
7716         * libio/bits/stdio.h: Likewise.
7717         * libio/bits/stdio2.h: Likewise.
7718         * mach/lock-intern.h: Likewise.
7719         * mach/mach/mig_support.h: Likewise.
7720         * math/bits/cmathcalls.h: Likewise.
7721         * posix/bits/unistd.h: Likewise.
7722         * socket/bits/socket2.h: Likewise.
7723         * stdlib/bits/stdlib.h: Likewise.
7724         * stdlib/stdlib.h: Likewise.
7725         * string/argz.h: Likewise.
7726         * string/bits/string2.h: Likewise.
7727         * string/bits/string3.h: Likewise.
7728         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7729         * sysdeps/generic/inttypes.h: Likewise.
7730         * sysdeps/generic/machine-lock.h: Likewise.
7731         * sysdeps/generic/machine-sp.h: Likewise.
7732         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7733         * sysdeps/i386/i486/bits/string.h: Likewise.
7734         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7735         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7736         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7737         * sysdeps/mach/i386/machine-lock.h: Likewise.
7738         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7739         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7740         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7741         * sysdeps/s390/bits/string.h: Likewise.
7742         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7743         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7744         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7745         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7746         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7747         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7748         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7749         * wcsmbs/bits/wchar2.h: Likewise.
7750         * wcsmbs/wchar.h: Likewise.
7751         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7752         __extern_inline definition.
7753
7754 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7755
7756         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7757         NULL.
7758
7759         [BZ #3919]
7760         * math/libm-test.inc (log_test): Test -Inf and NaN.
7761         (log10_test, log1p_test, log2_test): Test -Inf.
7762         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7763         FE_INVALID when argument is qNaN.
7764         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7765         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7766         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7767         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7768         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7769         testb $4, %ah and jump if non-zero.
7770         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7771         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7772
7773         [BZ #4101]
7774         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7775         ancestors with the same depths.
7776         Patch by Niels Moeller <nisse@lysator.liu.se>.
7777         (filter_doc): Don't crash if argp is NULL.
7778         * argp/Makefile (tests): Add tst-argp2.
7779         * argp/tst-argp2.c: New test.
7780
7781         [BZ #4130]
7782         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7783         open_not_cancel_2.
7784         (updwtmp_file): Likewise.
7785
7786         [BZ #4181]
7787         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7788         (inet6_opt_append): Don't check extlen is big enough if extbuf
7789         is NULL.
7790         (inet6_opt_finish): Likewise.
7791         * inet/Makefile (tests): Add test-inet6_opt.
7792         * inet/test-inet6_opt.c: New test.
7793
7794         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7795         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7796         NLMSG_ERR.  Instead use a page sized buffer.
7797         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7798         buffer.
7799
7800 2007-03-14  Richard Henderson  <rth@redhat.com>
7801
7802         * sysdeps/alpha/fpu/s_llround.c: New file.
7803         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7804         * sysdeps/alpha/fpu/s_lround.c: New file.
7805         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7806         * sysdeps/alpha/fpu/s_round.c: New file.
7807         * sysdeps/alpha/fpu/s_roundf.c: New file.
7808         * sysdeps/alpha/fpu/s_trunc.c: New file.
7809         * sysdeps/alpha/fpu/s_truncf.c: New file.
7810
7811         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7812         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7813         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7814         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7815         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7816         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7817
7818         * sysdeps/alpha/fpu/s_fmax.S: New file.
7819         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7820         * sysdeps/alpha/fpu/s_fmin.S: New file.
7821         * sysdeps/alpha/fpu/s_fminf.S: New file.
7822         * sysdeps/alpha/fpu/s_isnan.c: New file.
7823         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7824         * sysdeps/alpha/fpu/s_llrint.c: New file.
7825         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7826         * sysdeps/alpha/fpu/s_lrint.c: New file.
7827         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7828         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7829         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7830
7831         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7832         (__fdimf, fdimf, __fdim, fdim): Remove.
7833         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7834         (__isnanf, __isnan, __isnanl): New.
7835
7836 2007-03-13  Richard Henderson  <rth@redhat.com>
7837
7838         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7839
7840 2007-03-13  Richard Henderson  <rth@redhat.com>
7841
7842         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7843         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7844         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7845         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7846         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7847         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7848
7849 2007-03-13  Richard Henderson  <rth@redhat.com>
7850
7851         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7852         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7853         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7854         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7855         Move to dl-auxv.h; initialize instead of extern weak.
7856         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7857         weak symbol.
7858         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7859         Extern instead of initialized.
7860
7861 2007-03-13  Richard Henderson  <rth@redhat.com>
7862
7863         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7864         __sigsuspend_nocancel.
7865
7866 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7867
7868         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7869         172.16/12 address range.
7870
7871 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7872
7873         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7874         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7875         message.
7876
7877 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7878
7879         [BZ #4069]
7880         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7881         earlier.
7882         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7883
7884         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7885         for x qNaN and y either +-inf or non-integer value.
7886         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7887         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7888         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7889
7890 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7891
7892         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7893         from sysdep_headers.
7894
7895 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7896
7897         * time/tzfile.c (find_transition): Instead of a linear search try to
7898         guess the transition index, use a linear search if the result is at
7899         most 10 transitions away from the guess or binary search otherwise.
7900
7901 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7902
7903         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7904         memory reallocation.
7905
7906 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7907
7908         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7909         and fix some typos.
7910         Optimize use of TOLOWER.
7911
7912         [BZ #3325]
7913         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7914         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7915         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7916
7917         [BZ #3458]
7918         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7919         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7920
7921         [BZ #4076]
7922         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7923         (open_dir_stream): Likewise.
7924         * io/Makefile (tests): Add bug-ftw5.
7925         * io/bug-ftw5.c: New file.
7926
7927         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7928         * nscd/servicescache.c (cache_addserv): Likewise.
7929
7930         * nscd/grpcache.c (cache_addgr): In case a record changed on
7931         refresh, adjust key_copy.
7932
7933         [BZ #4074]
7934         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7935         refresh, adjust key_copy.
7936
7937         [BZ #4070]
7938         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7939         special cases.
7940         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7941
7942 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7943
7944         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7945         optimization.
7946
7947         * stdio-common/vfscanf.c: Small cleanups throughout.
7948
7949 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7950
7951         [BZ #3325]
7952         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7953         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7954         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7955         Patch by Jared Casper <jaredcasper@gmail.com>.
7956
7957         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7958         * sysdeps/unix/opendir.c: Likewise.
7959         * sysdeps/unix/readdir.c: Likewise.
7960
7961         [BZ #2211]
7962         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7963         point numbers.
7964         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7965
7966         * stdio-common/vfscanf.c: Fix problems in width accounting.
7967         * stdio-common/tst-sscanf.c (double_tests): New tests.
7968         (main): Hook them up.
7969
7970         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7971         More simplifications of floating-point reader.
7972
7973         * stdio-common/Makefile (tests): Add tst-swscanf.
7974         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7975         testing.
7976         * stdio-common/tst-swscanf.c: New file.
7977
7978 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7979
7980         [BZ #2633]
7981         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7982         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7983         Remove using for __jmp_buf_tag.
7984         * locale/locale.h (struct lconv): Also define in std namespace.
7985         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7986
7987         [BZ #3842]
7988         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7989         using __libc_enable_secure.
7990
7991         [BZ #3818]
7992         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7993
7994         [BZ #3745]
7995         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7996         of names for ellipsises.
7997
7998         [BZ #3348]
7999         * malloc/memusage.sh: Cleanups.
8000         * debug/xtrace.sh: Quoting and trap changes.
8001
8002 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8003
8004         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8005
8006         * locale/iso-3166.def: Update entry for Serbia.
8007         * locale/iso-4217.def: Define RSD, remove CSD.
8008
8009         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8010         and 64-bit operations.
8011
8012         [BZ #4040]
8013         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8014         16-bit operations.
8015
8016         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8017         of writev.
8018
8019 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8020
8021         [BZ #3991]
8022         * assert/assert.h (assert): Simplify.
8023         (assert_perror): Likewise.
8024         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8025
8026         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8027         reqdata.
8028
8029         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8030         change: don't pass NULL in place of an integer.
8031
8032 2007-02-02  Bruno Haible  <bruno@clisp.org>
8033
8034         [BZ #3954]
8035         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8036         Add mapping for U+327E.
8037         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8038         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8039         mapping of 0xD9 0xE8.
8040         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8041         mapping of U+327E.
8042         Reported by Jungshik Shin <jungshik@google.com>.
8043
8044         [BZ #3955]
8045         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8046         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8047         Reported by Jungshik Shin <jungshik@google.com>.
8048
8049 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8050
8051         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8052         byte variants.
8053
8054         [BZ #4040]
8055         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8056         byte variants.  Patch mostly be tom@tommay.net.
8057
8058 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8059
8060         [BZ #3996]
8061         * posix/glob.c (attribute_hidden): Define if not defined.
8062         (glob): Unescape dirname, filename or username when needed and not
8063         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8064         is NULL.  Handle unescaped [ in pattern without closing ].
8065         Don't pass GLOB_CHECK down to recursive glob for directories.
8066         (__glob_pattern_type): New function.
8067         (__glob_pattern_p): Implement using __glob_pattern_type.
8068         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8069         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8070         Remove unreachable code.
8071         * posix/globtest.sh: Add a couple of new tests.
8072
8073 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8074
8075         * po/ru.po: Update from translation team.
8076
8077 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8078
8079         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8080         to the list of i486+ CPUs.
8081         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8082
8083 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8084
8085         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8086         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8087         references.
8088
8089 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8090
8091         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8092
8093         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8094         * resolv/res_mkquery.c: Define __res_nopt.
8095         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8096         try adding EDNS0 record.
8097         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8098         EDNS0 record was send make sure we don't try it again.
8099         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8100         * include/resolv.h: Declare __res_nopt.
8101
8102 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8103
8104         [BZ #3944]
8105         * time/strptime_l.c (__strptime_internal): Set have_mon for
8106         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8107         have been computed from tm_yday and tm_year.  Don't crash
8108         in day_of_the_week or day_of_the_year if not have_mon
8109         and tm_mon contains bogus value.
8110         * time/Makefile (tests): Add tst-strptime3.
8111         * time/tst-strptime3.c: New test.
8112
8113 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8114
8115         [BZ #3957]
8116         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8117         bit for RE_HAT_LISTS_NOT_NEWLINE.
8118         (build_charclass_op): Remove bogus comment.
8119         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8120         * posix/bug-regex27.c: New test.
8121         * posix/bug-regex28.c: New test.
8122
8123 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8124
8125         * po/sv.po: Update from translation team.
8126
8127 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8128
8129         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8130
8131 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8132
8133         * include/locale.h (__uselocale): Add libc_hidden_proto.
8134         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8135
8136         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8137         gettimeofday.
8138
8139 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8140
8141         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8142         returning.
8143         (PTR_DEMANGLE): Real definition now that it's not the same as
8144         PRT_MANGLE anymore.
8145         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8146
8147         * string/strerror_l.c: New file.
8148         * string/Makefile (routines): Add strerror_l.
8149         * string/string.h: Declare strerror_l.
8150         * string/Versions: Export strerror_l for GLIBC_2.6.
8151
8152 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8153
8154         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8155         as parameter.  Construct request record.  Try sending request
8156         before the first poll use, it usually succeeds.  Adjust all
8157         callers.
8158         * nscd/nscd-client.h: Define MAXKEYLEN.
8159         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8160
8161 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8162
8163         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8164         from return value.
8165         * nscd/nscd_helper.c: Include string.h.
8166         (__nscd_cache_search): Remove const qualifier from return value.
8167         On strict alignment architectures check hash entry and data head
8168         alignment.
8169         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8170         mmapped data during GC cycle contains garbage.  If
8171         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8172         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8173         dropped to 0.
8174         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8175         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8176         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8177         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8178         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8179
8180 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8181
8182         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8183
8184 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8185
8186         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8187         names not numbers in cfi_*.
8188
8189 2007-01-26  Andreas Jaeger  <aj@suse.de>
8190
8191         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8192         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8193         Correct values of PER_HPUX and PER_OSF4.
8194
8195 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8196
8197         * elf/dl-minimal.c: Undefine _itoa first.
8198         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8199         * malloc/mtrace.c: Revert last change.
8200         * posix/wordexp.c: Likewise.
8201
8202 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8203
8204         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8205         and __geode__ to the list of i486+ CPUs.
8206         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8207
8208 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8209
8210         * stdio-common/_itoa.c: Include <limits.h>.
8211         * stdio-common/_itowa.c: Likewise.
8212
8213 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8214
8215         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8216         platforms.
8217         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8218         64-bit platforms.
8219         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8220         possible.
8221         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8222         if possible.
8223
8224         [BZ #3902]
8225         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8226         * stdio-common/Makefile (tests): Add bug17.
8227         * stdio-common/bug17.c: New file.
8228
8229 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8230
8231         * iconvdata/brf.c: New file.
8232         * iconvdata/testdata/BRF: New file.
8233         * iconvdata/testdata/BRF..UTF8: New file.
8234         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8235         * iconvdata/Makefile: Add rules to build BRF.
8236         * iconvdata/TESTS: Add BRF entry.
8237         * iconvdata/gconv-modules: Likewise.
8238         * iconvdata/tst-tables.sh: Likewise.
8239
8240 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8241
8242         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8243         type `long long int', not `long int'.
8244         (wcstoq): Likewise.
8245
8246 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8247
8248         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8249         of values on 64-bit platforms which are too large.
8250
8251 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8252             Joe Kerian  <jkerian@us.us.ibm.com>
8253
8254         [BZ #2749]
8255         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8256         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8257         (__copysignl): Use signbit() for comparison.
8258         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8259         SET_LDOUBLE_WORDS64.
8260
8261         [BZ #2423, #2749]
8262         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8263         (__ceill): Remove calls to fegetround(), fesetround().
8264         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8265         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8266         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8267
8268 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8269
8270         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8271
8272         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8273
8274 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8275
8276         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8277         demangle pointer.
8278         * csu/libc-start.c: Likewise.
8279
8280 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8281
8282         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8283         really work anyway.
8284
8285 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8286
8287         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8288         users.
8289         (handle_request): Remove unnecessary tests.
8290
8291         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8292
8293 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8294
8295         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8296         workbits in semi-raw fraction.
8297
8298         * math/test-misc.c: Add new tests.
8299
8300 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8301
8302         * math/basic-test.c: Include test-skeleton.c.
8303         (TEST_TRUNC): Define.
8304         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8305         (main): Rename to ...
8306         (do_test): ...this.  Run new tests.
8307         (TEST_FUNCTION): Define.
8308
8309 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8310             Joe Kerian  <jkerian@us.us.ibm.com>
8311
8312         [BZ #2749]
8313         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8314         handling for high words.
8315         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8316         and overflow for infinity.
8317
8318 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8319
8320         * nscd/connections.c (handle_request): Add a __builtin_expect.
8321
8322         * nscd/connections.c (serv2db): Change type into structure which
8323         also says whether this is a request for data.  Renamed to
8324         servinfo.  All users changed.
8325         (handle_request): Much simpler test whether we should search the cache.
8326
8327         * nscd/connections.c (handle_request): Fix thinko in selinux test
8328         invocation.
8329
8330         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8331         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8332         it before getting dl_load_lock and then relock.
8333         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8334         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8335         case we unlocked the scope.
8336         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8337         _dl_lookup_symbol_x in case we locked the scope.
8338         (_dl_profile_fixup): Likewise.
8339         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8340         set DL_LOOKUP_SCOPE_LOCK.
8341
8342 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8343
8344         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8345         CFLAGS-getsrvbynpt_r.c.
8346         * nscd/getsrvbynm_r.c: New file.
8347         * nscd/getsrvbypt_r.c: New file.
8348         * nscd/nscd_getserv_r.c: New file.
8349         * nscd/servicescache.c: New file.
8350         * nscd/Makefile (routines): Add nscd_getserv_r.
8351         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8352         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8353         CFLAGS-getsrvbypt_r.c.
8354         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8355         table.  Add entries for services database.
8356         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8357         services database.
8358         (dbs): Add .reset_res and servdb initialization.
8359         (serv2db): Add entries for services database.
8360         (verify_persistent_db): Accept dbnr == servdb.
8361         (invalidate_cache): Rewrite database name recognition to use a table.
8362         Call res_init() if .reset_res is set for database.
8363         (handle_request): Add code to handle services database.
8364         * nscd/gai.c: Don't define __getservbyname_r.
8365         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8366         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8367         (serv_response_header): Define.
8368         (struct datahead): Add serv_response_header member.
8369         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8370         using table.
8371         * nscd/nscd.conf: Add entries for services database.
8372         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8373         Declare serv_iov_disabled.
8374         Declare addservbyname, readdservbyname, addservbyport, and
8375         readdservbyport.
8376         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8377         (find_db): Fix error message.
8378         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8379         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8380         * nscd/selinux.c (perms): Add entries for services database.
8381         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8382         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8383
8384         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8385         * nscd/hstcache.c: Likewise.
8386         * nscd/pwdcache.c: Likewise.
8387
8388         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8389         computation of keylen.
8390
8391         * include/string.h: Only redefine strndupa if this is really for
8392         libc code.
8393
8394 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8395
8396         * nscd/nscd_gethst_r.c: Minor cleanups.
8397
8398         * nscd/connections.c (handle_request): Check selinux permissions
8399         for all non-admin commands.
8400
8401         * sysdeps/i386/i486/bits/atomic.h: Define
8402         atomic_compare_and_exchange_val_acq,
8403         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8404         using __sync_* built-ins for gcc >= 4.1.
8405         * sysdeps/x86_64/bits/atomic.h: Likewise.
8406
8407         [BZ #3840]
8408         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8409         and .oS.d files.
8410
8411 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8412
8413         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8414         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8415         (do_test): Check errno and exit(0) if ENOSYS.
8416
8417 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8418
8419         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8420         thousands separators.
8421         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8422         * stdlib/tst-strtod4.c: New test.
8423
8424         [BZ #3855]
8425         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8426         hexadecimal digit should accept just the initial 0.
8427         * stdlib/tst-strtod2.c (tests): New variable.
8428         (do_test): Run several tests rather than just one.
8429
8430 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8431
8432         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8433         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8434
8435 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8436
8437         * io/fts.c: Make sure fts_cur is always valid after return from
8438         fts_read.
8439         Patch by Miloslav Trmac <mitr@redhat.com>.
8440
8441 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8442
8443         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8444         (R_MIPS_NUM): Bump by 1.
8445
8446 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8447
8448         * posix/execvp.c: Include alloca.h.
8449         (allocate_scripts_argv): Renamed to...
8450         (scripts_argv): ... this.  Don't allocate buffer here nor count
8451         arguments.
8452         (execvp): Use alloca if possible.
8453         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8454         * posix/tst-vfork3.c: New test.
8455
8456 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8457
8458         * string/Makefile (tst-strxfrm2-ENV): Define.
8459         * stdlib/Makefile (tst-strtod3-ENV): Define.
8460
8461 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8462
8463         * posix/getconf.c: Update copyright year.
8464         * nss/getent.c: Likewise.
8465         * iconv/iconvconfig.c: Likewise.
8466         * iconv/iconv_prog.c: Likewise.
8467         * elf/ldconfig.c: Likewise.
8468         * catgets/gencat.c: Likewise.
8469         * csu/version.c: Likewise.
8470         * elf/ldd.bash.in: Likewise.
8471         * elf/sprof.c (print_version): Likewise.
8472         * locale/programs/locale.c: Likewise.
8473         * locale/programs/localedef.c: Likewise.
8474         * nscd/nscd.c (print_version): Likewise.
8475         * debug/xtrace.sh: Likewise.
8476         * malloc/memusage.sh: Likewise.
8477         * malloc/mtrace.pl: Likewise.
8478         * debug/catchsegv.sh: Likewise.
8479
8480 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8481
8482         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8483         attempts.
8484
8485 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8486
8487         * posix/wordexp.c: Remove some unnecessary tests.
8488
8489 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8490
8491         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8492         blacklist the group till after we look it up.
8493
8494 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8495
8496         * include/atomic.h (atomic_forced_read): New macro.
8497
8498 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8499
8500         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8501
8502 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8503
8504         * nss/getXXbyYY_r.c: Include atomic.h.
8505         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8506         add atomic_write_barrier () in between.
8507
8508         * stdlib/Makefile (tests): Add tst-makecontext.
8509         * stdlib/tst-makecontext.c: New test.
8510
8511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8512         (__makecontext): Don't realign uc_mcontext.uc_regs.
8513
8514 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8515
8516         * elf/dl-support.c: Include dl-procinfo.h.
8517         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8518         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8519         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8520         Define.
8521         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8522         hardcoded constants.
8523         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8524         PPC_PLATFORM_* macros for array designators.
8525
8526 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8527
8528         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8529         names to the beginning.
8530         (_dl_powerpc_platforms): Add "power6x".
8531         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8532         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8533         (_DL_PLATFORMS_COUNT): Increase.
8534         (_dl_string_platform): Handle power6x case.
8535         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8536         PPC_FEATURE_POWER6_EXT): Define.
8537         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8538
8539 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8540
8541         [BZ #3747]
8542         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8543         [-2^31 .. 2^31) range.
8544         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8545         targets.
8546         * stdlib/tst-rand48-2.c: New test.
8547         * stdlib/Makefile (tests): Add tst-rand48-2.
8548
8549 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8550
8551         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8552
8553 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8554
8555         * misc/tst-pselect.c (do_test): Make sure the helper process is
8556         terminating when the test is aborted.
8557
8558 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8559
8560         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8561         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8562         Handle relatime mount option.
8563
8564         [BZ #2337]
8565         * libio/Makefile (tests): Add tst-setvbuf1.
8566         * libio/tst-setvbuf1.c: New file.
8567
8568 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8569
8570         [BZ #2337]
8571         * libio/genops.c (__uflow): Fix a typo.
8572         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8573         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8574         the narrow buffer size.
8575
8576 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8577
8578         [BZ #2337]
8579         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8580         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8581         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8582         in _flags.
8583         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8584         _IO_wstr_finish): Likewise.
8585         * libio/wmemstream.c (open_wmemstream): Likewise.
8586         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8587         even for wide streams.
8588
8589 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8590
8591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8592         kernel-features.h.
8593
8594 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8595
8596         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8597         separators also if no non-zero digits found.
8598         * stdlib/Makefile (tests): Add tst-strtod3.
8599
8600 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8601
8602         [BZ #3632]
8603         * include/features.h: Fix comment about default value for
8604         _POSIX_C_SOURCE.
8605
8606         [BZ #3664]
8607         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8608         empty parsed strings.
8609         * stdlib/Makefile (tests): Add tst-strtod2.
8610         * stdlib/tst-strtod2.c: New file.
8611
8612         [BZ #3673]
8613         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8614         computation.
8615         * stdlib/Makefile (tests): Add tst-atof2.
8616         * stdlib/tst-atof2.c: New file.
8617
8618         [BZ #3674]
8619         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8620         correctly if removing trailing zero of hex-float.
8621         * stdlib/Makefile (tests): Add tst-atof1.
8622         * stdlib/tst-atof1.c: New file.
8623
8624 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8625
8626         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8627         Start searching for next comma at p rather than rest.
8628         * misc/Makefile (tests): Add tst-mntent2.
8629         * misc/tst-mntent2.c: New test.
8630
8631         * misc/getusershell.c (initshells): Check for integer overflows.
8632         Make strings buffer one bigger as fgets always succeeds when second
8633         argument is 1.  Don't use calloc for shells array.  Disallow
8634         / as shell.
8635
8636 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8637
8638         * malloc/memusage.c: Handle realloc with new size of zero and
8639         non-NULL pointer correctly.
8640         (me): Really write first record twice.
8641         (struct entry): Make format bi-arch safe.
8642         (dest): Write out more realloc statistics.
8643         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8644
8645 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8646
8647         * nis/nis_subr.c (nis_getnames): Revert last change.
8648
8649 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8650
8651         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8652         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8653         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8654         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8655         ENOTTY.
8656         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8657         * io/tst-ttyname_r.c: New test.
8658
8659 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8660
8661         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8662
8663 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8664
8665         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8666         jump table entries.
8667
8668 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8669
8670         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8671         `clone' function to ensure proper unwinding stop of gdb.
8672         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8673
8674 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8675
8676         * nscd/nscd.init: Remove obsolete and commented-out -S option
8677         handling.
8678
8679 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8680
8681         [BZ #3514]
8682         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8683
8684         [BZ #3515]
8685         * manual/string.texi (strtok): Remove duplicate paragraph.
8686
8687 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8688
8689         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8690         libgcc not supporting `rflags' unwinding (register # >= 17).
8691
8692 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8693
8694         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8695         succeeded.
8696
8697 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8698             Jakub Jelinek  <jakub@redhat.com>
8699             Jan Kratochvil  <jan.kratochvil@redhat.com>
8700
8701         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8702         unwind information.
8703         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8704         'restore_rt' even in the 'signal' directory.
8705         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8706
8707 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8708
8709         [BZ #3559]
8710         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8711         malloc crashed.  Don't allocate memory unnecessarily in each
8712         loop.
8713
8714 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8715
8716         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8717
8718 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8719
8720         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8721
8722 2006-11-18  Bruno Haible  <bruno@clisp.org>
8723
8724         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8725         __sysconf only after having tried to call getgroups32.
8726
8727 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8728
8729         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8730         addresses for IPv4 queries if they can be mapped.
8731
8732 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8733
8734         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8735         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8736         (signmask): Add .size directive.
8737         (othermask): Add .type directive.
8738
8739 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8740
8741         * po/nl.po: Update from translation team.
8742
8743         * timezone/zdump.c: Redo fix for BZ #3137.
8744
8745 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8746
8747         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8748         to first_unused after parsing :include: file.
8749
8750 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8751
8752         * timezone/africa: Update from tzdata2006o.
8753         * timezone/antarctica: Likewise.
8754         * timezone/asia: Likewise.
8755         * timezone/australasia: Likewise.
8756         * timezone/backward: Likewise.
8757         * timezone/europe: Likewise.
8758         * timezone/iso3166.tab: Likewise.
8759         * timezone/northamerica: Likewise.
8760         * timezone/southamerica: Likewise.
8761         * timezone/zone.tab: Likewise.
8762
8763         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8764         on machines with 64-bit time_t.
8765
8766         * timezone/checktab.awk: Update from tzcode2006o.
8767         * timezone/ialloc.c: Likewise.
8768         * timezone/private.h: Likewise.
8769         * timezone/scheck.c: Likewise.
8770         * timezone/tzfile.h: Likewise.
8771         * timezone/tzselect.ksh: Likewise.
8772         * timezone/zdump.c: Likewise.
8773         * timezone/zic.c: Likewise.
8774
8775         [BZ #3483]
8776         * elf/ldconfig.c (main): Call setlocale and textdomain.
8777         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8778
8779         [BZ #3480]
8780         * manual/argp.texi: Fix typos.
8781         * manual/charset.texi: Likewise.
8782         * manual/errno.texi: Likewise.
8783         * manual/filesys.texi: Likewise.
8784         * manual/lang.texi: Likewise.
8785         * manual/maint.texi: Likewise.
8786         * manual/memory.texi: Likewise.
8787         * manual/message.texi: Likewise.
8788         * manual/resource.texi: Likewise.
8789         * manual/search.texi: Likewise.
8790         * manual/signal.texi: Likewise.
8791         * manual/startup.texi: Likewise.
8792         * manual/stdio.texi: Likewise.
8793         * manual/sysinfo.texi: Likewise.
8794         * manual/syslog.texi: Likewise.
8795         * manual/time.texi: Likewise.
8796         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8797
8798         [BZ #3465]
8799         * sunrpc/clnt_raw.c: Minimal message improvements.
8800         * sunrpc/pm_getmaps.c: Likewise.
8801         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8802         * nis/nis_print_group_entry.c: Likewise.
8803         * locale/programs/repertoire.c: Likewise.
8804         * locale/programs/charmap.c: Likewise.
8805         * malloc/memusage.sh: Likewise.
8806         * elf/dl-deps.c: Likewise.
8807         * locale/programs/ld-collate.c: Likewise.
8808         * libio/vswprintf.c: Likewise.
8809         * malloc/memusagestat.c: Likewise.
8810         * sunrpc/auth_unix.c: Likewise.
8811         * sunrpc/rpc_main.c: Likewise.
8812         * nscd/cache.c: Likewise.
8813         * locale/programs/repertoire.c: Unify output messages.
8814         * locale/programs/charmap.c: Likewise.
8815         * locale/programs/ld-ctype.c: Likewise.
8816         * locale/programs/ld-monetary.c: Likewise.
8817         * locale/programs/ld-numeric.c: Likewise.
8818         * locale/programs/ld-time.c: Likewise.
8819         * elf/ldconfig.c: Likewise.
8820         * nscd/selinux.c: Likewise.
8821         * elf/cache.c: Likewise.
8822         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8823
8824         [BZ #3451]
8825         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8826         change atomic.
8827         (ceil): Likewise.
8828
8829 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8830
8831         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8832         if N is one bigger than return value.
8833         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8834         and l1 last arguments, if buf is defined, verify the return value
8835         equals to strlen (buf) and verify no byte beyond passed length
8836         is modified.
8837
8838 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8839
8840         * po/sv.po: Update from translation team.
8841
8842 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8843
8844         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8845         noinline attribute.
8846
8847 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8848
8849         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8850         noinline attribute.
8851
8852         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8853         Use __new_sys_siglist instead of _sys_siglist_internal as
8854         second macro argument.
8855         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8856         strong_alias.
8857
8858 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8859
8860         [BZ #3493]
8861         * posix/unistd.h (sysconf): Remove const attribute.
8862
8863         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8864         temporary or deprecated addresses.
8865         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8866
8867         * string/Makefile (tests): Add tst-strxfrm2.
8868         * string/tst-strxfrm2.c: New file.
8869
8870 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8871
8872         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8873         rather than r->r_brk.
8874
8875 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8876
8877         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8878         optimization even if needed > n.
8879
8880         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8881         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8882         return false, otherwise return true.
8883         (cache_rpath): Return decompose_rpath return value.
8884
8885 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8886
8887         * include/libc-symbols.h (declare_symbol): Rename to...
8888         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8889         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8890         .size directive.
8891         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8892         changes.
8893         * sysdeps/gnu/siglist.c: Likewise.
8894
8895 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8896
8897         * sysdeps/powerpc/fpu/bits/mathinline.h
8898         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8899         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8900
8901 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8902
8903         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8904         Update handling of cache descriptor 0x49 for new models.
8905         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8906         Likewise.
8907
8908 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8909
8910         * malloc/memusage.c (dest): Reset not_me back to false after
8911         printing statistics.
8912
8913 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8914
8915         * configure.in: Work around ld --help change and avoid -z relro
8916         test completely if the architecture doesn't care about security.
8917
8918 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8919
8920         * po/sv.po: Update from translation team.
8921
8922 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8923
8924         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8925         generate compatibility version.
8926
8927 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8928
8929         * configure.in: Relax -z relro requirement a bit.
8930
8931         * po/sv.po: Update from translation team.
8932
8933 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8934
8935         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8936         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8937         * elf/dl-close.c (_dl_close_worker): Likewise.
8938         * elf/dl-open.c (_dl_open_worker): Likewise.
8939         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8940
8941 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8942
8943         * configure.in: Require assembler support for visibility, compiler
8944         support for visibility and aliases, linker support for various -z
8945         options.
8946         * Makeconfig: Remove conditional code which now is unnecessary.
8947         * config.h.in: Likewise.
8948         * config.make.in: Likewise.
8949         * dlfcn/Makefile: Likewise.
8950         * elf/Makefile: Likewise.
8951         * elf/dl-load.c: Likewise.
8952         * elf/rtld.c: Likewise.
8953         * include/libc-symbols.h: Likewise.
8954         * include/stdio.h: Likewise.
8955         * io/Makefile: Likewise.
8956         * io/fstat.c: Likewise.
8957         * io/fstat64.c: Likewise.
8958         * io/fstatat.c: Likewise.
8959         * io/fstatat64.c: Likewise.
8960         * io/lstat.c: Likewise.
8961         * io/lstat64.c: Likewise.
8962         * io/mknod.c: Likewise.
8963         * io/mknodat.c: Likewise.
8964         * io/stat.c: Likewise.
8965         * io/stat64.c: Likewise.
8966         * libio/stdio.c: Likewise.
8967         * nscd/Makefile: Likewise.
8968         * stdlib/Makefile: Likewise.
8969         * stdlib/atexit.c: Likewise.
8970         * sysdeps/generic/ldsodefs.h: Likewise.
8971         * sysdeps/i386/dl-machine.h: Likewise.
8972         * sysdeps/i386/sysdep.h: Likewise.
8973         * sysdeps/i386/i686/memcmp.S: Likewise.
8974         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8975         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8976         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8977
8978         * Makerules: USE_TLS support is now default.
8979         * tls.make.c: Likewise.
8980         * csu/Versions: Likewise.
8981         * csu/libc-start.c: Likewise.
8982         * csu/libc-tls.c: Likewise.
8983         * csu/version.c: Likewise.
8984         * dlfcn/dlinfo.c: Likewise.
8985         * elf/dl-addr.c: Likewise.
8986         * elf/dl-cache.c: Likewise.
8987         * elf/dl-close.c: Likewise.
8988         * elf/dl-iteratephdr.c: Likewise.
8989         * elf/dl-load.c: Likewise.
8990         * elf/dl-lookup.c: Likewise.
8991         * elf/dl-object.c: Likewise.
8992         * elf/dl-open.c: Likewise.
8993         * elf/dl-reloc.c: Likewise.
8994         * elf/dl-support.c: Likewise.
8995         * elf/dl-sym.c: Likewise.
8996         * elf/dl-sysdep.c: Likewise.
8997         * elf/dl-tls.c: Likewise.
8998         * elf/ldconfig.c: Likewise.
8999         * elf/rtld.c: Likewise.
9000         * elf/tst-tls-dlinfo.c: Likewise.
9001         * elf/tst-tls1.c: Likewise.
9002         * elf/tst-tls10.h: Likewise.
9003         * elf/tst-tls14.c: Likewise.
9004         * elf/tst-tls2.c: Likewise.
9005         * elf/tst-tls3.c: Likewise.
9006         * elf/tst-tls4.c: Likewise.
9007         * elf/tst-tls5.c: Likewise.
9008         * elf/tst-tls6.c: Likewise.
9009         * elf/tst-tls7.c: Likewise.
9010         * elf/tst-tls8.c: Likewise.
9011         * elf/tst-tls9.c: Likewise.
9012         * elf/tst-tlsmod1.c: Likewise.
9013         * elf/tst-tlsmod13.c: Likewise.
9014         * elf/tst-tlsmod13a.c: Likewise.
9015         * elf/tst-tlsmod14a.c: Likewise.
9016         * elf/tst-tlsmod2.c: Likewise.
9017         * elf/tst-tlsmod3.c: Likewise.
9018         * elf/tst-tlsmod4.c: Likewise.
9019         * elf/tst-tlsmod5.c: Likewise.
9020         * elf/tst-tlsmod6.c: Likewise.
9021         * include/errno.h: Likewise.
9022         * include/link.h: Likewise.
9023         * include/tls.h: Likewise.
9024         * locale/global-locale.c: Likewise.
9025         * locale/localeinfo.h: Likewise.
9026         * malloc/arena.c: Likewise.
9027         * malloc/hooks.c: Likewise.
9028         * malloc/malloc.c: Likewise.
9029         * resolv/Versions: Likewise.
9030         * sysdeps/alpha/dl-machine.h: Likewise.
9031         * sysdeps/alpha/libc-tls.c: Likewise.
9032         * sysdeps/generic/ldsodefs.h: Likewise.
9033         * sysdeps/generic/tls.h: Likewise.
9034         * sysdeps/i386/dl-machine.h: Likewise.
9035         * sysdeps/ia64/dl-machine.h: Likewise.
9036         * sysdeps/ia64/libc-tls.c: Likewise.
9037         * sysdeps/mach/hurd/fork.c: Likewise.
9038         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9039         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9040         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9041         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9042         * sysdeps/s390/libc-tls.c: Likewise.
9043         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9044         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9045         * sysdeps/sh/dl-machine.h: Likewise.
9046         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9047         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9048         * sysdeps/x86_64/dl-machine.h: Likewise.
9049
9050         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9051         split out locking and parameter checking.
9052         (_dl_close): Call _dl_close_worker after locking and checking.
9053         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9054         _dl_close.
9055         * elf/Makefile: Add rules to build and run tst-thrlock.
9056         * elf/tst-thrlock.c:  New file.
9057
9058         [BZ #3426]
9059         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9060         reality.
9061
9062         [BZ #3429]
9063         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9064         we are sure we do not need it anymore for _dl_close.  Also move
9065         the asserts inside the lock region.
9066         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9067
9068 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9069
9070         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9071         argument.
9072         (_dl_lookup_symbol_x): Adjust caller.
9073
9074         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9075         _ns_global_scope.
9076         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9077
9078         * elf/dl-libc.c: Revert l_scope name changes.
9079         * elf/dl-load.c: Likewise.
9080         * elf/dl-object.c: Likewise.
9081         * elf/rtld.c: Likewise.
9082         * elf/dl-close.c (_dl_close): Likewise.
9083         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9084         always use __rtld_mrlock_{change,done}.  Always free old scope list
9085         here if not l_scope_mem.
9086         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9087         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9088         the lookup and __rtld_mrlock_unlock it after the lookup.
9089         * elf/dl-sym.c: Likewise.
9090         * include/link.h (struct r_scoperec): Remove.
9091         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9092         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9093
9094 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9095
9096         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9097
9098 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9099
9100         * configure.in: Disable building profile libraries by default.
9101
9102 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9103
9104         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9105         as signed longs, check for x_base + pos overflow.
9106         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9107         * sunrpc/tst-xdrmem2.c: New test.
9108
9109 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9110
9111         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9112         _dl_lookup_symbol_x code.
9113
9114 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9115
9116         * elf/dl-runtime.c: Include sysdep-cancel.h.
9117         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9118         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9119         instead of catomic_* macros.
9120         * elf/dl-sym.c: Include sysdep-cancel.h.
9121         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9122         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9123         * elf/dl-close.c: Include sysdep-cancel.h.
9124         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9125         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9126         * elf/dl-open.c: Include sysdep-cancel.h.
9127         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9128         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9129
9130 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9131
9132         [BZ #3313]
9133         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9134         fastbin rather than end of fastbin array.
9135
9136 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9137
9138         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9139         body macro.
9140         * sysdeps/x86_64/bits/atomic.h
9141         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9142         (catomic_decrement): Use correct body macro.
9143
9144 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9145
9146         * include/atomic.h: Add a unique prefix to all local variables
9147         in macros.
9148         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9149
9150 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9151
9152         [BZ #3369]
9153         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9154         and 7.
9155
9156 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9157
9158         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9159
9160 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9161
9162         [BZ #3313]
9163         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9164         determine highest fast bin to consolidate, always look into all of
9165         them.
9166         (do_check_malloc_state): Only require for empty bins for large
9167         sizes in main arena.
9168
9169         * libio/stdio.h: Add more __wur attributes.
9170
9171         * elf/dl-minimal.c (realloc): Optimize last patch.
9172
9173 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9174
9175         [BZ #3352]
9176         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9177         and use memcpy() if it does.
9178
9179 2006-11-12  Andreas Jaeger  <aj@suse.de>
9180
9181         [BZ #2510]
9182         * manual/search.texi (Hash Search Function): Clarify.
9183         (Array Search Function): Clarify.
9184
9185 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9186
9187         [BZ #2830]
9188         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9189         shifting.
9190         * math/atest-exp2.c (read_mpn_hex): Likewise.
9191         * math/atest-sincos.c (main): Likewise.
9192
9193 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9194
9195         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9196         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9197         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9198         version GLIBC_2.6.
9199         * Versions.def: Add GLIBC_2.6 for libc.
9200
9201         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9202
9203         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9204
9205 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9206
9207         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9208
9209         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9210
9211         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9212         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9213
9214 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9215
9216         * include/atomic.c: Define catomic_* operations.
9217         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9218         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9219         * malloc/memusage.c: Likewise.
9220         * gmon/mcount.c: Likewise.
9221         * elf/dl-close.c: Likewise.
9222         * elf/dl-open.c: Likewise.
9223         * elf/dl-profile.c: Likewise.
9224         * elf/dl-sym.c: Likewise.
9225         * elf/dl-runtime.c: Likewise.
9226         * elf/dl-fptr.c: Likewise.
9227         * resolv/res_libc.c: Likewise.
9228
9229 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9230
9231         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9232         components which lack them.
9233
9234         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9235         at least one entry consisting of the parameter concatenated with
9236         the domain.
9237
9238 2006-10-10  Roland McGrath  <roland@frob.com>
9239
9240         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9241         * sysdeps/mach/hurd/futimes.c: Likewise.
9242         * sysdeps/mach/hurd/lutimes.c: Likewise.
9243
9244 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9245             Jakub Jelinek  <jakub@redhat.com>
9246
9247         Implement reference counting of scope records.
9248         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9249         from the list in objects which remain.  Always allocate new scope
9250         record.
9251         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9252         don't resize, allocate a new one.
9253         * elf/dl-runtime.c: Update reference counters before using a scope
9254         array.
9255         * elf/dl-sym.c: Likewise.
9256         * elf/dl-libc.c: Adjust for l_scope name change.
9257         * elf/dl-load.c: Likewise.
9258         * elf/dl-object.c: Likewise.
9259         * elf/rtld.c: Likewise.
9260         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9261         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9262         Add l_scoperec_lock.
9263         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9264         * sysdeps/generic/rtld-lowlevel.h: New file.
9265
9266         * include/atomic.h: Rename atomic_and to atomic_and_val and
9267         atomic_or to atomic_or_val.  Define new macros atomic_and and
9268         atomic_or which do not return values.
9269         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9270         Various cleanups.
9271         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9272
9273         * po/sv.po: Update from translation team.
9274
9275 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9276
9277         * Versions.def: Add GLIBC_2.6 to libpthread.
9278
9279         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9280         (versioned_symbol): Likewise.
9281         (compat_symbol): Likewise.
9282
9283         * po/tr.po: Update from translation team.
9284
9285 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9286
9287         * nis/Banner: Removed.  It's been integral part forever and the
9288         author info is incomplete anyway.
9289         * libio/Banner: Likewise.
9290
9291         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9292         code, make sure the nis_freeresult call doesn't crash and that the
9293         result is reported correctly.
9294
9295 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9296
9297         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9298         when callback is NULL.
9299
9300         * nis/Versions (libnss_nisplus): Add
9301         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9302         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9303         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9304         _nss_create_tablename): Rename to...
9305         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9306         ... these.  No longer static.
9307         (internal_setgrent): Adjust users.
9308         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9309         Don't use locking around _nss_grp_create_tablename call.
9310         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9311
9312 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9313
9314         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9315
9316 2006-10-06  Andreas Jaeger  <aj@suse.de>
9317
9318         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9319
9320 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9321
9322         * po/pl.po: Update from translation team.
9323
9324         * nscd/nscd.c (main): Fix typo in message.
9325         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9326
9327 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9328
9329         [BZ #3291]
9330         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9331         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9332         (__sigprocmask): Define.
9333
9334 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9335
9336         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9337         used.
9338
9339 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9340
9341         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9342         in oldtotal and newtotal calculation.
9343         * nscd/nscd-client.h (struct mapped_database): Add datasize
9344         field.
9345         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9346         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9347         increased.
9348         (__nscd_cache_search): Add checks to make sure we never reference
9349         data beyond the current mapping.
9350
9351 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9352
9353         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9354         variables const to avoid compiler warnings.
9355
9356         * io/fts.c (fts_close): Remove redundant checks.
9357         (fts_build): Likewise.
9358         (fts_palloc): Likewise.
9359
9360         * manual/message.texi (Advanced gettext functions,
9361         Using gettextized software): Fix typos.
9362
9363 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9364
9365         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9366         explain why there are no leaks.
9367
9368 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9369
9370         * libio/wmemstream.c: Include <wchar.h>.
9371         * libio/bug-wmemstream1.c: Likewise.
9372         * libio/tst-wmemstream1.c: Likewise.
9373         * libio/tst-wmemstream2.c: Likewise.
9374
9375         * version.h (RELEASE): Bump to 2.5.
9376         * README: Regenerated.
9377
9378         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9379
9380         [BZ #3273]
9381         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9382         found no group members.
9383         Patch by Petr Baudis.
9384
9385 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9386
9387         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9388         assert bootstrap_map.l_tls_modid is zero.
9389         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9390         if USE___THREAD.
9391
9392 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9393
9394         * libio/stdio.h: Move open_wmemstream prototype to ...
9395         * wcsmbs/wchar.h: ... here.
9396
9397 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9398
9399         [BZ #3252]
9400         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9401         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9402         __{,l}chown to handle the rest.
9403         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9404         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9405         __{,l}chown to handle the rest.
9406         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9407         i386/fchownat.c.
9408         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9409         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9410
9411         [BZ #3253]
9412         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9413         time, rather allocate increasingly bigger arrays of pointers, if
9414         possible with alloca, if too large with malloc.
9415
9416 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9417
9418         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9419
9420         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9421
9422 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9423
9424         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9425         home addresses.
9426         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9427         IFA_F_HOMEADDRESS flag for interfaces.
9428         * include/ifaddrs.h (struct in6addrinfo): Define
9429         in6ai_homeaddress.
9430
9431 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9432
9433         [BZ #3225]
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9435         PTR_DEMANGLE3): Define.
9436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9437         PTR_DEMANGLE3): Likewise.
9438         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9439         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9440         Likewise.
9441         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9442
9443 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9444
9445         * po/libc.pot: Regenerated.
9446         * po/be.po: Updated.
9447         * po/ca.po: Likewise.
9448         * po/cs.po: Likewise.
9449         * po/da.po: Likewise.
9450         * po/de.po: Likewise.
9451         * po/el.po: Likewise.
9452         * po/en_GB.po: Likewise.
9453         * po/es.po: Likewise.
9454         * po/fi.po: Likewise.
9455         * po/fr.po: Likewise.
9456         * po/gl.po: Likewise.
9457         * po/hr.po: Likewise.
9458         * po/hu.po: Likewise.
9459         * po/ja.po: Likewise.
9460         * po/ko.po: Likewise.
9461         * po/nb.po: Likewise.
9462         * po/nl.po: Likewise.
9463         * po/pl.po: Likewise.
9464         * po/pt_BR.po: Likewise.
9465         * po/ru.po: Likewise.
9466         * po/rw.po: Likewise.
9467         * po/sk.po: Likewise.
9468         * po/sv.po: Likewise.
9469         * po/tr.po: Likewise.
9470         * po/zh_CN.po: Likewise.
9471         * po/zh_TW.po: Likewise.
9472
9473         [BZ #3137]
9474         * iconv/iconv_prog.c (main): Fix spelling in error message.
9475         * iconv/iconvconfig.c (main): Likewise.
9476         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9477         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9478         * locale/programs/localedef.c (main): Likewise.
9479         * locale/programs/repertoire.c (repertoire_read): Likewise.
9480         * timezone/zdump.c (main): Likewise.
9481         * nscd/connections.c (handle_request): Fix spelling in log message.
9482         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9483
9484 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9485
9486         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9487         interfaces.
9488
9489 2006-09-20  Andreas Jaeger  <aj@suse.de>
9490
9491         * math/libm-test.inc (lrint_test_upward): Fix typo.
9492
9493 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9494
9495         [BZ #2592]
9496         * math/libm-test.inc (lrint_test_tonearest): New function.
9497         (lrint_test_towardzero): New function.
9498         (lrint_test_downward): New function.
9499         (lrint_test_upward): New function.
9500         (main): Run these new tests.
9501         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9502         of values near to 0.
9503         (two52): Use double not long double.
9504         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9505         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9506         (two23): Use float not double.
9507         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9508         (two23): Use float not double.
9509         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9510         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9511         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9512         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9513
9514 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9515
9516         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9517         Cast sp to unsigned long to avoid compiler warning.
9518         Use __makecontext_ret function instead of a trampoline on the stack.
9519         (__makecontext_ret): New function.
9520         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9521
9522 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9523
9524         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9525         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9526         bits.
9527
9528 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9529
9530         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9531         sure no reference to the unloaded map's search list remains in the
9532         dependency's scope.
9533
9534 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9535
9536         * elf/Makefile: Add rules to build and run unload7 test.
9537         * elf/unload7.c: New test.
9538         * elf/unload7mod1.c: New file.
9539         * elf/unload7mod2.c: New file.
9540
9541 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9542
9543         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9544         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9545         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9546         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9547         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9548         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9549         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9550         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9551         PTRACE_GETEVENTMSG): Likewise.
9552         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9553         values.
9554
9555 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9556
9557         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9558         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9559         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9560         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9561
9562 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9563
9564         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9565         write '\0' to the fd.
9566         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9567         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9568         Change regs to unsigned long pointer from unsigned int, fix fscr
9569         offset.
9570
9571 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9572
9573         * io/Makefile (CFLAGS-fstatat.c): Set.
9574         (CFLAGS-fstatat64.c): Likewise.
9575         (CFLAGS-mknodat.c): Likewise.
9576
9577         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9578         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9579         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9580         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9581
9582 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9583             Steven Munroe  <sjmunroe@us.ibm.com>
9584
9585         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9586         names to the beginning.  Rename "cell" to "cellbe".
9587         (_dl_powerpc_platforms): New.
9588         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9589         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9590         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9591         (_DL_HWCAP_PLATFORM): Define to new mask.
9592         (_dl_platform_string, _dl_string_platform): New functions.
9593         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9594         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9595
9596 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9597
9598         [BZ #2526]
9599         * README.libm: Fix a thinko in sqrt algorithm description.
9600
9601         [BZ #3143]
9602         * manual/string.texi (argz_delete): Fix prototype.
9603         Patch by <alpt@freaknet.org>.
9604
9605 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9606
9607         [BZ #3138]
9608         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9609         * io/tst-fcntl.c (do_prepare): Likewise.
9610         * posix/tst-exec.c (do_prepare): Likewise.
9611         * posix/tst-preadwrite.c (do_prepare): Likewise.
9612         * posix/tst-spawn.c (do_prepare): Likewise.
9613         * posix/tst-truncate.c (do_prepare): Likewise.
9614         * rt/tst-aio.c (do_prepare): Likewise.
9615         * rt/tst-aio64.c (do_prepare): Likewise.
9616         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9617         size_t.
9618
9619 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9620
9621         [BZ #2821]
9622         * time/mktime.c (guess_time_tm): Fix overflow detection.
9623         * time/Makefile (tests): Add bug-mktime1.
9624         * time/bug-mktime1.c: New file.
9625
9626         [BZ #3189, #3188]
9627         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9628         (mremap): Likewise.
9629
9630 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9631
9632         [BZ #1006]
9633         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9634         Ensure relocation doesn't clobber any bits outside of the
9635         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9636         R_SPARC_HI22 and R_SPARC_H44.
9637
9638         [BZ #2775]
9639         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9640         (long) (MINSIZE + nb - old_size) is positive.
9641
9642         * malloc/arena.c (grow_heap): When growing bail even if new_size
9643         is negative.
9644
9645         [BZ #3155]
9646         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9647         stack below r1.
9648
9649 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9650
9651         * posix/regex_internal.c (re_string_reconstruct): Handle
9652         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9653         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9654         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9655         re_string_context_at.
9656         * posix/Makefile: Add rules to build and run bug-regex26 test.
9657         * posix/bug-regex26.c: New test.
9658
9659         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9660         rather than col_sym_free.  Move seqp declaration earlier.
9661
9662         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9663
9664 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9665
9666         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9667         decl before first goto out.
9668
9669 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9670
9671         * Makerules (shlib.lds): If have-hash-style, put .hash section
9672         at the end of the RO segment.
9673
9674 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9675
9676         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9677         style hash table format is used.
9678
9679 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9680
9681         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9682         randomization rather than before.
9683         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9684
9685 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9686
9687         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9688
9689         * malloc/malloc.c (_int_malloc): Use full list insert and not
9690         shortcut which assumes the list is empty for large requests
9691         too.
9692
9693         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9694
9695 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9696
9697         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9698         and offout arguments to the prototype.
9699         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9700         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9701         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9702         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9703         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9704         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9705         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9706         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9707
9708 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9709
9710         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9711
9712         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9713         dlopen parameters.
9714
9715 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9716
9717         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9718         only if herrno is NETDB_INTERNAL.  Handle errors other than
9719         ERANGE outside of the loops, handle TRY_AGAIN.
9720
9721         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9722         if other's ctype category was missing.
9723         * locale/programs/ld-collate.c (collate_read): Return if
9724         copy_locale's collate category is missing.
9725
9726 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9727
9728         [BZ #2684]
9729         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9730         arenas if allocation failed.
9731         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9732
9733 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9734
9735         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9736         waste bins[0..1].
9737         (malloc_state): Reduce bins size by 2.
9738         (_int_malloc): Fix test for large enough buffer for early termination.
9739         When no unsorted block matches perfectly and an exiting block has
9740         to be split, use full list insert and not shortcut which assumes
9741         the list is empty.
9742
9743         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9744         failure.
9745
9746 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9747
9748         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9749         do anything.
9750
9751         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9752         symbol require exact match (these are PLTs).
9753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9754         (_dl_ppc64_addr_sym_match): Likewise.
9755
9756         [BZ #2683]
9757         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9758         If symbol has a value use it.
9759         * elf/tst-dladdr1.c: New file.
9760         * elf/Makefile: Add rules to build and run tst-addr1.
9761
9762 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9763
9764         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9765         keeps failing and heap growth or new heap creation isn't
9766         successful either.
9767         * malloc/tst-malloc.c (main): Add new tests.
9768
9769 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9770
9771         [BZ #2734]
9772         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9773         as in the x86-64 code to use bswap.
9774
9775 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9776
9777         [BZ #2680]
9778         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9779         __USE_UNIX98.
9780         * posix/bits/unistd.h: Likewise.
9781
9782 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9783
9784         [BZ #2751]
9785         * string/strchr.c: Add cast to avoid warning.
9786
9787 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9788
9789         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9790         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9791         limit is needed to avoid the exploding of the address space
9792         requirement for secondary heaps.
9793         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9794         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9795
9796 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9797
9798         [BZ #3018]
9799         * Makerules (depfiles): Handle extra-test-objs the same as
9800         extra-objs.
9801         (common-mostlyclean): Likewise.
9802         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9803         instead.
9804         * elf/Makefile (extra-objs): Likewise.
9805         * stdlib/Makefile (extra-objs): Likewise.
9806
9807 2006-08-14  Eric Blake  <ebb9@byu.net>
9808
9809         [BZ #3044]
9810         * misc/error.h: Assume C89 or better.
9811         * misc/error.c: Likewise.
9812
9813 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9814
9815         [BZ #3040]
9816         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9817         __ASSUME_ATFCTS is defined.
9818
9819 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9820
9821         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9822         to sort in each call.
9823
9824         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9825         is empty simply return and use next service.
9826         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9827
9828         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9829         tells us when not finding a charmap file is an error.
9830         * locale/programs/charmap.h: Adjust charmap_read prototype.
9831         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9832         cannot find a charmap.
9833         * locale/programs/localedef.c (main): Adjust charmap_read call.
9834
9835 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9836
9837         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9838         sysdeps/posix/pause.c implementation instead.
9839
9840 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9841
9842         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9843         to EPERM.
9844
9845 2006-08-13  Andreas Schwab  <schwab@suse.de>
9846
9847         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9848         Don't clobber caller's LRSAVE.
9849         (_dl_prof_resolve): Likewise.
9850
9851 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9852
9853         [BZ #1996]
9854         * libio/memstream.c (open_memstream): Allocate initial buffer with
9855         calloc.
9856         * libio/wmemstream.c (open_wmemstream): Likewise.
9857         * libio/strops.c: Pretty printing.
9858         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9859         (enlarge_userbuf): New function.
9860         (_IO_str_seekoff): Call it if seek position is larger than current
9861         buffer.
9862         * libio/wstrops.c: Likewise.
9863         * libio/vasprintf.c: Add comment as to why we do not have to use
9864         calloc instead of malloc to allocate initial buffer.
9865         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9866         * libio/bug-memstream1.c: New file.
9867         * libio/bug-wmemstream1.c: New file.
9868
9869 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9870
9871         * libio/wstrops.c: Remove dead macro definitions and comments.
9872         * libio/strops.c: Likewise.
9873
9874         [BZ #2764]
9875         * login/utmpname.c (__utmpname): Remove unnecessary test.
9876
9877 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9878
9879         [BZ #2832]
9880         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9881         0s from integers.
9882
9883 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9884
9885         [BZ #2987]
9886         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9887         for CPU clocks.
9888         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9889         setting of CPU clocks.
9890
9891 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9892
9893         [BZ #2841]
9894         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9895         since C99 requires the result to promote to 'int' when uint_least8_t
9896         and uint_least16_t promote to 'int'.
9897
9898 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9899
9900         [BZ #3013]
9901         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9902         lenght of one output field, correct bitmask creation.
9903         * locale/programs/ld-time.c: Add alignment.
9904
9905         [BZ #2997]
9906         * misc/error.c: Add space between program name and message if file
9907         name is missing.
9908
9909 2006-08-03  Eric Blake  <ebb9@byu.net>
9910
9911         [BZ #2998]
9912         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9913
9914 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9915
9916         * malloc/memusagestat.c: Silence warnings.
9917
9918         * malloc/malloc.c: Dynamically size mmap treshold if the program
9919         frees mmaped blocks.
9920         Patch by Valerie Henson and Arjan van de Ven.
9921
9922 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9923
9924         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9925         __USE_GNU.
9926
9927         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9928         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9929         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9930         Only provide var definitions in strtol_l (or for *ull*
9931         in strtoll_l).
9932
9933         * stdio-common/bug16.c (tests): New array.
9934         (do_tests): Allow the first hexadecimal digit
9935         to be 1, 2, 4 or 8.  Do 3 additional tests.
9936
9937         * sysdeps/s390/fpu/libm-test-ulps: Update.
9938
9939         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9940         fchownat syscall if available.
9941         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9942         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9943         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9944
9945 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9946
9947         * nis/nis_xdr.c: Avoid some function calls.
9948
9949 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9950             Ulrich Drepper  <drepper@redhat.com>
9951
9952         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9953         short cut if only one name component is stripped away.
9954
9955 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9956
9957         * nis/nis_call.c: Minor cleanups throughout.
9958         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9959         (first_shoot): Add search_parent_first parameter.  Only if it is set
9960         search parent server first.
9961         If directory for table found through cold start cache is not the same
9962         as referenced in the cache, don't use it.
9963         (__nisfind_server): Take additional parameter.  Pass it on to
9964         first_shoot.
9965         (__prepare_niscall): Adjust __nisfind_server call.
9966         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9967         * nis/nis_table.c: Adjust __nisfind_server call.
9968         * nis/nis_lookup.c: Likewise.
9969         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9970
9971 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9972
9973         [BZ #2182]
9974         * math/s_cacosh.c: Return values from positive branch.
9975         * math/s_cacoshf.c: Likewise.
9976         * math/s_cacoshl.c: Likewise.
9977
9978         [BZ #2883]
9979         * sysvipc/sys/msg.h: Change return value to ssize_t.
9980         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9981         * sysvipc/msgrcv.c: Likewise.
9982         * include/sys/msg.h: Likewise.
9983
9984         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9985         test introduced in patch for bz #661.
9986         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9987         element for NEWGROUPS.
9988
9989         [BZ #2908]
9990         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9991         'f', use '1' as leading digit not '\1'.
9992         * stdio-common/Makefile (tests): Add bug16.
9993         * stdio-common/bug16.c: New file.
9994
9995         [BZ #2914]
9996         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9997         and don't try to open it.  The patch introducing the macro
9998         contained a bug and used the same file name as the new file
9999         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10000         this out completely.
10001
10002         [BZ #2926]
10003         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10004         Patch by Jerry James <Jerry.James@usu.edu>.
10005
10006         * rt/Makefile (tests): Add tst-clock2.
10007         * rt/tst-clock2.c: New file.
10008
10009         [BZ #2978]
10010         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10011         function and its parameters and pass it to new thread.
10012         (__gai_notify): Add support for alternative waiting for completion.
10013         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10014         waiting for completion.
10015         * resolv/getaddrinfo_a.c: Likewise.
10016         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10017         waiting for completion is used.
10018         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10019         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10020         * resolv/gai_error.c: Likewise.
10021         * resolv/gai_sigqueue.c: Likewise.
10022
10023 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10024
10025         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10026         errno to EBADF and return MACH_PORT_NULL.
10027
10028 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10029
10030         [BZ #2980]
10031         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10032
10033 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10034
10035         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10036         walk them instead of the symbol table.
10037
10038 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10039
10040         [BZ #2098]
10041         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10042         status of NSS calls, not the number of returned entries.
10043
10044         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10045         request_key, keyctl.
10046
10047 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10048
10049         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10050
10051 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10052
10053         * elf/tst-auditmod1.c: Fix typo in #error.
10054
10055 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10056
10057         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10058
10059         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10060
10061 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10062
10063         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10064         that the directory is empty even on non-POSIX filesystems.
10065
10066 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10067
10068         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10069
10070         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10071         the backend NSS module.  If backend setgrent call failed, don't have
10072         internal_setgrent fail.  Just remember this until it is needed.
10073         * nis/nss_compat/compat-pwd.c: Likewise.
10074         * nis/nss_compat/compat-spwd.c: Likewise.
10075
10076 2006-07-30  Roland McGrath  <roland@redhat.com>
10077
10078         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10079         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10080         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10081         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10082
10083         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10084         (nanosleep_not_cancel): New macro.
10085         (sigsuspend_not_cancel): new macro.
10086         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10087         (do_sigsuspend): Define as inline.
10088         (__sigsuspend): Always use do_sigsuspend.
10089         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10090         * include/signal.h: Declare __sigsuspend_nocancel.
10091         * sysdeps/posix/pause.c
10092         [! NO_CANCELLATION] (__pause_nocancel): New function.
10093
10094         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10095         * include/time.h (__nanosleep_nocancel): Likewise.
10096
10097 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10098
10099         * locale/programs/localedef.c (add_to_readlist): Rename local
10100         variables to avoid confusion.
10101
10102         * locale/programs/charmap.c (charmap_read): Emit error message if
10103         charmap couldn't be found or read.
10104
10105 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10106
10107         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10108         __ASSUME_FUTEX_LOCK_PI.
10109         * include/time.h: Declare __nanosleep_nocancel.
10110         * include/unistd.h: Declare __pause_nocancel.
10111
10112         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10113         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10114         get the __stack_chk_fail_local definition when it's needed.
10115
10116 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10117
10118         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10119         * dlfcn/bug-atexit3.c: New file.
10120         * dlfcn/bug-atexit3-lib.cc: New file.
10121
10122         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10123         used when the namespace is not the base namespace.
10124
10125 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10126
10127         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10128         (__new_exitfn): Bump it in every successful call.
10129         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10130         more exit handlers, call them right away.
10131         * stdlib/exit.h: Declare __new_exitfn_called.
10132
10133 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10134
10135         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10136         calling registered handler.
10137
10138         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10139         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10140         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10141         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10142         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10143         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10144         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10145         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10146
10147 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10148
10149         * elf/dl-lookup.c (dl_new_hash): New functions.
10150         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10151         value here.  Compute new-style hash value.  Pass new hash value
10152         and reference to variable with the old value to do_lookup_x.
10153         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10154         old-style hash table.
10155         (_dl_debug_bindings): Pass new hash value and reference to variable
10156         with the old value to do_lookup_x.
10157         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10158         new-style hash value and change old-style hash value parameter to
10159         be a reference.  Reoganize functions to determine whether
10160         new-style hash table is available.  Only fall back on old-style
10161         table.  If old-style hash value is needed, compute it here.
10162         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10163         entry.
10164         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10165         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10166         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10167         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10168         * Makeconfig: If linker supports --hash-style option add it to all
10169         linker command lines to build DSOs.
10170         * config.make.in: Define have-hash-style.
10171         * configure.in: Test whether linker supports --hash-style option.
10172
10173         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10174         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10175
10176 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10177
10178         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10179         auditing.
10180
10181         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10182         RPATH of main map twice.
10183
10184 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10185
10186         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10187         look further, return original strings.
10188         (_nl_find_msg): Do not return found translation if the conversion
10189         failed.  Either signal the string is unusable or that something went
10190         wrong and the original should be used.
10191
10192 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10193
10194         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10195
10196 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10197
10198         [BZ #2766]
10199         * misc/insremque.c (insque): Handle prev == NULL.
10200         * misc/Makefile (tests): Add tst-insremque.
10201         * misc/tst-insremque.c: New test.
10202
10203 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10204
10205         [BZ #2792]
10206         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10207         conflict with DL_DST_REQUIRED.
10208
10209 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10210
10211         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10212         match what Solaris does.
10213
10214 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10215
10216         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10217         local_setegid instead of seteuid and setegid.
10218         * sysdeps/generic/local-setxid.h: New file.
10219         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10220
10221         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10222
10223         * string/Makefile (tests): Add bug-envz1.
10224         * string/bug-envz1.c: New file.
10225
10226 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10227
10228         * posix/regex_internal.c (re_string_skip_chars): If no character has
10229         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10230         to the byte which couldn't be converted.
10231         (re_string_reconstruct): Don't clear valid_raw_len before calling
10232         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10233         tip_context using re_string_context_at.
10234         * posix/Makefile: Add rules to build and run bug-regex25 test.
10235         * posix/bug-regex25.c: New test.
10236
10237 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10238
10239         [BZ #2703]
10240         * string/envz.c (envz_strip): Correct erroneously reversed src
10241         and dest parameters to memmove() invocation.
10242
10243 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10244
10245         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10246         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10247         to make sure the database has been already invalidated.
10248         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10249         after the cache has been invalidated.  Use pthread_mutex_lock rather
10250         than pthread_mutex_trylock if fd != -1.
10251         * nscd/connections.c (invalidate_cache): Add fd argument, write
10252         response to fd if not calling prune_cache, pass fd to prune_cache.
10253         (handle_request): Adjust invalidate_cache caller.
10254         (nscd_run): Pass -1 as fd to prune_cache.
10255
10256 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10257
10258         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10259         the correct place.
10260
10261 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10262
10263         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10264         * nscd/cache.c (prune_cache): Take prunelock before starting the
10265         work.  Just return in case it is already taken.
10266         * nscd/connections.c (dbs): Initialize .prunelock.
10267
10268 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10269
10270         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10271         copying.  No need to allocate new array for group members.  Just
10272         move the pointers and update the size.
10273
10274         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10275         Avoid memory leak in case realloc fails.  Simplification for
10276         better code generation.
10277
10278         Avoid deprecation warning because of libc_hidden_proto for
10279         inet6_option_alloc.
10280         * inet/inet6_option.c (option_alloc): Renamed from
10281         inet6_option_alloc.  Made static.
10282         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10283         (inet6_option_append): Call option_alloc.
10284         * include/netinet/in.h: Remove libc_hidden_proto for
10285         inet6_option_alloc.
10286
10287         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10288         for cleanup when cb!=NULL [Coverity CID 233].
10289
10290 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10291
10292         [BZ #2693]
10293         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10294         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10295         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10296         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10297         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10298         and inet6_rth_getaddr.
10299         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10300         array.
10301         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10302         Mark inet6_option_* interfaces as deprecated.
10303         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10304         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10305         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10306         inet6_rth_segments, and inet6_rth_getaddr.
10307         * inet/inet6_opt.c: New file.
10308         * inet/inet6_rth.c: New file.
10309
10310         * inet/netinet/icmp6.h: Pretty printing.
10311
10312         [BZ #2683]
10313         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10314
10315 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10316
10317         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10318         doing it all here.  When server does not know the answer do not
10319         fail immediate, try parent first.
10320
10321         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10322         overflow test.
10323
10324 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10325
10326         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10327         from __do_niscall.
10328         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10329         and exported.
10330         (__follow_path): New function.  Split out from nis_list.
10331         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10332         _xdr_nis_result.
10333         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10334         _xdr_nis_result.
10335         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10336         and __follow_path.
10337         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10338         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10339         from libnsl for version GLIBC_PRIVATE.
10340         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10341         Remove entry parameter from _nss_nisplus_parse_pwent and
10342         _nss_nisplus_parse_grent.
10343         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10344         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10345         again.  Rewrite getpwent handling to not use nis_first_entry and
10346         nis_next_entry.  Roll out own niscall handling.
10347         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10348
10349         * sunrpc/xdr_rec.c: Fix typo in comment.
10350
10351 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10352
10353         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10354         handling.
10355
10356         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10357         to allocate memory for my_pollfd.  Better initialization of
10358         cb_is_running.  Use TEMP_FAILURE_RETRY.
10359
10360         * malloc/memusage.sh (memusageso): Add quotes.
10361         (memusagestat): Likewise.
10362         * debug/xtrace.sh (pcprofileso): Likewise.
10363         (pcprofiledump): Likewise.
10364         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10365         replacement.
10366         * malloc/Makefile ($(objpfx)memusage): Likewise.
10367
10368         * nis/nis_callback.c (__nis_create_callback): Calls to
10369         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10370         asprintf call fails.
10371
10372         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10373         no uninitialized memory is passed to sendto.
10374
10375 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10376
10377         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10378         of snprintf+strdup.  Handle OOM.
10379         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10380         cb->serv together.  Remove now obsolete free calls.
10381         (__nis_destroy_callback): Remove now obsolete free call.
10382
10383 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10384
10385         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10386         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10387         and ULA respectively). Set precedence for IPv4 address to 10 as
10388         defined in RFC3484 for preferring IPv6.
10389         * posix/gai.conf: Update to match the new default tables.
10390
10391 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10392
10393         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10394         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10395         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10396         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10397
10398         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10399         Removed.
10400         (init_nss_interface): Remove initialization of these variables.
10401
10402 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10403
10404         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10405         nis_free_directory forward to avoid duplication.
10406
10407 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10408
10409         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10410         rec_dirsearch returning NULL.
10411         (first_shoot): Handle __nis_finddirectory returning NULL.
10412         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10413
10414         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10415         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10416
10417 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10418
10419         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10420         pid changed.
10421
10422 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10423
10424         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10425
10426         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10427         * nscd/nscd_getgr_r.c: Likewise.
10428
10429         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10430
10431         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10432         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10433
10434         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10435
10436         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10437
10438         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10439
10440         * include/rpc/auth.h: Mark xdr_des_block_internal and
10441         xdr_opaque_auth_internal as hidden.
10442
10443         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10444         hidden.
10445
10446         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10447
10448         * misc/getusershell.c (okshells): Don't use static initializers,
10449         do it dynamically.
10450
10451         * stdlib/fmtmsg.c (keywords): Change type of len element to
10452         uint32_t to not waste space on 64bit machines.
10453
10454         * locale/setlocale.c: Change _nl_category_names into a string.
10455         Add new _nl_category_name_idxs.  Change all users.
10456         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10457         Declare _nl_category_name_idxs.
10458         * locale/findlocale.c: Adjust for _nl_category_names change.
10459         * locale/loadlocale.c: Likewise.
10460         * locale/newlocale.c: Likewise.
10461         * intl/dcigettext.c: Likewise.
10462
10463         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10464         (add_alias2): ...here.  New function.
10465         (__gconv_read_conf): Simplify builtin alias handling.
10466         (builtin_aliases): Convert to string to avoid relocations.
10467         * iconv/gconv_builtin.h: Add comment about correct formatting.
10468
10469 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10470
10471         * resolv/res_debug.c (loc_ntoa): Make error const.
10472
10473 2006-05-14  Andreas Schwab  <schwab@suse.de>
10474
10475         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10476
10477 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10478
10479         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10480         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10481         sizeof (cpu_set_t).
10482
10483 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10484
10485         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10486
10487         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10488
10489         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10490         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10491
10492         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10493         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10494
10495         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10496         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10497         xdr_cback_data.
10498
10499         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10500         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10501         xdr_ypupdate_args.
10502
10503         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10504         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10505
10506         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10507         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10508
10509         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10510         * include/rpcsvc/nis_callback.h: New file.
10511
10512         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10513         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10514
10515         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10516         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10517
10518         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10519         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10520
10521         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10522         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10523
10524         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10525         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10526         xdr_ypdelete_args.
10527
10528         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10529         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10530
10531         * nis/nis_error.c: Remove table of strings.  Use position
10532         independent mechanism.
10533         * nis/nis_error.h: New file.
10534
10535 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10536
10537         * locale/programs/ld-time.c (time_finish): If wide era name or
10538         format aren't provided, set both wname and wformat to L"".
10539
10540 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10541
10542         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10543         results if the call was succesful.
10544
10545         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10546
10547         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10548         as hidden.
10549
10550 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10551
10552         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10553
10554 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10555
10556         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10557         caller makes sure this is not the case.
10558         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10559
10560 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10561
10562         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10563         calls.
10564
10565         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10566         [Coverity CID 229, 230]
10567
10568         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10569         DGETTEXT calls.
10570         (hol_help): Likewise.  [Coverity CID 226, 227]
10571
10572         * string/argz-replace.c (__argz_replace): Unconditionally call
10573         free on SRC.  [Coverity CID 225]
10574
10575         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10576         the return value of __nis_default_owner and __nis_default_group,
10577         it has been especially allocated.  [Coverity CID 224]
10578
10579         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10580         searchgroup and searchowner.  Significantly simplified.
10581         (__nis_default_owner): Remove duplication.  Do not locally copy the
10582         string before duplicating it.
10583         (__nis_default_group): Likewise.
10584
10585         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10586         we must clear the variable before calling __nisfind_server.
10587
10588         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10589         nis_getnames.  [Coverity CID 223]
10590
10591         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10592         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10593
10594         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10595         allocate memory for the input to add_bytes.  [Coverity CID 221]
10596
10597         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10598         was allocated here.  [Coverity CID 219, 220]
10599
10600         * posix/getconf.c (print_all): Free confstr data after printing.
10601         [Coverity CID 218]
10602
10603         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10604         list allocation fails.  [Coverity CID 215]
10605
10606         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10607         [Coverity CID 213]
10608
10609         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10610         string is NULL.  [Coverity CID 212]
10611         * argp/Makefile: Add rules to build and run bug-argp1.
10612         * argp/bug-argp1.c: New file.
10613
10614         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10615         end of string.
10616         * stdlib/canonicalize.c (__realpath): Likewise.
10617
10618         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10619         pointer.  [Coverity CID 206]
10620
10621         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10622         in statically linked code.
10623         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10624         statically built code, be prepared to have no link map.
10625         [Coverity CID 205]
10626
10627         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10628         dgettext calls. [Coverity CID 204]
10629
10630         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10631         the one user.
10632         (uparam_names): Reduce size.  Avoid relative relocations.
10633         Moved to read-only segment.
10634         (fill_in_uparams): Update for new layout.
10635
10636         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10637         assumed to always be != NULL. [Coverity CID 202]
10638
10639         * argp/argp-help.c (hol_entry_help): Remove some dead code
10640         [Coverity CID 200].
10641
10642         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10643         away a few more unconditional yperr2nss calls.
10644         (_nss_nis_getservbyname_r): Likewise.
10645
10646 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10647
10648         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10649         architectures.
10650
10651         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10652         that unused memory passed to sendto is nevertheless initialized.
10653
10654         [BZ #2499]
10655         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10656         possibly unaligned memory accesses.
10657
10658         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10659         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10660         and __putlong respectively.  Correct buffer overflow check for
10661         NS_NOTIFY_OP.
10662
10663         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10664
10665         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10666         (send_dg): Rewrite error handling to be more compact and avoid
10667         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10668
10669         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10670
10671         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10672         instead of ns_get16.
10673         (res_queriesmatch): Likewise.  Minor optimization.
10674
10675         [BZ #2499]
10676         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10677         __libc_res_nsend might reallocate the buffer for the answer.  In
10678         this case we have to reload the HP pointer.
10679
10680 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10681
10682         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10683         some branch prediction hints.
10684
10685         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10686         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10687         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10688         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10689         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10690         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10691         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10692         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10693
10694 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10695
10696         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10697         by a GOT relocation to make Scrt1.o position independent.
10698         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10699
10700         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10701         six system call parameters.
10702         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10703
10704 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10705
10706         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10707         malloc&bzero.
10708
10709         * sunrpc/svc_udp.c (BZERO): Remove definition.
10710         (CALLOC): Define.
10711         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10712
10713         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10714         (des_SPtrans): Use uint32_t type.
10715         (des_skb): Likewise.
10716
10717         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10718
10719 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10720
10721         [BZ #2509]
10722         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10723         on 32-bit arches.
10724
10725 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10726
10727         * locale/programs/ld-address.c (address_finish): Fix one more
10728         place where the iso639 array might be accessed beyond the limits.
10729
10730 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10731
10732         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10733         filling it for the first time.
10734
10735         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10736         Adjust all callers.
10737         Free res object content before returning.
10738
10739         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10740
10741         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10742         client->cl_auth.
10743
10744         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10745         cleanup for initial thread, just the free call on TVP.
10746
10747         * nscd/gai.c (__getline): Define.
10748
10749
10750 See ChangeLog.16 for earlier changes.