* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
[platform/upstream/glibc.git] / ChangeLog
1 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2
3         * resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
4         instead of __strcasecmp.
5         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
6
7         * string/stratcliff.c (do_test): Add memchr tests..
8         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
9         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
10         first read quad word.
11
12 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
13
14         * string/strverscmp.c (__strverscmp): Fix last cleanups.
15         * string/tst-svc.input: Add new test case.
16         * string/tst-svc.expect: Adjust.
17         * string/Makefile: Don't ignore tst-svc error.
18
19         * sysdeps/x86_64/memchr.S: New file.
20
21         * resolv/resolv.h (RES_SNGLKUP): Define.
22         * resolv/res_init.c (res_setoptions): Recognize single-request option.
23         * resolv/res_send.c (send_dg): If we sent two requests at once and
24         only get one reply before timeout switch to mode where we send the
25         second request only after the first answer has been received.
26
27 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
28
29         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
30         * sysdeps/x86_64/strchr.S: Likewise.
31
32 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
33
34         * configure.in: We need to test for the compiler earlier.
35
36         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
37         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
38         GLIBC_2.10.
39         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
40         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
41         and pwritev.
42         * misc/preadv.c: New file.
43         * misc/preadv64.c: New file.
44         * misc/pwritev.c: New file.
45         * misc/pwritev64.c: New file.
46         * sysdeps/posx/preadv.c: New file.
47         * sysdeps/posx/preadv64.c: New file.
48         * sysdeps/posx/pwritev.c: New file.
49         * sysdeps/posx/pwritev64.c: New file.
50         * sysdeps/unix/sysv/linux/preadv.c: New file.
51         * sysdeps/unix/sysv/linux/preadv64.c: New file.
52         * sysdeps/unix/sysv/linux/pwritev.c: New file.
53         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
54         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
55         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
56
57         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
58         compatibility code.
59         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
60
61         * sysdeps/unix/sysv/linux/kernel-features.h: Define
62         __ASSUME_COMPLETE_READV_WRITEV.
63         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
64         with modern kernels.
65         * sysdeps/unix/sysv/linux/writev.c: Likewise.
66
67         * sysdeps/posix/readv.c: Since read is a cancellation point we have
68         to free a possible malloced buffer in case of cancellation.
69         * sysdeps/posix/writev.c: Likewise for write.
70
71 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
72
73         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
74
75         * configure.in: Recognize --enable-nss-crypt.
76         * config.make.in: Add nss-crypt entry.
77         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
78         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
79         and include path for NSS directory to compiler for md5-crypt,
80         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
81         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
82         function implementation, use NSS.  Introduce wrappers around the
83         hash function calls.  Little code size optimization.
84         * crypt/sha256-crypt.c: Likewise.
85         * crypt/sha512-crypt.c: Likewise.
86         * scripts/check-local-headers.sh: Ignore nss3 directory.
87
88         * configure.in: Rename pic_default to libc_cv_pic_default.
89         * config.make.in: Likewise.
90
91 2009-04-01  Roland McGrath  <roland@redhat.com>
92
93         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
94         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
95         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
96         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
97         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
98         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
99         (R_SPARC_NUM): Update.
100         From Dave Miller <davem@davemloft.net>.
101
102 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
103
104         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
105
106 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
107
108         * elf/dl-open.c: Keep track of used name spaces and only iterate over
109         those which are used.
110         * elf/dl-addr.c: Likewise.
111         * elf/dl-caller.c: Likewise.
112         * elf/dl-fini.c: Likewise.
113         * elf/dl-iteratephdr.c: Likewise.
114         * elf/dl-libc.c: Likewise.
115         * elf/dl-load.c: Likewise.
116         * elf/dl-support.c: Likewise.
117         * elf/dl-sym.c: Likewise.
118         * elf/rtld.c: Likewise.
119         * sysdeps/generic/ldsodefs.h: Likewise.
120
121         * elf/dl-load.c: Remove support for systems without MAP_ANON.
122         * elf/dl-minimal.c: Likewise.
123         * elf/dl-misc.c: Likewise.
124         * elf/rtld.c: Likewise.
125         * sysdeps/generic/ldsodefs.h: Likewise.
126
127 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
128
129         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
130         Avoid reuse of complex expression.
131
132         * po/fr.po: Update from translation team.
133
134 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
135
136         * include/dirent.h: Yet more changes to match sort function type
137         change.
138         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
139         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
140         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
141
142 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
143
144         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
145
146 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
147
148         * nscd/connections.c (restart): Try to preserve the process name
149         by reading the /proc/self/exe symlink and using the return name.
150         Patch by Jeff Bastian <jbastian@redhat.com>.
151
152 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
153
154         [BZ #9733]
155         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
156         if we are not loading a new audit library.
157         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
158         Only use profiling trampoline for auditing if we are not relocating
159         an audit library.
160         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
161         * elf/rtld.c: Likewise.
162         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
163
164         * elf/rtld.c (dl_main): Extend help message for --audit option.
165
166         [BZ #9759]
167         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
168         alphasort64, versionsort, and versionsort64 to POSIX 2008.
169         * dirent/alphasort.c: Adjust implementation to type change.
170         * dirent/alphasort64.c: Likewise.
171         * dirent/scandir.c: Likewise.
172         * dirent/versionsort.c: Likewise.
173         * dirent/versionsort64.c: Likewise.
174         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
175         declaration.
176         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
177         declaration.
178
179         [BZ #9880]
180         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
181         correctly.  Set segleft member in output as required.
182         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
183         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
184
185         [BZ #9881]
186         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
187         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
188         * inet/Makefile (tests): Add tst-inet6_rth.
189         * inet/tst-inet6_rth.c: New file.
190
191         [BZ #5807]
192         * string/strlen.c (strlen): Fix omission in the expression to test
193         for NUL bytes.
194
195 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
196
197         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
198
199         * elf/dl-runtime.c (reloc_offset): Define.
200         (reloc_index): Define.
201         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
202         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
203         computing index from reloc_offset.
204         (_dl_call_pltexit): Likewise.
205         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
206         the relocation index to _dl_fixup.
207         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
208         _dl_call_pltexit.
209         * sysdeps/x86_64/dl-runtime.c: New file.
210
211         [BZ #9893]
212         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
213         alignment of La_x86_64_regs.  Store xmm parameters.
214         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
215
216         [BZ #9913]
217         * string/strverscmp.c (__strverscmp): Fix case of different digits
218         in fractional part of string.
219         Patch by Jingyu Liu <jyliu@fortinet.com>.
220         * string/Makefile (tests): Add tst-svc2.
221         * string/tst-svc2.c: New file.
222
223         * string/strverscmp.c (__strverscmp): Optimize size of tables.
224
225         * locale/iso-639.def: Add Min Nan.
226
227 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
228
229         [BZ #9948]
230         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
231
232 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
233
234         * elf/dl-sysdep.c (auxvars): Compress data structure.
235
236         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
237         STT_GNU_IFUNC handling.
238         (elf_machine_rela): Likewise.
239
240 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
241
242         * config.h.in (USE_MULTIARCH): Define.
243         * configure.in: Handle --enable-multi-arch.
244         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
245         (_dl_fixup_profile): Likewise.
246         * elf/do-lookup.c (dl_lookup_x): Likewise.
247         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
248         * elf/elf.h (STT_GNU_IFUNC): Define.
249         * include/libc-symbols.h (libc_ifunc): Define.
250         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
251         framework in init-arch.h to get CPUID values.
252         * sysdeps/x86_64/multiarch/Makefile: New file.
253         * sysdeps/x86_64/multiarch/init-arch.c: New file.
254         * sysdeps/x86_64/multiarch/init-arch.h: New file.
255         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
256
257         * config.make.in (experimental-malloc): Define.
258         * configure.in: Handle --enable-experimental-malloc.
259         * malloc/Makefile: Handle experimental-malloc flag.
260         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
261         * malloc/arena.c: Likewise.
262         * malloc/hooks.c: Likewise.
263         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
264
265 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
266
267         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
268         prediction.  A few size optimizations.
269
270 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
271
272         * time/tzset.c: Optimize a bit for size.
273
274 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
275
276         * include/stdio.h (fmemopen): Add libc_hidden_proto.
277         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
278
279         * elf/sprof.c: Avoid warning about multi-line comment.
280
281 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
282
283         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
284         DST name.
285         * time/tst-posixtz.c: Add tests for quoted timezone names.
286
287 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
288
289         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
290         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
291         200809L instead of 200112L.
292         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
293         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
294
295         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
296         instead of __quick_exit_funcs to __run_exit_handlers.
297         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
298         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
299         (__cxa_at_quick_exit): Remove attribute_hidden.
300         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
301         to __run_exit_handlers.
302         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
303         attribute_hidden.
304
305 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
306
307         * po/id.po: Update from translation team.
308
309 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
310
311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
312         .machine push; .machine "power6" and .machine pop around mtfsf
313         insns outside of _ARCH_PWR6 define.
314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
316         Likewise.
317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
318         Likewise.
319         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
320         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
321         relax_fenv_state): Likewise.
322
323 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
324
325         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
326         cxa_at_quick_exit.
327         (static-only-routines): Add at_quick_exit.
328         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
329         GLIBC_2.10.
330         * stdlib/quick_exit.c: New file.
331         * stdlib/at_quick_exit.c: New file.
332         * stdlib/cxa_at_quick_exit.c: New file.
333         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
334         it appropriately.
335         (__internal_atexit): New function.
336         (__new_exitfn): Now takes parameter to point to the list to use.
337         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
338         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
339         (exit): ...here.  Just call __run_exit_handlers appropriately.
340         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
341         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
342         * stdlib/on_exit.c: Adjust call to __new_exitfn.
343         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
344
345         * po/id.po: Update from translation team.
346
347 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
348
349         * po/ru.po: Update from translation team.
350
351 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
352
353         * po/nl.po: Update from translation team.
354
355 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
356
357         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
358         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
359         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
360         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
361         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
362         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
363         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
364
365         * po/pl.po: Update from translation team.
366
367 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
368
369         [BZ #7083]
370         * sysdeps/unix/sysv/linux/fallocate.c: New file.
371         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
372         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
373         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
374         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
375         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
376         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
377         for GLIBC_2.10.
378         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
379         Add fallocate and fallocate64.
380
381         * io/fcntl.h: Pretty printing.
382
383 2009-03-02  Richard Guenther  <rguenther@suse.de>
384
385         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
386         attribute also for non-C99 inline semantics variant.
387
388 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
389
390         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
391         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
392         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
393         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
395         Likewise.
396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
397         Likewise.
398
399 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
400
401         * po/cs.po: Update from translation team.
402
403 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
404
405         * po/bg.po: Update from translation team.
406         * po/sv.po: Likewise.
407         * po/fi.po: Likewise.
408         * po/vi.po: Likewise.
409
410 2009-02-27  Roland McGrath  <roland@redhat.com>
411
412         * Makeconfig (%.v.i): Depend on Makeconfig.
413         Exclude % lines from initial #-comment removal.
414
415 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
416
417         * po/ko.po: Update from translation team.
418
419 2009-02-26  Roland McGrath  <roland@redhat.com>
420
421         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
422         avoids unused warning.
423
424 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
425             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
426
427         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
428         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
429         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
430         and asm/user.h.  Include asm/ptrace.h.
431         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
432         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
433         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
434         Undefine.
435         (start_thread): Don't undefine.
436         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
437         Define.
438
439 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
440
441         * wctype/wctype.h: The *_l functions are in POSIX 2008.
442         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
443         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
444         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
445         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
446         200112L to 200809L.
447         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
448         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
449         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
450         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
451         _SC_THREAD_ROBUST_PRIO_PROTECT.
452         * posix/unistd.h: fexecve is in POSIX 2008.
453         * time/time.h: strftime_l is in POSIX 2008.
454         * io/sys/stat.h: futimens is in POSIX 2008.
455         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
456         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
457         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
458         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
459         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
460         open_memstream, and vdprintf are in POSIX 2008.
461
462 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
463
464         * include/features.h: Define macros for XPG7/POSIX 2008.
465         * ctype/ctype.h: The *_l functions are in POSIX 2008.
466         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
467         POSIX 2008.
468         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
469         * locale/xlocale.h: Define locale_t type.
470         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
471         in POSIX 2008.  Don't define locale_t here.
472         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
473         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
474         UTIME_OMIT only with __USE_ATFILE.
475         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
476         * stdio-common/psiginfo.c: New file.
477         * stdio-common/psiginfo-data.h: New file.
478         * stdio-common/psiginfo-define.h: New file.
479         * stdio-common/Makefile (routines): Add psiginfo.
480         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
481         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
482         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
483         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
484         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
485         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
486         * io/sys/stat.h: Move mknodat definition into same conditional as
487         mknod.
488         * time/sys/time.h: futimesat is not among the functions accepted
489         into the POSIX standard.
490
491         * include/features.h: If no feature selection given and we select
492         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
493         * posix/Versions: Export __posix_getopt.
494         * posix/getopt.c (_getopt_initialize): Take additional parameter.
495         Use it to alternatively initialize __posixly_correct.
496         (_getopt_internal_r): Take addition parameter.  Pass on to
497         _getopt_initialize.
498         (_getopt_internal): Take addition parameter.  Pass on to
499         _getopt_internal_r.
500         (getopt): Pass additional zero to _getopt_internal.
501         (__posix_getopt): New function.
502         * posix/getopt.h: Add redirection for getopt.
503         * posix/getopt1.c (getopt_long): Pass additional zero to
504         _getopt_internal.
505         (getopt_long_only): Likewise.
506         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
507         (_getopt_long_only_r): Likewise.
508         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
509         _getopt_internal_r.
510
511 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
512
513         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
514         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
515         * sysdeps/posix/sysconf.c (__sysconf): Handle
516         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
517         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
518
519 2009-02-24  Roland McGrath  <roland@redhat.com>
520
521         [BZ #9895]
522         * README.template: Reworded not to use substituted version number.
523         Renamed to ...
524         * README: ... here (no longer generated).
525         * Makefile (README): Target removed.
526
527 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
528
529         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
530         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
531         instead.
532
533         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
534
535         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
536
537 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
538
539         * po/bg.po: Update from translation team.
540
541 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
542
543         * stdlib/monetary.h: Uglify function parameter names.
544         * sunrpc/rpc/pmap_clnt.h: Likewise.
545         * sunrpc/rpc/svc.h: Likewise.
546         * sunrpc/rpc/xdr.h: Likewise.
547         * sunrpc/rpc/clnt.h: Likewise.
548         * resolv/netdb.h: Likewise.
549         * resolv/arpa/nameser.h: Likewise.
550         * resolv/resolv.h: Likewise.
551         * argp/argp.h: Likewise.
552         * locale/langinfo.h: Likewise.
553         * io/sys/stat.h: Likewise.
554         * posix/spawn.h: Likewise.
555         * nis/rpcsvc/nislib.h: Likewise.
556         * malloc/obstack.h: Likewise.
557         * sysdeps/ia64/bits/link.h: Likewise.
558         * sysdeps/i386/bits/link.h: Likewise.
559         * sysdeps/s390/bits/link.h: Likewise.
560         * sysdeps/powerpc/bits/link.h: Likewise.
561         * sysdeps/x86_64/bits/link.h: Likewise.
562         * sysdeps/sparc/bits/link.h: Likewise.
563         * sysdeps/sh/bits/link.h: Likewise.
564         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
565         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
566         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
567         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
568
569 2008-12-01  Fredrik Unger  <fred@tree.se>
570
571         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
572         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
573         _FP_UNPACK_RAW_2, fix up first argument.
574
575 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
576
577         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
578         (GET_NPROCS_PARSER): Change parameters and use next_line.
579         (__get_nprocs): Rewrite to not use stdio routines.
580         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
581         Change parameters and use next_line.
582
583 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
584
585         [BZ #5381]
586         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
587         Change mempool_alloc prototype.
588         * nscd/mem.c (gc): Don't handle mem_in_flight.
589         (mempool_alloc): Third parameter now only indicates whether this is the
590         first call (to allocate data) or not.  If it is, get db rdlock.
591         Release it on error.  Don't handle mem_in_flight.
592         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
593         Adjust third parameter of mempool_alloc calls.
594         Nothing to do here in case mempool_alloc fails.
595         Avoid local variable shadowing parameter.  No need to get db rdlock
596         before calling cache_add.
597         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
598         no mem_in_flight array anymore.
599         * nscd/connections.c: Remove definition and handling of mem_in_flight.
600         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
601         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
602         in case mempool_alloc fails. No need to get db rdlock before calling
603         cache_add.
604         * nscd/hstcache.c (cache_addhst): Likewise.
605         * nscd/initgrcache.c (addinitgroupsX): Likewise.
606         * nscd/servicescache.c (cache_addserv): Likewise.
607         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
608
609 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
610
611         * po/lt.po: Update from translation team.
612
613 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
614
615         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
616         defined, allow additional data to be added using the optional
617         MORE_ELF_HEADER_DATA macro.
618         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
619         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
620
621 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
622
623         * include/atomic.h: Define catomic_and if not already defined.
624         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
625         * sysdeps/i386/i486/bits/atomic.h: Likewise.
626
627 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
628
629         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
630         Change all callers.
631         (_int_realloc): Likewise.  Third argument is now padded size
632         All _int_* functions are now static.
633
634         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
635         * malloc/arena.c: Likewise.
636         * include/malloc.h: Remove now unnecessary declarations of the _int_*
637         functions.
638
639         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
640         easily.
641
642         * malloc/malloc.c: Add branch prediction for use of the hooks.
643
644         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
645
646 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
647
648         [BZ #7095]
649         * bits/confname.h: Add SUSv7 macros for getconf environments.
650         * bits/environments.h: Likewise.
651         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
652         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
653         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
654         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
655         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
656         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
657         * posix/getconf.c: Likewise.
658         * posix/sysconf.c: Likewise.
659         * sysdeps/posix/sysconf.c: Likewise.
660         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
661         environments.
662
663 2009-01-16  Petr Baudis  <pasky@suse.cz>
664
665         [BZ #9753]
666         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
667         even if we currently have zero nscount.
668
669 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
670
671         [BZ #9781]
672         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
673         the input line is too long.
674
675         * po/Makefile (libc.pot): Add f_print as function taking c-format
676         parameter.
677
678         * debug/xtrace.sh: Unify translatable messages.
679         * elf/ldd.bash.in: Likewise.
680         * elf/sprof.c: Likewise.
681         * locale/programs/locale.c: Likewise.
682         * malloc/memusage.sh: Likewise.
683         * nss/getent.c: Likewise.
684
685 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
686
687         * debug/pcprofiledump.c (print_version,
688         argp_program_version_hook): New function.
689         * elf/ldconfig.c (more_help): New function.
690         (argp): Use it.
691         * elf/sln.c (usage): New function.
692         (main): Support --help and --version.
693         * malloc/memusagestat.c (print_version): New function.
694         (argp_program_version_hook): New variable.
695         * nscd/nscd.c (more_help): New function.
696         (argp): Use it.
697         * posix/getconf.c (main): Send --version output to stdout.
698         Support --help.
699         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
700         arguments.  All callers changed.
701         (print_version): New function.
702         (parseargs): Support --help and --version.
703         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
704         changed.
705         (print_version): New function.
706         (main): Use getopt_long.  Support --help and --version.
707         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
708         --version.
709
710 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
711
712         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
713         (update_data): Fix handling of wrapping back
714         to the beginning of the buffer.
715
716         [BZ #9823]
717         * stdio-common/psignal.c (psignal): Fix test for empty string.
718
719 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
720
721         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
722         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
723         move _null_auth to .rodata.
724
725         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
726         value of 24.
727
728         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
729
730         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
731         today than when the original code was written.  Use larger
732         buffers.  This also makes it unnecessary to have stat information,
733         if this causes extra efforts.
734         (__opendir): In case O_DIRECTORY works, don't call fstat just for
735         __alloc_dir.
736
737 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
738
739         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
740         is set.
741         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
742         * sysdeps/sh/sh4/__longjmp.S: Likewise.
743         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
744         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
745         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
746         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
747
748 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
749
750         * po/ru.po: Update from translation team.
751
752 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
753
754         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
755         Add _tid slot to maintain consistency with kernel.
756
757 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
758
759         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
760         incomplete characters at end of input buffer.
761         * libio/Makefile (tests): Add tst-fgetwc.
762         * libio/tst-fgetwc.c: New file.
763         * libio/tst-fgetwc.input: New file.
764
765 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
766
767         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
768
769 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
770
771         [BZ #9793]
772         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
773         *OUTBUFSTART unless the whole output fit into the buffer.
774         * iconv/Makefile (tests): Add tst-iconv4.
775         * iconv/tst-iconv4.c: New file.
776
777 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
778
779         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
780         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
781
782 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
783
784         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
785         newer linker scripts.
786
787 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
788
789         [BZ #7040]
790         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
791         inotify_rm_watch should have type int.
792
793 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
794
795         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
796         Make aligned_restore_vmx a local symbol.
797         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
798         Likewise.
799
800 2009-01-30  Andreas Jaeger  <aj@suse.de>
801
802         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
803         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
804         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
805         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
806         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
807         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
808         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
809
810 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
811
812         [BZ #9726]
813         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
814         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
815
816 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
817
818         [BZ #9726]
819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
820         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
822         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
823
824 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
825
826         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
827         memcpy instead of memcmp.
828         (_dl_setup_pointer_guard): Likewise.
829
830 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
831
832         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
833         manipulated brk, use malloc_printerr.
834         * misc/sbrk.c (__sbrk): Better error handling for nonsense
835         requests.
836
837 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
838
839         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
840         rindex): For C++ add inlines so that they can be recognized as
841         builtins.
842         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
843
844 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
845             Jakub Jelinek  <jakub@redhat.com>
846
847         * string/string.h: Define correct C++ prototypes for gcc 4.4.
848         * wcsmbs/wchar.h: Likewise.
849
850 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
851
852         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
853         (stackinfo_sub_sp): Define.
854
855 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
856
857         [BZ #9750]
858         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
859         * include/alloca.h (alloca_account): Define.
860         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
861         (stackinfo_sub_sp): Define.
862
863         * nscd/connections.c (nscd_init): If database file access fails
864         check whether this is due to permission problems and bail in that
865         case.
866
867         [BZ #9741]
868         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
869         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
870
871 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
872
873         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
874         Add "t" to clobber list.
875         (INTERNAL_SYSCALL_NCS): Likewise.
876
877 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
878
879         * nss/getent.c (print_networks): Don't print comma between aliases.
880
881 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
882
883         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
884
885         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
886         the hash table.
887         * misc/Makefile (tests): Add bug-hsearch1.
888         * misc/bug-hsearch1.c: New file.
889
890 2009-01-22  Roland McGrath  <roland@redhat.com>
891
892         * Makeconfig (%.v.i): Strip trailing # comments,
893         not only whole-line comments.
894
895 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
896
897         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
898         one parameter.  If non-NULL use it to initialize return value.
899         (_dl_setup_pointer_guard): New function.
900         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
901         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
902         * elf/rtld.c (security_init): Pass _dl_random to
903         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
904         pointer_chk_guard.
905         * elf/dl-sysdep.c (_dl_random): New variable.
906         (_dl_sysdep_start): Handle AT_RANDOM.
907         (_dl_show_auxv): Likewise.
908         * elf/dl-support.c (_dl_random): New variable.
909         (_dl_aux_init): Handle AT_RANDOM.
910         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
911         to _dl_setup_stack_chk_guard.
912
913         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
914
915 2009-01-10  Roland McGrath  <roland@redhat.com>
916
917         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
918
919 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
920
921         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
922
923         [BZ #9706]
924         * nss/nss_files/files-parse.c (strtou32): New function.
925         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
926         across 32-bit and 64-bit platforms.
927         (INT_FIELD_MAYBE_NULL): Likewise.
928
929 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
930
931         [BZ #9720]
932         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
933         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
934         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
935         Likewise.
936
937 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
938
939         [BZ #697]
940         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
941         being NULL also if there are no backreferences.
942         * posix/rxspencer/tests: Add testcases.
943
944 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
945
946         [BZ #9697]
947         * posix/bug-regex17.c: Add testcases.
948         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
949         handling.
950
951 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
952
953         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
954         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
955         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
956         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
957         for elf subdir.
958         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
959         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
960         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
961         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
962         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
963         * sysdeps/unix/sysv/linux/s390/Versions: New file.
964
965 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
966
967         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
968         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
969         re_string_skip_chars, re_string_reconstruct): Likewise.
970         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
971
972 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
973
974         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
975         adjust the buffer alignment.
976
977 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
978
979         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
980         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
981         net/route.h.
982
983         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
984         flavor to description only when flavor is not NULL.
985
986         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
987         mutex after SIGIO/SIGURG lookup loop.
988
989 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
990
991         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
992
993 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
994
995         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
996         handling.
997
998 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
999
1000         * sysdeps/unix/sysv/linux/kernel-features.h
1001         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1002
1003         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1004         if no output is written.
1005
1006         * version.h: Bump to 2.10 development.
1007
1008         * posix/getconf.c: Update copyright year.
1009         * nss/getent.c: Likewise.
1010         * iconv/iconvconfig.c: Likewise.
1011         * iconv/iconv_prog.c: Likewise.
1012         * elf/ldconfig.c: Likewise.
1013         * catgets/gencat.c: Likewise.
1014         * csu/version.c: Likewise.
1015         * elf/ldd.bash.in: Likewise.
1016         * elf/sprof.c (print_version): Likewise.
1017         * locale/programs/locale.c: Likewise.
1018         * locale/programs/localedef.c: Likewise.
1019         * nscd/nscd.c (print_version): Likewise.
1020         * debug/xtrace.sh: Likewise.
1021         * malloc/memusage.sh: Likewise.
1022         * malloc/mtrace.pl: Likewise.
1023         * debug/catchsegv.sh: Likewise.
1024
1025 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1026
1027         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1028         script.
1029
1030 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1031
1032         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1033         gethostbyname4_r function call succeeded, just leave the loop.
1034
1035         [BZ #9694]
1036         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1037         very end.
1038         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1039         * wctype/Makefile (tests): Add bug-wctypeh.
1040         * wctype/bug-wctypeh.c: New file.
1041
1042         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1043         LOCALDOMAIN is defined.
1044         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1045
1046         * sysdeps/x86_64/bits/select.h: New file.
1047
1048         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1049
1050 2008-12-21  Bruno Haible  <bruno@clisp.org>
1051
1052         [BZ #9677]
1053         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1054         if no output is written.
1055
1056 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1057
1058         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1059         libc internal symbol __dup2 to avoid access through the PLT.
1060
1061 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1062
1063         [BZ #6545]
1064         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1065         available only for __USE_GNU.
1066
1067         * inet/Makefile (tests): Add tst-getni2.
1068         * inet/tst-getni2.c: New file.
1069
1070         [BZ #7080]
1071         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1072         NULL when NI_NAMEREQD is set.
1073         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1074         * inet/Makefile (tests): Add tst-getni1.
1075         * inet/tst-getni1.c: New file.
1076
1077 2008-12-03  Petr Baudis  <pasky@suse.cz>
1078
1079         [BZ #7067]
1080         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1081         instead of prune_lock.
1082         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1083         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1084
1085 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1086
1087         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1088         use.
1089
1090         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1091         handling.
1092
1093         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1094         after reading name server list.
1095
1096         [BZ #7058]
1097         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1098         handling for host name aliases.
1099
1100 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1101
1102         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1103         instead of doing things manually.
1104
1105 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1106
1107         * posix/regex_internal.h (build_wcs_upper_buffer):
1108         Return type is reg_error_t.
1109
1110 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1111
1112         * posix/globtest.sh: Use mktemp to create temporary file and
1113         directory.
1114
1115         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1116         sets correctly.
1117         (__CPU_CLR_S): Likewise.
1118         (__CPU_ISSET_S): Likewise.
1119
1120 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1121             Ulrich Drepper  <drepper@redhat.com>
1122
1123         * scripts/firstversion.awk: Use custom comparison function to compare
1124         version numbers.
1125         * scripts/versions.awk: Use sort invocation which can handle
1126         multi-digit sub-version numbers.
1127
1128 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1129
1130         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1131         * locale/iso-639.def: Add Chhattisgarhi entry.
1132
1133 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1134
1135         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1136         ESRCH return value.
1137         (_nss_dns_gethostbyname4_r): Likewise.
1138         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1139         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1140         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1141         the no_data variable.
1142
1143         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1144         information at the correct index.
1145
1146         * socket/sys/socket.h: Declare accept4.
1147         * socket/accept4.c: New file.
1148         * sysdeps/unix/sysv/linux/accept4.c: New file.
1149         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1150         * socket/Makefile (routines): Add accept4.
1151         * socket/Versions: Export accept4 with version GLIBC_2.10.
1152         * socket/paccept.c: Removed.
1153         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1154         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1155         * Versions.def: Define GLIBC_2.10 for libc.
1156         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1157
1158         * nscd/connections.c: Use accept4.
1159
1160         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1161
1162 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1163
1164         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1165         flag already set.
1166
1167         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1168         not exist.
1169         * stdlib/Makefile (tests): Add tst-unsetenv1.
1170         * stdlib/tst-unsetenv1.c: New file.
1171
1172 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1173
1174         * login/utmp_file.c (file_writable): New variable.
1175         (setutent_file): Don't try to open file for writing.
1176         (pututline_file): Before writing, make descriptor writable if
1177         necessary.
1178
1179 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1180
1181         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1182         to IPv4 or IPv6 if an interface has been found.
1183
1184 2008-11-26  Roland McGrath  <roland@redhat.com>
1185
1186         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1187         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1188
1189         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1190         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1191         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1192
1193         * elf/elf.h (NT_386_IOPERM): New macro.
1194         (NT_PPC_VSX): New macro.
1195
1196 2008-11-25  Roland McGrath  <roland@redhat.com>
1197
1198         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1199         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1200         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1201         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1202         Subdirectories moved to ports repository.
1203         * configure.in (base_machine): Remove alpha case.
1204
1205 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1206
1207         * sysdeps/mach/strerror_l.c: New file.
1208
1209 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1210
1211         [BZ #6411]
1212         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1213         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1214         magic numbers.
1215         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1216         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1217         (relax_fenv_state): Same as above.
1218         (FPSCR_29): Reserve bit in ISA 2.05.
1219         (FPSCR_NI): Provide define for compat.
1220         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1221         magic numbers.
1222         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1223         magic numbers.
1224         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1225         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1226         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1227         access to hwcap to account for hwcap size increase to uint64_t.
1228         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1229         Likewise.
1230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1231         (*setcontext): Likewise.
1232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1233         New file.
1234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1235         New file.
1236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1237         (*setcontext): dynamically select mtfsf insn based on
1238         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1239         increase to uint64_t.
1240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1241         (*swapcontext): dynamically select mtfsf insn based on
1242         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1243         increase to uint64_t.
1244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1245         New file.
1246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1247         New file.
1248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1249         (*setcontext): dynamically select mtfsf insn based on
1250         PPC_FEATURE_HAS_DFP.
1251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1252         (*swapcontext): dynamically select mtfsf insn based on
1253         PPC_FEATURE_HAS_DFP.
1254
1255 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1256
1257         * version.h: Bump for 2.9 release.
1258         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1259
1260         [BZ #7029]
1261         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1262         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1263         all the rounding.
1264
1265 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1266
1267         [BZ #7009]
1268         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1269         unknown request types for now.
1270
1271 2008-11-11  Roland McGrath  <roland@redhat.com>
1272
1273         * sysdeps/x86_64/configure: New file.
1274
1275         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1276         * configure: Regenerated.
1277
1278 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1279
1280         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1281         correct instruction to remove the stack frame.
1282
1283 2008-11-03  Michael Matz  <matz@suse.de>
1284
1285         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1286         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1287
1288 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1289
1290         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1291         Remove.
1292
1293         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1294         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1295         of the thread variable instead of void *.
1296         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1297         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1298         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1299         __libc_tsd_define arguments.
1300         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1301         __libc_tsd_address arguments.  Remove union hack.
1302         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1303         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1304         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1305         Adjust __libc_tsd_{set,get} arguments.
1306         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1307         __libc_tsd_define arguments.
1308         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1309         arguments.
1310         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1311         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1312         (LOCALE): Adjust __libc_tsd_define arguments.
1313         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1314         arguments.
1315         (LOCALE): Adjust __libc_tsd_define arguments.
1316         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1317         arguments.
1318         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1319         arguments.
1320
1321 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1322
1323         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1324         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1325
1326 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1327
1328         [BZ #6966]
1329         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1330
1331 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1332             Ulrich Drepper  <drepper@redhat.com>
1333
1334         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1335         definition for GCC 3.1 and later.
1336
1337 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1338
1339         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1340         refetch dtv, as it might have changed.
1341         * elf/Makefile: Add rules to build and run tst-tls18.
1342         * elf/tst-tls18.c: New test.
1343         * elf/tst-tlsmod18a.c: New file.
1344
1345 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1346
1347         [BZ #6875]
1348         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1349
1350 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1351
1352         [BZ #6867]
1353         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1354
1355         [BZ #6919]
1356         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1357         Fix length of copy operation.
1358
1359 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1360
1361         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1362         and fix its calling convention.
1363
1364 2008-10-07  Andreas Schwab  <schwab@suse.de>
1365
1366         [BZ #6942]
1367         * resolv/res_send.c (send_vc): Fix last change.
1368         (send_dg): Align here as well.
1369
1370 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1371
1372         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1373         return value in case rlimit is RLIM_INFINITY.
1374
1375         [BZ #6947]
1376         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1377         for UL_SETFSIZE.
1378         * resource/Makefile (tests): Add bug-ulimit1.
1379         * resource/bug-ulimit1.c: New file.
1380
1381         [BZ #6974]
1382         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1383         without dot.  Properly terminate the string with a null byte.
1384         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1385
1386         [BZ #6980]
1387         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1388         negative sizees.
1389         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1390         negative __size.
1391
1392         [BZ #6995]
1393         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1394
1395 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1396
1397         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1398         abort if there is no initgroups_dyn function.
1399
1400         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1401         result if any of the queries really provided an answer.
1402
1403 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1404
1405         * po/lt.po: Update from translation team.
1406
1407 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1408
1409         * po/id.po: Update from translation team.
1410
1411 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1412
1413         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1414         Fix tests for existence of second reply.
1415
1416 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1417
1418         * po/id.po: New file.
1419         Contributed by the Indonesian translation team.
1420
1421 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1422
1423         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1424         initialization.
1425
1426 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1427
1428         * elf/Makefile: Add rules to build and run tst-tls17.
1429         * elf/tst-tls17.c: New test.
1430         * elf/tst-tlsmod17a.c: New file.
1431         * elf/tst-tlsmod17b.c: Likewise.
1432
1433 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1434
1435         * stdlib/divmod_1.c: Use correct type for dummy variable.
1436         * stdlib/mod_1.c: Likewise.
1437
1438 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1439
1440         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1441
1442 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1443
1444         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1445         __nonnull order for C++.
1446         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1447         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1448
1449 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1450
1451         * stdlib/longlong.h: Update from GCC.
1452
1453 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1454             David S. Miller  <davem@davemloft.net>
1455
1456         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1457         make sure any registers used with 64-bit 'branch-on-register'
1458         instructions have their top 32-bits clear.
1459         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1460         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1461
1462 2008-09-18  Andreas Schwab  <schwab@suse.de>
1463
1464         [BZ #6942]
1465         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1466         Properly handle partial reads.
1467
1468 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1469
1470         * elf/elf.h (STO_MIPS_PLT): New.
1471         (R_MIPS_COPY): New.
1472         (R_MIPS_JUMP_SLOT): New.
1473         (R_MIPS_NUM): Redefine to 128.
1474         (DT_MIPS_PLTGOT): New.
1475         (DT_MIPS_RWPLT): New.
1476         (DT_MIPS_NUM): Redefine to 0x35.
1477
1478 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1479
1480         * timezone/africa: Update from tzdata2008f.
1481         * timezone/asia: Likewise.
1482         * timezone/australasia: Likewise.
1483         * timezone/europe: Likewise.
1484         * timezone/leapseconds: Likewise.
1485         * timezone/northamerica: Likewise.
1486         * timezone/southamerica: Likewise.
1487         * timezone/zone.tab: Likewise.
1488
1489 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1490
1491         * nscd/connections.c: Disable use of paccept for now.
1492
1493 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1494
1495         * socket/Versions: Remove paccept export for GLIBC_2.9.
1496         * socket/Makefile (routines): Remove paccept.
1497         * socket/sys/socket.h: Remove paccept declaration.
1498
1499         * po/sv.po: Update from translation team.
1500
1501 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1502
1503         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1504         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1505
1506 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1507
1508         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1509         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1510
1511 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1512
1513         * sunrpc/rpc/svc.h: Declare svcfd_create.
1514         Patch by Michael Solberg <msolberg@redhat.com>.
1515
1516 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1517             Ulrich Drepper  <drepper@redhat.com>
1518
1519         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1520         _int_valloc fails.
1521         (public_pVALLOc): Likewise.
1522
1523 2008-09-02  Andreas Jaeger  <aj@suse.de>
1524
1525         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1526         commit.
1527
1528 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1529
1530         [BZ #6860]
1531         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1532
1533 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1534
1535         * Makefile (check-data): Check data directory in add-ons.
1536         * elf/Makefile (check-data): Likewise.
1537
1538 2008-08-18  Roland McGrath  <roland@redhat.com>
1539
1540         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1541         * configure: Regenerated.
1542         * config.make.in (cflags-cpu): New substituted variable.
1543         (with-cpu): Variable removed.
1544         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1545
1546 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1547
1548         [BZ #6845]
1549         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1550         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1551         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1552         redundant.  Functions which call floating point assembler operations
1553         should go into a sysdeps powerpc/fpu directory.
1554
1555 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1556
1557         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1558         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1559
1560 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1561
1562         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1563
1564         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1565         change related to AT_EXECFN.  We cannot use that string.
1566         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1567         _dl_execfn member.
1568         * elf/dl-support.c: Remove _dl_execfn variable.
1569         (_dl_aux_init): Remove handling of AT_EXECFN.
1570         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1571         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1572
1573 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1574
1575         [BZ #6544]
1576         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1577         byte gets added to writes and seeks from the end use the length of
1578         the buffer and not the currently terminating NUL byte.
1579
1580         [BZ #6634]
1581         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1582         Set to true if locking failed.
1583         (getutid_r_file): Adjust caller.
1584         (pututline_file): Likewise.  Return NULL in this case.
1585         Patch mostly by halesh.s@gmail.com.
1586
1587 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1588
1589         [BZ #6589]
1590         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1591         Define.
1592         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1593
1594 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1595
1596         [BZ #6839]
1597         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1598         macro since it is now available in elf/dynamic-link.h.
1599
1600 2008-08-12  Roland McGrath  <roland@frob.com>
1601
1602         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1603         in case used outside of libc.
1604         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1605
1606 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1607
1608         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1609         directly instead of going through dn_comp.
1610
1611 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1612
1613         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1614         Fix asm constraints.
1615
1616 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1617
1618         [BZ #6790]
1619         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1620         (IPV6_PMTUDISC_PROBE): Likewise.
1621
1622 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1623
1624         [BZ #6791]
1625         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1626
1627 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1628             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1629
1630         [BZ #6817]
1631         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1632         Added the members 'vsx' and 'arch_2_06'.
1633         (_dl_powerpc_platforms): Add the member 'power7'.
1634         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1635         to reflect the changes required by VSX and ISA 2.06.
1636         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1637         'power7'.
1638         Defined PPC_PLATFORM_POWER7.
1639         (_dl_string_platform): Add support for POWER7.
1640         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1641         capability and ISA 2.06.
1642
1643 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1644
1645         [BZ #6824]
1646         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1647         macro to detect use of 128 bit long double.
1648         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1649
1650 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1651
1652         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1653
1654         [BZ #5794]
1655         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1656         parameters.
1657         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1658         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1659
1660 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1661
1662         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1663         guaranteed to be large enough to read inotify event.  Ignore
1664         EAGAIN error.  Better error message.  Add branch predicition.
1665         (main_loop_epoll): Likewise.
1666
1667 2008-08-02  Roland McGrath  <roland@frob.com>
1668
1669         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1670         Add memory clobbers.
1671
1672 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1673
1674         * manual/arith.texi: Avoid @strong{Note:}.
1675         * manual/creature.texi: Likewise.
1676         * manual/filesys.texi: Likewise.
1677         * manual/math.texi: Likewise.
1678         * manual/memory.texi: Likewise.
1679         * manual/resource.texi: Likewise.
1680         * manual/syslog.texi: Likewise.
1681         * manual/time.texi: Likewise.
1682
1683         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1684         to prevent warning.
1685
1686 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1687
1688         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1689         new epoll_create1 interface.
1690         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1691         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1692         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1693
1694         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1695         (NS_GET32): Likewise.
1696
1697         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1698         syscalls, too.
1699
1700         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1701         use the AT_EXECFN value if it is no absolute path.
1702         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1703         __ASSUME_AT_EXECFN.
1704
1705         * Versions.def: Add GLIBC_2.9 to libresolv.
1706         * include/resolv.h: Remove hidden proto declarations for __ns_*
1707         functions.  Add them for __dn_count_labels and __p_secstodate.
1708         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1709         Define ns_msg_getflags macro here.
1710         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1711         and __p_secstodate.
1712         * resolv/Versions: Export functions from <arpa/nameser.h> from
1713         libresolv in version GLIBC_2.9.
1714         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1715         hidden definitions.
1716         * resolv/ns_netint.c: Likewise.
1717         * resolv/ns_parse.c: Likewise.
1718         * resolv/ns_print.c: Likewise.
1719         * resolv/ns_samedomain.c: Likewise.
1720         * resolv/ns_ttl.c: Likewise.
1721         * resolv/arpa/nameser_compat.h: Likewise.
1722         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1723         function calls.
1724         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1725         instead of ns_get16.
1726         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1727         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1728         (gaih_getanswer_slice): Likewise.
1729         * resolv/Makefile (libresolv-routines): Add ns_date.
1730         * resolv/ns_date.c: New file.
1731
1732         * elf/Makefile (check-localplt.out): Also check libresolv and
1733         libcrypt.
1734
1735 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1736
1737         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1738         __ASSUME_O_CLOEXEC.
1739
1740 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1741
1742         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1743         buffer passed to NSS functions.
1744
1745         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1746
1747         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1748         Define.
1749
1750         * misc/syslog.c (openlog_internal): Fix compile problem.
1751
1752 2008-07-28  Roland McGrath  <roland@redhat.com>
1753
1754         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1755
1756 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1757
1758         * io/ftw.c (add_object): Remove inline to avoid warning.
1759
1760         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1761
1762         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1763         Use it instead of locally defined resplen2 variable.
1764         (res_nsend): Adjust for __libc_res_nsend interface change.
1765         (send_vc): Initialize *resplen2 if necessary.  Read length of
1766         package into an appropriately aligned variable.  Store converted length
1767         in new variable and use it appropriately.
1768         Add branch prediction help.
1769         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1770         and pass it on to __libc_res_nsend.  Adjust all callers.
1771         (__libc_res_nsearch): Likewise.
1772         (__libc_res_nqeurydomain): Likewise.
1773         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1774         change.
1775         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1776         Define resplen2 variable and pass it to __libc_res_nsearch and then
1777         to gaih_getanswer.
1778         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1779         Add branch prediction.
1780         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1781         (gaih_getanswer): Don't decode second slice if first one failed due
1782         to a too small buffer.  Don't let not found status of second
1783         decoder shadow results of the first.
1784         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1785         and __libc_res_nquery interface changes
1786         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1787         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1788         __libc_res_nsearch, and __libc_res_nsend.
1789         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1790         change.
1791         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1792         __libc_res_nsearch interface changes.
1793
1794 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1795
1796         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1797
1798         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1799         file descriptors with close-on-exec set.
1800         (exec_comm_child): Fix the case where the write end of the pipe is
1801         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1802
1803         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1804         * io/pipe2.c: Likewise.
1805         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1806         instead of __ASSUME_PACCEPT.
1807         * include/unistd.h: Declare __have_pipe2.
1808         * libio/iopopen.c: Implement "e" flag.
1809         * libio/Makefile (tests): Add tst-popen1.
1810         * libio/tst-popen1.c: New file.
1811
1812         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1813         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1814
1815 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1816
1817         [BZ #6771]
1818         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1819         success call of _IO_SEEKOFF or calls which failed because the
1820         descriptor is for a pipe.
1821
1822         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1823         magic number.
1824
1825         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1826
1827         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1828         F_SETFD use if we know fopen set the flag.
1829
1830         * login/utmp_file.c (setutent_file): Minor optimization in case
1831         O_CLOEXEC is available.
1832
1833 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1834
1835         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1836         * elf/Makefile: Use pie-ccflag variable.
1837         * nscd/Makefile: Likewise.
1838         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1839
1840 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1841
1842         [BZ #6724]
1843         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1844         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1845         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1846         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1847         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1848         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1849         utmp32, utmpx32 and login32.
1850         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1851         versions of struct utmp functions to libc and libutil.
1852         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1853         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1854         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1855         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1856         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1857         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1858         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1859         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1860         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1861         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1862         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1863         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1864         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1865         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1866         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1867         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1868         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1869         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1870         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1871         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1872         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1873         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1874
1875 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1876
1877         * scripts/gen-as-const.awk: Generate more widely usable code by
1878         using 64-bit arithmetic.
1879
1880         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1881         the same treatment as narrow output code in last patch.
1882
1883         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1884
1885         [BZ #6763]
1886         * elf/dl-load.c (local_strdup): Remove inline.
1887         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1888         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1889         part of the object.
1890
1891         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1892
1893 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1894
1895         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1896         the new syscalls, too.
1897
1898         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1899         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1900
1901         [BZ #6698]
1902         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1903         parameter for end of buffer.  If temporary copy is too large use
1904         malloc.
1905         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1906         interface change.
1907         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1908         string rewrite when allocating buffer.
1909
1910         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1911         syscalls, too.
1912
1913         * nscd/connections.c (nscd_init): Clean up fcntl call.
1914
1915         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1916         SOCK_NONBLOCK if possible.
1917
1918         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1919         SOCK_CLOEXEC if available.
1920
1921         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1922         __libc_clntudp_bufcreate_internal.
1923         * include/sys/socket.h: Declare __have_sock_cloexec.
1924         * socket/Makefile (aux): Add have_sock_cloexec.
1925         * socket/have_sock_cloexec.c: New file.
1926         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1927         __libc_clntudp_bufcreate.
1928         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1929         which takes an additional parameter.  Create socket with non-blocking
1930         mode and close-on-exec flag set, if wanted.
1931         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1932         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1933         instead of clntudp_create.  The socket has already the close-on-exec
1934         flag set if SOCK_CLOEXEC is defined.
1935
1936 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1937
1938         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1939         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1940         appropriate.
1941         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1942         non-blocking mode by using socket, paccept, and inotify_init1.
1943
1944         * Versions.def (glibc): Add GLIBC_2.9.
1945         * io/Makefile (routines): Add dup3 and pipe2.
1946         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1947         * io/dup3.c: New file.
1948         * io/pipe2.c: New file.
1949         * posix/unistd.h: Declare dup3 and pipe2.
1950         * socket/Makefile (routines): Add paccept.
1951         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1952         * socket/paccept.c: New file.
1953         * socket/sys/socket.h: Declare paccept.
1954         * sysdeps/unix/syscalls.list: Add entry for dup3.
1955         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1956         epoll_create2 and inotify_init1.
1957         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1958         * sysdeps/unix/sysv/linux/paccept.c: New file.
1959         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1960         possible.
1961         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1962         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1963         inotify_init1, and pipe2 entries.
1964         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1965         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1966         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1967         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1968         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1969         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1970         SOCK_NONBLOCK.
1971         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1972         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1973         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1974         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1975         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1976         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1977         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1978         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1979         EPOLL_NONBLOCK.  Declare epoll_create2.
1980         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1981         EFD_NONBLOCK.
1982         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1983         IN_NONBLOCK.  Declare inotify_init1.
1984         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1985         SFD_NONBLOCK.
1986         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1987         TFD_NONBLOCK.
1988
1989         * elf/elf.h: Define AT_EXECFN.
1990         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1991         LD_ORIGIN_PATH.
1992         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1993         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1994         if __ASSUME_AT_EXECFN is defined.
1995         (_dl_aux_init): Handle AT_EXECFN.
1996         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1997         for 2.6.27 and up.
1998         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1999         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2000         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2001         _dl_execfn if available and avoid compatibility code if
2002         __ASSUME_AT_EXECFN is defined.
2003
2004         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2005         _dl_discover_osversion only for older kernels.
2006
2007 2008-07-22  Roland McGrath  <roland@frob.com>
2008
2009         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2010
2011 2008-07-21  Roland McGrath  <roland@frob.com>
2012
2013         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2014         returned too much data out of line.
2015
2016 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2017
2018         * locale/setlocale.c (setname): Remove inline to avoid compiler
2019         warning.
2020
2021         [BZ #6712]
2022         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2023
2024 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2025
2026         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2027         doesn't manage to write anything, fail.
2028
2029         * malloc/hooks.c (__malloc_check_init): Remove printf.
2030
2031 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2032
2033         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2034
2035 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2036
2037         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2038         from inotify.
2039         (main_loop_epoll): Likewise.
2040
2041 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2042
2043         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2044
2045         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2046         if DEBUG is defined.
2047
2048         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2049         query.  Adjust buffer size computation for padding.
2050
2051 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2052
2053         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2054         * stdio-common/tst-setvbuf1.c: New file.
2055         * stdio-common/tst-setvbuf1.expect: New file.
2056
2057         [BZ #6719]
2058         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2059         when selecting fully-buffered stream.
2060         Patch by Wang Xin <wxinee@gmail.com>.
2061
2062 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2063
2064         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2065         (__open_2): New function.
2066         (__open64_2): New alias to __open_2.
2067         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2068         (__openat_2): New function.
2069         (__openat64_2): New alias to __openat_2.
2070
2071 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2072
2073         [BZ #6723]
2074         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2075
2076 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2077
2078         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2079         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2080         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2081         __hurd_dfail.
2082         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2083         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2084         * sysdeps/mach/hurd/send.c (__send): Likewise.
2085         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2086         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2087
2088 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2089
2090         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2091         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2092         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2093         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2094         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2095         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2096
2097 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2098
2099         [BZ #6657]
2100         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2101         of %EY.
2102         Patch by Petr Baudis.
2103
2104 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2105
2106         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2107         Patch by Peter Jones <pjones@redhat.com>.
2108
2109 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2110
2111         [BZ #6654]
2112         * stdlib/canonicalize.c (__realpath): readlink can write too much
2113         into the buffer on platforms without PATH_MAX.
2114
2115 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2116
2117         [BZ #6653]
2118         * posix/tst-regex.c (main): Rename to...
2119         (do_test): ... this. Remove cmdline option processing.
2120         (TIMEOUT): Define.
2121         (TEST_FUNCTION): Define.
2122         (CMDLINE_OPTIONS): Define.
2123
2124 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2125
2126         [BZ #5210]
2127         * configure.in: Add -Werror to -fstack-protector test to catch
2128         unsupported architectures.
2129         Patch by Gilles Esponasse <g.esp@free.fr>.
2130
2131 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2132
2133         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2134         getcontext returns ENOSYS.
2135
2136 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2137
2138         * nscd/connections.c (main_loop_poll): Fix test for read error.
2139         (main_loop_epoll): Likewise.
2140
2141 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2142
2143         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2144         better place so it is not called when nscd is used.
2145
2146         * nscd/connections.c: Also recognize and handle changes to the
2147         resolver configuration file.
2148
2149 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2150
2151         * time/strftime.c: Pass reference to tzset_called around to handle
2152         recursive calls.
2153
2154         [BZ #6612]
2155         * time/strftime.c (__strftime_internal): Call tzset() only
2156         when printing timezone-dependent values.
2157         Based on a patch by Petr Baudis <pasky@suse.cz>.
2158
2159         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2160         unconditionally use second gaih_getanswer_slice result.
2161
2162         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2163         (getaddrinfo): RES must always be non-NULL.
2164
2165 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2166
2167         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2168         cr[34] registers.
2169         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2170         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2171         Likewise.
2172         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2173         register.
2174
2175 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2176
2177         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2178         fields.
2179         * nscd/connections.c (inotify_fd): New variable.
2180         (nscd_init): Try to open an inotify descriptor.
2181         If successful, watch files for databases using inotify instead of
2182         having prune threads stat the files.
2183         (nscd_run_prune): Recognize clear_cache flag being set and call
2184         prune_cache appropriately.
2185         (main_loop_poll): Add inotify descriptor to wait set and handle the
2186         reported changes.
2187         (main_loop_epoll): Likewise.
2188         * nscd/cache.c (prune_cache): Don't stat files for databases if
2189         inotify is used.
2190         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2191         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2192
2193         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2194         fixed-size portion of the record.
2195         * nscd/servicescache.c (cache_addserv): Likewise.
2196         * nscd/pwdcache.c (cache_addpw): Likewise.
2197         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2198
2199 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2200
2201         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2202         out we don't use uninitialized memory.
2203
2204         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2205         the client.
2206
2207 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2208
2209         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2210         ignore T_DNAME messages.
2211         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2212
2213 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2214
2215         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2216         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2217
2218 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2219
2220         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2221         instead of portstr to nscd_getserv_r.  Patch by
2222         Roman Kagan <rkagan@mail.ru>.
2223
2224 2008-05-26  Jim Meyering  <meyering@redhat.com>
2225
2226         Remove more useless "if" tests before "free".
2227         * include/inline-hashtab.h (htab_delete): Likewise.
2228         * libio/freopen.c (freopen): Likewise.
2229         * libio/freopen64.c (freopen64): Likewise.
2230         * locale/programs/ld-collate.c (collate_read): Likewise.
2231         * misc/fstab.c (libc_freeres_fn): Likewise.
2232         * posix/glob.c (globfree): Likewise.
2233
2234 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2235
2236         * string/Makefile (strop-tests): Add memmem.
2237         * string/test-memmem.c: New file.
2238         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2239         (test_init): Size buf1 according to BUF1PAGES.
2240
2241 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2244         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2245         (CFLAGS-scanf17.c): New.
2246         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2247         * stdio-common/scanf15.c (main): Likewise.
2248         * stdio-common/scanf16.c: New file.
2249         * stdio-common/scanf17.c: New file.
2250
2251 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2252
2253         * resolv/res_send.c (send_dg): If we already have one of two
2254         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2255         use the one answer insted of failing.
2256
2257 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2258
2259         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2260         being executed on PowerPC as the expected result exceeds IBM
2261         long double 128 __LDBL_MAX__.
2262
2263 2008-05-21  Roland McGrath  <roland@redhat.com>
2264
2265         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2266
2267         * Makefile (check-data): Use $(abi-name) before other guesses.
2268         Look in $(add-ons) dirs before scripts/data/.
2269         * elf/Makefile (check-data): Likewise.
2270
2271         * scripts/soversions.awk: Grok ABI line.
2272         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2273         Emit definition for abi-name variable.
2274
2275 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2276
2277         * string/endian.h: Define new fixed-size hto* and *toh macros only
2278         if [__USE_BSD].
2279
2280         * iconvdata/Depend: Add localedata.
2281
2282 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2283
2284         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2285
2286 2008-05-08  David S. Miller  <davem@davemloft.net>
2287
2288         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2289         HIDDEN_JUMPTARGET.
2290         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2291         (__SYSCALL_CLOBBERS): Remove %g* registers.
2292         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2293         (__SYSCALL_CLOBBERS): Likewise.
2294         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2295         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2296
2297 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2298
2299         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2300         (CALL_ERRNO_LOCATION): Define.
2301         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2302         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2303         (CALL_ERRNO_LOCATION): Define.
2304         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2305         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2306         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2307
2308 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2309
2310         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2311         variable.
2312
2313 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2314
2315         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2316         (FIRST_FRAME_POINTER): Define.
2317
2318 2008-05-09  David S. Miller  <davem@davemloft.net>
2319
2320         * sysdeps/sparc/sparc64/backtrace.c: New file.
2321
2322 2008-05-14  David S. Miller  <davem@davemloft.net>
2323
2324         * sysdeps/sparc/machine-gmon.h: New file.
2325         * sysdeps/sparc/sparc-mcount.S: Likewise.
2326         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2327         sysdep_routines in gmon directory.
2328
2329 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2330
2331         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2332
2333 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2334
2335         * resolv/res_query.c (__libc_res_nquery): In case one of two
2336         answer was too short don't try to read that answer's header.
2337
2338         * resolv/res_send.c (send_dg): In case of timeout and there are
2339         two queries and one has been answered, return value indicating
2340         success.
2341
2342 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2343
2344         * nscd/cache.c (cache_add): Take additional parameter specifying
2345         whether this is in response of a cache refill.  Check alignment
2346         of package data.  Revamp waking of pruning thread.
2347         (prune_cache): Small optimization.
2348         * nscd/nscd.h: Adjust cache_add prototypes.
2349         * nscd/aicache.c: Adjust cache_add calls.
2350         * nscd/grpcache.c: Likewise.
2351         * nscd/hstcache.c: Likewise.
2352         * nscd/initgrcache.c: Likewise.
2353         * nscd/pwdcache.c: Likewise.
2354         * nscd/servicescache.c: Likewise.
2355         * nscd/connections.c (restart): Really disable cache use before
2356         exec attempt.  If it fails, reenable cache.
2357         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2358         time to max to be able to notice concurrent cache additions.  Unlock
2359         prune_lock while performing gc.  Afterwards compute wakeup time with
2360         current wakeup_time value in mind.
2361
2362 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2363
2364         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2365
2366         * nscd/mem.c (gc): Correctly determine highest used array element
2367         in mark.
2368
2369         * nscd/mem.c (markrange): Add assert to check entries are all
2370         aligned.  Small cleanup in bitmap use.
2371
2372         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2373         blockoff of type nscd_ssize_t.
2374         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2375         (mempoll_alloc): Record block offset and not address.
2376
2377         * nscd/mem.c (gc): Fix test for stack overuse.
2378
2379         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2380         more asserts.
2381
2382         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2383         entry is available, believe it.
2384
2385         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2386         no answers return NSS_STATUS_NOTFOUND.
2387         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2388         buffer does not have any content.
2389
2390 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2391
2392         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2393
2394         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2395         lookup, don't assign canon unconditionally.
2396
2397 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2398
2399         * string/Makefile (distribute): Add str-two-way.h.
2400
2401 2008-03-29  Eric Blake  <ebb9@byu.net>
2402
2403         Rewrite string searches to O(n) rather than O(n^2).
2404         * string/str-two-way.h: New file.  For linear fixed-allocation
2405         string searching.
2406         * string/memmem.c: New implementation.
2407         * string/strstr.c: New implementation.
2408         * string/strcasestr.c: New implementation.
2409
2410 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2411
2412         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2413         opr.ctx_type.
2414         (calc_first): Initialize constraint field.
2415         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2416         Use search_duplicated_node to avoid loops.  Fix grammar.
2417         (duplicate_node): Merge constraint field for all node types.
2418         (calc_eclosure_iter): Look at constraint field for all node types.
2419         * posix/regex_internal.c (create_cd_newstate): Don't look at
2420         create_cd_newstate.
2421
2422 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2423
2424         [BZ #6428]
2425         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2426
2427         [BZ #6442]
2428         * string/endian.h: Add macros for fixed-size endian conversion.
2429         * bits/byteswap.h: Allow inclusion from <endian.h>.
2430         * sysdeps/i386/bits/byteswap.h: Likewise.
2431         * sysdeps/ia64/bits/byteswap.h: Likewise.
2432         * sysdeps/s390/bits/byteswap.h: Likewise.
2433         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2434         * string/Makefile (tests): Add tst-endian.
2435         * string/tst-endian.c: New file.
2436
2437         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2438         Patch by Reuben Thomas.
2439
2440 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2441
2442         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2443
2444 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2445
2446         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2447
2448         [BZ #6461]
2449         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2450         Add missing braces.
2451         (BODY for __gconv_transform_internal_ascii): Likewise.
2452
2453         [BZ #6472]
2454         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2455         to be treated like link-local addresses.
2456         (match_prefix): Don't treat IPv4 loopback address special when
2457         converting to v4 mapped addressed.
2458
2459         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2460         if necessary.
2461         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2462         * posix/tst-rfc3484-2.c: Likewise.
2463         * posix/tst-rfc3484-3.c: Likewise.
2464
2465         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2466         and SCTP.
2467
2468         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2469
2470         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2471
2472         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2473
2474 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2475
2476         * po/lt.po: New file.  From Lituanian translation team.
2477
2478 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2479
2480         Introduce TLS descriptors for i386 and x86_64.
2481         * include/inline-hashtab.h: New file, copied from 2005's
2482         libiberty, with fix for memory leak imported afterwards by
2483         Glauber de Oliveira Costa.
2484         * elf/tlsdeschtab.h: New file.
2485         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2486         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2487         (CHECK_STATIC_TLS): Move to...
2488         * elf/dynamic-link.h: ... this file.
2489         (TRY_STATIC_TLS): New macro.
2490         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2491         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2492         R_386_TLS_DESC): Define.
2493         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2494         binutils.
2495         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2496         R_X86_64_TLSDESC): Define.
2497         (R_386_NUM, R_X86_64_NUM): Adjust.
2498         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2499         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2500         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2501         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2502         release tlsdesc_table.
2503         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2504         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2505         (elf_machine_rel): Handle R_386_TLS_DESC.
2506         (elf_machine_rela): Likewise.
2507         (elf_machine_lazy_rel): Likewise.
2508         (elf_machine_lazy_rela): Likewise.
2509         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2510         * sysdeps/i386/dl-tlsdesc.S: New file.
2511         * sysdeps/i386/dl-tlsdesc.h: New file.
2512         * sysdeps/i386/tlsdesc.c: New file.
2513         * sysdeps/i386/tlsdesc.sym: New file.
2514         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2515         tlsdesc_table.
2516         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2517         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2518         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2519         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2520         release tlsdesc_table.
2521         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2522         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2523         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2524         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2525         (elf_machine_rela): Likewise.
2526         (elf_machine_lazy_rel): Likewise.
2527         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2528         (__tls_get_addr): Do not declare for non-shared compiles.
2529         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2530         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2531         * sysdeps/x86_64/tlsdesc.c: New file.
2532         * sysdeps/x86_64/tlsdesc.sym: New file.
2533         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2534         tlsdesc_table for both 32- and 64-bit structs.
2535
2536 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2537
2538         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2539         its own function.  This reduces the frame setup costs and more.
2540
2541 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2542
2543         [BZ #3406]
2544         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2545         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2546
2547 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2548
2549         * io/openat.c (__openat_2): Also pass fd to __openat.
2550         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2551         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2552
2553         * string/tester.c (test_memcmp): Add a few more tests.
2554         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2555
2556 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2557
2558         * nscd/cache.c (cache_add): Before returning with failure and this
2559         is the first use of the record, mark it as unusable.
2560         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2561         reporting a failure.
2562         * nscd/grpcache.c: Likewise
2563         * nscd/hstcache.c: Likewise.
2564         * nscd/initgrcache.c: Likewise.
2565         * nscd/pwdcache.c: Likewise.
2566         * nscd/servicescache.c: Likewise.
2567
2568 2008-05-10  Roland McGrath  <roland@redhat.com>
2569
2570         [BZ #6505]
2571         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2572
2573 2008-05-08  David S. Miller  <davem@davemloft.net>
2574
2575         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2576
2577         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2578         (__ieee754_y0l): Likewise.
2579         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2580         (__ieee754_y1l): Likewise.
2581         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2582         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2583         frexpl and ldexpl.  math_private.h provides them and the latter
2584         is not even used.
2585         (__log1pl): Use __frexpl.
2586
2587 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2588
2589         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2590         prototypes.
2591         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2592         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2593         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2594         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2595         af==AF_UNSPEC.
2596         (_nss_nis_gethostbyname4_r): New function.
2597         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2598         Change to also handle af==AF_UNSPEC.
2599         (get_tablename): New function.  Use it to avoid duplication.
2600         (_nss_nisplus_gethostbyname4_r): New function.
2601         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2602         available.
2603         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2604         * nss/nss.h: Define struct gaih_addrtuple.
2605         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2606         af==AF_UNSPEC.
2607         (_nss_files_gethostbyname4_r): New function.
2608         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2609         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2610         calls.
2611         * resolv/res_query.c (__libc_res_nquery): Take two additional
2612         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2613         look up IPv4 and IPv6.
2614         Change all callers.
2615         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2616         for an additional query and answer buffer.  Pass to send_vc and
2617         send_dg.
2618         (send_vc): Send possibly two requests and receive two answers.
2619         (send_dg): Likewise.
2620         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2621         __libc_res_nquery.
2622         (_nss_dns_gethostbyname4_r): New function.
2623         (gaih_getanswer_slice): Likewise.
2624         (gaih_getanswer): Likewise.
2625         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2626         __libc_res_nquery call.
2627         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2628         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2629         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2630         available.
2631
2632 2008-05-05  David S. Miller  <davem@davemloft.net>
2633
2634         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2635         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2636
2637 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2638
2639         Fix termios bit macros.
2640         Move *DLY definitions where they belong, in termios.h.
2641         Add *[0-3] definitions.
2642         Fixes confusion between VT and FF.
2643         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2644         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2645         are already defined to avoid collision with termios.h.
2646         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2647         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2648         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2649         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2650         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2651         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2652         VTDLY, VT0, VT1): New macros.
2653         [__USE_GNU] (OLCUC): Change value of macro.
2654         [__USE_XOPEN] (OFILL): New macro.
2655         [__USE_BSD] (CRTSCTS): Change value.
2656         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2657         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2658         (B7200, B14400, B28800, B76800): New macros.
2659
2660 2008-05-01  David S. Miller  <davem@davemloft.net>
2661
2662         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2663         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2664         (gen-as-const-headers): Add it.
2665         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2666         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2667         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2668         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2669
2670         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2671         six system call parameters.
2672         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2673
2674 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2675
2676         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2677         RUSAGE_LWP.
2678         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2679         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2680
2681 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2682
2683         * stdlib/tst-setcontext.c: Include unistd.h.
2684
2685 2008-04-25  David S. Miller  <davem@davemloft.net>
2686
2687         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2688         Pass "union semun" properly in to sys_ipc, it must be passed
2689         by value, not by reference.
2690
2691 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2692
2693         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2694         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2695         * nscd/connections.c (mem_in_flight): Likewise.
2696
2697         * nscd/nscd.h (dbs): Make hidden.
2698
2699         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2700         Avoid returning -1, return 0 instead.
2701
2702 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2703
2704         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2705
2706 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2707
2708         [BZ #5209]
2709         * sysdeps/unix/sysv/linux/times.c: New file.
2710
2711         [BZ #5381]
2712         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2713         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2714         prototype.
2715         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2716         appropriate mem_in_flight element.
2717         (gc): Take allocations which have not yet been committed to the
2718         database into account.
2719         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2720         Reset mem_in_flight before returning.
2721         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2722         cue it up in mem_in_flight_list.
2723         * nscd/aicache.c: Adjust mempool_alloc call.
2724         * nscd/grpcache.c: Likewise.
2725         * nscd/hstcache.c: Likewise.
2726         * nscd/initgrcache.c: Likewise.
2727         * nscd/pwdcache.c: Likewise.
2728         * nscd/servicescache.c: Likewise.
2729         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2730         of -fpie.
2731
2732         * nscd/connections.c (handle_request): Provide better error message
2733         in case SELinux forbids the service.
2734
2735         * version.h (VERSION): Bump to 2.8.90.
2736
2737 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2738
2739         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2740
2741 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2742
2743         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2744         Also use for 32-bit.
2745         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2746         __nextafter instead of nextafter to avoid local PLT.
2747         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2748         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2749
2750         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2751
2752         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2753         __fe_nomask_env.
2754         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2755         <fenv_libc.h> instead of <fenv.h>.
2756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2758
2759         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2760
2761         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2762         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2763         function from fegetexcept and make old name weak alias.
2764         * include/fenv.h: Declare __fegetexcept.
2765         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2766         fegetexcept.
2767         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2768         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2769         to fetestexcept.
2770         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2771         instead of frexpl to avoid local PLT.
2772         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2773         ilogbl to avoid local PLT.
2774         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2775         instead of ldexpl to avoid local PLT.
2776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2777         __roundl not roundl to avoid local PLT.
2778         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2779         local PLTs.  Use __sincosl instead of separate sinl and cosl
2780         calls.
2781         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2782
2783         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2784         version for ppc64 to 2.4.21 since without it makecontext will fail.
2785
2786         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2787         to the ABI in use.
2788         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2789         .__tls_get_addr.
2790         [__powerpc64__] (TLS_GD): Likewise.
2791
2792 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2793
2794         [BZ #4997]
2795         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2796         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2797         mantissa.
2798         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2799         Likewise.  Also account for when x is an odd number between 2^52
2800         and 2^53-1.
2801         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2802         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2803         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2804         detect aforementioned erroneous conditions.
2805
2806 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * configure.in: Check for -fno-section-anchors in addition to
2809         -fno-toplevel-reorder.
2810
2811 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2812
2813         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2814
2815         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2816         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2817         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2818         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2819         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2820         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2821
2822 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2823
2824         [BZ #5443]
2825         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2826         * time/alt_digit.c: Likewise.
2827         * wcsmbs/wcsmbsload.c: Likewise.
2828
2829 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2830
2831         * version.h (VERSION): Bump to 2.8.
2832
2833         * timzeone/asia: Update from tzdata2008b.
2834         * timezone/backward: Likewise.
2835         * timezone/europe: Likewise.
2836         * timezone/northamerica: Likewise.
2837         * timezone/southamerica: Likewise.
2838         * timezone/iso3166.tab: Likewise.
2839         * timezone/leapseconds: Likewise.
2840         * timezone/zone.tab: Likewise.
2841         * timezone/private.h: Update from tzcode2008a.
2842         * timezone/zdump.c: Likewise.
2843         * timezone/zic.c: Likewise.
2844
2845 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2846
2847         [BZ #5741]
2848         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2849         Define additonal Data Cache Block instruction macros.
2850         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2851         Replace dcbst with dcbf and sync with sync/isync.
2852
2853 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2854
2855         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2856         Always set ELF_RTYPE_CLASS_PLT.
2857         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2858
2859 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2860
2861         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2862         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2863         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2864         For ISA 2.01 and later replace mftb with mfspr 268.
2865
2866 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2867
2868         [BZ #5768]
2869         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2870         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2871
2872 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2873
2874         [BZ #5768]
2875         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2876         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2877         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2878         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2879
2880 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2881
2882         * stdlib/tst-makecontext.c (othervar): New variable.
2883         (cf): Test sign extending the argument to long.
2884
2885 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2886
2887         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2888         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2889         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2890         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2891         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2892         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2893         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2894
2895 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2896
2897         * elf/Makefile (tests): Substitute tests-vis-yes here.
2898         (tests-vis-yes): Delete.
2899         (modules-name, modules-vis-yes): Similarly.
2900
2901 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2902
2903         [BZ #4407]
2904         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2905         Preserve sign in signgamp when x is zero.
2906
2907 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2908
2909         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2910         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2911         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2912         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2913         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2914         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2915
2916 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2917
2918         [BZ #4314]
2919         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2920         buffers.
2921
2922         [BZ #5209]
2923         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2924         a reserved error value.
2925
2926         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2927         value to check for correct sign extension.
2928
2929         [BZ #5436]
2930         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2931         Copy 64-bit parameter values even though this is not required in
2932         the standard.
2933
2934         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2935         PC save.
2936
2937 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2938
2939         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2940         PC save.
2941
2942 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2943
2944         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2945
2946 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2947
2948         [BZ #5998]
2949         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2950         in line-buffered stream failed.
2951         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2952
2953 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2954
2955         [BZ #6024]
2956         * scripts/abi-versions.awk: If the version specified by
2957         --enable-oldest-abi is older than the first version for this
2958         architecture, use the default version.
2959
2960         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2961         as well when ignoring the whole category.
2962
2963 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2964
2965         [BZ #6042]
2966         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2967         ETHERTYPE_* definitions.
2968         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2969
2970 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2971
2972         * stdlib/mbtowc.c (__no_r_state): Remove.
2973         (mbtowc): New static state variable.  Use it instead of
2974         __no_r_state.
2975         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2976         (__wctomb_state): New hidden variable.
2977         (wctomb): Use __wctomb_state instead of __no_r_state.
2978         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2979         (__wctomb_state): New extern decl.
2980         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2981
2982 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2983
2984         [BZ #5475]
2985         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2986
2987 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2990
2991 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2992
2993         * po/nl.po: Update from translation team.
2994
2995 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2996
2997         [BZ #6007]
2998         * string/strfry.c: Handle empty strings again.
2999
3000 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3001
3002         [BZ #5443]
3003         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3004         before looking for translation.
3005         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3006         * locale/freelocale.c: Likewise.
3007         * locale/newlocale.c: Likewise.
3008         * locale/setlocale.c: Likewise.
3009         Based partially on a patch by ryo@np.css.fujitsu.com.
3010
3011 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3012
3013         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3014         acquiring wrlock.  Do conv_tab allocation while holding lock.
3015         * intl/Makefile: Add rules to build and run tst-gettext6.
3016         * intl/tst-gettext6.c: New test.
3017         * intl/tst-gettext6.sh: New file.
3018
3019 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3020
3021         * po/nl.po: Update from translation team.
3022
3023         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3024         provided through st_blksize, try the default size before giving up.
3025
3026 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3027
3028         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3029
3030         [BZ #5939]
3031         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3032
3033         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3034         error message.  POSIX today does not require the messages to be in
3035         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3036
3037         [BZ #5979]
3038         * sunrpc/auth_unix.c: Unify printed strings.
3039         * sunrpc/clnt_tcp.c: Likewise.
3040         * sunrpc/clnt_udp.c: Likewise.
3041         * sunrpc/clnt_unix.c: Likewise.
3042         * sunrpc/svc_tcp.c: Likewise.
3043         * sunrpc/svc_udp.c: Likewise.
3044         * sunrpc/svc_unix.c: Likewise.
3045         * sunrpc/xdr.c: Likewise.
3046         * sunrpc/xdr_array.c: Likewise.
3047         * sunrpc/xdr_rec.c: Likewise.
3048         * sunrpc/xdr_ref.c: Likewise.
3049         * locale/programs/ld-time.c (time_finish): Unify messages.
3050         * locale/programs/locfile.c (handle_copy): Fix typo.
3051         * nscd/nscd.c (options): Fix typo.
3052
3053         [BZ #5995]
3054         * stdlib/strtod_l.c: Use correct sign for result in one more
3055         underflow case.
3056         Patch by Eric Blake <ebb9@byu.net>.
3057
3058 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3059
3060         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3061         and creat system calls.
3062         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3063         call.
3064         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3065         system calls.
3066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3067         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3068         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3069
3070 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3071
3072         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3073         <linux/limits.h> has defined it.
3074         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3075         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3076         headers.
3077         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3078         it instead of ARG_MAX.
3079
3080 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3081
3082         * posix/gai.conf: Fix comment for scope nullbits.
3083         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3084         default to 128 bits for v4 mapped addresses.
3085
3086 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3087
3088         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3089         ptrace call to get the ieee_instruction_pointer from the kernel.
3090         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3091         ptrace call to set the ieee_instructtion_pointer.
3092         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3093         Add comment that ieee_instruction_pointer is always 0.
3094
3095 2008-03-09  Andreas Jaeger  <aj@suse.de>
3096
3097         [BZ #5857]
3098         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3099         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3100         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3101
3102         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3103         (rint_test): Likewise.
3104
3105 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3106
3107         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3108         call.
3109         (__nisfind_server): Similar for open readColdStartFile call.
3110         Patch partially by Jim Meyering.
3111         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3112         around internal_setent call.
3113
3114         * po/vi.po: New Vietnamese translation.
3115
3116         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3117         ADJ_OFFSET_SS_READ.
3118
3119         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3120         remove CLONE_STOPPED.
3121
3122 2008-02-10  Jim Meyering  <meyering@redhat.com>
3123
3124         Remove useless "if" before "free":
3125         * elf/ldconfig.c (parse_conf_include): Likewise.
3126         * gmon/gmon.c (weak_alias): Likewise.
3127         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3128         * inet/rcmd.c (__validuser2_sa): Likewise.
3129         * intl/bindtextdom.c (set_binding_values): Likewise.
3130         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3131         * libio/genops.c (save_for_backup): Likewise.
3132         * libio/wgenops.c (save_for_wbackup): Likewise.
3133         * locale/programs/ld-collate.c (collate_read): Likewise.
3134         * locale/programs/linereader.c (get_string): Likewise.
3135         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3136         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3137         * resolv/res_debug.c (do_section): Likewise.
3138         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3139         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3140         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3141         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3142         * time/tzset.c (tzset_internal): Likewise.
3143
3144 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3145
3146         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3147         of ASSEMBLER.
3148
3149 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3150
3151         [BZ #5903]
3152         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3153         not stream for output file.  Open output file here.
3154         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3155         and output file name.
3156         (process_fd): Likewise.
3157         (process_file): Likewise.
3158         (main): Adjust callers of changed functions.
3159         * iconv/iconv_prog.h: Adjust prototype.
3160
3161 2008-03-09  Andreas Jaeger  <aj@suse.de>
3162
3163         [BZ #5753]
3164         * sysdeps/ia64/ieee754.h: Use protected namespace
3165         __BIG_ENDIAN/__LITTLE_ENDIAN.
3166         * sysdeps/ieee754/ieee754.h: Likewise.
3167         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3168
3169 2008-03-08  Roland McGrath  <roland@frob.com>
3170
3171         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3172         ignore a signal that came from a machine exception, treat it as a
3173         fatal core-dump signal instead.
3174         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3175
3176         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3177         Clear DF bit in thread state's eflags.
3178         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3179
3180 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3181
3182         [BZ #5774]
3183         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3184         of NAN(...) sequence.
3185         * stdlib/Makefile (tests): Add tst-strtod6.
3186         * stdlib/tst-strtod6.c: New file.
3187
3188         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3189
3190         [BZ #5762]
3191         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3192         putting offending option character in quotes.  Clean up error
3193         messages.
3194         * po/be.po: Adjust msgstr in translation file.
3195         * po/bg.po: Likewise.
3196         * po/ca.po: Likewise.
3197         * po/cs.po: Likewise.
3198         * po/da.po: Likewise.
3199         * po/de.po: Likewise.
3200         * po/es.po: Likewise.
3201         * po/fr.po: Likewise.
3202         * po/hr.po: Likewise.
3203         * po/ko.po: Likewise.
3204         * po/nl.po: Likewise.
3205         * po/rw.po: Likewise.
3206         * po/sk.po: Likewise.
3207         * po/sv.po: Likewise.
3208         * po/tr.po: Likewise.
3209         * po/zh_CN.po: Likewise.
3210         * po/zh_TW.po: Likewise.
3211
3212         [BZ #5760]
3213         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3214         Patch by Roland Bless <roland@bless.de>.
3215
3216         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3217         .o file.
3218         * elf/Makefile (routines): Add dl-sysdep.
3219         (elide-routines.os): Likewise.
3220
3221 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3222
3223         [BZ #5786]
3224         * elf/dl-sysdep.c: Undefine ROUND after use.
3225         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3226         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3227         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3228         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3229         to ...
3230         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3231         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3232         if necessary.
3233         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3234
3235         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3236         _dl_tls_get_addr_soft element.
3237         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3238         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3239         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3240         GLRO.
3241         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3242         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3243         of internal_function.
3244
3245         * stdlib/Makefile (aux): Add tens_in_limb.
3246         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3247         * stdlib/tens_in_limb.c: ...here.  New file.
3248
3249         [BZ #5778]
3250         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3251         __statfs_chown_restricted.
3252         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3253         for _PC_CHOWN_RESTRICTED.
3254         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3255         Implement __statfs_chown_restricted.
3256         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3257         _POSIX_CHOWN_RESTRICTED value to zero.
3258         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3259         defined to zero.
3260
3261         * sysdeps/x86_64/rtld-memset.c: New file.
3262
3263 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3264
3265         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3266
3267         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3268         Barcelona machine.  Make default fall through branch of
3269         __x86_64_preferred_memory_instruction check as the integer code path.
3270
3271 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3272
3273         * sysdeps/x86_64/cacheinfo.c
3274         (__x86_64_preferred_memory_instruction): New variable.
3275         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3276
3277         * sysdeps/x86_64/memset.S: Rewrite.
3278
3279 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3280
3281         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3282         __obstack_printf_chk): New prototypes.
3283         (__vasprintf_chk, __vdprintf_chk,
3284         __obstack_vprintf_chk): Likewise.
3285         Add libc_hidden_proto.
3286         * libio/obprintf.c
3287         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3288         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3289         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3290         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3291         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3292         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3293         __obstack_vprintf_chk): New prototypes.
3294         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3295         obstack_vprintf): New inlines.
3296         * debug/dprintf_chk.c: New file.
3297         * debug/vdprintf_chk.c: New file.
3298         * debug/asprintf_chk.c: New file.
3299         * debug/vasprintf_chk.c: New file.
3300         * debug/obprintf_chk.c: New file.
3301         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3302         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3303         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3304         @@GLIBC_2.8.
3305         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3306         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3307         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3308         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3309         libc_hidden_proto.
3310         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3311         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3312         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3313         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3314         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3315         @@GLIBC_2.8.
3316         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3317         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3318         obstack_vprintf_chk.
3319         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3320         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3321         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3322         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3323         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3324         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3325
3326 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3327
3328         [BZ #5779]
3329         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3330         Patch by Roy Marples <roy@marples.name>.
3331
3332         [BZ #5736]
3333         * malloc/malloc.c: Fix typo in comment.
3334
3335         [BZ #5627]
3336         * locale/iso-639.def: Add Shuswap.
3337
3338 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3339
3340         [BZ #5790]
3341         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3342         overwrite *h_errnop/*errnop values from getanswer_r in case of
3343         failure.
3344
3345 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3346
3347         [BZ #5818]
3348         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3349         (verify_persistent_db): Remove one unnecessary test and add a new one
3350         for bad configuration.
3351         (nscd_init): Improve error reported when persistent database cannot
3352         be reused.
3353         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3354         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3355         .suggested_module and .max_db_size and case config file says the
3356         values are zero.
3357         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3358
3359         [BZ #5854]
3360         * nis/ypclnt.c (yp_order): Fix handling of return value of
3361         do_ypcall_tr call.
3362         Patch by Jeff Moyer <jmoyer@redhat.com>.
3363
3364         * po/fr.po: Update from translation team.
3365
3366 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3367             Carlos O'Donell <carlos@systemhalted.org>
3368
3369         [BZ #5012]
3370         * FAQ.in: Describe why glibc needs to be compiled with
3371         optimization.
3372
3373 2008-02-19  Roland McGrath  <roland@redhat.com>
3374
3375         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3376
3377 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3378
3379         [BZ #5737]
3380         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3381         __USE_MISC is defined.
3382
3383 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3384
3385         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3386         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3387         sys/timerfd.h.
3388         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3389         timerfd_gettime, timerfd_settime.
3390         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3391         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3392
3393 2008-02-08  Roland McGrath  <roland@redhat.com>
3394
3395         * elf/elf.h (NT_PPC_SPE): New macro.
3396
3397 2008-02-06  Roland McGrath  <roland@redhat.com>
3398
3399         * Makerules ($(common-objpfx)sysd-rules):
3400         Depend on $(sysdep-makeconfigs).
3401
3402 2008-01-31  Roland McGrath  <roland@redhat.com>
3403
3404         [BZ #5442]
3405         * configure.in: Use -print-file-name if it yields a directory,
3406         for each of include and include-fixed.
3407         * configure: Regenerated.
3408
3409         * Makeconfig (sysd-rules-targets): New variable.
3410         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3411         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3412
3413 2008-01-30  Roland McGrath  <roland@redhat.com>
3414
3415         * manual/libc.texinfo: Update back-cover text.
3416
3417         * elf/elf.h (NT_386_TLS): New macro.
3418
3419 2008-01-29  Roland McGrath  <roland@redhat.com>
3420
3421         * Makeconfig (sysd-rules-patterns): New variable.
3422         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3423         (check-inhibit-asm): New canned sequence, replaces ...
3424         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3425         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3426         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3427         (CFLAGS-rtld): Variable removed.
3428
3429 2008-01-24  Roland McGrath  <roland@redhat.com>
3430
3431         * configure.in: Let configure fragments set base_os.
3432         * configure: Regenerated.
3433
3434 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3435
3436         * po/ko.po: Update from translation team.
3437
3438 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3439
3440         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3441
3442 2008-01-12  Andreas Jaeger  <aj@suse.de>
3443
3444         [BZ #5040]
3445         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3446         Add EPOLLRDHUP.
3447
3448 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3449
3450         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3451         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3452         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3453
3454 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3455
3456         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3457         * elf/dl-close.c (_dl_close): Check for it.
3458         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3459         (_dl_allocate_static_tls): Likewise.
3460         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3461         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3462         to it.
3463         * elf/tst-tls16.c: New file.
3464         * elf/tst-tlsmod16a.c: New file.
3465         * elf/tst-tlsmod16b.c: New file.
3466         * elf/Makefile: Add rules to build and run tst-tls16.
3467
3468 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3469
3470         [BZ #5628]
3471         * bits/shm.h: Fix comment describing shmid_ds.
3472         * sysdeps/gnu/bits/shm.h: Likewise.
3473         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3474         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3475         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3476         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3477         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3478         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3479         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3480         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3481         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3482
3483         [BZ #5607]
3484         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3485         prototypes.
3486         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3487         additional suffixes.
3488         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3489         Add optional functions mq_timedreceive and mq_timedsend.
3490         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3491         * conform/data/pthread.h-data: Fix prototype of
3492         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3493         * conform/data/semaphore.h-data: Allow time.h definitions.
3494         * conform/data/signal.h-data: Likewise.
3495         * conform/data/stdio.h-data: getw and putw are not required in v6.
3496         * conform/data/stdlib.h-data: Change setstate prototype.
3497         * conform/data/string.h-data: Fix strerror_r prototype.
3498         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3499         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3500         Fix readlink prototype.
3501         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3502         in6addr_loopback.
3503         * inet/netinet/in.h: Cleanup namespace.
3504         * posix/regex.h: Likewise.
3505         * resolv/netdb.h: Likewise.
3506         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3507         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3508         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3509         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3510         of names of in in6_addr.
3511         (default_precedence): Likewise.
3512         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3513         NULL definition.
3514
3515 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3516
3517         * conform/data/fmtmsg.h-data: Add missing allows.
3518         * conform/data/ftw.h-data: Likewise.
3519         * conform/data/inttypes.h-data: Likewise.
3520         * conform/data/math.h-data: Likewise.
3521         * conform/data/signal.h-data: Likewise.
3522         * conform/data/net/if.h-data: Likewise.
3523         * conform/data/netinet/in.h-data: Likewise.
3524         * conform/data/sys/socket.h-data: Likewise.
3525
3526         [BZ #5614]
3527         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3528         (__strtok_r): Simplify.
3529         * string/tester.c (test_strtok_r): Add test case for futile search
3530         with single-character seach string.
3531
3532 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3533
3534         * po/ko.po: Update from translation team.
3535
3536 2008-01-11  Andreas Jaeger  <aj@suse.de>
3537
3538         [BZ #5600]
3539         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3540         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3541         kernel header.
3542
3543 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3544
3545         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3546         native interface lookup in all the relevant places.
3547
3548 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3549             Ulrich Drepper  <drepper@redhat.com>
3550
3551         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3552         field.  Use sockaddr_in6 for source_addr.
3553         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3554         (match_prefix): Likewise.
3555         (get_label): Likewise.
3556         (get_precedence): Likewise.
3557         (rfc3484_sort): Change to use indirect access to results array.
3558         Adjust to use of sockaddr_in6.  Replace service_order test with
3559         simple index comparison.
3560         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3561         service_order field.  Adjust qsort_t calls.  Access sorted result
3562         array indirectly through order array.
3563         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3564         * posix/tst-rfc3484-2.c: Likewise.
3565         * posix/tst-rfc3484-3.c: Likewise.
3566
3567 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3568
3569         [BZ #5541]
3570         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3571         pollfd structures.
3572         Patch by André Cruz.
3573
3574         [BZ #5545]
3575         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3576         (clnt_spcreateerror): Likewise.
3577
3578         [BZ #5553]
3579         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3580         (public_mEMALIGn): Likewise.
3581         Patch mostly by Daniel Jacobowitz.
3582
3583 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3584
3585         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3586         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3587         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3588         * stdlib/tst-makecontext2.c: New test.
3589
3590 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3591
3592         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3593         defined.
3594         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3595         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3596         transliteration hooks and REINIT_PARAMS afterwards.
3597         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3598         status.
3599         (REINIT_PARAMS): Define.
3600         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3601         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3602         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3603         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3604         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3605         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3606         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3607         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3608         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3609         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3610         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3611         * iconvdata/tst-iconv7.c: New test.
3612
3613 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3614
3615         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3616
3617 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3618
3619         [BZ #5112]
3620         * nscd/connections.c (restart): Fix condition.
3621
3622 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3623
3624         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3625         __ctype_toupper_loc): Add __THROW.
3626
3627 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3628
3629         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3630         recognition of interface family.
3631
3632         * posix/getconf.c: Update copyright year.
3633         * nss/getent.c: Likewise.
3634         * iconv/iconvconfig.c: Likewise.
3635         * iconv/iconv_prog.c: Likewise.
3636         * elf/ldconfig.c: Likewise.
3637         * catgets/gencat.c: Likewise.
3638         * csu/version.c: Likewise.
3639         * elf/ldd.bash.in: Likewise.
3640         * elf/sprof.c (print_version): Likewise.
3641         * locale/programs/locale.c: Likewise.
3642         * locale/programs/localedef.c: Likewise.
3643         * nscd/nscd.c (print_version): Likewise.
3644         * debug/xtrace.sh: Likewise.
3645         * malloc/memusage.sh: Likewise.
3646         * malloc/mtrace.pl: Likewise.
3647         * debug/catchsegv.sh: Likewise.
3648
3649 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3650
3651         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3652         second lookup.
3653
3654 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3655
3656         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3657         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3658
3659 2007-12-17  Roland McGrath  <roland@redhat.com>
3660
3661         * inet/ether_line.c (ether_line): Remove unused variable.
3662
3663 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3664
3665         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3666         and winp.
3667         * login/openpty.c (openpty): Likewise.
3668         * login/pty.h (openpty, forkpty): Likewise.
3669         * manual/terminal.texi (openpty, forkpty): Likewise.
3670
3671 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3672
3673         * malloc/malloc.c (public_cALLOc): For arenas other than
3674         main_arena, count all bytes inside the mprotect_size range of the
3675         heap as uninitialized.
3676
3677 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3678
3679         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3680         executable stacks.
3681
3682         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3683         mTRIm for all of them.
3684         (mTRIm): Additionally iterate over all free blocks and use madvise
3685         to free memory for all those blocks which contain at least one
3686         memory page.
3687         * malloc/tst-trim1.c: New file.
3688         * malloc/Makefile (tests): Add tst-trim1.
3689
3690         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3691
3692 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3693
3694         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3695         First cast argument to long
3696         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3697         Return long.
3698         (__vdso_clock_gettime): Likewise.
3699         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3700         return long.
3701
3702 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3703
3704         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3705         * locale/nl_langinfo_l.c: Real implementation, copied from
3706         nl_langinfo.c.
3707         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3708
3709 2007-12-01  Jim Meyering  <meyering@redhat.com>
3710
3711         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3712         that would inhibit utf8-optimization of a regexp containing line-
3713         or buffer-anchors, e.g., `^', `$'.
3714
3715 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3716
3717         * time/bug-getdate1.c (do_test): Don't use century values which
3718         aren't valid on 32-bit systems.
3719
3720 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3721
3722         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3723         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3724         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3725         __strcat_g, __strncat_g): Add __asm__.
3726
3727 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3728
3729         [BZ #5477]
3730         * io/fchmodat.c: Fix typo in stub_warning use.
3731         Patch by Petr Salinger.
3732
3733 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3734
3735         * iconvdata/hp-thai8.c: New file.
3736         * iconvdata/Makefile: Add rules for hp-thai8.c.
3737         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3738         * iconvdata/gconv-modules: Likewise.
3739
3740         [BZ #5464]
3741         * iconvdata/hp-greek8.c: New file.
3742         * iconvdata/Makefile: Add rules for hp-greek8.c.
3743         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3744         * iconvdata/gconv-modules: Likewise.
3745
3746         [BZ #5463]
3747         * iconvdata/hp-turkish8.c: New file.
3748         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3749         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3750         * iconvdata/gconv-modules: Likewise.
3751
3752         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3753         (shrink_heap): ... this new function.
3754         (heap_trim): Call shrink_heap instead of grow_heap.
3755
3756         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3757         case don't call alloc_perturb.
3758
3759 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3760
3761         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3762         possible.
3763         * sysdeps/unix/sysv/linux/kernel-features.h
3764         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3765         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3766
3767 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3768
3769         [BZ #5424]
3770         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3771         * stdio-common/Makefile (tests): Add bug22.
3772         * stdio-common/bug22.c: New file.
3773
3774         [BZ #5451]
3775         * time/getdate.c: Fix filling in default values.
3776         * time/bug-getdate1.c: New file.
3777         * time/Makefile: Add rules to build and run bug-getdate1.
3778
3779         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3780         * iconvdata/ebcdic-es.c: Likewise.
3781         * iconvdata/ebcdic-es-a.c: Likewise.
3782         * iconvdata/ebcdic-uk.c: Likewise.
3783         * iconvdata/iso8859-16.c: Likewise.
3784         * iconvdata/viscii.c: Likewise.
3785         * iconvdata/iso8859-9e.c: Likewise.
3786         * iconvdata/Makefile: Adjust appropriately.
3787
3788         [BZ #5428]
3789         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3790         __need_wint_t.
3791
3792 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3793
3794         [BZ #5427]
3795         * iconvdata/hp-roman9.c: New file.
3796         * iconvdata/Makefile: Add rules for hp-roman9.c.
3797         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3798         * iconvdata/gconv-modules: Likewise.
3799
3800         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3801         * iconvdata/Makefile: Adjust appropriately.
3802
3803         [BZ #5441]
3804         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3805         structure, it's allocated with alloca.
3806         * stdio-common/Makefile (tests): Add bug21.
3807         * stdio-common/bug21.c: New file.
3808
3809 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3810
3811         [BZ #5452]
3812         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3813         keyword for gcc's braced-groups.
3814
3815 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3816
3817         [BZ #5454]
3818         * inet/ether_line.c: Strip hostname of whitespaces.
3819         * inet/Makefile (tests): Add tst-ether_line.
3820         * inet/tst-ether_line.c: New file.
3821
3822 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3823
3824         [BZ #5439]
3825         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3826
3827         [BZ #5435]
3828         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3829
3830         * stdlib/tst-setcontext.c: Catch the case where the links gets
3831         messed up and we do not reach main again.
3832
3833         * po/ca.po: Update from translation team.
3834
3835 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3836
3837         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3838         * posix/regex.h (REG_ENOSYS): Likewise.
3839         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3840
3841 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3842
3843         * nscd/nscd.h (MAX_STACK_USE): Define.
3844         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3845         (gc): Initialize stack_used based on allocation in prune_cache.
3846         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3847         Clear array before use.
3848
3849         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3850         memory allocation failed.
3851         * nscd/hstcache.c (cache_addhst): Likewise.
3852         * nscd/grpcache.c (cache_addgr): Likewise.
3853         * nscd/servicescache.c (cache_addserv): Likewise.
3854         * nscd/pwdcache.c (cache_addpw): Likewise.
3855         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3856
3857 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3858
3859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3860         and creat system calls.
3861
3862         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3863
3864 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3865
3866         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3867         Add netiucv/iucv.h.
3868         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3869         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3870         protocol.
3871         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3872         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3873         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3874
3875 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3876
3877         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3878         strncat): Define as macros to avoid compile errors.
3879
3880         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3881         creat entries.
3882
3883 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3884
3885         [BZ #5382]
3886         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3887         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3888         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3889         overflow it.
3890         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3891
3892         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3893         Return zero in case the thread library is not NPTL.
3894
3895         [BZ #5375]
3896         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3897         initializing interface list.
3898
3899         [BZ #5378]
3900         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3901         use result of nss_getgrgid_r if nothing was found.  For other
3902         error return with a failure.
3903         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3904
3905         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3906         macro name.
3907
3908 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3909
3910         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3911         (get_scope): For IPv4 scope, use scopes table.
3912         (fini): Free scopes table if necessary.
3913         (free_scopelist): New function.
3914         (scopecmp): New function.
3915         (gaiconf_init): Also handle scopev4 entries.
3916         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3917         * posix/tst-rfc3484-2.c (do_test): Likewise.
3918         * posix/gai.conf: Document scopev4 defaults.
3919         * posix/Makefile (tests): Add tst-rfc3484-3.
3920         * posix/tst-rfc3484-3.c: New file.
3921
3922         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3923         Teredo tunnels.
3924         * posix/gai.conf: Update for current default tables.
3925
3926 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3927
3928         * po/tr.po: Update from translation team.
3929
3930 2007-11-18  Roland McGrath  <roland@frob.com>
3931
3932         * manual/arith.texi (Remainder Functions): Spelling fix.
3933         From Shaun Silk <genix@mysoul.com.au>.
3934
3935         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3936
3937 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3938
3939         * po/zh_CN.po: Update from translation team.
3940
3941         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3942         Add sys/signalfd.h and sys/eventfd.h.
3943
3944 2007-11-15  Bruno Haible  <bruno@clisp.org>
3945
3946         [BZ #5346]
3947         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3948         union.
3949         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3950         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3951         it needs only fixed stack space. Delay the initialization of
3952         msgid_len until it is needed.
3953
3954 2007-11-15  Andreas Jaeger  <aj@suse.de>
3955
3956         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3957         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3958
3959 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3960
3961         * po/ko.po: Update from translation team.
3962
3963 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3964
3965         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3966         significantly.  The device type is also part of the ifinfomsg data.
3967
3968         * po/sv.po: Update from translation team.
3969         * po/nl.po: Likewise.
3970
3971         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3972         to wake up in 24 hours.
3973
3974         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3975
3976 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3977
3978         * po/cs.po: Update from translation team.
3979         * po/pl.po: Likewise.
3980
3981         * include/ifaddrs.h: Remove in6ai_temporary.
3982         (struct in6addrinfo): Add index element.
3983         Declare __check_native.
3984         * inet/Makefile (aux): Add check_native.
3985         * sysdeps/unix/sysv/linux/check_native.c: New file.
3986         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3987         IFA_F_TEMPORARY.  Pass back ifa_index.
3988         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3989         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3990         call __check_native if necessary.
3991         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3992         to sort addresses.  Pass information about the results.
3993         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3994         of rfc3484_sort interface.
3995         * posix/tst-rfc3484-2.c: Likewise.
3996
3997         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3998         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3999         for _quicksort.
4000         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4001         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4002         on as third parameter to compare function and _quicksort.
4003         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4004         to the compare function.
4005         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4006         * Versions.def: Add GLIBC_2.8 for libc.
4007
4008         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4009         * posix/tst-rfc3484-2.c: Likewise.
4010
4011         * include/kernel-features.h: Moved to...
4012         * sysdeps/mach/hurd/kernel-features.h: ...here.
4013
4014 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4015
4016         * sysdeps/i386/i586/memcpy_chk.S: New file.
4017         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4018         * sysdeps/i386/i586/memset_chk.S: Likewise.
4019
4020 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4021
4022         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4023         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4024         list of interfaces.  Also store prefix length.
4025         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4026         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4027         prefix if source and destination address are in the same subnet.
4028         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4029         Always look for matching record in in6ai list.
4030         Correct source_addr_len value for IPv6->IPv4 converted records.
4031
4032 2007-11-11  Roland McGrath  <roland@frob.com>
4033
4034         * include/kernel-features.h: New file.
4035
4036 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4037
4038         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4039         complications for 64-bit platforms.
4040
4041         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4042         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4043         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4044         open64_2.
4045         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4046         entries.
4047         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4048         * sysdeps/wordsize-64/alphasort.c: New file.
4049         * sysdeps/wordsize-64/alphasort64.c: New file.
4050         * sysdeps/wordsize-64/fseeko.c: New file.
4051         * sysdeps/wordsize-64/fseeko64.c: New file.
4052         * sysdeps/wordsize-64/ftello.c: New file.
4053         * sysdeps/wordsize-64/ftello64.c: New file.
4054         * sysdeps/wordsize-64/ftw.c: New file.
4055         * sysdeps/wordsize-64/ftw64.c: New file.
4056         * sysdeps/wordsize-64/iofgetpos.c: New file.
4057         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4058         * sysdeps/wordsize-64/iofopen.c: New file.
4059         * sysdeps/wordsize-64/iofopen64.c: New file.
4060         * sysdeps/wordsize-64/iofsetpos.c: New file.
4061         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4062         * sysdeps/wordsize-64/lockf.c: New file.
4063         * sysdeps/wordsize-64/lockf64.c: New file.
4064         * sysdeps/wordsize-64/mkostemp.c: New file.
4065         * sysdeps/wordsize-64/mkostemp64.c: New file.
4066         * sysdeps/wordsize-64/mkstemp.c: New file.
4067         * sysdeps/wordsize-64/mkstemp64.c: New file.
4068         * sysdeps/wordsize-64/scandir.c: New file.
4069         * sysdeps/wordsize-64/scandir64.c: New file.
4070         * sysdeps/wordsize-64/tmpfile.c: New file.
4071         * sysdeps/wordsize-64/tmpfile64.c: New file.
4072         * sysdeps/wordsize-64/versionsort.c: New file.
4073         * sysdeps/wordsize-64/versionsort64.c: New file.
4074         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4075         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4076         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4077         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4078         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4079         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4080         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4081         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4082         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4083         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4084         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4085         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4086
4087         * crypt/sha256-crypt.c: Fix a comment.
4088         * crypt/sha512-crypt.c: Likewise.
4089
4090 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4091
4092         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4093
4094 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4095
4096         [BZ #5277]
4097         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4098         because output buffer is too small break, don't loop.
4099         * iconvdata/Makefile (tests): Add bug-iconv6.
4100         * iconvdata/bug-iconv6.c: New file.
4101
4102 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4103
4104         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4105         with size_t type.
4106         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4107         size_t.  Add casts where needed.
4108
4109         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4110         old headers, don't call avc_has_perm if we don't have the
4111         permission information.
4112
4113 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4114
4115         * elf/rtld.c (dl_main): Use the page size to find the map start.
4116
4117 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4118
4119         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4120         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4121
4122         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4123         when the lookup call failed.
4124
4125         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4126         Add prune_cond and wakeup_time.
4127         (CACHE_PRUNE_INTERNAL): Define.
4128         Update declarations of prune_cache and setup_thread.
4129         * nscd/connections.c (dbs): Update initializers.
4130         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4131         (nscd_init): Default number of threads is now 4.
4132         (invalidate_cache): Take lock before calling prune_cache.
4133         (handle_request): If SELinux forbids the request, say so.
4134         (readylist_cond): Use static initializer.
4135         (nscd_run_prune): New function.  Used only by pruning threads.
4136         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4137         here.
4138         (fd_ready): Update nscd_run reference.
4139         (start_threads): No need to initialize readylist_cond.
4140         Start pruning threads separately.
4141         * nscd/nscd_setup_thread.c: Change return value type to int and always
4142         return 0.
4143         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4144         to int and return nonzero value if we can use the TID address hack.
4145         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4146         the database is later than the new entry's timeout, update the
4147         wakeup time and wake the cleanup thread.
4148         (prune_cache): Return seconds the next entry in the database is still
4149         valid.  Remove locking for pruning here.
4150         * nscd/nscd.conf: Document default number of threads.
4151
4152 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4153
4154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4155         stack is properly aligned for the target function.
4156         Correct unwind info.
4157
4158         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4159         when using auditing libraries.
4160
4161 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4162
4163         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4164         _nss_dns_getnetbyaddr2_r.
4165         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4166         extra parameter to getanswer_r.
4167         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4168         _nss_dns_getnetbyaddr2_r.
4169
4170         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4171         gethstbynm3_r.
4172         * nscd/gethstbynm2_r.c: Remove.
4173         * nscd/gethstbynm3_r.c: New file.
4174         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4175         __gethostbyaddr_r.
4176         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4177         __gethostbyaddr_r compatibility wrapper.
4178         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4179         determining timeout of entry.
4180         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4181         __gethostbyaddr2_r.
4182         (addhstbyX): Pass reference to variable for TTL to lookup and
4183         cache_addhst.
4184         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4185         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4186         and __nss_next2.  Remove __nss_services_lookup.
4187         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4188         Add compat wrapper.
4189         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4190         __nss_next2.
4191         * nss/getXXent_r.c: Likewise.
4192         * nss/getnssent_r.c: Likewise.
4193         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4194         does not exist in module, try the optional second name.
4195         (__nss_next2): New function.
4196         (__nss_next): Now wrapper around __nss_next2.
4197         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4198         Declare __nss_next2.
4199         Adjust definition of db_lookup_function type.
4200         * nss/service-lookup.c: Define NO_COMPAT.
4201         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4202         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4203         * inet/ether_ntoh.c: Likewise.
4204         * sunrpc/netname.c: Likewise.
4205         * sunrpc/publickey.c: Likewise.
4206         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4207         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4208         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4209         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4210         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4211
4212         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4213
4214         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4215
4216 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4217
4218         [BZ #5204]
4219         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4220         * crypt/sha512c-test.c: Likewise.
4221
4222         [BZ #5225]
4223         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4224         to keep track of end of %[ format string element.
4225         * stdio-common/Makefile (tests): Add bug20.
4226         * stdio-common/bug20.c: New file.
4227
4228         [BZ #5222]
4229         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4230         path elements in counting mode.
4231
4232 2007-10-27  Andreas Jaeger  <aj@suse.de>
4233
4234         [BZ #5040]
4235         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4236
4237         [BZ #3112]
4238         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4239         (__cleanup): Free shared library when exiting.
4240         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4241         (__cleanup): Free shared library when exiting.
4242
4243 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4244
4245         [BZ #2549]
4246         * math/libm-test.inc (check_float_internal): Support
4247         denormalized return.
4248
4249 2007-10-23  Andreas Jaeger  <aj@suse.de>
4250
4251         [BZ #5208]
4252         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4253         __LONG_LONG_PAIR to handle little endian byte order.
4254         Suggested by abhishekrai@google.com
4255
4256 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4257
4258         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4259
4260 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4261
4262         * nscd/cache.c (prune_cache): Move test for modified file outside
4263         of locking.
4264
4265 2007-10-21  Andreas Jaeger  <aj@suse.de>
4266
4267         * manual/texinfo.tex: Update to latest version.
4268
4269         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4270
4271         * manual/arith.texi (Status bit operations): Fix formatting.
4272
4273         * manual/errno.texi (Error Messages): Fix formatting.
4274
4275         * manual/sysinfo.texi (System Parameters): Fix formatting.
4276
4277         * manual/libc.texinfo: Update VERSION and UPDATED.
4278
4279 2007-10-19  Roland McGrath  <roland@redhat.com>
4280
4281         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4282
4283 2007-10-06  David S. Miller  <davem@davemloft.net>
4284
4285         * configure.in: Add sparcv9v2 and sparc64v2.
4286         * scripts/config.sub: Likewise.
4287         * configure: Regenerate.
4288         * elf/elf.h (HWCAP_SPARC_N2): New.
4289         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4290         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4291         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4292         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4293         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4294         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4295         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4296
4297 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4298
4299         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4300         even if the poll result indicates there is data to read.
4301         Patch by Jeff Moyer <jmoyer@redhat.com>.
4302
4303 2007-10-18  Roland McGrath  <roland@redhat.com>
4304
4305         * elf/elf.h (NT_PPC_VMX): New macro.
4306
4307 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4308
4309         * version.h (VERSION): Set to 2.7.90.
4310
4311 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4312
4313         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4314         weak_alias.
4315
4316 2007-10-17  Roland McGrath  <roland@frob.com>
4317
4318         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4319         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4320
4321 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4322
4323         * version.h (VERSION): Bump to 2.7.
4324         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4325
4326         [BZ #5186]
4327         * time/tzset.c (__tz_convert): Don't force testing for a change of
4328         TZ if not called from localtime.  But then also see whether the
4329         file changed, in case __use_tzfile is set.
4330
4331         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4332         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4333         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4334         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4335         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4336         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4337         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4338         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4339
4340 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4341
4342         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4343         and admin selects to be able to replace the gai.conf file, lock
4344         data structures around the qsort call.
4345
4346 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4347
4348         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4349         new memset.
4350         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4351         too high for the improvements.  Implement bzero unconditionally for
4352         use in libc.
4353
4354 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4355             Jakub Jelinek  <jakub@redhat.com>
4356
4357         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4358         even when time_t is 32-bit.
4359         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4360         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4361         always set after the search.
4362
4363 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4364
4365         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4366         unreachable code on 32-bit machines.
4367
4368 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4369
4370         [BZ #5184]
4371         * time/strftime_l.c: Include stdbool.h.
4372         (my_strftime): New wrapper, old function renamed to...
4373         (__strftime_internal): ... new function.  Add tzset_called
4374         argument, pass it down to recursive calls, don't call tzset ()
4375         if already true, set to true after call to tzset ().
4376
4377 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4378
4379         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4380         into account when copying TZ string.
4381
4382 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4383
4384         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4385         num_transition rather than num_transitions - 1.
4386
4387 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4388
4389         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4390         PIC indirect jump.
4391
4392         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4393         a local label rather than HIDDEN_JUMPTARGET.
4394
4395 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4396
4397         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4398         (init_cacheinfo): Initialize it.
4399         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4400         Always define bzero.
4401         Remove non-glibc code.
4402         * sysdeps/x86_64/bzero.S: Make an empty file.
4403
4404 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4405
4406         * sysdeps/x86_64/cacheinfo.c
4407         (__x86_64_preferred_memory_instruction): New.
4408         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4409
4410         * sysdeps/x86_64/memset.S: Rewrite.
4411
4412 2007-10-15  Roland McGrath  <roland@redhat.com>
4413
4414         * po/libc.pot: Regenerated.
4415
4416 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4417
4418         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4419         pointers.
4420
4421         [BZ #3425]
4422         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4423         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4424         address record to T_A/T_AAAA requests.
4425
4426 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4427
4428         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4429
4430         * posix/glob.c: Add some branch prediction throughout.
4431
4432         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4433         read from nscd.
4434
4435         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4436         service_order.
4437         (rfc3484_sort): Make sure that even if qsort doesn't support
4438         stable sorting out sorting here is stable by comparing service_order.
4439         (getaddrinfo): Initialize service_order.
4440         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4441         service_order field to sorting structure.
4442         * posix/tst-rfc3484-2.c (do_test): Likewise.
4443
4444         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4445         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4446         __tzset_parse_tz and updating of daylight, timezone, tzname into
4447         update_vars.
4448         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4449         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4450         happens in __tz_compute.
4451         * time/tzfile.c (__tzfile_read): Also read TZ string.
4452         (find_transition): Fold into __tzfile_compute.
4453         (__tzfile_compute): For times beyond the last transition try to
4454         use the TZ string.
4455         * timezone/tst-timezone.c: Information in daylight and tzname does
4456         change for Asia/Tokyo timezone with more concrete information.
4457         Remove the test.
4458
4459         * include/stdio.h: Add libc_hidden_proto for ftello.
4460         * libio/ftello.c: Add libc_hidden_def.
4461
4462         [BZ #1140]
4463         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4464         on the specified time and not the last entries in the file.  Move
4465         code to determine tzname[] to...
4466         (find_transition): ...here.  Add ugly guess for times before the
4467         first transition.
4468
4469 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4470
4471         [BZ #3195]
4472         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4473         no entry.
4474         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4475         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4476         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4477         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4478
4479         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4480         read mechanism when there are no group members and avoid no-op
4481         read syscall in this case.
4482
4483         [BZ #3242]
4484         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4485         (__readall): If reading failed due to EAGAIN error wait a bit
4486         and possibly try again.
4487         (__readvall): Likewise.
4488
4489 2007-10-13  Bruno Haible  <bruno@clisp.org>
4490
4491         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4492         when we cannot recode the message.
4493
4494 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4495
4496         [BZ #4359]
4497         * libio/__freading.c (__freading): Don't return true for
4498         write-only streams.  For read/write streams, check whether we
4499         performed a read operation already.
4500         * libio/Makefile (tests): Add tst-ext2.
4501         * libio/tst-ext2.c: New file.
4502
4503 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4504
4505         * locale/programs/repertoire.c (repertoire_read): Always free
4506         memory for repertoire file name [Coverity CID 270].
4507
4508         * elf/cache.c (save_aux_cache): Free memory allocated for
4509         temporary file name [Coverity CID 267].
4510
4511 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4512
4513         * misc/Makefile (headers): Add bits/error.h.
4514
4515 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4516
4517         * posix/fnmatch_loop.c: Take rule index returned as part of
4518         findidx return value into account when accessing weights.
4519         * posix/regcomp.c: Likewise.
4520         * posix/regexec.c: Likewise.
4521
4522         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4523         (skip_to): Fix problems with parameter of elifdef/elifndef.
4524
4525 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4526
4527         * iconv/gconv_simple.c: Add some branch prediction.
4528
4529 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4530
4531         * locale/programs/ld-collate.c (collate_read): If ignore_content
4532         and nowtok is tok_define, eat any tok_eol tokens.
4533
4534 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4535
4536         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4537         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4538
4539         * inet/netinet/in.h: Don't include bits/socket.h.
4540         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4541         macro.
4542         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4543
4544 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4545
4546         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4547         and tok_elifndef.
4548         * locale/programs/locfile-kw.gperf: Likewise.
4549         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4550
4551 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4552
4553         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4554         (__find_specwc): Change into __extern_always_inline function.
4555         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4556         (__parse_one_specmb): Remove ps argument.
4557         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4558         Adjust __find_specmb and __parse_one_specmb callers.
4559         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4560         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4561         Removed.
4562         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4563         caller.
4564
4565 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4566
4567         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4568         with some Pentium Ds.
4569
4570 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4571
4572         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4573         __read not read.
4574         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4575         __write not write.
4576
4577 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4578
4579         [BZ #181]
4580         * locale/C-time.c: Set week_1stday data to 19971201.
4581         * locale/programs/ld-time.c (time_finish): Default for
4582         first_workday is Monday.
4583
4584         [BZ #2633]
4585         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4586
4587         [BZ #5103]
4588         * posix/glob.c (glob): Recognize patterns starting \/.
4589         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4590         (main): Add test for pattern starting \/.
4591
4592         * misc/error.h: Use __const instead of const.
4593         * misc/bits/error.h: Likewise.
4594
4595 2007-10-07  Andreas Jaeger  <aj@suse.de>
4596
4597         * include/bits/error.h: New file.
4598
4599         * misc/bits/error.h (error_at_line): Fix prototype.
4600
4601 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4602
4603         [BZ #3924]
4604         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4605         more little bugs in creating the stack frame when pltexit has to
4606         be called.
4607
4608         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4609         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4610
4611         [BZ #4407]
4612         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4613         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4614         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4615         * math/libm-test.inc: Add test for this case.
4616
4617         [BZ #5010]
4618         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4619         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4620         map service succeeded.
4621         (svc_is_mapped): New function.
4622         (svc_unregister): Use it before trying to unmap service.
4623
4624 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4625
4626         * timezone/zic.c: Update from tzcode2007h.
4627
4628         [BZ #5063]
4629         * timezone/africa: Update from tzdata2007h.
4630         * timezone/antarctica: Likewise.
4631         * timezone/asia: Likewise.
4632         * timezone/australasia: Likewise.
4633         * timezone/europe: Likewise.
4634         * timezone/leapseconds: Likewise.
4635         * timezone/northamerica: Likewise.
4636         * timezone/southamerica: Likewise.
4637         * timzeone/zone.tab: Likewise.
4638
4639         [BZ #5104]
4640         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4641
4642         [BZ #5113]
4643         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4644         avoid warning with -Wconversion.
4645         (__strndup): Likewise.
4646         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4647
4648         [BZ #5112]
4649         * nscd/connections.c (restart): Don't resync if database is
4650         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4651
4652         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4653         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4654
4655         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4656         evetnfd_read, eventfd_write.
4657         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4658         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4659         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4660         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4661         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4662         eventfd_write for GLIBC_2.7.
4663
4664         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4665         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4666         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4667         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4668
4669 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4670
4671         * stdlib/msort.c: Include stdint.h.
4672         (struct msort_param): New type.
4673         (msort_with_tmp): Use struct msort_param pointer for unchanging
4674         parameters.  Add optimized handling for several common sizes
4675         and indirect sorting mode.
4676         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4677         sorting.
4678         Suggested by Belazougui Djamel .
4679
4680         * stdlib/Makefile (tests): Add tst-qsort2.
4681         * stdlib/tst-qsort2.c: New test.
4682
4683 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4684
4685         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4686         for dup2 in case another thread races with the current one.  Retry
4687         in this case.
4688
4689         * misc/error.h: Remove support for use outside of libc.  We have to
4690         include <features.h> now.  Include <bits/error.h> if possible.
4691         * misc/bits/error.h: New file.
4692
4693 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4694
4695         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4696         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4697         __extern_always_inline functions unconditionally, drop macros.
4698
4699         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4700         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4701         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4702
4703         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4704         add __artificial__ attribute.
4705
4706 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4707
4708         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4709         backward to forward direction.
4710
4711         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4712
4713         [BZ #645]
4714         * locale/programs/ld-collate.c (collate_finish): Compare against last
4715         used section which is known to have rules defined.
4716         (collate_read): After order_start, correctly record order of sections
4717         and queue sections up.
4718
4719 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4720
4721         [BZ #5071]
4722         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4723         the same number of pages.
4724         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4725
4726         * locale/programs/ld-collate.c (collate_read): After initial copy
4727         statement, continue in state 0.
4728
4729         * include/stdio_ext.h (__fsetlocking): Define as macro.
4730
4731 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4732
4733         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4734         of section order.
4735
4736         * po/pt_BR.po: Fix typo.
4737
4738 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4739
4740         * iconvdata/Makefile (modules): Add ISO8859-9E.
4741         (distribute): Add iso8859-9e.c.
4742         (gen-8bit-gap-modules): Add iso8859-9e.
4743         * iconvdata/iso8859-9e.c: New file.
4744         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4745         * iconvdata/TESTS: Likewise.
4746         * iconvdata/tst-tables.sh: Likewise.
4747
4748         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4749
4750         * locale/iso-639.def: Add several new entries.
4751
4752 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4753
4754         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4755         void * pointers instead of struct link_map **.
4756         (_dl_scope_free): Change argument type to void *.
4757         * include/link.h (struct link_map): Change type of l_reldeps
4758         to struct link_map_reldeps, move l_reldepsact into that
4759         struct too.
4760         * elf/dl-deps.c: Include atomic.h.
4761         (_dl_map_object_deps): Only change l->l_initfini when it is
4762         fully populated, use _dl_scope_free for freeing it.  Optimize
4763         removal of libs from reldeps by using l_reserved flag, when
4764         some removal is needed, allocate a new list instead of
4765         reallocating and free the old with _dl_scope_free.  Adjust
4766         for l_reldeps and l_reldepsact changes.
4767         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4768         searching in l_initfini and l_reldeps without holding dl_load_lock.
4769         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4770         l_reldepsact changes.
4771         * elf/dl-close.c (_dl_close_worker): Likewise.
4772         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4773
4774 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4775
4776         * iconvdata/Makefile (modules): Add KOI8-RU.
4777         (distribute): Add koi8-ru.c.
4778         (gen-8bit-gap-modules): Add koi8-ru.
4779         * iconvdata/koi8-ru.c: New file.
4780         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4781         * iconvdata/TESTS: Likewise.
4782         * iconvdata/tst-tables.sh: Likewise.
4783
4784         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4785
4786 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4787
4788         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4789         with __warning__/__error__ attributes.
4790         (__warnattr): Define.
4791         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4792         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4793         __warnattr.
4794         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4795         of __*_chk if compile time detectable overflow is found.
4796         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4797         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4798         with __warnattr.
4799         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4800         instead of __*_chk if compile time detectable overflow is found.
4801         (__gets_alias): Rename to...
4802         (__gets_warn): ... this.  Add __warnattr.
4803         (gets): Call __gets_warn instead of __gets_alias.
4804         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4805         aliases with __warnattr.
4806         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4807         time detectable overflow is found.
4808         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4809         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4810         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4811         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4812         __getdomainname_chk_warn): New aliases with __warnattr.
4813         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4814         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4815         __*_chk_warn instead of __*_chk if compile time detectable overflow
4816         is found.
4817         (__getgroups_chk): Rename argument to __listlen from listlen.
4818         (__getwd_alias): Rename to...
4819         (__getwd_warn): ... this.  Add __warnattr.
4820         (getwd): Call __getwd_warn instead of __getwd_alias.
4821         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4822         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4823         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4824         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4825         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4826         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4827         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4828         compile time detectable overflow is found.
4829         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4830         to use __*_chk or not.
4831         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4832         in comparisons which function should be called and in __*_chk*
4833         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4834         detectable overflow is found.
4835         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4836         __*_chk argument.
4837         * debug/tst-chk1.c (do_test): Add a few more tests.
4838
4839 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4840
4841         [BZ #5058]
4842         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4843         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4844         (_nl_unload_domain): Finalize conversions_lock.
4845         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4846         handling table of known conversions.
4847
4848 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4849
4850         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4851         close_not_cancel_no_status instead of close.
4852
4853 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4854
4855         [BZ #5028]
4856         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4857         nrules != 0 for multibyte chars.
4858
4859 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4860
4861         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4862         Provide better error message in case the type is unknown.
4863
4864         [BZ #4963]
4865         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4866         * string/stratcliff.c: Make usable to test wide char functions.
4867         * wcsmbs/wcsatcliff.c: New file.
4868         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4869
4870         [BZ #4972]
4871         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4872         (distribute): Add mac-centraleurope.c.
4873         (gen-8bit-gap-modules): Add mac-centraleurope.
4874         * iconvdata/mac-centraleurope.c: New file.
4875         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4876         * iconvdata/TESTS: Likewise.
4877         * iconvdata/tst-tables.sh: Likewise.
4878
4879         [BZ #5043]
4880         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4881
4882 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4883
4884         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4885         from __x86_64_core_cache_size_half.
4886         (init_cacheinfo): Compute shared cache size for AMD processors with
4887         shared L3 correctly.
4888         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4889         name change.
4890         Patch in large parts by Evandro Menezes.
4891
4892 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4893
4894         * elf/dl-lookup.c (add_dependency): Handle failing memory
4895         allocation for dependency list.  Remove unnecessary check.
4896
4897         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4898         open/close when determining source addresses.
4899
4900         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4901         sha512-crypt, and sha512.
4902         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4903         (distribute): Add sha256.h and sha512.h.
4904         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4905         and call the appropriate code.
4906         * crypt/sha256-crypt.c: New file.
4907         * crypt/sha256.c: New file.
4908         * crypt/sha256.h: New file.
4909         * crypt/sha256c-test.c: New file.
4910         * crypt/sha256test.c: New file.
4911         * crypt/sha512-crypt.c: New file.
4912         * crypt/sha512.c: New file.
4913         * crypt/sha512.h: New file.
4914         * crypt/sha512c-test.c: New file.
4915         * crypt/sha512test.c: New file.
4916
4917 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4918
4919         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4920         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4921         __syslog_chk.
4922
4923 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4924
4925         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4926         %as in fscanf format strings.
4927
4928         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4929         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4930         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4931         Likewise.
4932         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4933         Likewise.
4934
4935         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4936         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4937         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4938         * elf/dl-sym.c (do_sym): Likewise.
4939         * include/link.h (struct link_map): Add l_serial field.
4940         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4941         * elf/dl-lookup.c (add_dependency): Add flags argument.
4942         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4943         flags, use THREAD_GSCOPE_RESET_FLAG before and
4944         THREAD_GSCOPE_SET_FLAG after
4945         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4946         Don't dereference map until it has been found on some list.
4947         If map->l_serial changed, return -1.
4948
4949 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4950
4951         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4952         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4953         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4954         libc_hidden_proto.
4955         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4956         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4957         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4958         add libc_hidden_proto.
4959         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4960         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4961         conformance requested.
4962         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4963         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4964         conformance requested.
4965         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4966         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4967         conformance requested.
4968         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4969         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4970         ISO C99 or POSIX conformance requested.
4971         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4972         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4973         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4974         and __isoc99_vsscanf@@GLIBC_2.7.
4975         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4976         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4977         (tests): Add scanf14.
4978         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4979         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4980         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4981         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4982         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4983         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4984         from using internal headers.
4985         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4986         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4987         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4988         and __isoc99_vswscanf@@GLIBC_2.7.
4989         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4990         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4991         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4992         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4993         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4994         * stdio-common/isoc99_scanf.c: New file.
4995         * stdio-common/isoc99_vsscanf.c: New file.
4996         * stdio-common/isoc99_vscanf.c: New file.
4997         * stdio-common/isoc99_vfscanf.c: New file.
4998         * stdio-common/isoc99_fscanf.c: New file.
4999         * stdio-common/isoc99_sscanf.c: New file.
5000         * wcsmbs/isoc99_fwscanf.c: New file.
5001         * wcsmbs/isoc99_vswscanf.c: New file.
5002         * wcsmbs/isoc99_swscanf.c: New file.
5003         * wcsmbs/isoc99_wscanf.c: New file.
5004         * wcsmbs/isoc99_vwscanf.c: New file.
5005         * wcsmbs/isoc99_vfwscanf.c: New file.
5006         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5007         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5008         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5009         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5010         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5011         * stdio-common/scanf14.c: New test.
5012         * stdio-common/scanf15.c: New test.
5013         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5014         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5015         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5016         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5017         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5018         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5019         __nldbl___isoc99_scanf@@GLIBC_2.7,
5020         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5021         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5022         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5023         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5024         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5025         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5026         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5027         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5028         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5029         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5030         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5031         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5032         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5033         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5034         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5035         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5036         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5037         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5038         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5039         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5040         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5041         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5042         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5043         functions.
5044         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5045         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5046         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5047         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5048         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5049         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5050         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5051         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5052         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5053         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5054         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5055         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5056
5057         * stdio-common/Makefile (tests): Add scanf13.
5058         (scanf13-ENV): New.
5059         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5060         m modifier followed by l.
5061         (STRING_ARG): Add width argument.
5062         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5063         <case L_('C')>: Handle %mlc and %mC.
5064         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5065         arguments.
5066         * stdio-common/scanf13.c: New test.
5067
5068         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5069         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5070
5071 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5072
5073         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5074         type and __THROW marker of splice, vmsplice, and tee.
5075         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5076         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5077         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5078         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5079         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5080         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5081         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5082         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5083         as cancellation points.
5084
5085 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5086
5087         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5088         parse more than three parts of the version number.
5089
5090 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5091
5092         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5093         modifier.  Patch by Jakub Jelinek.
5094
5095 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5096
5097         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5098         call_fallocate in misc subdir.
5099         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5100         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5101         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5102         instead of __fallocate64.
5103         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5104
5105 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5106
5107         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5108         * rt/Makefile (headers): Add bits/mqueue2.h.
5109         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5110         optimizing with GCC and __va_arg_pack_len is defined.
5111         * rt/bits/mqueue2.h: New file.
5112         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5113         (mq_open): New strong_alias.
5114         (__mq_open_2): New function.
5115         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5116         (mq_open): New strong_alias.
5117         (__mq_open_2): New function.
5118         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5119         * Versions.def (librt): Add GLIBC_2.7 version.
5120         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5121         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5122
5123         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5124         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5125         is defined rather than when not C++.
5126         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5127         __openat64_alias): New redirects.
5128         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5129         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5130         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5131         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5132         functions instead of function-like macros.
5133
5134 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5135
5136         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5137         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5138         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5139
5140 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5141
5142         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5143         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5144
5145 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5146
5147         * inet/tst-network.c: Increment ERRORS for failing tests.
5148
5149 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5150
5151         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5152         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5153         implement as __extern_always_inline function.
5154         (vsyslog): Define as __extern_always_inline function unconditionally.
5155         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5156         When __va_arg_pack is defined, implement as __extern_always_inline
5157         functions.
5158         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5159         __extern_always_inline functions unconditionally.
5160         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5161         bits/stdio2.h will be included.
5162         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5163         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5164         implement as __extern_always_inline functions.
5165         (vswprintf, vwprintf, vfwprintf): Define as
5166         __extern_always_inline functions unconditionally.
5167         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5168
5169 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5170
5171         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5172         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5173         attribute.
5174         * include/features.h (__USE_EXTERN_INLINES): Define only when
5175         __extern_inline is defined.
5176         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5177         is defined instead of when not __cplusplus.
5178         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5179         is defined instead of when not __cplusplus.
5180         * socket/sys/socket.h: Include bits/socket2.h when
5181         __extern_always_inline is defined instead of when not __cplusplus.
5182         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5183         is defined instead of when not __cplusplus.
5184         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5185         is defined instead of when not __cplusplus.
5186         * string/string.h: Include bits/string3.h when __extern_always_inline
5187         is defined instead of when not __cplusplus.
5188         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5189         is defined instead of when not __cplusplus.
5190         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5191         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5192         is not defined.
5193         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5194         defined __extern_always_inline instead of !defined __cplusplus.
5195         * libio/bits/stdio-ldbl.h: Likewise.
5196         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5197         * misc/bits/syslog.h (syslog): Don't define for C++.
5198         (vsyslog): Use __extern_always_inline function for C++ instead of
5199         a macro.
5200         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5201         whenever that macro is defined.
5202         (vprintf): Don't provide the inline for C++.
5203         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5204         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5205         define the macros for C++.
5206         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5207         __extern_always_inline functions for C++.
5208         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5209         stat64, lstat64, fstat64, fstatat64): Don't define if not
5210         __USE_EXTERN_INLINES.
5211         * wcsmbs/bits/wchar2.h: Fix #error message.
5212         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5213         (vswprintf, vwprintf, vfwprintf): Define using
5214         __extern_always_inline functions for C++.
5215         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5216         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5217         strncpy, strcat, strncat): Define as __extern_always_inline
5218         functions instead of macros for C++.
5219         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5220         defined __extern_inline.
5221         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5222         to __extern_inline whenever that macro is defined.
5223         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5224         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5225         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5226         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5227         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5228         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5229         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5230         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5231         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5232         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5233         prototypes.  Only provide __extern_inline routines if
5234         __USE_EXTERN_INLINES.
5235         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5236         tests.
5237         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5238         For now avoid some *printf tests in C++.  Skip all testing
5239         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5240         is not.
5241         * debug/tst-chk4.cc: New file.
5242         * debug/tst-chk5.cc: New file.
5243         * debug/tst-chk6.cc: New file.
5244         * debug/tst-lfschk4.cc: New file.
5245         * debug/tst-lfschk5.cc: New file.
5246         * debug/tst-lfschk6.cc: New file.
5247         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5248         prototypes in C++.
5249         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5250         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5251         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5252
5253 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5254
5255         * po/cs.po: Update from translation team.
5256
5257 2007-09-11  Roland McGrath  <roland@redhat.com>
5258
5259         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5260         compiling.
5261
5262 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5263
5264         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5265
5266 2007-09-05  Roland McGrath  <roland@redhat.com>
5267
5268         * manual/signal.texi (Signaling Another Process): Typo fix.
5269         From Karl Berry <karl@freefriends.org>.
5270
5271 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5272
5273         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5274         zero if not defined.
5275         (make_request): Recognize optimistic addresses and treat them like
5276         deprecated addresses.
5277         Reported by Neil Horman <nhorman@redhat.com>.
5278
5279 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5280
5281         * nscd/connections.c (send_ro_fd): Also transfer file size.
5282         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5283         file size don't call fstat.
5284
5285         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5286         ahead and map the file.  This should always be correct and we can
5287         catch problems later.
5288
5289 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5290
5291         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5292         prototypes.
5293         (__fread_alias, __fread_unlocked_alias): New aliases.
5294         (fread): New extern inline.
5295         (fread_unlocked): Likewise.  Undef macro before definition of
5296         the inline function.
5297         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5298         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5299         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5300         and __fread_unlocked_chk@@GLIBC_2.7.
5301         * debug/fread_chk.c: New file.
5302         * debug/fread_u_chk.c: New file.
5303         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5304
5305 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5306
5307         * sysdeps/unix/sysv/linux/syscalls.list
5308         (personality): Change caller to EXTRA.
5309
5310 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5311
5312         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5313         to keep gcc quiet.
5314         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5315
5316         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5317         NDEBUG is defined.
5318
5319         * Makerules: Use -p option with mkdir.
5320
5321         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5322         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5323         (_xdr_directory_obj): Likewise.
5324         (xdr_entry_obj): Likewise.
5325         (xdr_group_obj): Likewise.
5326         (xdr_link_obj): Likewise.
5327         (xdr_table_obj): Likewise.
5328         (_xdr_nis_result): Likewise.
5329         (_xdr_ns_request): Likewise.
5330         (_xdr_ib_request): Likewise.
5331         (_xdr_nis_taglist): Likewise.
5332         (xdr_cback_data): Likewise.
5333         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5334         (xdr_ypresp_maplist): Likewise.
5335
5336         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5337
5338         * posix/regex_internal.h: Prevent some declarations and definitions
5339         to be seen when used in tests.
5340
5341         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5342         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5343
5344         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5345
5346         * config.make.in (datarootdir): Add to shut up configure.
5347
5348         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5349         associativity for fully-associative caches.
5350
5351         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5352         requests.  Fill on more associativity values for L2.
5353         Patch mostly by Evandro Menezes.
5354
5355 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5356
5357         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5358         (_libc_vdso_platform_setup): Avoid using exported variable by using
5359         alias.
5360
5361         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5362
5363         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5364         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5365         defined.
5366
5367 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5368
5369         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5370         align stack for call if pltexit is to be used.
5371
5372         [BZ #3924]
5373         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5374         align for function call in case pltexit has to be called later.
5375
5376         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5377         implicit atomic operation when storing function pointer.
5378         (_dl_runtime_profile): Likewise.
5379
5380 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5381
5382         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5383         NIS_NOTFOUND.
5384
5385 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5386
5387         [BZ #4566]
5388         * string/strtok.c: Fix typo in comment.
5389
5390         [BZ #4582]
5391         * debug/segfault.c: Fix typos in comments.
5392
5393         [BZ #4588]
5394         * stdio-common/tempnam.c: Fix comment, it is not checked that
5395         TMPDIR points to a writable directory.
5396
5397         [BZ #4726]
5398         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5399         memory allocated for the name server address.
5400
5401         [BZ #4946]
5402         * nscd/connections.c (handle_request): Using sendfile always
5403         requires that mmap is used for the database.
5404         Patch by Petr Baudis <pasky@suse.cz>.
5405
5406         [BZ #4905]
5407         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5408         suddenly has two or more addresses, ignore it and remove the old
5409         entry.
5410
5411         [BZ #4814]
5412         * resolv/res_hconf.c: Prepare for compiling outside libc.
5413         * nscd/res_hconf.c: New file.
5414         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5415         the new file.
5416         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5417         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5418
5419         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5420
5421         [BZ #4925]
5422         * debug/pcprofiledump.c: Turn on internationalization by calling
5423         setlocale.  Patch mostly by Benno Schulenberg.
5424
5425         [BZ #4936]
5426         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5427         the state.
5428         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5429         * iconvdata/bug-iconv5.c: New file.
5430
5431 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5432
5433         [BZ #4896]
5434         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5435         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5436         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5437         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5438         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5439         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5440         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5441         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5442
5443 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5444
5445         [BZ #4937]
5446         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5447         lookup loop.  Suggested by John Reiser.
5448
5449 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5450
5451         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5452
5453 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5454
5455         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5456         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5457         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5458         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5459         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5460         to...
5461         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5462
5463 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5464
5465         * po/nl.po: Update from translation team.
5466
5467 2007-08-16  Andreas Jaeger  <aj@suse.de>
5468
5469         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5470         Reported by Peter Festner <peter.festner@ewetel.net>.
5471
5472 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5473
5474         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5475
5476 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5477
5478         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5479         to check for undefined symbols.
5480
5481         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5482         If the syscall fails, set errno to the actual returned error number
5483         rather than EINVAL.
5484         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5485         arguments are incorrect, set errno to EINVAL, if the syscall
5486         fails, set errno to the actual returned error number.
5487
5488         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5489         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5490
5491         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5492         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5493         file.
5494         (ASI_PNF, ASI_BLK_P): Don't define.
5495         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5496         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5497         file.
5498         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5499         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5500         file.
5501
5502 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5503
5504         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5505         FE_UNDERFLOW on Niagara CPUs.
5506
5507         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5508         exceptions.
5509
5510 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5511
5512         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5513         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5514         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5515         flush should be used or not inside of the function.
5516         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5517
5518         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5519         __thread_start): Use HIDDEN_JUMPTARGET.
5520         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5521         __thread_start): Likewise.
5522         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5523
5524         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5525         Add libc_hidden_proto.
5526         (STRTOF): Add libc_hidden_proto.
5527         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5528         (strtold_l, wcstold_l): Use them as second argument for
5529         long_double_symbol.
5530
5531 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5532
5533         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5534
5535 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5536
5537         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5538
5539 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5540
5541         * po/bg.po: New file.  From the translation team.
5542
5543 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5544
5545         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5546         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5547         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5548         when each feature was introduced.
5549
5550         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5551         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5552         (CHECK_HASH): New macro.
5553         (PREPARE_VERSION): Use it.
5554
5555         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5556         prototype if not __ASSUME_PSELECT.
5557         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5558         prototype if not __ASSUME_PPOLL.
5559
5560         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5561
5562         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5563         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5564         is defined.
5565
5566 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5567
5568         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5569         (_libc_vdso_platform_setup): If vDSO is not available point
5570         __vdso_gettimeofday to the vsyscall.
5571         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5572         __vdso_gettimeofday instead of vsyscall.
5573
5574 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5575
5576         * nscd/servicescache.c: Include kernel-features.h.
5577         * nscd/gai.c: Likewise.
5578         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5579         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5580         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5581         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5582         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5583         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5584         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5585         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5586         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5587
5588 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5589
5590         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5591         and _dl_get_origin defines anymore.
5592
5593         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5594         Build fix for systems which might lack POSIX timer support.
5595
5596         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5597         (_libc_vdso_platform_setup): Mangle function pointers before storing
5598         them.
5599         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5600         Demangle vdso pointer before use.
5601         (INTERNAL_VSYSCALL): Likewise.
5602
5603         * elf/cache.c (primes): Mark as const.
5604         Noted by Roland McGrath.
5605
5606 2007-08-01  Andreas Jaeger  <aj@suse.de>
5607             Jakub Jelinek  <jakub@redhat.com>
5608
5609         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5610         (options): Add option.
5611         (parse_opt): Handle option.
5612         (manual_link): Adjust process_file caller.  Call implicit_soname.
5613         (search_dir): Formatting.  Use and populate auxiliary cache.
5614         (main): Load and save auxiliary cache.
5615         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5616         stat64 from fstat64 to caller.
5617         (implicit_soname): New function.
5618         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5619         leave *soname as NULL.
5620         * elf/cache.c: Include libgen.h.
5621         (print_entry, print_cache, compare, save_cache, add_to_cache):
5622         Formatting and cleanups.
5623         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5624         aux_cache_file): New structures.
5625         (AUX_CACHEMAGIC): Define.
5626         (primes): New array.
5627         (aux_hash_size, aux_hash): New variables.
5628         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5629         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5630         load_aux_cache, save_aux_cache): New functions.
5631         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5632         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5633         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5634         (process_file): Adjust prototype.
5635
5636 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5637
5638         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5639         with __need_size_t.
5640
5641 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5642
5643         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5644         r_found_version structure as second parameter.
5645         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5646         (_dl_vdso_vsym): Change type of second parameter accordingly.
5647         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5648         (_libc_vdso_platform_setup): Adjust.
5649         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5650         (_libc_vdso_platform_setup): Likewise.
5651
5652         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5653         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5654         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5655         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5656         * csu/libc-start.c: Pretty printing.
5657         Use VDSO_SETUP if defined.
5658         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5659         and let generic code call into _libc_vdso_platform_setup.
5660         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5661         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5662         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5663         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5664         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5665         for GLIBC_PRIVATE.
5666         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5667         (sysdep_rountines): Add dl-vdso.
5668
5669         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5670         of routines.
5671
5672         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5673         attribute_hidden to __vdso_gettimeofday prototype.
5674
5675 2007-08-12  Roland McGrath  <roland@redhat.com>
5676
5677         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5678         From: Karl Berry <karl@freefriends.org>.
5679
5680 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5681
5682         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5683         an atime update for the files we read.
5684
5685 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5686
5687         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5688
5689         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5690         instead of mkstemp.
5691
5692         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5693         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5694         * misc/mkostemp.c: New file.
5695         * misc/mkostemp64.c: New file.
5696         * stdlib/stdlib.h: Declare the new functions.
5697         * sysdeps/posix/tempname.c: Add new parameter which is added to
5698         the flags for open.  Remove __GT_BIGFILE handling.
5699         * stdio-common/tempname.c: Likewise.
5700         * include/stdio.h: Adjust __gen_tempname prototype.
5701         Renumber __GT_* constants.
5702         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5703         * misc/mkdtemp.c: Likewise.
5704         * misc/mkstemp.c: Likewise.
5705         * misc/mkstemp64.c: Likewise.
5706         * misc/mktemp.c: Likewise.
5707         * stdio-common/tempnam.c: Likewise.
5708         * stdio-common/tmpfile.c: Likewise.
5709         * stdio-common/tmpfile64.c: Likewise.
5710         * stdio-common/tmpnam.c: Likewise.
5711         * stdio-common/tmpnam_r.c: Likewise.
5712
5713 2007-08-10  Roland McGrath  <roland@frob.com>
5714
5715         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5716         New macros.
5717         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5718         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5719
5720 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5721
5722         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5723         possible.
5724         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5725         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5726         * nss/nss_files/files-have_o_cloexec.c: New file.
5727
5728         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5729         available.
5730
5731 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5732
5733         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5734         ___new_wcstold_l): New weak aliases.
5735         (strtold_l, wcstold_l): Use them as second argument for
5736         long_double_symbol.
5737
5738 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5739
5740         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5741         register in test for error.
5742
5743         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5744         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5745
5746         * po/sv.po: Update from translation team.
5747
5748 2007-08-06  Roland McGrath  <roland@redhat.com>
5749
5750         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5751         Remove __strto*_l inlines.
5752         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5753         * stdlib/strtod.c: Add libc_hidden_def.
5754         * stdlib/strtod_l.c: Likewise.
5755         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5756         for __new_strtold and __new_wcstold.
5757         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5758         __STRTOF, STRTOF.
5759         * stdlib/strtol.c: Add libc_hidden_def.
5760         * stdlib/strtol_l.c: Likewise.
5761         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5762         strtoq.
5763
5764         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5765
5766         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5767         * scripts/data/localplt-generic.data: ... here.
5768         * elf/Makefile (check-data): Get generic file if no other.
5769         ($(objpfx)check-localplt.out): Make target unconditional.
5770
5771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5772         Use ElfW(Nhdr).
5773
5774 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5775
5776         * po/zh_CN.po: Updated translation from translation team.
5777
5778 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5779
5780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5781         Don't use CGOTSETUP and CGOTRESTORE macros.
5782
5783 2007-08-04  Roland McGrath  <roland@redhat.com>
5784
5785         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5786
5787 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5788
5789         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5790         __extension__ around the whole statement expression.
5791
5792 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5793
5794         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5795         elements during initialization.
5796
5797         * po/pl.po: Updated translation from translation team.
5798         * po/tr.po: Likewise.
5799         * po/nl.po: Likewise.
5800
5801 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5802
5803         * rt/aio.h: Add __nonnull attributes.
5804
5805 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5806
5807         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5808         * stdlib/Makefile (tests): Add tst-strtod5.
5809         (tst-strtod5-ENV): New.
5810         * stdlib/tst-strtod5.c: New file.
5811
5812         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5813         failed.
5814         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5815         on failure.
5816
5817         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5818         allocated.
5819
5820 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5821
5822         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5823         numbers.
5824
5825 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5826
5827         * io/Makefile (aux): Add have_o_cloexec.
5828         * include/fcntl.h: Declare __have_o_cloexec.
5829         * io/have_o_cloexec.c: New file.
5830         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5831         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5832         fcntl call if not necessary.
5833         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5834         of local variable.
5835
5836         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5837         Avoid memset, add explicit initialization.
5838         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5839         to the end and change into zero-sized array.
5840         Move lock member to fill a hole on 64-bit platforms.
5841
5842         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5843         inline functions.
5844         * include/stdlib.h: Add __strto*_internal prototypes here.
5845         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5846         inline functions.
5847         * include/wchar.h: Add __wcsto*_internal prototypes.
5848         * sysdeps/generic/inttypes.h: No need to protect the declaration
5849         of the __strto*_internal and __wcsto*_internal members here.
5850
5851         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5852
5853 2007-08-02  Roland McGrath  <roland@redhat.com>
5854
5855         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5856         $(inst_bindir)/getconf if possible.
5857
5858         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5859         (generated): Add it.
5860         ($(inst_libexecdir)/getconf): Use it.
5861
5862 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5863
5864         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5865         /proc is faster and sufficient.  /sys is still needed for
5866         __get_nprocs_conf.
5867
5868 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5869
5870         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5871         syscall as __fallocate64.
5872         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5873         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5874
5875 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5876
5877         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5878         value.
5879
5880         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5881         if off_t is different rank from size_t.
5882
5883         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5884         uw_frame_state_for): Avoid type punning warnings.
5885         * sysdeps/generic/unwind-dw2-fde-glibc.c
5886         (_Unwind_IteratePhdrCallback): Likewise.
5887         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5888         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5889         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5890         pointers.
5891
5892 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5893
5894         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5895         total processors using sysfs.
5896         (__get_nprocs): Use sysfs to determine which processors are online.
5897
5898 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5899
5900         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5901         syscall arguments count.
5902
5903         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5904
5905 2007-07-30  Roland McGrath  <roland@redhat.com>
5906
5907         * manual/libc.texinfo: Update copyrights, formatting magic, and
5908         @dircategory.  From Karl Berry <karl@freefriends.org>.
5909
5910 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5911
5912         [BZ #4860]
5913         * io/Makefile (headers): Add bits/fcntl2.h.
5914
5915         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5916         using gcc builtin.
5917         (__CPU_EQUAL_S): Likewise.
5918
5919         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5920         (tests): Add tst-cpuset.
5921         * posix/sched_cpualloc.c: New file.
5922         * posix/sched_cpufree.c: New file.
5923         * posix/tst-cpuset.c: New file.
5924         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5925         GLIBC_2.7.
5926         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5927         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5928         macros.  Define CPU_*_S macros.
5929
5930 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5931
5932         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5933         entry.
5934
5935         [BZ #4858]
5936         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5937         #.0g and value rounded to 1.0.
5938         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5939
5940 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5941
5942         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5943         for int_frac_digits and frac_digits.
5944
5945         * login/logout.c (logout): Avoid aliasing violation.
5946         * login/logwtmp.c (logwtmp): Likewise.
5947
5948         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5949
5950         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5951         to avoid warning.
5952         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5953         warning.
5954         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5955         warning.
5956         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5957         to avoid warnings.
5958
5959         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5960         void **.
5961         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5962
5963         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5964         char * to avoid warning.
5965         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5966
5967         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5968
5969         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5970         allocate_arrays): Cast second argument to charmap_find_symbol
5971         to char * to avoid warnings.
5972
5973         * locale/programs/repertoire.c (repertoire_new_char): Change
5974         from_nr, to_nr and cnt to unsigned long, adjust printf format
5975         string.
5976
5977         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5978         Cast second argument to new_element to char * to avoid warnings.
5979
5980         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5981
5982         * intl/gettextP.h (struct loaded_domain): Change plural to const
5983         struct expression *.
5984         * intl/plural-eval.c (plural_eval): Change first argument to
5985         const struct expression *.
5986         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5987         argument to const struct expression **.
5988         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5989         prototypes.
5990         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5991         in call to __gettext_free_exp.
5992
5993         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5994         unitialized wstring/wpattern var warnings.
5995
5996         * posix/runtests.c (struct a_test): Make data field const char *.
5997
5998         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5999         vars if not LDBL_MANT_DIG >= 106.
6000
6001         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6002
6003         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6004         __find_specmb to avoid warning.
6005
6006         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6007
6008         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6009         to avoid warnings.
6010
6011         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6012         initializer.
6013
6014         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6015         tv var when it will be actually used.
6016
6017         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6018         to avoid warnings.
6019
6020         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6021         char array resp. pointer.
6022         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6023         char array.
6024         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6025         to const unsigned char **.
6026         (ucs4_to_cns11643): Change second argument to unsigned char *.
6027         * iconvdata/euc-tw.c (BODY): Change endp type to
6028         const unsigned char *.
6029         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6030         to unsigned char *.
6031         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6032         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6033         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6034         types to unsigned char pointers/arrays instead of char.
6035         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6036         to unsigned char *.
6037         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6038         * iconvdata/jis0212.h: Include assert.h.
6039         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6040         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6041         of trying to handle that.
6042         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6043         shut up a warning.
6044         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6045         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6046         two dimensional const unsigned char arrays.
6047         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6048         Initialize endp to inptr to shut up a warning.
6049
6050 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6051
6052         [BZ #4772]
6053         * time/strptime_l.c (__strptime_internal): Silently ignore
6054         strftime modifiers and field width in recursive calls.
6055
6056         * include/time.h (enum ptime_locale_status): Remove.
6057         (__strptime_internal): Remove decided and era_cnt arguments,
6058         add statep argument.
6059         * time/strptime_l.c (__strptime_internal): Remove decided
6060         and era_cnt arguments, add statep argument.  Don't recompute
6061         any fields in recursive calls, only update caller's tm
6062         and state, if recursive call fails, don't change tm nor
6063         any state.
6064         (get_alt_number): Adjust.
6065         (recursive): Adjust caller.
6066         (strptime): Likewise.
6067         * time/strptime.c (strptime): Likewise.
6068
6069 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6070
6071         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6072         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6073         if from and to charsets are the same.
6074         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6075         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6076         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6077
6078 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6079
6080         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6081         Don't define wint_t when __need_mbstate_t unless it
6082         is necessary.
6083         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6084         in the typedef if possible.
6085         * wctype/wctype.h (wint_t): Define by including
6086         wchar.h with __need_wint_t instead of including stddef.h
6087         with __need_wint_t and as fallback definining it ourselves.
6088         * iconv/gconv.h (__need_wint_t): Define before including
6089         wchar.h.
6090         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6091         or _GLIBCPP_USE_WCHAR_T.
6092         (__need_wchar_t): Don't define
6093         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6094         (__need_wint_t): Don't define before including stddef.h,
6095         define before including wchar.h only if _LIBC or
6096         _GLIBCPP_USE_WCHAR_T.
6097         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6098         * sysdeps/mach/hurd/_G_config.h: Likewise.
6099         * sysdeps/generic/_G_config.h: Likewise.
6100         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6101         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6102         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6103         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6104
6105 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6106
6107         * sysdeps/posix/posix_fallocate64.c: Undefine
6108         __posix_fallocate64_l64 before alias handling.
6109         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6110         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6111         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6112         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6113
6114         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6115
6116 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6117
6118         * locale/programs/ld-collate.c (atwc): New variable.
6119         (add_to_tablewc): New toplevel function, moved from collate_output.
6120         (collate_output): Remove add_to_tablewc nested function.
6121
6122         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6123         (name_insert): New function.
6124         (write_output): Remove hash_table and hash_size vars and name_insert
6125         nested function.
6126
6127 2007-07-24  Roland McGrath  <roland@redhat.com>
6128
6129         * Makerules (install-others-programs-nosubdir): New target.
6130         (install-no-libc.a-nosubdir): Depend on it.
6131
6132         * iconv/Makefile (install-others-programs): Set this instead of
6133         install-others.
6134         * login/Makefile (install-others-programs): Likewise.
6135         * posix/Makefile (install-others-programs): Likewise.
6136
6137         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6138         dependencies.
6139
6140 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6141
6142         * io/Makefile (tests): Add tst-posix_fallocate.
6143         * io/tst-posix_fallocate.c: New file.
6144
6145         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6146         __ASSUME_FALLOCATE.
6147
6148 2007-07-22  Roland McGrath  <roland@frob.com>
6149
6150         * hurd/getdport.c: Add missing copyright year update.
6151
6152         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6153         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6154
6155 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6156
6157         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6158
6159         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6160         O_CLOEXEC is needed.
6161         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6162         Avoid additional fcntl to set O_CLOEXEC if not needed.
6163         * nis/nss_compat/compat-initgroups.c: Likewise.
6164         * nis/nss_compat/compat-pwd.c: Likewise.
6165         * nis/nss_compat/compat-spwd.c: Likewise.
6166
6167 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6168
6169         [BZ #3665]
6170         * manual/errno.texi: Change ECANCELED value to 119.
6171
6172         [BZ #4610]
6173         * mach/lock-intern.h: Include <sys/cdefs.h>.
6174
6175         [BZ #4178]
6176         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6177         reading A.
6178
6179         [BZ #4126]
6180         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6181         to __sigsuspend.
6182
6183         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6184
6185 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6186
6187         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6188         `__ASSEMBLER__'.
6189         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6190
6191 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6192
6193         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6194         descriptor received from nscd.
6195
6196         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6197
6198         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6199         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6200         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6201         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6202         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6203         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6204
6205 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6206
6207         [BZ #4816]
6208         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6209
6210         [BZ #4813]
6211         * login/forkpty.c (forkpty): Close master and slave fds on
6212         fork failure.  Patch by
6213         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6214
6215 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6216
6217         * include/features.h (__USE_ISOC95): New define.
6218         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6219         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6220         for -std=iso9899:199409.
6221         * CONFORMANCE: Remove comments about unsupported AMD1.
6222
6223 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6224
6225         * sysdeps/ia64/sched_cpucount.c: New file.
6226         * sysdeps/powerpc/sched_cpucount.c: New file.
6227
6228         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6229         __BEGIN_DECLS/__END_DECLS around the prototype.
6230         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6231         pointer to const cpu_set_t.
6232
6233         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6234         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6235         __need_size_t and include stddef.h.
6236         * sysvipc/sys/msg.h: Likewise.
6237         * posix/sched.h: Likewise.
6238         * hurd/hurd/signal.h (__need_size_t): Define.
6239
6240         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6241         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6242         no longer defines wint_t or wchar_t.
6243
6244         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6245         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6246         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6247         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6248         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6249         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6250         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6251         * debug/printf_chk.c (__printf_chk): Likewise.
6252         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6253         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6254
6255         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6256         Define.
6257
6258         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6259         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6260
6261 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6262
6263         [BZ #4792]
6264         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6265         * malloc/malloc.h (realloc): Likewise.
6266
6267         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6268         if one of proc_file_chain streams has that fileno.
6269         * stdio-common/Makefile (tests): Add tst-popen2.
6270         * stdio-common/tst-popen2.c: New test.
6271
6272 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6273
6274         * elf/ldconfig.c: Allow GPLv2 or any later version.
6275         * elf/readlib.c: Likewise.
6276         * elf/chroot_canon.c: Likewise.
6277         * elf/cache.c: Likewise.
6278         * nscd/mem.c: Likewise.
6279         * nscd/getpwuid_r.c: Likewise.
6280         * nscd/grpcache.c: Likewise.
6281         * nscd/aicache.c: Likewise.
6282         * nscd/getsrvbynm_r.c: Likewise.
6283         * nscd/nscd.c: Likewise.
6284         * nscd/servicescache.c: Likewise.
6285         * nscd/getsrvbypt_r.c: Likewise.
6286         * nscd/initgrcache.c: Likewise.
6287         * nscd/gethstbyad_r.c: Likewise.
6288         * nscd/gethstbynm2_r.c: Likewise.
6289         * nscd/getgrnam_r.c: Likewise.
6290         * nscd/nscd_setup_thread.c: Likewise.
6291         * nscd/getpwnam_r.c: Likewise.
6292         * nscd/gai.c: Likewise.
6293         * nscd/connections.c: Likewise.
6294         * nscd/dbg_log.c: Likewise.
6295         * nscd/cache.c: Likewise.
6296         * nscd/hstcache.c: Likewise.
6297         * nscd/nscd_conf.c: Likewise.
6298         * nscd/getgrgid_r.c: Likewise.
6299         * nscd/pwdcache.c: Likewise.
6300         * catgets/gencat.c: Likewise.
6301         * locale/programs/linereader.h: Likewise.
6302         * locale/programs/locarchive.c: Likewise.
6303         * locale/programs/ld-paper.c: Likewise.
6304         * locale/programs/locfile-kw.h: Likewise.
6305         * locale/programs/ld-address.c: Likewise.
6306         * locale/programs/xmalloc.c: Likewise.
6307         * locale/programs/ld-time.c: Likewise.
6308         * locale/programs/localedef.c: Likewise.
6309         * locale/programs/simple-hash.c: Likewise.
6310         * locale/programs/xstrdup.c: Likewise.
6311         * locale/programs/ld-numeric.c: Likewise.
6312         * locale/programs/locfile-kw.gperf: Likewise.
6313         * locale/programs/ld-collate.c: Likewise.
6314         * locale/programs/charmap-kw.gperf: Likewise.
6315         * locale/programs/charmap.h: Likewise.
6316         * locale/programs/charmap-kw.h: Likewise.
6317         * locale/programs/config.h: Likewise.
6318         * locale/programs/locfile.c: Likewise.
6319         * locale/programs/ld-ctype.c: Likewise.
6320         * locale/programs/charmap.c: Likewise.
6321         * locale/programs/ld-messages.c: Likewise.
6322         * locale/programs/repertoire.h: Likewise.
6323         * locale/programs/locale.c: Likewise.
6324         * locale/programs/ld-name.c: Likewise.
6325         * locale/programs/linereader.c: Likewise.
6326         * locale/programs/locfile.h: Likewise.
6327         * locale/programs/3level.h: Likewise.
6328         * locale/programs/ld-monetary.c: Likewise.
6329         * locale/programs/ld-measurement.c: Likewise.
6330         * locale/programs/charmap-dir.c: Likewise.
6331         * locale/programs/ld-identification.c: Likewise.
6332         * locale/programs/localedef.h: Likewise.
6333         * locale/programs/charmap-dir.h: Likewise.
6334         * locale/programs/repertoire.c: Likewise.
6335         * locale/programs/simple-hash.h: Likewise.
6336         * locale/programs/ld-telephone.c: Likewise.
6337         * locale/programs/locale-spec.c: Likewise.
6338         * locale/programs/locfile-token.h: Likewise.
6339         * posix/getconf.c: Likewise.
6340         * iconv/dummy-repertoire.c: Likewise.
6341         * iconv/iconv_charmap.c: Likewise.
6342         * iconv/iconvconfig.c: Likewise.
6343         * iconv/iconv_prog.c: Likewise.
6344         * malloc/memusagestat.c: Likewise.
6345         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6346
6347 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6348
6349         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6350         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6351         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6352         check for the first argument.
6353
6354 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6355
6356         [BZ #4775]
6357         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6358         (__tgmath_real_type): Fix if expr is const int or other const
6359         qualified integral type.
6360         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6361         expressions and handle const qualified arguments.
6362         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6363         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6364         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6365         statement expressions.
6366         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6367         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6368         (__TGMATH_UNARY_IMAG): Define.
6369         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6370         * math/Makefile (tests): Add test-tgmath2.
6371         (CFLAGS-test-tgmath2.c): Add.
6372         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6373         count_cfloat, count_cldouble): New variables.
6374         (NCCALLS): Define.
6375         (main): Check number of complex calls as well.
6376         (F(compile_test)): Add complex tests and tests with const qualified
6377         arguments.
6378         (y, z, ccount): Define.
6379         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6380         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6381         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6382         F(cproj)): New functions.
6383         * math/test-tgmath2.c: New test.
6384
6385 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6386
6387         [BZ #4776]
6388         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6389         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6390         instead output ".".
6391         * dlfcn/Makefile (distribute): Add glreflib3.c.
6392         (module-names): Add glreflib3.
6393         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6394         glreflib1.so.
6395         (LDFLAGS_glreflib3.so): New.
6396         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6397         glreflib1.so.
6398         * dlfcn/glreflib3.c: New file.
6399
6400         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6401         returned -1, return NULL.
6402         * intl/explodename.c (_nl_explode_name): Return -1 if
6403         _nl_normalize_codeset failed.
6404
6405 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6406
6407         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6408         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6409         and avoid branch misspredicts for > 31 bytes memset case.
6410         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6411         Remove toc ref to __cache_line_size.
6412
6413         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6414         to get ISA-V2.0 branch hints.
6415         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6416         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6417         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6418         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6419         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6420         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6421         Remove toc ref to __cache_line_size.
6422
6423         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6424         Include math_ldbl_opt.h.
6425
6426 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6427
6428         [BZ #4773]
6429         * time/strptime_l.c (__strptime_internal): Implement greedy
6430         matching of weekday and month names.
6431
6432 2007-07-09  Roland McGrath  <roland@redhat.com>
6433
6434         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6435         (ELF_NOTE_ABI): Use it.
6436         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6437
6438 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6439
6440         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6441         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6442
6443 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6444
6445         [BZ #4745]
6446         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6447         in loop to look for conversion specifier to avoid testing of
6448         wrong errno value.
6449         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6450         * stdio-common/bug18.c: New file.
6451         * stdio-common/bug18a.c: New file.
6452         * stdio-common/bug19.c: New file.
6453         * stdio-common/bug19a.c: New file.
6454
6455 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6456
6457         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6458         running awk script.
6459
6460 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6461
6462         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6463         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6464         Return NULL if mmap failed instead of asserting it does not.
6465         (calloc): Check for integer overflow.
6466
6467         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6468         than LONG_MAX / 10.
6469
6470 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6471
6472         [BZ #4702]
6473         * nis/nss-default.c: Include errno.h.
6474         (init): Preserve errno.
6475
6476 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6477
6478         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6479
6480 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6481
6482         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6483
6484 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6485
6486         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6487
6488 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6489
6490         * sysdeps/s390/dl-procinfo.c: New file.
6491         * sysdeps/s390/dl-procinfo.h: New file.
6492         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6493
6494 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6495
6496         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6497         in PT_NOTE segments with multiple notes.
6498         * elf/readelflib.c (process_elf_file): Likewise.
6499
6500 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6501
6502         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6503         ISO C compliant.
6504
6505 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6506
6507         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6508
6509 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6510
6511         * include/link.h: Don't include rtld-lowlevel.h.
6512         (struct link_map): Remove l_scope_lock.
6513         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6514         (_dl_scope_free_list): New field (variable) in _rtld_global.
6515         (DL_LOOKUP_SCOPE_LOCK): Remove.
6516         (_dl_scope_free): New prototype.
6517         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6518         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6519         (_dl_profile_fixup): Likewise.
6520         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6521         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6522         THREAD_GSCOPE_RESET_FLAG around it.
6523         * elf/dl-close.c (_dl_close_worker): Don't use
6524         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6525         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6526         scopes were queued or if l_scope_mem has been abandoned.
6527         * elf/dl-open.c (_dl_scope_free): New function.
6528         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6529         * elf/dl-support.c (_dl_scope_free_list): New variable.
6530         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6531         Remove DL_LOOKUP_SCOPE_LOCK handling.
6532         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6533         handling.
6534         * elf/dl-object.c (_dl_new_object): Don't use
6535         __rtld_mrlock_initialize.
6536
6537 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6538
6539         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6540         to fill in holes
6541         (rtld_global_ro): Likewise.
6542
6543 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6544
6545         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6546         Move PT_LOAD checking to...
6547         (_dl_addr_inside_object): ... here, new function.
6548         * elf/dl-sym.c (do_sym): If not l_contiguous,
6549         call _dl_addr_inside_object.
6550         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6551         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6552         * elf/dl-open.c (dl_open_worker): Likewise.
6553         (_dl_addr_inside_object): New function if IS_IN_rtld.
6554         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6555         holes are present or are PROT_NONE protected.
6556         * include/link.h (struct link_map): Add l_contiguous field.
6557         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6558
6559 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6560             Tomas Janousek  <tjanouse@redhat.com>
6561             Ulrich Drepper  <drepper@redhat.com>
6562
6563         [BZ #4647]
6564         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6565         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6566         socket.
6567         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6568         unused member a bitmap.
6569         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6570         servers are configured.
6571
6572 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6573
6574         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6575
6576 2007-06-17  Andreas Schwab  <schwab@suse.de>
6577
6578         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6579
6580 2007-06-16  Andreas Jaeger  <aj@suse.de>
6581
6582         [BZ #4125]
6583         * sysdeps/unix/sysv/linux/sys/ptrace.h
6584         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6585         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6586         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6587         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6588         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6589         Define.
6590         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6591         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6592         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6593         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6594
6595 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6596
6597         [BZ #4599]
6598         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6599         determining whether there are IPv4/IPv6 addresses, ignore loopback
6600         addresses.
6601
6602 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6603
6604         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6605         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6606         as the return type.  Change type of "r" variable to CMPtype.
6607         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6608         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6609         * soft-fp/gedf2.c (__gedf2): Likewise.
6610         * soft-fp/gesf2.c (__gesf2): Likewise.
6611         * soft-fp/getf2.c (__getf2): Likewise.
6612         * soft-fp/ledf2.c (__ledf2): Likewise.
6613         * soft-fp/lesf2.c (__lesf2): Likewise.
6614         * soft-fp/letf2.c (__letf2): Likewise.
6615         * soft-fp/unorddf2 (__unorddf2): Likewise.
6616         * soft-fp/unordsf2 (__unordsf2): Likewise.
6617         * soft-fp/unordtf2 (__unordtf2): Likewise.
6618
6619 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6620
6621         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6622         make sure gcc doesn't mess around with this.
6623
6624 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6625
6626         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6627
6628 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6629
6630         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6631         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6632         at most once per _dl_close_worker.
6633
6634 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6635
6636         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6637         __sched_cpucount as const.
6638         * posix/sched_cpucount.c: Adjust.
6639
6640         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6641         instruction for counting bits.
6642         * sysdeps/x86_64/sched_cpucount.c: New file.
6643
6644 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6645
6646         * configure.in: Avoid variable named BASH.
6647         * config.make.in: Likewise.
6648         Patch in part by Mike Frysinger.
6649
6650 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6651
6652         [BZ #4586]
6653         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6654         pseudo-zeros as zero.
6655         * sysdeps/x86_64/ldbl2mpn.c: New file.
6656         * sysdeps/ia64/ldbl2mpn.c: New file.
6657
6658 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6659
6660         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6661         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6662         Remove unreachable code at the end.
6663
6664 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6665
6666         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6667         ldbl-128ibm in comment.
6668         (fpclassifyl): Correct classification of denormals.
6669         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6670         return value for MIN denormal. Rewrite using long double math too
6671         correctly handle denormals and canonicalize the results.
6672
6673 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6674
6675         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6676         (__mpn_construct_long_double): Fix conversion where result ought
6677         to be smaller than __LDBL_MIN__, or the low double should be
6678         denormal.  Fix decision where to negate low double - honor round
6679         to even rules.
6680         * stdio-common/tst-sprintf2.c: Include string.h.
6681         (COMPARE_LDBL): Define.
6682         (TEST): Also test whether a string hexadecimal float representation
6683         can be parsed back to the number.
6684         (main): Add a couple of further tests.
6685
6686 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6687
6688         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6689         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6690         is non-zero, but smaller than 2 * __DBL_MIN__.
6691         * stdio-common/tst-sprintf2.c: New test.
6692         * stdio-common/Makefile (tests): Add tst-sprintf2.
6693
6694         * math/test-misc.c (main): Don't run last batch of tests with
6695         IBM long double format.
6696
6697 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6698
6699         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6700         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6701         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6702         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6703         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6704         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6705         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6706         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6707         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6708         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6711         New file.
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6713         New file.
6714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6715         New file.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6717         New file.
6718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6719         New file.
6720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6722         New file.
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6724         New file.
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6726         New file.
6727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6728         New file.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6730         New file.
6731
6732 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6733
6734         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6735         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6736         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6737         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6738         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6739         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6740         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6741         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6742
6743 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6744
6745         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6746         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6747         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6748         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6749         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6750         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6751         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6752         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6753
6754 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6755
6756         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6757         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6758         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6759         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6760
6761 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6762
6763         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6764         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6765
6766 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6767
6768         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6769         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6770         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6771         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6772
6773 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6774
6775         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6776         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6777
6778 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6779
6780         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6781         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6782
6783         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6784         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6785         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6787
6788 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6789
6790         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6791         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6792         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6793         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6794
6795 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6796
6797         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6798         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6799         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6800         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6801         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6802         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6803
6804 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6805
6806         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6807         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6808         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6810
6811 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6812
6813         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6814         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6815         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6816         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6817         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6818         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6819         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6820         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6821         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6822         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6823         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6824         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6825         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6826         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6827         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6828         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6829
6830 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6831
6832         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6833         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6834
6835 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6836
6837         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6838         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6839
6840 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6841
6842         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6843         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6844         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6845         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6846         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6847         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6848         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6849         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6850         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6851         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6852
6853 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6854
6855         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6856
6857 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6858
6859         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6860         branch miss-predicts. Ensure that cache line crossing does not impact
6861         dispatch grouping.
6862
6863 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6864
6865         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6866         "../../powerpc32/power4/memcopy.h".
6867         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6868         "../../powerpc32/power4/wordcopy.c".
6869
6870 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6871
6872         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6873         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6874         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6875         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6876         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6877         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6878
6879 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6880
6881         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6882
6883 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6884
6885         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6886         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6887         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6888         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6889         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6890         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6891         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6892         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6893
6894 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6895
6896         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6897
6898 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6899
6900         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6901         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6902         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6903         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6904         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6905         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6906         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6907
6908 2007-05-29  Roland McGrath  <roland@redhat.com>
6909
6910         * po/Makefile (po-sed-cmd): New variable.
6911         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6912
6913 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6914
6915         * crypt/md5-crypt.c: Fix comment.
6916
6917         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6918         of crashing.  When this is the case or if the reply is malformed,
6919         don't try to close the new file descriptor since it does not
6920         exist.
6921         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6922
6923 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6924
6925         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6926         if __NR_utimensat is not defined.
6927
6928 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6929
6930         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6931
6932 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6933
6934         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6935         (open): Fix comment typos.  Don't call __open_2 if flags
6936         is a compile time constant without O_CREAT.
6937         (__open64_2): Add nonnull attribute.
6938         (open64): Fix comment typos.  Don't call __open64_2 if flags
6939         is a compile time constant without O_CREAT.
6940         (__openat_2): Add nonnull attribute, fix nonnull attribute
6941         on redirect.
6942         (openat): Fix comment typos.  Don't call __openat_2 if flags
6943         is a compile time constant without O_CREAT.
6944         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6945         on redirect.
6946         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6947         is a compile time constant without O_CREAT.
6948
6949 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6950
6951         * Makerules (sysd-rules): Define PTW for ptw-* files.
6952         * Versions: Define GLIBC_2.7 for libc.
6953         * include/stdio.h: Declare __fortify_fail.
6954         * debug/fortify_fail.c: New file.
6955         * debug/Makefile (routines): Add fortify_fail.
6956         * debug/chk_fail.c: Use __fortify_fail.
6957         * debug/stack_chk_fail.c: Likewise.
6958         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6959         __openat64_2 for GLIBC_2.7.
6960         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6961         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6962         and fails if necessary.
6963         * io/open64.c: Likewise.
6964         * io/openat.c: Likewise.
6965         * io/openat64.c: Likewise.
6966         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6967         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6968         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6969         * io/bits/fcntl2.h: New file.
6970         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6971         __openat64_2.
6972         * include/bits/fcntl2.h: New file.
6973         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6974         Add open_2.
6975         * sysdeps/unix/sysv/linux/open_2.c: New file.
6976
6977 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6978
6979         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6980         as second parameter to handle_intel.
6981
6982         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6983         the entry.
6984
6985         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6986         handling to ...
6987         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6988         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6989         cacheinfo.
6990         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6991         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6992         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6993
6994         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6995
6996 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6997
6998         [BZ #4525]
6999         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7000         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7001         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7002
7003         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7004
7005         [BZ #4514]
7006         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7007         reinitialize workend at the start of each do_positional format spec
7008         loop, free workstart before do_positional loops.
7009         (printf_unknown): Fix size of work_buffer.
7010         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7011
7012         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7013         (public_sET_STATe): If ms->version < 3, put all chunks into
7014         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7015         chunks.
7016
7017         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7018         * malloc/hooks.c: Likewise.
7019         * malloc/arena.c: Likewise.
7020         * malloc/malloc.c (do_check_malloc_state): Don't assert
7021         n_mmaps is not greater than n_mmaps_max.  This removes the need
7022         for the previous change.
7023
7024         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7025         2007-05-07 commit.
7026
7027 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7028
7029         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7030         Define for kernel >= 2.6.22.
7031
7032 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7033
7034         * elf/dl-close.c (_dl_close_worker): When removing object from
7035         global scope, wait for all lookups to finish afterwards.
7036         * elf/dl-open.c (add_to_global): When global scope array must
7037         grow, allocate a new one and free old array only after all
7038         lookups finish.
7039         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7040         (_dl_lookup_symbol_x): Likewise.
7041         * elf/dl-support.c: Define _dl_wait_lookup_done.
7042         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7043         _dl_wait_lookup_done.
7044
7045         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7046         not overlapping with arena.
7047
7048         * malloc/mcheck.c (reallochook): If size==0, free the block.
7049
7050         * rt/tst-shm.c: Use fstat64 instead of fstat.
7051
7052         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7053         __NR_sync_file_range is not defined.
7054
7055 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7056
7057         Dummy files to prevent stub versions from being used.
7058         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7059         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7060         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7061         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7062
7063         * version.h (VERSION): Set to 2.6.90.
7064
7065 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7066
7067         * version.h (VERSION): Define to 2.6.
7068         * include/features.h (__GLIBC_MINOR__): Define to 6.
7069
7070         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7071
7072         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7073         sizes.
7074
7075 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7076
7077         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7078         number of mmaps.  n_mmaps_max is the target.
7079         * malloc/hooks.c: Likewise.
7080         * malloc/arena.c: Likewise.
7081
7082 2007-05-12  Andreas Jaeger  <aj@suse.de>
7083
7084         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7085         getpid.
7086
7087 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7088
7089         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7090         adding new variables.
7091
7092         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7093         optimize.  Completely extend global scope array before making the
7094         new entries visible.
7095
7096 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7097
7098         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7099         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7100         tst-getcpu.
7101
7102         * include/link.h: Move l_version and l_nversion members around to
7103         fill gaps.
7104
7105         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7106
7107         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7108         (__sched_setaffinity_new): If syscall was successful and
7109         RESET_VGETCPU_CACHE is defined, use it before returning.
7110         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7111
7112         * io/sys/stat.h: Make sure struct timespec is defined for
7113         __USE_ATFILE.
7114
7115         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7116         UTIME_OMIT.
7117         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7118         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7119         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7120         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7121         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7122         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7123         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7124         * io/sys/stat.h: Declare utimensat, futimens.
7125         * io/utimensat.c: New file.
7126         * io/futimens.c: New file.
7127         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7128         * sysdeps/unix/sysv/linux/futimens.c: New file.
7129         * io/Makefile (routines): Add utimensat, futimens.
7130         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7131         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7132         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7133         available.
7134
7135         * include/sys/cdefs.h: Redefine __nonnull so that test for
7136         incorrect parameters in the libc code itself are not omitted.
7137
7138 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7139
7140         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7141         exception in addition to inexact when asked to raise only FE_INEXACT.
7142
7143         [BZ #3427]
7144         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7145         in *envp.
7146
7147 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7148
7149         [BZ #4403]
7150         * string/strfry.c (strfry): Make result more random.
7151
7152 2007-05-07  Richard Henderson  <rth@redhat.com>
7153
7154         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7155         if __NO_LONG_DOUBLE_MATH.
7156         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7157         available in the compiler, add .arch directive to the assembly.
7158
7159 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7160
7161         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7162         compat_symbol to GLIBC_2_1.
7163         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7164         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7165         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7166         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7167         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7168         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7169         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7170         libc, not libm.
7171         (__isnanl): New compat_symbol.
7172
7173 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7174             Jakub Jelinek  <jakub@redhat.com>
7175
7176         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7177         (new_heap): Initialize mprotect_size.
7178         (grow_heap): When growing, only mprotect from mprotect_size till
7179         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7180         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7181
7182 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7183             Peter Bergner  <bergner@us.ibm.com>
7184
7185         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7186         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7187         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7188         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7189         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7190         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7191         Call __fe_mask_env() if all FP exceptions disabled.
7192         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7193         from old FPSCR to new fenv to propagate DFP rounding modes.
7194         Call __fe_mask_env() if FP exceptions previously enabled.
7195         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7196         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7197         transitioning from all exceptions disabled to any exception enabled
7198         or visa versa.
7199         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7200         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7201         when transitioning from all exceptions disabled to any exception
7202         enabled or visa versa.
7203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7209
7210 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7211
7212         [BZ #4465]
7213         * posix/unistd.h: Remove __THROW from fdatasync.
7214
7215 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7216
7217         [BZ #4465]
7218         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7219
7220 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7221
7222         * stdio-common/vfprintf.c (process_string_arg): Optimize
7223         ridiculous precision in wide char code printing multi-byte string.
7224         Reported by Jim Meyering <jim@meyering.net>.
7225
7226         [BZ #4131]
7227         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7228         boundaries to work around systems with overlapping binary loading.
7229         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7230
7231 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7232
7233         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7234         __mbsnrtowcs after last change.
7235
7236         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7237         (get_ident): Likewise.
7238
7239 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7240
7241         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7242         with setting the sticky bit.
7243         * math/test-misc.c (main): Add more truncation tests.
7244
7245 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7246
7247         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7248         double in the function declaration.
7249         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7250         double in the function declaration.
7251         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7252         float in the function declaration.
7253         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7254         float in the function declaration.
7255
7256         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7257         denormal operands.  Do not generate FP_EX_DENORM exception.
7258         (FP_UNPACK_RAW_EP): Ditto.
7259         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7260         undefined _FP_UNPACK_RAW_E.
7261         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7262         undefined _FP_UNPACK_RAW_EP.
7263         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7264         undefined _FP_PACK_RAW_E.
7265         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7266         undefined _FP_PACK_RAW_EP.
7267
7268         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7269         _FP_FRAC_COPY_2.
7270         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7271         _FP_FRAC_COPY_4.
7272
7273 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7274             Jakub Jelinek  <jakub@redhat.com>
7275
7276         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7277         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7278         this case.
7279         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7280
7281 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7282
7283         * math/test-misc.c (main): Add tests for rounding long double
7284         values close to smallest double denormalized value to double.
7285
7286 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7287
7288         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7289         condition for truncating to 0.  Set sticky bit for such
7290         truncation.
7291
7292 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7293
7294         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7295         fixed length array for ignore.
7296
7297 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7298
7299         [BZ #4438]
7300         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7301         stack for large precisions.
7302         * stdio-common/test-vfprintf.c (main): Add test for large
7303         precision.
7304
7305 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7306
7307         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7308         for exponent 0.
7309         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7310
7311         [BZ #4439]
7312         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7313         account in the size check.
7314         * resolv/tst-inet_ntop.c: New test.
7315         * resolv/Makefile (tests): Add tst-inet_ntop.
7316
7317 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7318             Jakub Jelinek  <jakub@redhat.com>
7319
7320         [BZ #4349]
7321         * malloc/malloc.c: Keep separate list for first blocks on the bin
7322         lists with a given size.  This helps skipping over list elements
7323         we know won't fit in two places.
7324         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7325
7326 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7327
7328         [BZ #4102]
7329         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7330         label to Teredo tunnel addresses 2001://32.
7331
7332 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7333
7334         * locale/programs/ld-collate.c (collate_read): Allow order_start
7335         after copy.
7336
7337         * locale/programs/ld-collate.c (collate_read): Fix printing of
7338         error message.
7339
7340         [BZ #3213]
7341         * locale/C-translit.h.in: Add entry for U2044.
7342
7343         [BZ #4342]
7344         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7345         hexa-decimal floats without exponent.
7346         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7347
7348 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7349
7350         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7351         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7352         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7353         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7354         GLIBC_2.6.
7355         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7356         Add sched_getcpu.
7357
7358 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7359
7360         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7361         of 0 after the out_fail label.
7362
7363 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7364
7365         [BZ #4406]
7366         * iconv/gconv_charset.h (strip): Allow ':'.
7367         * iconv/iconv_open.c (iconv_open): Adjust comment.
7368
7369 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7370
7371         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7372         version.
7373
7374 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7375
7376         [BZ #4381]
7377         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7378         alignment of buffer and tmp_buffer.
7379         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7380         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7381         alignment of buffer.
7382         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7383         bigger than INT_MAX.
7384         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7385         h_errnop arguments.  Fail if buflen is too small.
7386         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7387
7388 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7389
7390         [BZ #4405]
7391         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7392         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7393
7394 2007-04-22  Roland McGrath  <roland@redhat.com>
7395
7396         * elf/elf.h (NT_PRXFPREG): New macro.
7397
7398 2007-04-19  Andreas Jaeger  <aj@suse.de>
7399
7400         [BZ #3905]
7401         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7402         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7403         Added.
7404
7405 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7406
7407         * include/sys/mman.h: Mark madvise hidden.
7408         * misc/madvise.c: Add libc_hidden_def.
7409
7410 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7411
7412         * nis/nis_domain_of.c (__nis_domain_of): New function.
7413         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7414         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7415         * nis/nis_call.c (rec_dirsearch): Likewise.
7416         (first_shoot): Likewise.  Remove search_parent_first argument.
7417         (struct nis_server_cache): Rename search_parent_first field
7418         to search_parent.
7419         (nis_server_cache_search, nis_server_cache_add): Rename
7420         search_parent_first argument to search_parent.
7421         (__nisfind_server): Likewise.  If search_parent, call
7422         __nis_domain_of.
7423
7424 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7425
7426         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7427
7428 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7429
7430         [BZ #4368]
7431         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7432
7433 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7434
7435         [BZ #4364]
7436         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7437
7438 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7439
7440         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7441         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7442         current number of locales in SUPPORTED.
7443         (create_archive): Initialize serial.
7444         (enlarge_archive): Preserve aliases rather than duplicating
7445         their locrecs.
7446
7447 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7448
7449         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7450         after _IO_un_link, not before it.
7451
7452         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7453         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7454         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7455
7456 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7457
7458         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7459         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7460         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7461         Remove __THROW.
7462         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7463         _IO_file_xsgetn_maybe_mmap): Likewise.
7464         * libio/oldfileops.c (old_do_write): Likewise.
7465         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7466         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7467         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7468         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7469         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7470         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7471         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7472         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7473         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7474         _IO_file_underflow, _IO_file_underflow_mmap,
7475         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7476         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7477         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7478         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7479         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7480         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7481         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7482         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7483         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7484         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7485         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7486         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7487         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7488         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7489         _IO_adjust_column_internal, _IO_default_uflow_internal,
7490         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7491         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7492         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7493         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7494         _IO_file_close_it_internal, _IO_file_underflow_internal,
7495         _IO_file_overflow_internal, _IO_file_attach_internal,
7496         _IO_file_fopen_internal, _IO_file_sync_internal,
7497         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7498         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7499         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7500         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7501         _IO_seekpos_unlocked): Likewise.
7502         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7503         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7504
7505 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7506
7507         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7508         argument in xmalloc size computation.
7509
7510 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7511
7512         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7513         math_opt_barrier and math_force_eval macros.
7514
7515 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7516
7517         [BZ #3306]
7518         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7519         * sysdeps/i386/fpu/math_private.h: New file.
7520         * sysdeps/x86_64/fpu/math_private.h: New file.
7521         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7522         math_force_eval macros.  Use "+m" constraint on asm rather than
7523         "=m" and "m".
7524         * math/s_nextafter.c (__nextafter): Likewise.
7525         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7526         Likewise.
7527         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7528         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7529         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7530         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7531         math_opt_barrier and math_force_eval macros.
7532         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7533         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7534         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7535         (__nexttoward): Use math_opt_barrier and
7536         math_force_eval macros.  Use "+m" constraint on asm rather than
7537         "=m" and "m".  Only use asm to force double result if
7538         FLT_EVAL_METHOD is 2.
7539         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7540         (__nexttowardf): Use math_opt_barrier and
7541         math_force_eval macros.  Use "+m" constraint on asm rather than
7542         "=m" and "m".  Only use asm to force double result if
7543         FLT_EVAL_METHOD is not 0.
7544         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7545         (__nexttowardf): Use math_opt_barrier and
7546         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7547         x to float using asm.
7548         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7549         (__nldbl_nexttowardf): Use math_opt_barrier and
7550         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7551         x to float using asm.
7552         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7553         (__nexttowardf): Use math_opt_barrier and math_force_eval
7554         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7555         * math/bug-nextafter.c (zero, inf): New variables.
7556         (main): Add new tests.
7557         * math/bug-nexttoward.c (zero, inf): New variables.
7558         (main): Add new tests.
7559
7560 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7561
7562         [BZ #3427]
7563         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7564         exceptions both in SW and MXCSR.
7565         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7566         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7567         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7568         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7569         in MXCSR if SSE is available.
7570         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7571         and ldsodefs.h.
7572         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7573         Fix comment typo.
7574         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7575         Return 0 rather than 1.
7576         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7577         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7578         * math/test-fenv.c (feholdexcept_tests): New function.
7579         (main): Call it.
7580
7581 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7582
7583         [BZ #3427]
7584         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7585         in SW.
7586
7587 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7588
7589         [BZ #4344]
7590         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7591         Reported by David Anderson <davea42@earthlink.net>.
7592
7593 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7594
7595         * posix/sys/wait.h: Remove unnecessary forward declaration.
7596
7597 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7598
7599         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7600         with obj->do_servers after first_shoot.
7601
7602 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7603
7604         * posix/Makefile (routines): Add sched_cpucount.
7605         (tests): Add tst-cpucount.
7606         * posix/sched_cpucount.c: New file.
7607         * posix/tst-cpucount.c: New file.
7608         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7609         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7610         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7611         * posix/sched.h: Define CPU_COUNT.
7612
7613 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7614
7615         * posix/fnmatch.c (STRUCT): Define.
7616         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7617         * posix/fnmatch_loop.c (struct STRUCT): New type.
7618         (FCT): Add ends argument.  If ends != NULL and normal * is
7619         seen in the pattern, store current pattern and string pointers
7620         and return.  Adjust recursive calls.
7621         (EXT): Adjust FCT callers.
7622         (STRUCT): Undef at the end of the file.
7623         * posix/Makefile (tests): Add tst-fnmatch2.
7624         * posix/tst-fnmatch2.c: New test.
7625
7626 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7627
7628         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7629         and 1 on failure.
7630
7631         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7632         Change last argument to unsigned int.
7633
7634 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7635
7636         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7637
7638 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7639
7640         * config.h.in (HAVE_LIBCAP): Add.
7641         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7642         sys/capabilities.h.
7643         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7644         free_caps.  Cast away const from 4th cap_set_flag argument.
7645
7646 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7647
7648         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7649         GLIBC_2.6.
7650         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7651         Add sync_file_range.
7652         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7653
7654 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7655
7656         * sysdeps/powerpc/bits/atomic.h
7657         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7658         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7659         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7660         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7661         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7662         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7663         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7664         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7665         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7666         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7667         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7668         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7669         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7670         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7671         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7672         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7673         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7674         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7675         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7676         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7677
7678 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7679
7680         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7681         (__cache_line_size): Define the variable here.  Add
7682         attribute_hidden, remove weak_extern.
7683         (__libc_start_main): Set __cache_line_size
7684         unconditionally.
7685         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7686         (__cache_line_size): Define the variable here.  Add
7687         attribute_hidden, remove weak_extern.
7688         (DL_PLATFORM_AUXV): Set __cache_line_size
7689         unconditionally.
7690         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7691         weak_extern, add attribute_hidden.
7692         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7693         defined in ld.so.
7694         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7695         definition.
7696         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7697
7698 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7699
7700         [BZ #4276]
7701         * timezone/africa: Update from tzdata2007d.
7702         * timezone/asia: Likewise.
7703         * timezone/australasia: Likewise.
7704         * timezone/backward: Likewise.
7705         * timezone/europe: Likewise.
7706         * timezone/iso3166.tab: Likewise.
7707         * timezone/leapseconds: Likewise.
7708         * timezone/northamerica: Likewise.
7709         * timezone/southamerica: Likewise.
7710         * timezone/zone.tab: Likewise.
7711
7712         * timezone/private.h: Update from tzcode2007d.
7713         * timezone/zdump.c: Likewise.
7714         * timezone/zic.c: Likewise.
7715
7716 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7717
7718         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7719         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7720         variables.
7721         (nis_server_cache_search, nis_server_cache_add): New functions.
7722         (__nisfind_server): Use them.  Add dbp and flags argument, if
7723         call __nisbind_create.
7724         (__nisbind_create): Add server_used and current_ep arguments,
7725         only call __nis_findfastest if server_used is ~0.
7726         (__do_niscall2, __prepare_niscall): Adjust callers.
7727         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7728         ckey_cache_euid, ckey_cache_lock): New variables.
7729         (get_ckey): New function.
7730         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7731         __pmap_getnisport.  Save __pmap_getnisport result in
7732         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7733         key.
7734         * nis/nis_lookup.c (nis_lookup): Likewise.
7735         * nis/nis_table.c (nis_list): Likewise.
7736         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7737         prototypes.
7738
7739         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7740         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7741         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7742         _nss_nisplus_getservbyport_r): Likewise.
7743         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7744         _nss_nisplus_getnetbyaddr_r): Likewise.
7745         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7746         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7747         _nss_nisplus_getntohost_r): Likewise.
7748         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7749         _nss_nisplus_getrpcbynumber_r): Likewise.
7750
7751 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7752
7753         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7754         * configure: Rebuilt.
7755
7756         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7757         bit-fields.
7758         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7759
7760 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7761
7762         [BZ #2831]
7763         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7764         bit-fields.
7765
7766 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7767
7768         * nscd/gai.c: Include alloca.h.
7769         (__libc_use_alloca): Define.
7770
7771 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7772
7773         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7774         smaller scopes.
7775         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7776         (DL_DST_REQUIRED): Adjust user.
7777
7778         * include/dlfcn.h (struct link_map): New forward decl.
7779
7780         * inet/getnameinfo.c: Include stddef.h.
7781         (getnameinfo): Use offsetof.
7782
7783         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7784
7785         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7786
7787         * string/strerror_l.c: Include stdlib.h.
7788
7789         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7790         * config.make.in (gnu89-inline-CFLAGS): New variable.
7791         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7792         -std=gnu99.
7793         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7794         * argp/argp.h: Use it.
7795         * bits/mathinline.h: Likewise.
7796         * bits/sigset.h: Likewise.
7797         * bits/string.h: Likewise.
7798         * ctype/ctype.h: Likewise.
7799         * hurd/hurd.h: Likewise.
7800         * hurd/hurd/fd.h: Likewise.
7801         * hurd/hurd/port.h: Likewise.
7802         * hurd/hurd/signal.h: Likewise.
7803         * hurd/hurd/threadvar.h: Likewise.
7804         * hurd/hurd/userlink.h: Likewise.
7805         * io/sys/stat.h: Likewise.
7806         * libio/bits/stdio.h: Likewise.
7807         * libio/bits/stdio2.h: Likewise.
7808         * mach/lock-intern.h: Likewise.
7809         * mach/mach/mig_support.h: Likewise.
7810         * math/bits/cmathcalls.h: Likewise.
7811         * posix/bits/unistd.h: Likewise.
7812         * socket/bits/socket2.h: Likewise.
7813         * stdlib/bits/stdlib.h: Likewise.
7814         * stdlib/stdlib.h: Likewise.
7815         * string/argz.h: Likewise.
7816         * string/bits/string2.h: Likewise.
7817         * string/bits/string3.h: Likewise.
7818         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7819         * sysdeps/generic/inttypes.h: Likewise.
7820         * sysdeps/generic/machine-lock.h: Likewise.
7821         * sysdeps/generic/machine-sp.h: Likewise.
7822         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7823         * sysdeps/i386/i486/bits/string.h: Likewise.
7824         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7825         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7826         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7827         * sysdeps/mach/i386/machine-lock.h: Likewise.
7828         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7829         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7830         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7831         * sysdeps/s390/bits/string.h: Likewise.
7832         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7833         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7834         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7835         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7836         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7837         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7838         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7839         * wcsmbs/bits/wchar2.h: Likewise.
7840         * wcsmbs/wchar.h: Likewise.
7841         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7842         __extern_inline definition.
7843
7844 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7845
7846         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7847         NULL.
7848
7849         [BZ #3919]
7850         * math/libm-test.inc (log_test): Test -Inf and NaN.
7851         (log10_test, log1p_test, log2_test): Test -Inf.
7852         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7853         FE_INVALID when argument is qNaN.
7854         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7855         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7856         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7857         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7858         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7859         testb $4, %ah and jump if non-zero.
7860         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7861         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7862
7863         [BZ #4101]
7864         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7865         ancestors with the same depths.
7866         Patch by Niels Moeller <nisse@lysator.liu.se>.
7867         (filter_doc): Don't crash if argp is NULL.
7868         * argp/Makefile (tests): Add tst-argp2.
7869         * argp/tst-argp2.c: New test.
7870
7871         [BZ #4130]
7872         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7873         open_not_cancel_2.
7874         (updwtmp_file): Likewise.
7875
7876         [BZ #4181]
7877         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7878         (inet6_opt_append): Don't check extlen is big enough if extbuf
7879         is NULL.
7880         (inet6_opt_finish): Likewise.
7881         * inet/Makefile (tests): Add test-inet6_opt.
7882         * inet/test-inet6_opt.c: New test.
7883
7884         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7885         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7886         NLMSG_ERR.  Instead use a page sized buffer.
7887         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7888         buffer.
7889
7890 2007-03-14  Richard Henderson  <rth@redhat.com>
7891
7892         * sysdeps/alpha/fpu/s_llround.c: New file.
7893         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7894         * sysdeps/alpha/fpu/s_lround.c: New file.
7895         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7896         * sysdeps/alpha/fpu/s_round.c: New file.
7897         * sysdeps/alpha/fpu/s_roundf.c: New file.
7898         * sysdeps/alpha/fpu/s_trunc.c: New file.
7899         * sysdeps/alpha/fpu/s_truncf.c: New file.
7900
7901         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7902         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7903         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7904         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7905         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7906         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7907
7908         * sysdeps/alpha/fpu/s_fmax.S: New file.
7909         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7910         * sysdeps/alpha/fpu/s_fmin.S: New file.
7911         * sysdeps/alpha/fpu/s_fminf.S: New file.
7912         * sysdeps/alpha/fpu/s_isnan.c: New file.
7913         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7914         * sysdeps/alpha/fpu/s_llrint.c: New file.
7915         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7916         * sysdeps/alpha/fpu/s_lrint.c: New file.
7917         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7918         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7919         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7920
7921         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7922         (__fdimf, fdimf, __fdim, fdim): Remove.
7923         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7924         (__isnanf, __isnan, __isnanl): New.
7925
7926 2007-03-13  Richard Henderson  <rth@redhat.com>
7927
7928         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7929
7930 2007-03-13  Richard Henderson  <rth@redhat.com>
7931
7932         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7933         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7934         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7935         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7936         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7937         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7938
7939 2007-03-13  Richard Henderson  <rth@redhat.com>
7940
7941         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7942         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7943         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7944         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7945         Move to dl-auxv.h; initialize instead of extern weak.
7946         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7947         weak symbol.
7948         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7949         Extern instead of initialized.
7950
7951 2007-03-13  Richard Henderson  <rth@redhat.com>
7952
7953         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7954         __sigsuspend_nocancel.
7955
7956 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7957
7958         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7959         172.16/12 address range.
7960
7961 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7962
7963         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7964         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7965         message.
7966
7967 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7968
7969         [BZ #4069]
7970         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7971         earlier.
7972         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7973
7974         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7975         for x qNaN and y either +-inf or non-integer value.
7976         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7977         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7978         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7979
7980 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7981
7982         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7983         from sysdep_headers.
7984
7985 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7986
7987         * time/tzfile.c (find_transition): Instead of a linear search try to
7988         guess the transition index, use a linear search if the result is at
7989         most 10 transitions away from the guess or binary search otherwise.
7990
7991 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7992
7993         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7994         memory reallocation.
7995
7996 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7997
7998         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7999         and fix some typos.
8000         Optimize use of TOLOWER.
8001
8002         [BZ #3325]
8003         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8004         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8005         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8006
8007         [BZ #3458]
8008         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8009         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8010
8011         [BZ #4076]
8012         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8013         (open_dir_stream): Likewise.
8014         * io/Makefile (tests): Add bug-ftw5.
8015         * io/bug-ftw5.c: New file.
8016
8017         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8018         * nscd/servicescache.c (cache_addserv): Likewise.
8019
8020         * nscd/grpcache.c (cache_addgr): In case a record changed on
8021         refresh, adjust key_copy.
8022
8023         [BZ #4074]
8024         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8025         refresh, adjust key_copy.
8026
8027         [BZ #4070]
8028         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8029         special cases.
8030         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8031
8032 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8033
8034         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8035         optimization.
8036
8037         * stdio-common/vfscanf.c: Small cleanups throughout.
8038
8039 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8040
8041         [BZ #3325]
8042         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8043         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8044         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8045         Patch by Jared Casper <jaredcasper@gmail.com>.
8046
8047         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8048         * sysdeps/unix/opendir.c: Likewise.
8049         * sysdeps/unix/readdir.c: Likewise.
8050
8051         [BZ #2211]
8052         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8053         point numbers.
8054         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8055
8056         * stdio-common/vfscanf.c: Fix problems in width accounting.
8057         * stdio-common/tst-sscanf.c (double_tests): New tests.
8058         (main): Hook them up.
8059
8060         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8061         More simplifications of floating-point reader.
8062
8063         * stdio-common/Makefile (tests): Add tst-swscanf.
8064         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8065         testing.
8066         * stdio-common/tst-swscanf.c: New file.
8067
8068 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8069
8070         [BZ #2633]
8071         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8072         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8073         Remove using for __jmp_buf_tag.
8074         * locale/locale.h (struct lconv): Also define in std namespace.
8075         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8076
8077         [BZ #3842]
8078         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8079         using __libc_enable_secure.
8080
8081         [BZ #3818]
8082         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8083
8084         [BZ #3745]
8085         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8086         of names for ellipsises.
8087
8088         [BZ #3348]
8089         * malloc/memusage.sh: Cleanups.
8090         * debug/xtrace.sh: Quoting and trap changes.
8091
8092 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8093
8094         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8095
8096         * locale/iso-3166.def: Update entry for Serbia.
8097         * locale/iso-4217.def: Define RSD, remove CSD.
8098
8099         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8100         and 64-bit operations.
8101
8102         [BZ #4040]
8103         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8104         16-bit operations.
8105
8106         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8107         of writev.
8108
8109 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8110
8111         [BZ #3991]
8112         * assert/assert.h (assert): Simplify.
8113         (assert_perror): Likewise.
8114         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8115
8116         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8117         reqdata.
8118
8119         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8120         change: don't pass NULL in place of an integer.
8121
8122 2007-02-02  Bruno Haible  <bruno@clisp.org>
8123
8124         [BZ #3954]
8125         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8126         Add mapping for U+327E.
8127         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8128         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8129         mapping of 0xD9 0xE8.
8130         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8131         mapping of U+327E.
8132         Reported by Jungshik Shin <jungshik@google.com>.
8133
8134         [BZ #3955]
8135         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8136         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8137         Reported by Jungshik Shin <jungshik@google.com>.
8138
8139 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8140
8141         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8142         byte variants.
8143
8144         [BZ #4040]
8145         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8146         byte variants.  Patch mostly be tom@tommay.net.
8147
8148 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8149
8150         [BZ #3996]
8151         * posix/glob.c (attribute_hidden): Define if not defined.
8152         (glob): Unescape dirname, filename or username when needed and not
8153         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8154         is NULL.  Handle unescaped [ in pattern without closing ].
8155         Don't pass GLOB_CHECK down to recursive glob for directories.
8156         (__glob_pattern_type): New function.
8157         (__glob_pattern_p): Implement using __glob_pattern_type.
8158         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8159         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8160         Remove unreachable code.
8161         * posix/globtest.sh: Add a couple of new tests.
8162
8163 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8164
8165         * po/ru.po: Update from translation team.
8166
8167 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8168
8169         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8170         to the list of i486+ CPUs.
8171         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8172
8173 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8174
8175         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8176         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8177         references.
8178
8179 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8180
8181         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8182
8183         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8184         * resolv/res_mkquery.c: Define __res_nopt.
8185         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8186         try adding EDNS0 record.
8187         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8188         EDNS0 record was send make sure we don't try it again.
8189         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8190         * include/resolv.h: Declare __res_nopt.
8191
8192 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8193
8194         [BZ #3944]
8195         * time/strptime_l.c (__strptime_internal): Set have_mon for
8196         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8197         have been computed from tm_yday and tm_year.  Don't crash
8198         in day_of_the_week or day_of_the_year if not have_mon
8199         and tm_mon contains bogus value.
8200         * time/Makefile (tests): Add tst-strptime3.
8201         * time/tst-strptime3.c: New test.
8202
8203 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8204
8205         [BZ #3957]
8206         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8207         bit for RE_HAT_LISTS_NOT_NEWLINE.
8208         (build_charclass_op): Remove bogus comment.
8209         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8210         * posix/bug-regex27.c: New test.
8211         * posix/bug-regex28.c: New test.
8212
8213 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8214
8215         * po/sv.po: Update from translation team.
8216
8217 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8218
8219         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8220
8221 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8222
8223         * include/locale.h (__uselocale): Add libc_hidden_proto.
8224         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8225
8226         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8227         gettimeofday.
8228
8229 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8230
8231         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8232         returning.
8233         (PTR_DEMANGLE): Real definition now that it's not the same as
8234         PRT_MANGLE anymore.
8235         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8236
8237         * string/strerror_l.c: New file.
8238         * string/Makefile (routines): Add strerror_l.
8239         * string/string.h: Declare strerror_l.
8240         * string/Versions: Export strerror_l for GLIBC_2.6.
8241
8242 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8243
8244         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8245         as parameter.  Construct request record.  Try sending request
8246         before the first poll use, it usually succeeds.  Adjust all
8247         callers.
8248         * nscd/nscd-client.h: Define MAXKEYLEN.
8249         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8250
8251 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8252
8253         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8254         from return value.
8255         * nscd/nscd_helper.c: Include string.h.
8256         (__nscd_cache_search): Remove const qualifier from return value.
8257         On strict alignment architectures check hash entry and data head
8258         alignment.
8259         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8260         mmapped data during GC cycle contains garbage.  If
8261         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8262         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8263         dropped to 0.
8264         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8265         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8266         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8267         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8268         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8269
8270 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8271
8272         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8273
8274 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8275
8276         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8277         names not numbers in cfi_*.
8278
8279 2007-01-26  Andreas Jaeger  <aj@suse.de>
8280
8281         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8282         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8283         Correct values of PER_HPUX and PER_OSF4.
8284
8285 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8286
8287         * elf/dl-minimal.c: Undefine _itoa first.
8288         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8289         * malloc/mtrace.c: Revert last change.
8290         * posix/wordexp.c: Likewise.
8291
8292 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8293
8294         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8295         and __geode__ to the list of i486+ CPUs.
8296         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8297
8298 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8299
8300         * stdio-common/_itoa.c: Include <limits.h>.
8301         * stdio-common/_itowa.c: Likewise.
8302
8303 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8304
8305         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8306         platforms.
8307         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8308         64-bit platforms.
8309         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8310         possible.
8311         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8312         if possible.
8313
8314         [BZ #3902]
8315         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8316         * stdio-common/Makefile (tests): Add bug17.
8317         * stdio-common/bug17.c: New file.
8318
8319 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8320
8321         * iconvdata/brf.c: New file.
8322         * iconvdata/testdata/BRF: New file.
8323         * iconvdata/testdata/BRF..UTF8: New file.
8324         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8325         * iconvdata/Makefile: Add rules to build BRF.
8326         * iconvdata/TESTS: Add BRF entry.
8327         * iconvdata/gconv-modules: Likewise.
8328         * iconvdata/tst-tables.sh: Likewise.
8329
8330 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8331
8332         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8333         type `long long int', not `long int'.
8334         (wcstoq): Likewise.
8335
8336 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8337
8338         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8339         of values on 64-bit platforms which are too large.
8340
8341 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8342             Joe Kerian  <jkerian@us.us.ibm.com>
8343
8344         [BZ #2749]
8345         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8346         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8347         (__copysignl): Use signbit() for comparison.
8348         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8349         SET_LDOUBLE_WORDS64.
8350
8351         [BZ #2423, #2749]
8352         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8353         (__ceill): Remove calls to fegetround(), fesetround().
8354         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8355         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8356         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8357
8358 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8359
8360         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8361
8362         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8363
8364 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8365
8366         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8367         demangle pointer.
8368         * csu/libc-start.c: Likewise.
8369
8370 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8371
8372         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8373         really work anyway.
8374
8375 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8376
8377         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8378         users.
8379         (handle_request): Remove unnecessary tests.
8380
8381         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8382
8383 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8384
8385         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8386         workbits in semi-raw fraction.
8387
8388         * math/test-misc.c: Add new tests.
8389
8390 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8391
8392         * math/basic-test.c: Include test-skeleton.c.
8393         (TEST_TRUNC): Define.
8394         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8395         (main): Rename to ...
8396         (do_test): ...this.  Run new tests.
8397         (TEST_FUNCTION): Define.
8398
8399 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8400             Joe Kerian  <jkerian@us.us.ibm.com>
8401
8402         [BZ #2749]
8403         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8404         handling for high words.
8405         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8406         and overflow for infinity.
8407
8408 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8409
8410         * nscd/connections.c (handle_request): Add a __builtin_expect.
8411
8412         * nscd/connections.c (serv2db): Change type into structure which
8413         also says whether this is a request for data.  Renamed to
8414         servinfo.  All users changed.
8415         (handle_request): Much simpler test whether we should search the cache.
8416
8417         * nscd/connections.c (handle_request): Fix thinko in selinux test
8418         invocation.
8419
8420         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8421         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8422         it before getting dl_load_lock and then relock.
8423         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8424         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8425         case we unlocked the scope.
8426         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8427         _dl_lookup_symbol_x in case we locked the scope.
8428         (_dl_profile_fixup): Likewise.
8429         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8430         set DL_LOOKUP_SCOPE_LOCK.
8431
8432 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8433
8434         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8435         CFLAGS-getsrvbynpt_r.c.
8436         * nscd/getsrvbynm_r.c: New file.
8437         * nscd/getsrvbypt_r.c: New file.
8438         * nscd/nscd_getserv_r.c: New file.
8439         * nscd/servicescache.c: New file.
8440         * nscd/Makefile (routines): Add nscd_getserv_r.
8441         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8442         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8443         CFLAGS-getsrvbypt_r.c.
8444         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8445         table.  Add entries for services database.
8446         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8447         services database.
8448         (dbs): Add .reset_res and servdb initialization.
8449         (serv2db): Add entries for services database.
8450         (verify_persistent_db): Accept dbnr == servdb.
8451         (invalidate_cache): Rewrite database name recognition to use a table.
8452         Call res_init() if .reset_res is set for database.
8453         (handle_request): Add code to handle services database.
8454         * nscd/gai.c: Don't define __getservbyname_r.
8455         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8456         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8457         (serv_response_header): Define.
8458         (struct datahead): Add serv_response_header member.
8459         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8460         using table.
8461         * nscd/nscd.conf: Add entries for services database.
8462         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8463         Declare serv_iov_disabled.
8464         Declare addservbyname, readdservbyname, addservbyport, and
8465         readdservbyport.
8466         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8467         (find_db): Fix error message.
8468         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8469         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8470         * nscd/selinux.c (perms): Add entries for services database.
8471         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8472         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8473
8474         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8475         * nscd/hstcache.c: Likewise.
8476         * nscd/pwdcache.c: Likewise.
8477
8478         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8479         computation of keylen.
8480
8481         * include/string.h: Only redefine strndupa if this is really for
8482         libc code.
8483
8484 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8485
8486         * nscd/nscd_gethst_r.c: Minor cleanups.
8487
8488         * nscd/connections.c (handle_request): Check selinux permissions
8489         for all non-admin commands.
8490
8491         * sysdeps/i386/i486/bits/atomic.h: Define
8492         atomic_compare_and_exchange_val_acq,
8493         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8494         using __sync_* built-ins for gcc >= 4.1.
8495         * sysdeps/x86_64/bits/atomic.h: Likewise.
8496
8497         [BZ #3840]
8498         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8499         and .oS.d files.
8500
8501 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8502
8503         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8504         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8505         (do_test): Check errno and exit(0) if ENOSYS.
8506
8507 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8508
8509         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8510         thousands separators.
8511         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8512         * stdlib/tst-strtod4.c: New test.
8513
8514         [BZ #3855]
8515         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8516         hexadecimal digit should accept just the initial 0.
8517         * stdlib/tst-strtod2.c (tests): New variable.
8518         (do_test): Run several tests rather than just one.
8519
8520 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8521
8522         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8523         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8524
8525 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8526
8527         * io/fts.c: Make sure fts_cur is always valid after return from
8528         fts_read.
8529         Patch by Miloslav Trmac <mitr@redhat.com>.
8530
8531 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8532
8533         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8534         (R_MIPS_NUM): Bump by 1.
8535
8536 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8537
8538         * posix/execvp.c: Include alloca.h.
8539         (allocate_scripts_argv): Renamed to...
8540         (scripts_argv): ... this.  Don't allocate buffer here nor count
8541         arguments.
8542         (execvp): Use alloca if possible.
8543         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8544         * posix/tst-vfork3.c: New test.
8545
8546 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8547
8548         * string/Makefile (tst-strxfrm2-ENV): Define.
8549         * stdlib/Makefile (tst-strtod3-ENV): Define.
8550
8551 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8552
8553         * posix/getconf.c: Update copyright year.
8554         * nss/getent.c: Likewise.
8555         * iconv/iconvconfig.c: Likewise.
8556         * iconv/iconv_prog.c: Likewise.
8557         * elf/ldconfig.c: Likewise.
8558         * catgets/gencat.c: Likewise.
8559         * csu/version.c: Likewise.
8560         * elf/ldd.bash.in: Likewise.
8561         * elf/sprof.c (print_version): Likewise.
8562         * locale/programs/locale.c: Likewise.
8563         * locale/programs/localedef.c: Likewise.
8564         * nscd/nscd.c (print_version): Likewise.
8565         * debug/xtrace.sh: Likewise.
8566         * malloc/memusage.sh: Likewise.
8567         * malloc/mtrace.pl: Likewise.
8568         * debug/catchsegv.sh: Likewise.
8569
8570 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8571
8572         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8573         attempts.
8574
8575 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8576
8577         * posix/wordexp.c: Remove some unnecessary tests.
8578
8579 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8580
8581         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8582         blacklist the group till after we look it up.
8583
8584 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8585
8586         * include/atomic.h (atomic_forced_read): New macro.
8587
8588 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8589
8590         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8591
8592 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8593
8594         * nss/getXXbyYY_r.c: Include atomic.h.
8595         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8596         add atomic_write_barrier () in between.
8597
8598         * stdlib/Makefile (tests): Add tst-makecontext.
8599         * stdlib/tst-makecontext.c: New test.
8600
8601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8602         (__makecontext): Don't realign uc_mcontext.uc_regs.
8603
8604 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8605
8606         * elf/dl-support.c: Include dl-procinfo.h.
8607         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8608         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8609         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8610         Define.
8611         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8612         hardcoded constants.
8613         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8614         PPC_PLATFORM_* macros for array designators.
8615
8616 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8617
8618         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8619         names to the beginning.
8620         (_dl_powerpc_platforms): Add "power6x".
8621         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8622         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8623         (_DL_PLATFORMS_COUNT): Increase.
8624         (_dl_string_platform): Handle power6x case.
8625         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8626         PPC_FEATURE_POWER6_EXT): Define.
8627         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8628
8629 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8630
8631         [BZ #3747]
8632         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8633         [-2^31 .. 2^31) range.
8634         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8635         targets.
8636         * stdlib/tst-rand48-2.c: New test.
8637         * stdlib/Makefile (tests): Add tst-rand48-2.
8638
8639 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8640
8641         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8642
8643 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8644
8645         * misc/tst-pselect.c (do_test): Make sure the helper process is
8646         terminating when the test is aborted.
8647
8648 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8649
8650         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8651         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8652         Handle relatime mount option.
8653
8654         [BZ #2337]
8655         * libio/Makefile (tests): Add tst-setvbuf1.
8656         * libio/tst-setvbuf1.c: New file.
8657
8658 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8659
8660         [BZ #2337]
8661         * libio/genops.c (__uflow): Fix a typo.
8662         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8663         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8664         the narrow buffer size.
8665
8666 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8667
8668         [BZ #2337]
8669         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8670         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8671         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8672         in _flags.
8673         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8674         _IO_wstr_finish): Likewise.
8675         * libio/wmemstream.c (open_wmemstream): Likewise.
8676         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8677         even for wide streams.
8678
8679 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8680
8681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8682         kernel-features.h.
8683
8684 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8685
8686         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8687         separators also if no non-zero digits found.
8688         * stdlib/Makefile (tests): Add tst-strtod3.
8689
8690 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8691
8692         [BZ #3632]
8693         * include/features.h: Fix comment about default value for
8694         _POSIX_C_SOURCE.
8695
8696         [BZ #3664]
8697         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8698         empty parsed strings.
8699         * stdlib/Makefile (tests): Add tst-strtod2.
8700         * stdlib/tst-strtod2.c: New file.
8701
8702         [BZ #3673]
8703         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8704         computation.
8705         * stdlib/Makefile (tests): Add tst-atof2.
8706         * stdlib/tst-atof2.c: New file.
8707
8708         [BZ #3674]
8709         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8710         correctly if removing trailing zero of hex-float.
8711         * stdlib/Makefile (tests): Add tst-atof1.
8712         * stdlib/tst-atof1.c: New file.
8713
8714 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8715
8716         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8717         Start searching for next comma at p rather than rest.
8718         * misc/Makefile (tests): Add tst-mntent2.
8719         * misc/tst-mntent2.c: New test.
8720
8721         * misc/getusershell.c (initshells): Check for integer overflows.
8722         Make strings buffer one bigger as fgets always succeeds when second
8723         argument is 1.  Don't use calloc for shells array.  Disallow
8724         / as shell.
8725
8726 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8727
8728         * malloc/memusage.c: Handle realloc with new size of zero and
8729         non-NULL pointer correctly.
8730         (me): Really write first record twice.
8731         (struct entry): Make format bi-arch safe.
8732         (dest): Write out more realloc statistics.
8733         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8734
8735 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8736
8737         * nis/nis_subr.c (nis_getnames): Revert last change.
8738
8739 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8740
8741         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8742         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8743         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8744         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8745         ENOTTY.
8746         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8747         * io/tst-ttyname_r.c: New test.
8748
8749 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8750
8751         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8752
8753 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8754
8755         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8756         jump table entries.
8757
8758 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8759
8760         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8761         `clone' function to ensure proper unwinding stop of gdb.
8762         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8763
8764 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8765
8766         * nscd/nscd.init: Remove obsolete and commented-out -S option
8767         handling.
8768
8769 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8770
8771         [BZ #3514]
8772         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8773
8774         [BZ #3515]
8775         * manual/string.texi (strtok): Remove duplicate paragraph.
8776
8777 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8778
8779         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8780         libgcc not supporting `rflags' unwinding (register # >= 17).
8781
8782 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8783
8784         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8785         succeeded.
8786
8787 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8788             Jakub Jelinek  <jakub@redhat.com>
8789             Jan Kratochvil  <jan.kratochvil@redhat.com>
8790
8791         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8792         unwind information.
8793         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8794         'restore_rt' even in the 'signal' directory.
8795         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8796
8797 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8798
8799         [BZ #3559]
8800         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8801         malloc crashed.  Don't allocate memory unnecessarily in each
8802         loop.
8803
8804 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8805
8806         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8807
8808 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8809
8810         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8811
8812 2006-11-18  Bruno Haible  <bruno@clisp.org>
8813
8814         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8815         __sysconf only after having tried to call getgroups32.
8816
8817 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8818
8819         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8820         addresses for IPv4 queries if they can be mapped.
8821
8822 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8823
8824         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8825         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8826         (signmask): Add .size directive.
8827         (othermask): Add .type directive.
8828
8829 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8830
8831         * po/nl.po: Update from translation team.
8832
8833         * timezone/zdump.c: Redo fix for BZ #3137.
8834
8835 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8836
8837         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8838         to first_unused after parsing :include: file.
8839
8840 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8841
8842         * timezone/africa: Update from tzdata2006o.
8843         * timezone/antarctica: Likewise.
8844         * timezone/asia: Likewise.
8845         * timezone/australasia: Likewise.
8846         * timezone/backward: Likewise.
8847         * timezone/europe: Likewise.
8848         * timezone/iso3166.tab: Likewise.
8849         * timezone/northamerica: Likewise.
8850         * timezone/southamerica: Likewise.
8851         * timezone/zone.tab: Likewise.
8852
8853         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8854         on machines with 64-bit time_t.
8855
8856         * timezone/checktab.awk: Update from tzcode2006o.
8857         * timezone/ialloc.c: Likewise.
8858         * timezone/private.h: Likewise.
8859         * timezone/scheck.c: Likewise.
8860         * timezone/tzfile.h: Likewise.
8861         * timezone/tzselect.ksh: Likewise.
8862         * timezone/zdump.c: Likewise.
8863         * timezone/zic.c: Likewise.
8864
8865         [BZ #3483]
8866         * elf/ldconfig.c (main): Call setlocale and textdomain.
8867         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8868
8869         [BZ #3480]
8870         * manual/argp.texi: Fix typos.
8871         * manual/charset.texi: Likewise.
8872         * manual/errno.texi: Likewise.
8873         * manual/filesys.texi: Likewise.
8874         * manual/lang.texi: Likewise.
8875         * manual/maint.texi: Likewise.
8876         * manual/memory.texi: Likewise.
8877         * manual/message.texi: Likewise.
8878         * manual/resource.texi: Likewise.
8879         * manual/search.texi: Likewise.
8880         * manual/signal.texi: Likewise.
8881         * manual/startup.texi: Likewise.
8882         * manual/stdio.texi: Likewise.
8883         * manual/sysinfo.texi: Likewise.
8884         * manual/syslog.texi: Likewise.
8885         * manual/time.texi: Likewise.
8886         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8887
8888         [BZ #3465]
8889         * sunrpc/clnt_raw.c: Minimal message improvements.
8890         * sunrpc/pm_getmaps.c: Likewise.
8891         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8892         * nis/nis_print_group_entry.c: Likewise.
8893         * locale/programs/repertoire.c: Likewise.
8894         * locale/programs/charmap.c: Likewise.
8895         * malloc/memusage.sh: Likewise.
8896         * elf/dl-deps.c: Likewise.
8897         * locale/programs/ld-collate.c: Likewise.
8898         * libio/vswprintf.c: Likewise.
8899         * malloc/memusagestat.c: Likewise.
8900         * sunrpc/auth_unix.c: Likewise.
8901         * sunrpc/rpc_main.c: Likewise.
8902         * nscd/cache.c: Likewise.
8903         * locale/programs/repertoire.c: Unify output messages.
8904         * locale/programs/charmap.c: Likewise.
8905         * locale/programs/ld-ctype.c: Likewise.
8906         * locale/programs/ld-monetary.c: Likewise.
8907         * locale/programs/ld-numeric.c: Likewise.
8908         * locale/programs/ld-time.c: Likewise.
8909         * elf/ldconfig.c: Likewise.
8910         * nscd/selinux.c: Likewise.
8911         * elf/cache.c: Likewise.
8912         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8913
8914         [BZ #3451]
8915         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8916         change atomic.
8917         (ceil): Likewise.
8918
8919 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8920
8921         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8922         if N is one bigger than return value.
8923         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8924         and l1 last arguments, if buf is defined, verify the return value
8925         equals to strlen (buf) and verify no byte beyond passed length
8926         is modified.
8927
8928 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8929
8930         * po/sv.po: Update from translation team.
8931
8932 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8933
8934         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8935         noinline attribute.
8936
8937 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8938
8939         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8940         noinline attribute.
8941
8942         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8943         Use __new_sys_siglist instead of _sys_siglist_internal as
8944         second macro argument.
8945         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8946         strong_alias.
8947
8948 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8949
8950         [BZ #3493]
8951         * posix/unistd.h (sysconf): Remove const attribute.
8952
8953         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8954         temporary or deprecated addresses.
8955         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8956
8957         * string/Makefile (tests): Add tst-strxfrm2.
8958         * string/tst-strxfrm2.c: New file.
8959
8960 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8961
8962         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8963         rather than r->r_brk.
8964
8965 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8966
8967         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8968         optimization even if needed > n.
8969
8970         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8971         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8972         return false, otherwise return true.
8973         (cache_rpath): Return decompose_rpath return value.
8974
8975 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8976
8977         * include/libc-symbols.h (declare_symbol): Rename to...
8978         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8979         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8980         .size directive.
8981         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8982         changes.
8983         * sysdeps/gnu/siglist.c: Likewise.
8984
8985 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8986
8987         * sysdeps/powerpc/fpu/bits/mathinline.h
8988         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8989         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8990
8991 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8992
8993         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8994         Update handling of cache descriptor 0x49 for new models.
8995         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8996         Likewise.
8997
8998 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8999
9000         * malloc/memusage.c (dest): Reset not_me back to false after
9001         printing statistics.
9002
9003 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9004
9005         * configure.in: Work around ld --help change and avoid -z relro
9006         test completely if the architecture doesn't care about security.
9007
9008 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9009
9010         * po/sv.po: Update from translation team.
9011
9012 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9013
9014         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9015         generate compatibility version.
9016
9017 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9018
9019         * configure.in: Relax -z relro requirement a bit.
9020
9021         * po/sv.po: Update from translation team.
9022
9023 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9024
9025         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9026         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9027         * elf/dl-close.c (_dl_close_worker): Likewise.
9028         * elf/dl-open.c (_dl_open_worker): Likewise.
9029         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9030
9031 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9032
9033         * configure.in: Require assembler support for visibility, compiler
9034         support for visibility and aliases, linker support for various -z
9035         options.
9036         * Makeconfig: Remove conditional code which now is unnecessary.
9037         * config.h.in: Likewise.
9038         * config.make.in: Likewise.
9039         * dlfcn/Makefile: Likewise.
9040         * elf/Makefile: Likewise.
9041         * elf/dl-load.c: Likewise.
9042         * elf/rtld.c: Likewise.
9043         * include/libc-symbols.h: Likewise.
9044         * include/stdio.h: Likewise.
9045         * io/Makefile: Likewise.
9046         * io/fstat.c: Likewise.
9047         * io/fstat64.c: Likewise.
9048         * io/fstatat.c: Likewise.
9049         * io/fstatat64.c: Likewise.
9050         * io/lstat.c: Likewise.
9051         * io/lstat64.c: Likewise.
9052         * io/mknod.c: Likewise.
9053         * io/mknodat.c: Likewise.
9054         * io/stat.c: Likewise.
9055         * io/stat64.c: Likewise.
9056         * libio/stdio.c: Likewise.
9057         * nscd/Makefile: Likewise.
9058         * stdlib/Makefile: Likewise.
9059         * stdlib/atexit.c: Likewise.
9060         * sysdeps/generic/ldsodefs.h: Likewise.
9061         * sysdeps/i386/dl-machine.h: Likewise.
9062         * sysdeps/i386/sysdep.h: Likewise.
9063         * sysdeps/i386/i686/memcmp.S: Likewise.
9064         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9065         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9066         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9067
9068         * Makerules: USE_TLS support is now default.
9069         * tls.make.c: Likewise.
9070         * csu/Versions: Likewise.
9071         * csu/libc-start.c: Likewise.
9072         * csu/libc-tls.c: Likewise.
9073         * csu/version.c: Likewise.
9074         * dlfcn/dlinfo.c: Likewise.
9075         * elf/dl-addr.c: Likewise.
9076         * elf/dl-cache.c: Likewise.
9077         * elf/dl-close.c: Likewise.
9078         * elf/dl-iteratephdr.c: Likewise.
9079         * elf/dl-load.c: Likewise.
9080         * elf/dl-lookup.c: Likewise.
9081         * elf/dl-object.c: Likewise.
9082         * elf/dl-open.c: Likewise.
9083         * elf/dl-reloc.c: Likewise.
9084         * elf/dl-support.c: Likewise.
9085         * elf/dl-sym.c: Likewise.
9086         * elf/dl-sysdep.c: Likewise.
9087         * elf/dl-tls.c: Likewise.
9088         * elf/ldconfig.c: Likewise.
9089         * elf/rtld.c: Likewise.
9090         * elf/tst-tls-dlinfo.c: Likewise.
9091         * elf/tst-tls1.c: Likewise.
9092         * elf/tst-tls10.h: Likewise.
9093         * elf/tst-tls14.c: Likewise.
9094         * elf/tst-tls2.c: Likewise.
9095         * elf/tst-tls3.c: Likewise.
9096         * elf/tst-tls4.c: Likewise.
9097         * elf/tst-tls5.c: Likewise.
9098         * elf/tst-tls6.c: Likewise.
9099         * elf/tst-tls7.c: Likewise.
9100         * elf/tst-tls8.c: Likewise.
9101         * elf/tst-tls9.c: Likewise.
9102         * elf/tst-tlsmod1.c: Likewise.
9103         * elf/tst-tlsmod13.c: Likewise.
9104         * elf/tst-tlsmod13a.c: Likewise.
9105         * elf/tst-tlsmod14a.c: Likewise.
9106         * elf/tst-tlsmod2.c: Likewise.
9107         * elf/tst-tlsmod3.c: Likewise.
9108         * elf/tst-tlsmod4.c: Likewise.
9109         * elf/tst-tlsmod5.c: Likewise.
9110         * elf/tst-tlsmod6.c: Likewise.
9111         * include/errno.h: Likewise.
9112         * include/link.h: Likewise.
9113         * include/tls.h: Likewise.
9114         * locale/global-locale.c: Likewise.
9115         * locale/localeinfo.h: Likewise.
9116         * malloc/arena.c: Likewise.
9117         * malloc/hooks.c: Likewise.
9118         * malloc/malloc.c: Likewise.
9119         * resolv/Versions: Likewise.
9120         * sysdeps/alpha/dl-machine.h: Likewise.
9121         * sysdeps/alpha/libc-tls.c: Likewise.
9122         * sysdeps/generic/ldsodefs.h: Likewise.
9123         * sysdeps/generic/tls.h: Likewise.
9124         * sysdeps/i386/dl-machine.h: Likewise.
9125         * sysdeps/ia64/dl-machine.h: Likewise.
9126         * sysdeps/ia64/libc-tls.c: Likewise.
9127         * sysdeps/mach/hurd/fork.c: Likewise.
9128         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9129         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9130         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9131         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9132         * sysdeps/s390/libc-tls.c: Likewise.
9133         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9134         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9135         * sysdeps/sh/dl-machine.h: Likewise.
9136         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9137         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9138         * sysdeps/x86_64/dl-machine.h: Likewise.
9139
9140         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9141         split out locking and parameter checking.
9142         (_dl_close): Call _dl_close_worker after locking and checking.
9143         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9144         _dl_close.
9145         * elf/Makefile: Add rules to build and run tst-thrlock.
9146         * elf/tst-thrlock.c:  New file.
9147
9148         [BZ #3426]
9149         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9150         reality.
9151
9152         [BZ #3429]
9153         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9154         we are sure we do not need it anymore for _dl_close.  Also move
9155         the asserts inside the lock region.
9156         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9157
9158 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9159
9160         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9161         argument.
9162         (_dl_lookup_symbol_x): Adjust caller.
9163
9164         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9165         _ns_global_scope.
9166         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9167
9168         * elf/dl-libc.c: Revert l_scope name changes.
9169         * elf/dl-load.c: Likewise.
9170         * elf/dl-object.c: Likewise.
9171         * elf/rtld.c: Likewise.
9172         * elf/dl-close.c (_dl_close): Likewise.
9173         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9174         always use __rtld_mrlock_{change,done}.  Always free old scope list
9175         here if not l_scope_mem.
9176         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9177         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9178         the lookup and __rtld_mrlock_unlock it after the lookup.
9179         * elf/dl-sym.c: Likewise.
9180         * include/link.h (struct r_scoperec): Remove.
9181         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9182         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9183
9184 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9185
9186         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9187
9188 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9189
9190         * configure.in: Disable building profile libraries by default.
9191
9192 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9193
9194         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9195         as signed longs, check for x_base + pos overflow.
9196         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9197         * sunrpc/tst-xdrmem2.c: New test.
9198
9199 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9200
9201         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9202         _dl_lookup_symbol_x code.
9203
9204 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9205
9206         * elf/dl-runtime.c: Include sysdep-cancel.h.
9207         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9208         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9209         instead of catomic_* macros.
9210         * elf/dl-sym.c: Include sysdep-cancel.h.
9211         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9212         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9213         * elf/dl-close.c: Include sysdep-cancel.h.
9214         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9215         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9216         * elf/dl-open.c: Include sysdep-cancel.h.
9217         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9218         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9219
9220 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9221
9222         [BZ #3313]
9223         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9224         fastbin rather than end of fastbin array.
9225
9226 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9227
9228         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9229         body macro.
9230         * sysdeps/x86_64/bits/atomic.h
9231         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9232         (catomic_decrement): Use correct body macro.
9233
9234 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9235
9236         * include/atomic.h: Add a unique prefix to all local variables
9237         in macros.
9238         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9239
9240 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9241
9242         [BZ #3369]
9243         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9244         and 7.
9245
9246 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9247
9248         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9249
9250 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9251
9252         [BZ #3313]
9253         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9254         determine highest fast bin to consolidate, always look into all of
9255         them.
9256         (do_check_malloc_state): Only require for empty bins for large
9257         sizes in main arena.
9258
9259         * libio/stdio.h: Add more __wur attributes.
9260
9261         * elf/dl-minimal.c (realloc): Optimize last patch.
9262
9263 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9264
9265         [BZ #3352]
9266         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9267         and use memcpy() if it does.
9268
9269 2006-11-12  Andreas Jaeger  <aj@suse.de>
9270
9271         [BZ #2510]
9272         * manual/search.texi (Hash Search Function): Clarify.
9273         (Array Search Function): Clarify.
9274
9275 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9276
9277         [BZ #2830]
9278         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9279         shifting.
9280         * math/atest-exp2.c (read_mpn_hex): Likewise.
9281         * math/atest-sincos.c (main): Likewise.
9282
9283 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9284
9285         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9286         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9287         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9288         version GLIBC_2.6.
9289         * Versions.def: Add GLIBC_2.6 for libc.
9290
9291         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9292
9293         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9294
9295 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9296
9297         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9298
9299         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9300
9301         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9302         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9303
9304 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9305
9306         * include/atomic.c: Define catomic_* operations.
9307         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9308         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9309         * malloc/memusage.c: Likewise.
9310         * gmon/mcount.c: Likewise.
9311         * elf/dl-close.c: Likewise.
9312         * elf/dl-open.c: Likewise.
9313         * elf/dl-profile.c: Likewise.
9314         * elf/dl-sym.c: Likewise.
9315         * elf/dl-runtime.c: Likewise.
9316         * elf/dl-fptr.c: Likewise.
9317         * resolv/res_libc.c: Likewise.
9318
9319 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9320
9321         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9322         components which lack them.
9323
9324         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9325         at least one entry consisting of the parameter concatenated with
9326         the domain.
9327
9328 2006-10-10  Roland McGrath  <roland@frob.com>
9329
9330         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9331         * sysdeps/mach/hurd/futimes.c: Likewise.
9332         * sysdeps/mach/hurd/lutimes.c: Likewise.
9333
9334 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9335             Jakub Jelinek  <jakub@redhat.com>
9336
9337         Implement reference counting of scope records.
9338         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9339         from the list in objects which remain.  Always allocate new scope
9340         record.
9341         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9342         don't resize, allocate a new one.
9343         * elf/dl-runtime.c: Update reference counters before using a scope
9344         array.
9345         * elf/dl-sym.c: Likewise.
9346         * elf/dl-libc.c: Adjust for l_scope name change.
9347         * elf/dl-load.c: Likewise.
9348         * elf/dl-object.c: Likewise.
9349         * elf/rtld.c: Likewise.
9350         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9351         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9352         Add l_scoperec_lock.
9353         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9354         * sysdeps/generic/rtld-lowlevel.h: New file.
9355
9356         * include/atomic.h: Rename atomic_and to atomic_and_val and
9357         atomic_or to atomic_or_val.  Define new macros atomic_and and
9358         atomic_or which do not return values.
9359         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9360         Various cleanups.
9361         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9362
9363         * po/sv.po: Update from translation team.
9364
9365 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9366
9367         * Versions.def: Add GLIBC_2.6 to libpthread.
9368
9369         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9370         (versioned_symbol): Likewise.
9371         (compat_symbol): Likewise.
9372
9373         * po/tr.po: Update from translation team.
9374
9375 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9376
9377         * nis/Banner: Removed.  It's been integral part forever and the
9378         author info is incomplete anyway.
9379         * libio/Banner: Likewise.
9380
9381         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9382         code, make sure the nis_freeresult call doesn't crash and that the
9383         result is reported correctly.
9384
9385 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9386
9387         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9388         when callback is NULL.
9389
9390         * nis/Versions (libnss_nisplus): Add
9391         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9392         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9393         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9394         _nss_create_tablename): Rename to...
9395         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9396         ... these.  No longer static.
9397         (internal_setgrent): Adjust users.
9398         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9399         Don't use locking around _nss_grp_create_tablename call.
9400         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9401
9402 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9403
9404         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9405
9406 2006-10-06  Andreas Jaeger  <aj@suse.de>
9407
9408         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9409
9410 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9411
9412         * po/pl.po: Update from translation team.
9413
9414         * nscd/nscd.c (main): Fix typo in message.
9415         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9416
9417 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9418
9419         [BZ #3291]
9420         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9421         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9422         (__sigprocmask): Define.
9423
9424 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9425
9426         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9427         used.
9428
9429 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9430
9431         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9432         in oldtotal and newtotal calculation.
9433         * nscd/nscd-client.h (struct mapped_database): Add datasize
9434         field.
9435         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9436         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9437         increased.
9438         (__nscd_cache_search): Add checks to make sure we never reference
9439         data beyond the current mapping.
9440
9441 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9442
9443         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9444         variables const to avoid compiler warnings.
9445
9446         * io/fts.c (fts_close): Remove redundant checks.
9447         (fts_build): Likewise.
9448         (fts_palloc): Likewise.
9449
9450         * manual/message.texi (Advanced gettext functions,
9451         Using gettextized software): Fix typos.
9452
9453 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9454
9455         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9456         explain why there are no leaks.
9457
9458 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9459
9460         * libio/wmemstream.c: Include <wchar.h>.
9461         * libio/bug-wmemstream1.c: Likewise.
9462         * libio/tst-wmemstream1.c: Likewise.
9463         * libio/tst-wmemstream2.c: Likewise.
9464
9465         * version.h (RELEASE): Bump to 2.5.
9466         * README: Regenerated.
9467
9468         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9469
9470         [BZ #3273]
9471         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9472         found no group members.
9473         Patch by Petr Baudis.
9474
9475 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9476
9477         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9478         assert bootstrap_map.l_tls_modid is zero.
9479         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9480         if USE___THREAD.
9481
9482 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9483
9484         * libio/stdio.h: Move open_wmemstream prototype to ...
9485         * wcsmbs/wchar.h: ... here.
9486
9487 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9488
9489         [BZ #3252]
9490         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9491         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9492         __{,l}chown to handle the rest.
9493         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9494         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9495         __{,l}chown to handle the rest.
9496         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9497         i386/fchownat.c.
9498         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9499         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9500
9501         [BZ #3253]
9502         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9503         time, rather allocate increasingly bigger arrays of pointers, if
9504         possible with alloca, if too large with malloc.
9505
9506 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9507
9508         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9509
9510         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9511
9512 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9513
9514         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9515         home addresses.
9516         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9517         IFA_F_HOMEADDRESS flag for interfaces.
9518         * include/ifaddrs.h (struct in6addrinfo): Define
9519         in6ai_homeaddress.
9520
9521 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9522
9523         [BZ #3225]
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9525         PTR_DEMANGLE3): Define.
9526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9527         PTR_DEMANGLE3): Likewise.
9528         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9529         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9530         Likewise.
9531         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9532
9533 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9534
9535         * po/libc.pot: Regenerated.
9536         * po/be.po: Updated.
9537         * po/ca.po: Likewise.
9538         * po/cs.po: Likewise.
9539         * po/da.po: Likewise.
9540         * po/de.po: Likewise.
9541         * po/el.po: Likewise.
9542         * po/en_GB.po: Likewise.
9543         * po/es.po: Likewise.
9544         * po/fi.po: Likewise.
9545         * po/fr.po: Likewise.
9546         * po/gl.po: Likewise.
9547         * po/hr.po: Likewise.
9548         * po/hu.po: Likewise.
9549         * po/ja.po: Likewise.
9550         * po/ko.po: Likewise.
9551         * po/nb.po: Likewise.
9552         * po/nl.po: Likewise.
9553         * po/pl.po: Likewise.
9554         * po/pt_BR.po: Likewise.
9555         * po/ru.po: Likewise.
9556         * po/rw.po: Likewise.
9557         * po/sk.po: Likewise.
9558         * po/sv.po: Likewise.
9559         * po/tr.po: Likewise.
9560         * po/zh_CN.po: Likewise.
9561         * po/zh_TW.po: Likewise.
9562
9563         [BZ #3137]
9564         * iconv/iconv_prog.c (main): Fix spelling in error message.
9565         * iconv/iconvconfig.c (main): Likewise.
9566         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9567         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9568         * locale/programs/localedef.c (main): Likewise.
9569         * locale/programs/repertoire.c (repertoire_read): Likewise.
9570         * timezone/zdump.c (main): Likewise.
9571         * nscd/connections.c (handle_request): Fix spelling in log message.
9572         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9573
9574 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9575
9576         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9577         interfaces.
9578
9579 2006-09-20  Andreas Jaeger  <aj@suse.de>
9580
9581         * math/libm-test.inc (lrint_test_upward): Fix typo.
9582
9583 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9584
9585         [BZ #2592]
9586         * math/libm-test.inc (lrint_test_tonearest): New function.
9587         (lrint_test_towardzero): New function.
9588         (lrint_test_downward): New function.
9589         (lrint_test_upward): New function.
9590         (main): Run these new tests.
9591         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9592         of values near to 0.
9593         (two52): Use double not long double.
9594         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9595         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9596         (two23): Use float not double.
9597         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9598         (two23): Use float not double.
9599         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9600         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9601         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9602         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9603
9604 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9605
9606         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9607         Cast sp to unsigned long to avoid compiler warning.
9608         Use __makecontext_ret function instead of a trampoline on the stack.
9609         (__makecontext_ret): New function.
9610         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9611
9612 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9613
9614         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9615         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9616         bits.
9617
9618 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9619
9620         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9621         sure no reference to the unloaded map's search list remains in the
9622         dependency's scope.
9623
9624 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9625
9626         * elf/Makefile: Add rules to build and run unload7 test.
9627         * elf/unload7.c: New test.
9628         * elf/unload7mod1.c: New file.
9629         * elf/unload7mod2.c: New file.
9630
9631 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9632
9633         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9634         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9635         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9636         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9637         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9638         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9639         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9640         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9641         PTRACE_GETEVENTMSG): Likewise.
9642         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9643         values.
9644
9645 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9646
9647         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9648         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9649         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9650         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9651
9652 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9653
9654         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9655         write '\0' to the fd.
9656         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9657         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9658         Change regs to unsigned long pointer from unsigned int, fix fscr
9659         offset.
9660
9661 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9662
9663         * io/Makefile (CFLAGS-fstatat.c): Set.
9664         (CFLAGS-fstatat64.c): Likewise.
9665         (CFLAGS-mknodat.c): Likewise.
9666
9667         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9668         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9669         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9670         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9671
9672 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9673             Steven Munroe  <sjmunroe@us.ibm.com>
9674
9675         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9676         names to the beginning.  Rename "cell" to "cellbe".
9677         (_dl_powerpc_platforms): New.
9678         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9679         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9680         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9681         (_DL_HWCAP_PLATFORM): Define to new mask.
9682         (_dl_platform_string, _dl_string_platform): New functions.
9683         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9684         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9685
9686 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9687
9688         [BZ #2526]
9689         * README.libm: Fix a thinko in sqrt algorithm description.
9690
9691         [BZ #3143]
9692         * manual/string.texi (argz_delete): Fix prototype.
9693         Patch by <alpt@freaknet.org>.
9694
9695 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9696
9697         [BZ #3138]
9698         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9699         * io/tst-fcntl.c (do_prepare): Likewise.
9700         * posix/tst-exec.c (do_prepare): Likewise.
9701         * posix/tst-preadwrite.c (do_prepare): Likewise.
9702         * posix/tst-spawn.c (do_prepare): Likewise.
9703         * posix/tst-truncate.c (do_prepare): Likewise.
9704         * rt/tst-aio.c (do_prepare): Likewise.
9705         * rt/tst-aio64.c (do_prepare): Likewise.
9706         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9707         size_t.
9708
9709 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9710
9711         [BZ #2821]
9712         * time/mktime.c (guess_time_tm): Fix overflow detection.
9713         * time/Makefile (tests): Add bug-mktime1.
9714         * time/bug-mktime1.c: New file.
9715
9716         [BZ #3189, #3188]
9717         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9718         (mremap): Likewise.
9719
9720 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9721
9722         [BZ #1006]
9723         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9724         Ensure relocation doesn't clobber any bits outside of the
9725         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9726         R_SPARC_HI22 and R_SPARC_H44.
9727
9728         [BZ #2775]
9729         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9730         (long) (MINSIZE + nb - old_size) is positive.
9731
9732         * malloc/arena.c (grow_heap): When growing bail even if new_size
9733         is negative.
9734
9735         [BZ #3155]
9736         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9737         stack below r1.
9738
9739 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9740
9741         * posix/regex_internal.c (re_string_reconstruct): Handle
9742         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9743         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9744         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9745         re_string_context_at.
9746         * posix/Makefile: Add rules to build and run bug-regex26 test.
9747         * posix/bug-regex26.c: New test.
9748
9749         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9750         rather than col_sym_free.  Move seqp declaration earlier.
9751
9752         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9753
9754 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9755
9756         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9757         decl before first goto out.
9758
9759 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9760
9761         * Makerules (shlib.lds): If have-hash-style, put .hash section
9762         at the end of the RO segment.
9763
9764 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9765
9766         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9767         style hash table format is used.
9768
9769 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9770
9771         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9772         randomization rather than before.
9773         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9774
9775 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9776
9777         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9778
9779         * malloc/malloc.c (_int_malloc): Use full list insert and not
9780         shortcut which assumes the list is empty for large requests
9781         too.
9782
9783         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9784
9785 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9786
9787         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9788         and offout arguments to the prototype.
9789         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9790         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9791         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9792         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9793         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9794         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9795         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9796         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9797
9798 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9799
9800         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9801
9802         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9803         dlopen parameters.
9804
9805 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9806
9807         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9808         only if herrno is NETDB_INTERNAL.  Handle errors other than
9809         ERANGE outside of the loops, handle TRY_AGAIN.
9810
9811         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9812         if other's ctype category was missing.
9813         * locale/programs/ld-collate.c (collate_read): Return if
9814         copy_locale's collate category is missing.
9815
9816 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9817
9818         [BZ #2684]
9819         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9820         arenas if allocation failed.
9821         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9822
9823 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9824
9825         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9826         waste bins[0..1].
9827         (malloc_state): Reduce bins size by 2.
9828         (_int_malloc): Fix test for large enough buffer for early termination.
9829         When no unsorted block matches perfectly and an exiting block has
9830         to be split, use full list insert and not shortcut which assumes
9831         the list is empty.
9832
9833         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9834         failure.
9835
9836 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9837
9838         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9839         do anything.
9840
9841         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9842         symbol require exact match (these are PLTs).
9843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9844         (_dl_ppc64_addr_sym_match): Likewise.
9845
9846         [BZ #2683]
9847         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9848         If symbol has a value use it.
9849         * elf/tst-dladdr1.c: New file.
9850         * elf/Makefile: Add rules to build and run tst-addr1.
9851
9852 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9853
9854         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9855         keeps failing and heap growth or new heap creation isn't
9856         successful either.
9857         * malloc/tst-malloc.c (main): Add new tests.
9858
9859 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9860
9861         [BZ #2734]
9862         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9863         as in the x86-64 code to use bswap.
9864
9865 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9866
9867         [BZ #2680]
9868         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9869         __USE_UNIX98.
9870         * posix/bits/unistd.h: Likewise.
9871
9872 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9873
9874         [BZ #2751]
9875         * string/strchr.c: Add cast to avoid warning.
9876
9877 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9878
9879         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9880         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9881         limit is needed to avoid the exploding of the address space
9882         requirement for secondary heaps.
9883         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9884         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9885
9886 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9887
9888         [BZ #3018]
9889         * Makerules (depfiles): Handle extra-test-objs the same as
9890         extra-objs.
9891         (common-mostlyclean): Likewise.
9892         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9893         instead.
9894         * elf/Makefile (extra-objs): Likewise.
9895         * stdlib/Makefile (extra-objs): Likewise.
9896
9897 2006-08-14  Eric Blake  <ebb9@byu.net>
9898
9899         [BZ #3044]
9900         * misc/error.h: Assume C89 or better.
9901         * misc/error.c: Likewise.
9902
9903 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9904
9905         [BZ #3040]
9906         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9907         __ASSUME_ATFCTS is defined.
9908
9909 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9910
9911         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9912         to sort in each call.
9913
9914         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9915         is empty simply return and use next service.
9916         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9917
9918         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9919         tells us when not finding a charmap file is an error.
9920         * locale/programs/charmap.h: Adjust charmap_read prototype.
9921         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9922         cannot find a charmap.
9923         * locale/programs/localedef.c (main): Adjust charmap_read call.
9924
9925 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9926
9927         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9928         sysdeps/posix/pause.c implementation instead.
9929
9930 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9931
9932         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9933         to EPERM.
9934
9935 2006-08-13  Andreas Schwab  <schwab@suse.de>
9936
9937         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9938         Don't clobber caller's LRSAVE.
9939         (_dl_prof_resolve): Likewise.
9940
9941 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9942
9943         [BZ #1996]
9944         * libio/memstream.c (open_memstream): Allocate initial buffer with
9945         calloc.
9946         * libio/wmemstream.c (open_wmemstream): Likewise.
9947         * libio/strops.c: Pretty printing.
9948         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9949         (enlarge_userbuf): New function.
9950         (_IO_str_seekoff): Call it if seek position is larger than current
9951         buffer.
9952         * libio/wstrops.c: Likewise.
9953         * libio/vasprintf.c: Add comment as to why we do not have to use
9954         calloc instead of malloc to allocate initial buffer.
9955         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9956         * libio/bug-memstream1.c: New file.
9957         * libio/bug-wmemstream1.c: New file.
9958
9959 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9960
9961         * libio/wstrops.c: Remove dead macro definitions and comments.
9962         * libio/strops.c: Likewise.
9963
9964         [BZ #2764]
9965         * login/utmpname.c (__utmpname): Remove unnecessary test.
9966
9967 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9968
9969         [BZ #2832]
9970         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9971         0s from integers.
9972
9973 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9974
9975         [BZ #2987]
9976         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9977         for CPU clocks.
9978         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9979         setting of CPU clocks.
9980
9981 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         [BZ #2841]
9984         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9985         since C99 requires the result to promote to 'int' when uint_least8_t
9986         and uint_least16_t promote to 'int'.
9987
9988 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9989
9990         [BZ #3013]
9991         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9992         lenght of one output field, correct bitmask creation.
9993         * locale/programs/ld-time.c: Add alignment.
9994
9995         [BZ #2997]
9996         * misc/error.c: Add space between program name and message if file
9997         name is missing.
9998
9999 2006-08-03  Eric Blake  <ebb9@byu.net>
10000
10001         [BZ #2998]
10002         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10003
10004 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10005
10006         * malloc/memusagestat.c: Silence warnings.
10007
10008         * malloc/malloc.c: Dynamically size mmap treshold if the program
10009         frees mmaped blocks.
10010         Patch by Valerie Henson and Arjan van de Ven.
10011
10012 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10013
10014         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10015         __USE_GNU.
10016
10017         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10018         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10019         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10020         Only provide var definitions in strtol_l (or for *ull*
10021         in strtoll_l).
10022
10023         * stdio-common/bug16.c (tests): New array.
10024         (do_tests): Allow the first hexadecimal digit
10025         to be 1, 2, 4 or 8.  Do 3 additional tests.
10026
10027         * sysdeps/s390/fpu/libm-test-ulps: Update.
10028
10029         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10030         fchownat syscall if available.
10031         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10032         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10033         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10034
10035 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10036
10037         * nis/nis_xdr.c: Avoid some function calls.
10038
10039 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10040             Ulrich Drepper  <drepper@redhat.com>
10041
10042         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10043         short cut if only one name component is stripped away.
10044
10045 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10046
10047         * nis/nis_call.c: Minor cleanups throughout.
10048         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10049         (first_shoot): Add search_parent_first parameter.  Only if it is set
10050         search parent server first.
10051         If directory for table found through cold start cache is not the same
10052         as referenced in the cache, don't use it.
10053         (__nisfind_server): Take additional parameter.  Pass it on to
10054         first_shoot.
10055         (__prepare_niscall): Adjust __nisfind_server call.
10056         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10057         * nis/nis_table.c: Adjust __nisfind_server call.
10058         * nis/nis_lookup.c: Likewise.
10059         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10060
10061 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10062
10063         [BZ #2182]
10064         * math/s_cacosh.c: Return values from positive branch.
10065         * math/s_cacoshf.c: Likewise.
10066         * math/s_cacoshl.c: Likewise.
10067
10068         [BZ #2883]
10069         * sysvipc/sys/msg.h: Change return value to ssize_t.
10070         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10071         * sysvipc/msgrcv.c: Likewise.
10072         * include/sys/msg.h: Likewise.
10073
10074         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10075         test introduced in patch for bz #661.
10076         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10077         element for NEWGROUPS.
10078
10079         [BZ #2908]
10080         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10081         'f', use '1' as leading digit not '\1'.
10082         * stdio-common/Makefile (tests): Add bug16.
10083         * stdio-common/bug16.c: New file.
10084
10085         [BZ #2914]
10086         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10087         and don't try to open it.  The patch introducing the macro
10088         contained a bug and used the same file name as the new file
10089         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10090         this out completely.
10091
10092         [BZ #2926]
10093         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10094         Patch by Jerry James <Jerry.James@usu.edu>.
10095
10096         * rt/Makefile (tests): Add tst-clock2.
10097         * rt/tst-clock2.c: New file.
10098
10099         [BZ #2978]
10100         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10101         function and its parameters and pass it to new thread.
10102         (__gai_notify): Add support for alternative waiting for completion.
10103         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10104         waiting for completion.
10105         * resolv/getaddrinfo_a.c: Likewise.
10106         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10107         waiting for completion is used.
10108         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10109         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10110         * resolv/gai_error.c: Likewise.
10111         * resolv/gai_sigqueue.c: Likewise.
10112
10113 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10114
10115         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10116         errno to EBADF and return MACH_PORT_NULL.
10117
10118 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10119
10120         [BZ #2980]
10121         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10122
10123 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10124
10125         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10126         walk them instead of the symbol table.
10127
10128 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10129
10130         [BZ #2098]
10131         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10132         status of NSS calls, not the number of returned entries.
10133
10134         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10135         request_key, keyctl.
10136
10137 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10138
10139         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10140
10141 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10142
10143         * elf/tst-auditmod1.c: Fix typo in #error.
10144
10145 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10146
10147         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10148
10149         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10150
10151 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10152
10153         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10154         that the directory is empty even on non-POSIX filesystems.
10155
10156 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10157
10158         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10159
10160         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10161         the backend NSS module.  If backend setgrent call failed, don't have
10162         internal_setgrent fail.  Just remember this until it is needed.
10163         * nis/nss_compat/compat-pwd.c: Likewise.
10164         * nis/nss_compat/compat-spwd.c: Likewise.
10165
10166 2006-07-30  Roland McGrath  <roland@redhat.com>
10167
10168         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10169         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10170         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10171         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10172
10173         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10174         (nanosleep_not_cancel): New macro.
10175         (sigsuspend_not_cancel): new macro.
10176         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10177         (do_sigsuspend): Define as inline.
10178         (__sigsuspend): Always use do_sigsuspend.
10179         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10180         * include/signal.h: Declare __sigsuspend_nocancel.
10181         * sysdeps/posix/pause.c
10182         [! NO_CANCELLATION] (__pause_nocancel): New function.
10183
10184         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10185         * include/time.h (__nanosleep_nocancel): Likewise.
10186
10187 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10188
10189         * locale/programs/localedef.c (add_to_readlist): Rename local
10190         variables to avoid confusion.
10191
10192         * locale/programs/charmap.c (charmap_read): Emit error message if
10193         charmap couldn't be found or read.
10194
10195 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10196
10197         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10198         __ASSUME_FUTEX_LOCK_PI.
10199         * include/time.h: Declare __nanosleep_nocancel.
10200         * include/unistd.h: Declare __pause_nocancel.
10201
10202         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10203         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10204         get the __stack_chk_fail_local definition when it's needed.
10205
10206 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10207
10208         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10209         * dlfcn/bug-atexit3.c: New file.
10210         * dlfcn/bug-atexit3-lib.cc: New file.
10211
10212         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10213         used when the namespace is not the base namespace.
10214
10215 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10216
10217         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10218         (__new_exitfn): Bump it in every successful call.
10219         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10220         more exit handlers, call them right away.
10221         * stdlib/exit.h: Declare __new_exitfn_called.
10222
10223 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10224
10225         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10226         calling registered handler.
10227
10228         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10229         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10230         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10231         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10232         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10233         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10234         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10235         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10236
10237 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10238
10239         * elf/dl-lookup.c (dl_new_hash): New functions.
10240         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10241         value here.  Compute new-style hash value.  Pass new hash value
10242         and reference to variable with the old value to do_lookup_x.
10243         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10244         old-style hash table.
10245         (_dl_debug_bindings): Pass new hash value and reference to variable
10246         with the old value to do_lookup_x.
10247         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10248         new-style hash value and change old-style hash value parameter to
10249         be a reference.  Reoganize functions to determine whether
10250         new-style hash table is available.  Only fall back on old-style
10251         table.  If old-style hash value is needed, compute it here.
10252         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10253         entry.
10254         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10255         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10256         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10257         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10258         * Makeconfig: If linker supports --hash-style option add it to all
10259         linker command lines to build DSOs.
10260         * config.make.in: Define have-hash-style.
10261         * configure.in: Test whether linker supports --hash-style option.
10262
10263         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10264         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10265
10266 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10267
10268         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10269         auditing.
10270
10271         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10272         RPATH of main map twice.
10273
10274 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10275
10276         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10277         look further, return original strings.
10278         (_nl_find_msg): Do not return found translation if the conversion
10279         failed.  Either signal the string is unusable or that something went
10280         wrong and the original should be used.
10281
10282 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10283
10284         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10285
10286 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10287
10288         [BZ #2766]
10289         * misc/insremque.c (insque): Handle prev == NULL.
10290         * misc/Makefile (tests): Add tst-insremque.
10291         * misc/tst-insremque.c: New test.
10292
10293 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10294
10295         [BZ #2792]
10296         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10297         conflict with DL_DST_REQUIRED.
10298
10299 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10300
10301         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10302         match what Solaris does.
10303
10304 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10305
10306         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10307         local_setegid instead of seteuid and setegid.
10308         * sysdeps/generic/local-setxid.h: New file.
10309         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10310
10311         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10312
10313         * string/Makefile (tests): Add bug-envz1.
10314         * string/bug-envz1.c: New file.
10315
10316 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10317
10318         * posix/regex_internal.c (re_string_skip_chars): If no character has
10319         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10320         to the byte which couldn't be converted.
10321         (re_string_reconstruct): Don't clear valid_raw_len before calling
10322         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10323         tip_context using re_string_context_at.
10324         * posix/Makefile: Add rules to build and run bug-regex25 test.
10325         * posix/bug-regex25.c: New test.
10326
10327 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10328
10329         [BZ #2703]
10330         * string/envz.c (envz_strip): Correct erroneously reversed src
10331         and dest parameters to memmove() invocation.
10332
10333 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10334
10335         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10336         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10337         to make sure the database has been already invalidated.
10338         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10339         after the cache has been invalidated.  Use pthread_mutex_lock rather
10340         than pthread_mutex_trylock if fd != -1.
10341         * nscd/connections.c (invalidate_cache): Add fd argument, write
10342         response to fd if not calling prune_cache, pass fd to prune_cache.
10343         (handle_request): Adjust invalidate_cache caller.
10344         (nscd_run): Pass -1 as fd to prune_cache.
10345
10346 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10347
10348         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10349         the correct place.
10350
10351 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10352
10353         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10354         * nscd/cache.c (prune_cache): Take prunelock before starting the
10355         work.  Just return in case it is already taken.
10356         * nscd/connections.c (dbs): Initialize .prunelock.
10357
10358 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10359
10360         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10361         copying.  No need to allocate new array for group members.  Just
10362         move the pointers and update the size.
10363
10364         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10365         Avoid memory leak in case realloc fails.  Simplification for
10366         better code generation.
10367
10368         Avoid deprecation warning because of libc_hidden_proto for
10369         inet6_option_alloc.
10370         * inet/inet6_option.c (option_alloc): Renamed from
10371         inet6_option_alloc.  Made static.
10372         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10373         (inet6_option_append): Call option_alloc.
10374         * include/netinet/in.h: Remove libc_hidden_proto for
10375         inet6_option_alloc.
10376
10377         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10378         for cleanup when cb!=NULL [Coverity CID 233].
10379
10380 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10381
10382         [BZ #2693]
10383         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10384         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10385         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10386         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10387         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10388         and inet6_rth_getaddr.
10389         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10390         array.
10391         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10392         Mark inet6_option_* interfaces as deprecated.
10393         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10394         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10395         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10396         inet6_rth_segments, and inet6_rth_getaddr.
10397         * inet/inet6_opt.c: New file.
10398         * inet/inet6_rth.c: New file.
10399
10400         * inet/netinet/icmp6.h: Pretty printing.
10401
10402         [BZ #2683]
10403         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10404
10405 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10406
10407         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10408         doing it all here.  When server does not know the answer do not
10409         fail immediate, try parent first.
10410
10411         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10412         overflow test.
10413
10414 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10415
10416         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10417         from __do_niscall.
10418         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10419         and exported.
10420         (__follow_path): New function.  Split out from nis_list.
10421         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10422         _xdr_nis_result.
10423         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10424         _xdr_nis_result.
10425         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10426         and __follow_path.
10427         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10428         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10429         from libnsl for version GLIBC_PRIVATE.
10430         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10431         Remove entry parameter from _nss_nisplus_parse_pwent and
10432         _nss_nisplus_parse_grent.
10433         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10434         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10435         again.  Rewrite getpwent handling to not use nis_first_entry and
10436         nis_next_entry.  Roll out own niscall handling.
10437         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10438
10439         * sunrpc/xdr_rec.c: Fix typo in comment.
10440
10441 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10442
10443         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10444         handling.
10445
10446         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10447         to allocate memory for my_pollfd.  Better initialization of
10448         cb_is_running.  Use TEMP_FAILURE_RETRY.
10449
10450         * malloc/memusage.sh (memusageso): Add quotes.
10451         (memusagestat): Likewise.
10452         * debug/xtrace.sh (pcprofileso): Likewise.
10453         (pcprofiledump): Likewise.
10454         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10455         replacement.
10456         * malloc/Makefile ($(objpfx)memusage): Likewise.
10457
10458         * nis/nis_callback.c (__nis_create_callback): Calls to
10459         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10460         asprintf call fails.
10461
10462         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10463         no uninitialized memory is passed to sendto.
10464
10465 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10466
10467         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10468         of snprintf+strdup.  Handle OOM.
10469         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10470         cb->serv together.  Remove now obsolete free calls.
10471         (__nis_destroy_callback): Remove now obsolete free call.
10472
10473 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10474
10475         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10476         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10477         and ULA respectively). Set precedence for IPv4 address to 10 as
10478         defined in RFC3484 for preferring IPv6.
10479         * posix/gai.conf: Update to match the new default tables.
10480
10481 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10482
10483         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10484         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10485         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10486         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10487
10488         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10489         Removed.
10490         (init_nss_interface): Remove initialization of these variables.
10491
10492 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10493
10494         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10495         nis_free_directory forward to avoid duplication.
10496
10497 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10498
10499         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10500         rec_dirsearch returning NULL.
10501         (first_shoot): Handle __nis_finddirectory returning NULL.
10502         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10503
10504         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10505         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10506
10507 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10508
10509         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10510         pid changed.
10511
10512 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10513
10514         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10515
10516         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10517         * nscd/nscd_getgr_r.c: Likewise.
10518
10519         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10520
10521         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10522         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10523
10524         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10525
10526         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10527
10528         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10529
10530         * include/rpc/auth.h: Mark xdr_des_block_internal and
10531         xdr_opaque_auth_internal as hidden.
10532
10533         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10534         hidden.
10535
10536         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10537
10538         * misc/getusershell.c (okshells): Don't use static initializers,
10539         do it dynamically.
10540
10541         * stdlib/fmtmsg.c (keywords): Change type of len element to
10542         uint32_t to not waste space on 64bit machines.
10543
10544         * locale/setlocale.c: Change _nl_category_names into a string.
10545         Add new _nl_category_name_idxs.  Change all users.
10546         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10547         Declare _nl_category_name_idxs.
10548         * locale/findlocale.c: Adjust for _nl_category_names change.
10549         * locale/loadlocale.c: Likewise.
10550         * locale/newlocale.c: Likewise.
10551         * intl/dcigettext.c: Likewise.
10552
10553         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10554         (add_alias2): ...here.  New function.
10555         (__gconv_read_conf): Simplify builtin alias handling.
10556         (builtin_aliases): Convert to string to avoid relocations.
10557         * iconv/gconv_builtin.h: Add comment about correct formatting.
10558
10559 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10560
10561         * resolv/res_debug.c (loc_ntoa): Make error const.
10562
10563 2006-05-14  Andreas Schwab  <schwab@suse.de>
10564
10565         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10566
10567 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10568
10569         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10570         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10571         sizeof (cpu_set_t).
10572
10573 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10574
10575         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10576
10577         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10578
10579         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10580         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10581
10582         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10583         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10584
10585         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10586         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10587         xdr_cback_data.
10588
10589         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10590         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10591         xdr_ypupdate_args.
10592
10593         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10594         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10595
10596         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10597         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10598
10599         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10600         * include/rpcsvc/nis_callback.h: New file.
10601
10602         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10603         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10604
10605         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10606         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10607
10608         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10609         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10610
10611         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10612         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10613
10614         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10615         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10616         xdr_ypdelete_args.
10617
10618         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10619         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10620
10621         * nis/nis_error.c: Remove table of strings.  Use position
10622         independent mechanism.
10623         * nis/nis_error.h: New file.
10624
10625 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10626
10627         * locale/programs/ld-time.c (time_finish): If wide era name or
10628         format aren't provided, set both wname and wformat to L"".
10629
10630 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10631
10632         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10633         results if the call was succesful.
10634
10635         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10636
10637         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10638         as hidden.
10639
10640 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10641
10642         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10643
10644 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10645
10646         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10647         caller makes sure this is not the case.
10648         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10649
10650 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10651
10652         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10653         calls.
10654
10655         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10656         [Coverity CID 229, 230]
10657
10658         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10659         DGETTEXT calls.
10660         (hol_help): Likewise.  [Coverity CID 226, 227]
10661
10662         * string/argz-replace.c (__argz_replace): Unconditionally call
10663         free on SRC.  [Coverity CID 225]
10664
10665         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10666         the return value of __nis_default_owner and __nis_default_group,
10667         it has been especially allocated.  [Coverity CID 224]
10668
10669         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10670         searchgroup and searchowner.  Significantly simplified.
10671         (__nis_default_owner): Remove duplication.  Do not locally copy the
10672         string before duplicating it.
10673         (__nis_default_group): Likewise.
10674
10675         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10676         we must clear the variable before calling __nisfind_server.
10677
10678         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10679         nis_getnames.  [Coverity CID 223]
10680
10681         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10682         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10683
10684         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10685         allocate memory for the input to add_bytes.  [Coverity CID 221]
10686
10687         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10688         was allocated here.  [Coverity CID 219, 220]
10689
10690         * posix/getconf.c (print_all): Free confstr data after printing.
10691         [Coverity CID 218]
10692
10693         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10694         list allocation fails.  [Coverity CID 215]
10695
10696         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10697         [Coverity CID 213]
10698
10699         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10700         string is NULL.  [Coverity CID 212]
10701         * argp/Makefile: Add rules to build and run bug-argp1.
10702         * argp/bug-argp1.c: New file.
10703
10704         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10705         end of string.
10706         * stdlib/canonicalize.c (__realpath): Likewise.
10707
10708         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10709         pointer.  [Coverity CID 206]
10710
10711         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10712         in statically linked code.
10713         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10714         statically built code, be prepared to have no link map.
10715         [Coverity CID 205]
10716
10717         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10718         dgettext calls. [Coverity CID 204]
10719
10720         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10721         the one user.
10722         (uparam_names): Reduce size.  Avoid relative relocations.
10723         Moved to read-only segment.
10724         (fill_in_uparams): Update for new layout.
10725
10726         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10727         assumed to always be != NULL. [Coverity CID 202]
10728
10729         * argp/argp-help.c (hol_entry_help): Remove some dead code
10730         [Coverity CID 200].
10731
10732         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10733         away a few more unconditional yperr2nss calls.
10734         (_nss_nis_getservbyname_r): Likewise.
10735
10736 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10737
10738         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10739         architectures.
10740
10741         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10742         that unused memory passed to sendto is nevertheless initialized.
10743
10744         [BZ #2499]
10745         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10746         possibly unaligned memory accesses.
10747
10748         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10749         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10750         and __putlong respectively.  Correct buffer overflow check for
10751         NS_NOTIFY_OP.
10752
10753         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10754
10755         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10756         (send_dg): Rewrite error handling to be more compact and avoid
10757         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10758
10759         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10760
10761         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10762         instead of ns_get16.
10763         (res_queriesmatch): Likewise.  Minor optimization.
10764
10765         [BZ #2499]
10766         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10767         __libc_res_nsend might reallocate the buffer for the answer.  In
10768         this case we have to reload the HP pointer.
10769
10770 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10771
10772         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10773         some branch prediction hints.
10774
10775         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10776         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10777         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10778         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10779         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10780         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10781         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10782         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10783
10784 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10785
10786         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10787         by a GOT relocation to make Scrt1.o position independent.
10788         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10789
10790         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10791         six system call parameters.
10792         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10793
10794 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10795
10796         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10797         malloc&bzero.
10798
10799         * sunrpc/svc_udp.c (BZERO): Remove definition.
10800         (CALLOC): Define.
10801         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10802
10803         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10804         (des_SPtrans): Use uint32_t type.
10805         (des_skb): Likewise.
10806
10807         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10808
10809 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10810
10811         [BZ #2509]
10812         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10813         on 32-bit arches.
10814
10815 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10816
10817         * locale/programs/ld-address.c (address_finish): Fix one more
10818         place where the iso639 array might be accessed beyond the limits.
10819
10820 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10821
10822         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10823         filling it for the first time.
10824
10825         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10826         Adjust all callers.
10827         Free res object content before returning.
10828
10829         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10830
10831         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10832         client->cl_auth.
10833
10834         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10835         cleanup for initial thread, just the free call on TVP.
10836
10837         * nscd/gai.c (__getline): Define.
10838
10839
10840 See ChangeLog.16 for earlier changes.