* string/stratcliff.c (do_test): Add memchr tests..
[glibc/pb-stable.git] / ChangeLog
blob5efbf5088ddd360b325d42f7206d9047245439d2
1 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3         * string/stratcliff.c (do_test): Add memchr tests..
4         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
5         first read quad word.
7 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
9         * string/strverscmp.c (__strverscmp): Fix last cleanups.
10         * string/tst-svc.input: Add new test case.
11         * string/tst-svc.expect: Adjust.
12         * string/Makefile: Don't ignore tst-svc error.
14         * sysdeps/x86_64/memchr.S: New file.
16         * resolv/resolv.h (RES_SNGLKUP): Define.
17         * resolv/res_init.c (res_setoptions): Recognize single-request option.
18         * resolv/res_send.c (send_dg): If we sent two requests at once and
19         only get one reply before timeout switch to mode where we send the
20         second request only after the first answer has been received.
22 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
24         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
25         * sysdeps/x86_64/strchr.S: Likewise.
27 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
29         * configure.in: We need to test for the compiler earlier.
31         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
32         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
33         GLIBC_2.10.
34         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
35         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
36         and pwritev.
37         * misc/preadv.c: New file.
38         * misc/preadv64.c: New file.
39         * misc/pwritev.c: New file.
40         * misc/pwritev64.c: New file.
41         * sysdeps/posx/preadv.c: New file.
42         * sysdeps/posx/preadv64.c: New file.
43         * sysdeps/posx/pwritev.c: New file.
44         * sysdeps/posx/pwritev64.c: New file.
45         * sysdeps/unix/sysv/linux/preadv.c: New file.
46         * sysdeps/unix/sysv/linux/preadv64.c: New file.
47         * sysdeps/unix/sysv/linux/pwritev.c: New file.
48         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
49         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
50         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
52         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
53         compatibility code.
54         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
56         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57         __ASSUME_COMPLETE_READV_WRITEV.
58         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
59         with modern kernels.
60         * sysdeps/unix/sysv/linux/writev.c: Likewise.
62         * sysdeps/posix/readv.c: Since read is a cancellation point we have
63         to free a possible malloced buffer in case of cancellation.
64         * sysdeps/posix/writev.c: Likewise for write.
66 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
68         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
70         * configure.in: Recognize --enable-nss-crypt.
71         * config.make.in: Add nss-crypt entry.
72         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
73         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
74         and include path for NSS directory to compiler for md5-crypt,
75         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
76         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
77         function implementation, use NSS.  Introduce wrappers around the
78         hash function calls.  Little code size optimization.
79         * crypt/sha256-crypt.c: Likewise.
80         * crypt/sha512-crypt.c: Likewise.
81         * scripts/check-local-headers.sh: Ignore nss3 directory.
83         * configure.in: Rename pic_default to libc_cv_pic_default.
84         * config.make.in: Likewise.
86 2009-04-01  Roland McGrath  <roland@redhat.com>
88         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
89         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
90         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
91         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
92         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
93         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
94         (R_SPARC_NUM): Update.
95         From Dave Miller <davem@davemloft.net>.
97 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
99         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
101 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
103         * elf/dl-open.c: Keep track of used name spaces and only iterate over
104         those which are used.
105         * elf/dl-addr.c: Likewise.
106         * elf/dl-caller.c: Likewise.
107         * elf/dl-fini.c: Likewise.
108         * elf/dl-iteratephdr.c: Likewise.
109         * elf/dl-libc.c: Likewise.
110         * elf/dl-load.c: Likewise.
111         * elf/dl-support.c: Likewise.
112         * elf/dl-sym.c: Likewise.
113         * elf/rtld.c: Likewise.
114         * sysdeps/generic/ldsodefs.h: Likewise.
116         * elf/dl-load.c: Remove support for systems without MAP_ANON.
117         * elf/dl-minimal.c: Likewise.
118         * elf/dl-misc.c: Likewise.
119         * elf/rtld.c: Likewise.
120         * sysdeps/generic/ldsodefs.h: Likewise.
122 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
124         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
125         Avoid reuse of complex expression.
127         * po/fr.po: Update from translation team.
129 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
131         * include/dirent.h: Yet more changes to match sort function type
132         change.
133         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
134         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
135         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
137 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
139         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
141 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
143         * nscd/connections.c (restart): Try to preserve the process name
144         by reading the /proc/self/exe symlink and using the return name.
145         Patch by Jeff Bastian <jbastian@redhat.com>.
147 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
149         [BZ #9733]
150         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
151         if we are not loading a new audit library.
152         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
153         Only use profiling trampoline for auditing if we are not relocating
154         an audit library.
155         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
156         * elf/rtld.c: Likewise.
157         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
159         * elf/rtld.c (dl_main): Extend help message for --audit option.
161         [BZ #9759]
162         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
163         alphasort64, versionsort, and versionsort64 to POSIX 2008.
164         * dirent/alphasort.c: Adjust implementation to type change.
165         * dirent/alphasort64.c: Likewise.
166         * dirent/scandir.c: Likewise.
167         * dirent/versionsort.c: Likewise.
168         * dirent/versionsort64.c: Likewise.
169         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
170         declaration.
171         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
172         declaration.
174         [BZ #9880]
175         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
176         correctly.  Set segleft member in output as required.
177         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
178         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
180         [BZ #9881]
181         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
182         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
183         * inet/Makefile (tests): Add tst-inet6_rth.
184         * inet/tst-inet6_rth.c: New file.
186         [BZ #5807]
187         * string/strlen.c (strlen): Fix omission in the expression to test
188         for NUL bytes.
190 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
192         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
194         * elf/dl-runtime.c (reloc_offset): Define.
195         (reloc_index): Define.
196         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
197         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
198         computing index from reloc_offset.
199         (_dl_call_pltexit): Likewise.
200         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
201         the relocation index to _dl_fixup.
202         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
203         _dl_call_pltexit.
204         * sysdeps/x86_64/dl-runtime.c: New file.
206         [BZ #9893]
207         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
208         alignment of La_x86_64_regs.  Store xmm parameters.
209         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
211         [BZ #9913]
212         * string/strverscmp.c (__strverscmp): Fix case of different digits
213         in fractional part of string.
214         Patch by Jingyu Liu <jyliu@fortinet.com>.
215         * string/Makefile (tests): Add tst-svc2.
216         * string/tst-svc2.c: New file.
218         * string/strverscmp.c (__strverscmp): Optimize size of tables.
220         * locale/iso-639.def: Add Min Nan.
222 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
224         [BZ #9948]
225         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
227 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
229         * elf/dl-sysdep.c (auxvars): Compress data structure.
231         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
232         STT_GNU_IFUNC handling.
233         (elf_machine_rela): Likewise.
235 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
237         * config.h.in (USE_MULTIARCH): Define.
238         * configure.in: Handle --enable-multi-arch.
239         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
240         (_dl_fixup_profile): Likewise.
241         * elf/do-lookup.c (dl_lookup_x): Likewise.
242         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
243         * elf/elf.h (STT_GNU_IFUNC): Define.
244         * include/libc-symbols.h (libc_ifunc): Define.
245         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
246         framework in init-arch.h to get CPUID values.
247         * sysdeps/x86_64/multiarch/Makefile: New file.
248         * sysdeps/x86_64/multiarch/init-arch.c: New file.
249         * sysdeps/x86_64/multiarch/init-arch.h: New file.
250         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
252         * config.make.in (experimental-malloc): Define.
253         * configure.in: Handle --enable-experimental-malloc.
254         * malloc/Makefile: Handle experimental-malloc flag.
255         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
256         * malloc/arena.c: Likewise.
257         * malloc/hooks.c: Likewise.
258         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
260 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
262         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
263         prediction.  A few size optimizations.
265 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
267         * time/tzset.c: Optimize a bit for size.
269 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
271         * include/stdio.h (fmemopen): Add libc_hidden_proto.
272         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
274         * elf/sprof.c: Avoid warning about multi-line comment.
276 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
278         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
279         DST name.
280         * time/tst-posixtz.c: Add tests for quoted timezone names.
282 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
284         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
285         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
286         200809L instead of 200112L.
287         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
288         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
290         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
291         instead of __quick_exit_funcs to __run_exit_handlers.
292         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
293         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
294         (__cxa_at_quick_exit): Remove attribute_hidden.
295         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
296         to __run_exit_handlers.
297         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
298         attribute_hidden.
300 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
302         * po/id.po: Update from translation team.
304 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
307         .machine push; .machine "power6" and .machine pop around mtfsf
308         insns outside of _ARCH_PWR6 define.
309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
311         Likewise.
312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
313         Likewise.
314         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
315         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
316         relax_fenv_state): Likewise.
318 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
320         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
321         cxa_at_quick_exit.
322         (static-only-routines): Add at_quick_exit.
323         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
324         GLIBC_2.10.
325         * stdlib/quick_exit.c: New file.
326         * stdlib/at_quick_exit.c: New file.
327         * stdlib/cxa_at_quick_exit.c: New file.
328         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
329         it appropriately.
330         (__internal_atexit): New function.
331         (__new_exitfn): Now takes parameter to point to the list to use.
332         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
333         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
334         (exit): ...here.  Just call __run_exit_handlers appropriately.
335         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
336         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
337         * stdlib/on_exit.c: Adjust call to __new_exitfn.
338         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
340         * po/id.po: Update from translation team.
342 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
344         * po/ru.po: Update from translation team.
346 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
348         * po/nl.po: Update from translation team.
350 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
352         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
353         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
354         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
355         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
356         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
357         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
358         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
360         * po/pl.po: Update from translation team.
362 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
364         [BZ #7083]
365         * sysdeps/unix/sysv/linux/fallocate.c: New file.
366         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
367         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
368         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
369         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
370         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
371         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
372         for GLIBC_2.10.
373         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
374         Add fallocate and fallocate64.
376         * io/fcntl.h: Pretty printing.
378 2009-03-02  Richard Guenther  <rguenther@suse.de>
380         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
381         attribute also for non-C99 inline semantics variant.
383 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
385         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
386         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
387         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
388         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
390         Likewise.
391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
392         Likewise.
394 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
396         * po/cs.po: Update from translation team.
398 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
400         * po/bg.po: Update from translation team.
401         * po/sv.po: Likewise.
402         * po/fi.po: Likewise.
403         * po/vi.po: Likewise.
405 2009-02-27  Roland McGrath  <roland@redhat.com>
407         * Makeconfig (%.v.i): Depend on Makeconfig.
408         Exclude % lines from initial #-comment removal.
410 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
412         * po/ko.po: Update from translation team.
414 2009-02-26  Roland McGrath  <roland@redhat.com>
416         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
417         avoids unused warning.
419 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
420             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
422         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
423         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
424         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
425         and asm/user.h.  Include asm/ptrace.h.
426         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
427         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
428         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
429         Undefine.
430         (start_thread): Don't undefine.
431         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
432         Define.
434 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
436         * wctype/wctype.h: The *_l functions are in POSIX 2008.
437         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
438         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
439         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
440         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
441         200112L to 200809L.
442         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
443         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
444         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
445         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
446         _SC_THREAD_ROBUST_PRIO_PROTECT.
447         * posix/unistd.h: fexecve is in POSIX 2008.
448         * time/time.h: strftime_l is in POSIX 2008.
449         * io/sys/stat.h: futimens is in POSIX 2008.
450         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
451         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
452         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
453         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
454         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
455         open_memstream, and vdprintf are in POSIX 2008.
457 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
459         * include/features.h: Define macros for XPG7/POSIX 2008.
460         * ctype/ctype.h: The *_l functions are in POSIX 2008.
461         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
462         POSIX 2008.
463         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
464         * locale/xlocale.h: Define locale_t type.
465         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
466         in POSIX 2008.  Don't define locale_t here.
467         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
468         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
469         UTIME_OMIT only with __USE_ATFILE.
470         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
471         * stdio-common/psiginfo.c: New file.
472         * stdio-common/psiginfo-data.h: New file.
473         * stdio-common/psiginfo-define.h: New file.
474         * stdio-common/Makefile (routines): Add psiginfo.
475         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
476         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
477         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
478         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
479         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
480         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
481         * io/sys/stat.h: Move mknodat definition into same conditional as
482         mknod.
483         * time/sys/time.h: futimesat is not among the functions accepted
484         into the POSIX standard.
486         * include/features.h: If no feature selection given and we select
487         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
488         * posix/Versions: Export __posix_getopt.
489         * posix/getopt.c (_getopt_initialize): Take additional parameter.
490         Use it to alternatively initialize __posixly_correct.
491         (_getopt_internal_r): Take addition parameter.  Pass on to
492         _getopt_initialize.
493         (_getopt_internal): Take addition parameter.  Pass on to
494         _getopt_internal_r.
495         (getopt): Pass additional zero to _getopt_internal.
496         (__posix_getopt): New function.
497         * posix/getopt.h: Add redirection for getopt.
498         * posix/getopt1.c (getopt_long): Pass additional zero to
499         _getopt_internal.
500         (getopt_long_only): Likewise.
501         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
502         (_getopt_long_only_r): Likewise.
503         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
504         _getopt_internal_r.
506 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
508         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
509         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
510         * sysdeps/posix/sysconf.c (__sysconf): Handle
511         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
512         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
514 2009-02-24  Roland McGrath  <roland@redhat.com>
516         [BZ #9895]
517         * README.template: Reworded not to use substituted version number.
518         Renamed to ...
519         * README: ... here (no longer generated).
520         * Makefile (README): Target removed.
522 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
524         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
525         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
526         instead.
528         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
530         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
532 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
534         * po/bg.po: Update from translation team.
536 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
538         * stdlib/monetary.h: Uglify function parameter names.
539         * sunrpc/rpc/pmap_clnt.h: Likewise.
540         * sunrpc/rpc/svc.h: Likewise.
541         * sunrpc/rpc/xdr.h: Likewise.
542         * sunrpc/rpc/clnt.h: Likewise.
543         * resolv/netdb.h: Likewise.
544         * resolv/arpa/nameser.h: Likewise.
545         * resolv/resolv.h: Likewise.
546         * argp/argp.h: Likewise.
547         * locale/langinfo.h: Likewise.
548         * io/sys/stat.h: Likewise.
549         * posix/spawn.h: Likewise.
550         * nis/rpcsvc/nislib.h: Likewise.
551         * malloc/obstack.h: Likewise.
552         * sysdeps/ia64/bits/link.h: Likewise.
553         * sysdeps/i386/bits/link.h: Likewise.
554         * sysdeps/s390/bits/link.h: Likewise.
555         * sysdeps/powerpc/bits/link.h: Likewise.
556         * sysdeps/x86_64/bits/link.h: Likewise.
557         * sysdeps/sparc/bits/link.h: Likewise.
558         * sysdeps/sh/bits/link.h: Likewise.
559         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
560         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
561         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
562         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
564 2008-12-01  Fredrik Unger  <fred@tree.se>
566         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
567         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
568         _FP_UNPACK_RAW_2, fix up first argument.
570 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
572         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
573         (GET_NPROCS_PARSER): Change parameters and use next_line.
574         (__get_nprocs): Rewrite to not use stdio routines.
575         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
576         Change parameters and use next_line.
578 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
580         [BZ #5381]
581         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
582         Change mempool_alloc prototype.
583         * nscd/mem.c (gc): Don't handle mem_in_flight.
584         (mempool_alloc): Third parameter now only indicates whether this is the
585         first call (to allocate data) or not.  If it is, get db rdlock.
586         Release it on error.  Don't handle mem_in_flight.
587         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
588         Adjust third parameter of mempool_alloc calls.
589         Nothing to do here in case mempool_alloc fails.
590         Avoid local variable shadowing parameter.  No need to get db rdlock
591         before calling cache_add.
592         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
593         no mem_in_flight array anymore.
594         * nscd/connections.c: Remove definition and handling of mem_in_flight.
595         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
596         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
597         in case mempool_alloc fails. No need to get db rdlock before calling
598         cache_add.
599         * nscd/hstcache.c (cache_addhst): Likewise.
600         * nscd/initgrcache.c (addinitgroupsX): Likewise.
601         * nscd/servicescache.c (cache_addserv): Likewise.
602         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
604 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
606         * po/lt.po: Update from translation team.
608 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
610         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
611         defined, allow additional data to be added using the optional
612         MORE_ELF_HEADER_DATA macro.
613         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
614         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
616 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
618         * include/atomic.h: Define catomic_and if not already defined.
619         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
620         * sysdeps/i386/i486/bits/atomic.h: Likewise.
622 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
624         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
625         Change all callers.
626         (_int_realloc): Likewise.  Third argument is now padded size
627         All _int_* functions are now static.
629         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
630         * malloc/arena.c: Likewise.
631         * include/malloc.h: Remove now unnecessary declarations of the _int_*
632         functions.
634         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
635         easily.
637         * malloc/malloc.c: Add branch prediction for use of the hooks.
639         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
641 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
643         [BZ #7095]
644         * bits/confname.h: Add SUSv7 macros for getconf environments.
645         * bits/environments.h: Likewise.
646         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
647         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
648         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
649         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
650         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
651         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
652         * posix/getconf.c: Likewise.
653         * posix/sysconf.c: Likewise.
654         * sysdeps/posix/sysconf.c: Likewise.
655         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
656         environments.
658 2009-01-16  Petr Baudis  <pasky@suse.cz>
660         [BZ #9753]
661         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
662         even if we currently have zero nscount.
664 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
666         [BZ #9781]
667         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
668         the input line is too long.
670         * po/Makefile (libc.pot): Add f_print as function taking c-format
671         parameter.
673         * debug/xtrace.sh: Unify translatable messages.
674         * elf/ldd.bash.in: Likewise.
675         * elf/sprof.c: Likewise.
676         * locale/programs/locale.c: Likewise.
677         * malloc/memusage.sh: Likewise.
678         * nss/getent.c: Likewise.
680 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
682         * debug/pcprofiledump.c (print_version,
683         argp_program_version_hook): New function.
684         * elf/ldconfig.c (more_help): New function.
685         (argp): Use it.
686         * elf/sln.c (usage): New function.
687         (main): Support --help and --version.
688         * malloc/memusagestat.c (print_version): New function.
689         (argp_program_version_hook): New variable.
690         * nscd/nscd.c (more_help): New function.
691         (argp): Use it.
692         * posix/getconf.c (main): Send --version output to stdout.
693         Support --help.
694         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
695         arguments.  All callers changed.
696         (print_version): New function.
697         (parseargs): Support --help and --version.
698         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
699         changed.
700         (print_version): New function.
701         (main): Use getopt_long.  Support --help and --version.
702         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
703         --version.
705 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
707         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
708         (update_data): Fix handling of wrapping back
709         to the beginning of the buffer.
711         [BZ #9823]
712         * stdio-common/psignal.c (psignal): Fix test for empty string.
714 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
716         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
717         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
718         move _null_auth to .rodata.
720         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
721         value of 24.
723         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
725         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
726         today than when the original code was written.  Use larger
727         buffers.  This also makes it unnecessary to have stat information,
728         if this causes extra efforts.
729         (__opendir): In case O_DIRECTORY works, don't call fstat just for
730         __alloc_dir.
732 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
734         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
735         is set.
736         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
737         * sysdeps/sh/sh4/__longjmp.S: Likewise.
738         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
739         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
740         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
741         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
743 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
745         * po/ru.po: Update from translation team.
747 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
749         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
750         Add _tid slot to maintain consistency with kernel.
752 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
754         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
755         incomplete characters at end of input buffer.
756         * libio/Makefile (tests): Add tst-fgetwc.
757         * libio/tst-fgetwc.c: New file.
758         * libio/tst-fgetwc.input: New file.
760 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
762         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
764 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
766         [BZ #9793]
767         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
768         *OUTBUFSTART unless the whole output fit into the buffer.
769         * iconv/Makefile (tests): Add tst-iconv4.
770         * iconv/tst-iconv4.c: New file.
772 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
774         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
775         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
777 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
779         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
780         newer linker scripts.
782 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
784         [BZ #7040]
785         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
786         inotify_rm_watch should have type int.
788 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
790         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
791         Make aligned_restore_vmx a local symbol.
792         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
793         Likewise.
795 2009-01-30  Andreas Jaeger  <aj@suse.de>
797         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
798         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
799         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
800         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
801         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
802         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
803         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
805 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
807         [BZ #9726]
808         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
809         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
811 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
813         [BZ #9726]
814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
815         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
817         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
819 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
821         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
822         memcpy instead of memcmp.
823         (_dl_setup_pointer_guard): Likewise.
825 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
827         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
828         manipulated brk, use malloc_printerr.
829         * misc/sbrk.c (__sbrk): Better error handling for nonsense
830         requests.
832 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
834         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
835         rindex): For C++ add inlines so that they can be recognized as
836         builtins.
837         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
839 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
840             Jakub Jelinek  <jakub@redhat.com>
842         * string/string.h: Define correct C++ prototypes for gcc 4.4.
843         * wcsmbs/wchar.h: Likewise.
845 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
847         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
848         (stackinfo_sub_sp): Define.
850 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
852         [BZ #9750]
853         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
854         * include/alloca.h (alloca_account): Define.
855         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
856         (stackinfo_sub_sp): Define.
858         * nscd/connections.c (nscd_init): If database file access fails
859         check whether this is due to permission problems and bail in that
860         case.
862         [BZ #9741]
863         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
864         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
866 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
868         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
869         Add "t" to clobber list.
870         (INTERNAL_SYSCALL_NCS): Likewise.
872 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
874         * nss/getent.c (print_networks): Don't print comma between aliases.
876 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
878         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
880         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
881         the hash table.
882         * misc/Makefile (tests): Add bug-hsearch1.
883         * misc/bug-hsearch1.c: New file.
885 2009-01-22  Roland McGrath  <roland@redhat.com>
887         * Makeconfig (%.v.i): Strip trailing # comments,
888         not only whole-line comments.
890 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
892         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
893         one parameter.  If non-NULL use it to initialize return value.
894         (_dl_setup_pointer_guard): New function.
895         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
896         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
897         * elf/rtld.c (security_init): Pass _dl_random to
898         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
899         pointer_chk_guard.
900         * elf/dl-sysdep.c (_dl_random): New variable.
901         (_dl_sysdep_start): Handle AT_RANDOM.
902         (_dl_show_auxv): Likewise.
903         * elf/dl-support.c (_dl_random): New variable.
904         (_dl_aux_init): Handle AT_RANDOM.
905         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
906         to _dl_setup_stack_chk_guard.
908         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
910 2009-01-10  Roland McGrath  <roland@redhat.com>
912         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
914 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
916         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
918         [BZ #9706]
919         * nss/nss_files/files-parse.c (strtou32): New function.
920         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
921         across 32-bit and 64-bit platforms.
922         (INT_FIELD_MAYBE_NULL): Likewise.
924 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
926         [BZ #9720]
927         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
928         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
929         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
930         Likewise.
932 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
934         [BZ #697]
935         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
936         being NULL also if there are no backreferences.
937         * posix/rxspencer/tests: Add testcases.
939 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
941         [BZ #9697]
942         * posix/bug-regex17.c: Add testcases.
943         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
944         handling.
946 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
948         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
949         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
950         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
951         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
952         for elf subdir.
953         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
954         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
955         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
956         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
957         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
958         * sysdeps/unix/sysv/linux/s390/Versions: New file.
960 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
962         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
963         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
964         re_string_skip_chars, re_string_reconstruct): Likewise.
965         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
967 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
969         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
970         adjust the buffer alignment.
972 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
974         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
975         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
976         net/route.h.
978         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
979         flavor to description only when flavor is not NULL.
981         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
982         mutex after SIGIO/SIGURG lookup loop.
984 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
986         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
988 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
990         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
991         handling.
993 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
995         * sysdeps/unix/sysv/linux/kernel-features.h
996         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
998         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
999         if no output is written.
1001         * version.h: Bump to 2.10 development.
1003         * posix/getconf.c: Update copyright year.
1004         * nss/getent.c: Likewise.
1005         * iconv/iconvconfig.c: Likewise.
1006         * iconv/iconv_prog.c: Likewise.
1007         * elf/ldconfig.c: Likewise.
1008         * catgets/gencat.c: Likewise.
1009         * csu/version.c: Likewise.
1010         * elf/ldd.bash.in: Likewise.
1011         * elf/sprof.c (print_version): Likewise.
1012         * locale/programs/locale.c: Likewise.
1013         * locale/programs/localedef.c: Likewise.
1014         * nscd/nscd.c (print_version): Likewise.
1015         * debug/xtrace.sh: Likewise.
1016         * malloc/memusage.sh: Likewise.
1017         * malloc/mtrace.pl: Likewise.
1018         * debug/catchsegv.sh: Likewise.
1020 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1022         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1023         script.
1025 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1027         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1028         gethostbyname4_r function call succeeded, just leave the loop.
1030         [BZ #9694]
1031         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1032         very end.
1033         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1034         * wctype/Makefile (tests): Add bug-wctypeh.
1035         * wctype/bug-wctypeh.c: New file.
1037         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1038         LOCALDOMAIN is defined.
1039         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1041         * sysdeps/x86_64/bits/select.h: New file.
1043         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1045 2008-12-21  Bruno Haible  <bruno@clisp.org>
1047         [BZ #9677]
1048         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1049         if no output is written.
1051 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1053         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1054         libc internal symbol __dup2 to avoid access through the PLT.
1056 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1058         [BZ #6545]
1059         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1060         available only for __USE_GNU.
1062         * inet/Makefile (tests): Add tst-getni2.
1063         * inet/tst-getni2.c: New file.
1065         [BZ #7080]
1066         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1067         NULL when NI_NAMEREQD is set.
1068         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1069         * inet/Makefile (tests): Add tst-getni1.
1070         * inet/tst-getni1.c: New file.
1072 2008-12-03  Petr Baudis  <pasky@suse.cz>
1074         [BZ #7067]
1075         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1076         instead of prune_lock.
1077         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1078         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1080 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1082         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1083         use.
1085         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1086         handling.
1088         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1089         after reading name server list.
1091         [BZ #7058]
1092         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1093         handling for host name aliases.
1095 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1097         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1098         instead of doing things manually.
1100 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1102         * posix/regex_internal.h (build_wcs_upper_buffer):
1103         Return type is reg_error_t.
1105 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1107         * posix/globtest.sh: Use mktemp to create temporary file and
1108         directory.
1110         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1111         sets correctly.
1112         (__CPU_CLR_S): Likewise.
1113         (__CPU_ISSET_S): Likewise.
1115 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1116             Ulrich Drepper  <drepper@redhat.com>
1118         * scripts/firstversion.awk: Use custom comparison function to compare
1119         version numbers.
1120         * scripts/versions.awk: Use sort invocation which can handle
1121         multi-digit sub-version numbers.
1123 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1125         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1126         * locale/iso-639.def: Add Chhattisgarhi entry.
1128 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1130         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1131         ESRCH return value.
1132         (_nss_dns_gethostbyname4_r): Likewise.
1133         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1134         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1135         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1136         the no_data variable.
1138         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1139         information at the correct index.
1141         * socket/sys/socket.h: Declare accept4.
1142         * socket/accept4.c: New file.
1143         * sysdeps/unix/sysv/linux/accept4.c: New file.
1144         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1145         * socket/Makefile (routines): Add accept4.
1146         * socket/Versions: Export accept4 with version GLIBC_2.10.
1147         * socket/paccept.c: Removed.
1148         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1149         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1150         * Versions.def: Define GLIBC_2.10 for libc.
1151         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1153         * nscd/connections.c: Use accept4.
1155         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1157 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1159         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1160         flag already set.
1162         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1163         not exist.
1164         * stdlib/Makefile (tests): Add tst-unsetenv1.
1165         * stdlib/tst-unsetenv1.c: New file.
1167 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1169         * login/utmp_file.c (file_writable): New variable.
1170         (setutent_file): Don't try to open file for writing.
1171         (pututline_file): Before writing, make descriptor writable if
1172         necessary.
1174 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1176         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1177         to IPv4 or IPv6 if an interface has been found.
1179 2008-11-26  Roland McGrath  <roland@redhat.com>
1181         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1182         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1184         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1185         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1186         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1188         * elf/elf.h (NT_386_IOPERM): New macro.
1189         (NT_PPC_VSX): New macro.
1191 2008-11-25  Roland McGrath  <roland@redhat.com>
1193         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1194         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1195         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1196         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1197         Subdirectories moved to ports repository.
1198         * configure.in (base_machine): Remove alpha case.
1200 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1202         * sysdeps/mach/strerror_l.c: New file.
1204 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1206         [BZ #6411]
1207         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1208         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1209         magic numbers.
1210         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1211         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1212         (relax_fenv_state): Same as above.
1213         (FPSCR_29): Reserve bit in ISA 2.05.
1214         (FPSCR_NI): Provide define for compat.
1215         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1216         magic numbers.
1217         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1218         magic numbers.
1219         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1220         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1221         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1222         access to hwcap to account for hwcap size increase to uint64_t.
1223         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1224         Likewise.
1225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1226         (*setcontext): Likewise.
1227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1228         New file.
1229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1230         New file.
1231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1232         (*setcontext): dynamically select mtfsf insn based on
1233         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1234         increase to uint64_t.
1235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1236         (*swapcontext): dynamically select mtfsf insn based on
1237         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1238         increase to uint64_t.
1239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1240         New file.
1241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1242         New file.
1243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1244         (*setcontext): dynamically select mtfsf insn based on
1245         PPC_FEATURE_HAS_DFP.
1246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1247         (*swapcontext): dynamically select mtfsf insn based on
1248         PPC_FEATURE_HAS_DFP.
1250 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1252         * version.h: Bump for 2.9 release.
1253         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1255         [BZ #7029]
1256         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1257         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1258         all the rounding.
1260 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1262         [BZ #7009]
1263         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1264         unknown request types for now.
1266 2008-11-11  Roland McGrath  <roland@redhat.com>
1268         * sysdeps/x86_64/configure: New file.
1270         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1271         * configure: Regenerated.
1273 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1275         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1276         correct instruction to remove the stack frame.
1278 2008-11-03  Michael Matz  <matz@suse.de>
1280         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1281         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1283 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1285         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1286         Remove.
1288         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1289         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1290         of the thread variable instead of void *.
1291         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1292         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1293         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1294         __libc_tsd_define arguments.
1295         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1296         __libc_tsd_address arguments.  Remove union hack.
1297         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1298         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1299         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1300         Adjust __libc_tsd_{set,get} arguments.
1301         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1302         __libc_tsd_define arguments.
1303         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1304         arguments.
1305         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1306         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1307         (LOCALE): Adjust __libc_tsd_define arguments.
1308         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1309         arguments.
1310         (LOCALE): Adjust __libc_tsd_define arguments.
1311         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1312         arguments.
1313         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1314         arguments.
1316 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1318         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1319         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1321 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1323         [BZ #6966]
1324         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1326 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1327             Ulrich Drepper  <drepper@redhat.com>
1329         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1330         definition for GCC 3.1 and later.
1332 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1334         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1335         refetch dtv, as it might have changed.
1336         * elf/Makefile: Add rules to build and run tst-tls18.
1337         * elf/tst-tls18.c: New test.
1338         * elf/tst-tlsmod18a.c: New file.
1340 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1342         [BZ #6875]
1343         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1345 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1347         [BZ #6867]
1348         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1350         [BZ #6919]
1351         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1352         Fix length of copy operation.
1354 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1356         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1357         and fix its calling convention.
1359 2008-10-07  Andreas Schwab  <schwab@suse.de>
1361         [BZ #6942]
1362         * resolv/res_send.c (send_vc): Fix last change.
1363         (send_dg): Align here as well.
1365 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1367         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1368         return value in case rlimit is RLIM_INFINITY.
1370         [BZ #6947]
1371         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1372         for UL_SETFSIZE.
1373         * resource/Makefile (tests): Add bug-ulimit1.
1374         * resource/bug-ulimit1.c: New file.
1376         [BZ #6974]
1377         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1378         without dot.  Properly terminate the string with a null byte.
1379         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1381         [BZ #6980]
1382         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1383         negative sizees.
1384         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1385         negative __size.
1387         [BZ #6995]
1388         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1390 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1392         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1393         abort if there is no initgroups_dyn function.
1395         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1396         result if any of the queries really provided an answer.
1398 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1400         * po/lt.po: Update from translation team.
1402 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1404         * po/id.po: Update from translation team.
1406 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1408         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1409         Fix tests for existence of second reply.
1411 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1413         * po/id.po: New file.
1414         Contributed by the Indonesian translation team.
1416 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1418         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1419         initialization.
1421 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1423         * elf/Makefile: Add rules to build and run tst-tls17.
1424         * elf/tst-tls17.c: New test.
1425         * elf/tst-tlsmod17a.c: New file.
1426         * elf/tst-tlsmod17b.c: Likewise.
1428 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1430         * stdlib/divmod_1.c: Use correct type for dummy variable.
1431         * stdlib/mod_1.c: Likewise.
1433 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1435         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1437 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1439         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1440         __nonnull order for C++.
1441         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1442         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1444 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1446         * stdlib/longlong.h: Update from GCC.
1448 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1449             David S. Miller  <davem@davemloft.net>
1451         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1452         make sure any registers used with 64-bit 'branch-on-register'
1453         instructions have their top 32-bits clear.
1454         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1455         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1457 2008-09-18  Andreas Schwab  <schwab@suse.de>
1459         [BZ #6942]
1460         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1461         Properly handle partial reads.
1463 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1465         * elf/elf.h (STO_MIPS_PLT): New.
1466         (R_MIPS_COPY): New.
1467         (R_MIPS_JUMP_SLOT): New.
1468         (R_MIPS_NUM): Redefine to 128.
1469         (DT_MIPS_PLTGOT): New.
1470         (DT_MIPS_RWPLT): New.
1471         (DT_MIPS_NUM): Redefine to 0x35.
1473 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1475         * timezone/africa: Update from tzdata2008f.
1476         * timezone/asia: Likewise.
1477         * timezone/australasia: Likewise.
1478         * timezone/europe: Likewise.
1479         * timezone/leapseconds: Likewise.
1480         * timezone/northamerica: Likewise.
1481         * timezone/southamerica: Likewise.
1482         * timezone/zone.tab: Likewise.
1484 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1486         * nscd/connections.c: Disable use of paccept for now.
1488 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1490         * socket/Versions: Remove paccept export for GLIBC_2.9.
1491         * socket/Makefile (routines): Remove paccept.
1492         * socket/sys/socket.h: Remove paccept declaration.
1494         * po/sv.po: Update from translation team.
1496 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1498         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1499         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1501 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1503         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1504         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1506 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1508         * sunrpc/rpc/svc.h: Declare svcfd_create.
1509         Patch by Michael Solberg <msolberg@redhat.com>.
1511 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1512             Ulrich Drepper  <drepper@redhat.com>
1514         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1515         _int_valloc fails.
1516         (public_pVALLOc): Likewise.
1518 2008-09-02  Andreas Jaeger  <aj@suse.de>
1520         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1521         commit.
1523 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1525         [BZ #6860]
1526         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1528 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1530         * Makefile (check-data): Check data directory in add-ons.
1531         * elf/Makefile (check-data): Likewise.
1533 2008-08-18  Roland McGrath  <roland@redhat.com>
1535         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1536         * configure: Regenerated.
1537         * config.make.in (cflags-cpu): New substituted variable.
1538         (with-cpu): Variable removed.
1539         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1541 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1543         [BZ #6845]
1544         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1545         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1546         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1547         redundant.  Functions which call floating point assembler operations
1548         should go into a sysdeps powerpc/fpu directory.
1550 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1552         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1553         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1555 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1557         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1559         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1560         change related to AT_EXECFN.  We cannot use that string.
1561         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1562         _dl_execfn member.
1563         * elf/dl-support.c: Remove _dl_execfn variable.
1564         (_dl_aux_init): Remove handling of AT_EXECFN.
1565         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1566         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1568 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1570         [BZ #6544]
1571         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1572         byte gets added to writes and seeks from the end use the length of
1573         the buffer and not the currently terminating NUL byte.
1575         [BZ #6634]
1576         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1577         Set to true if locking failed.
1578         (getutid_r_file): Adjust caller.
1579         (pututline_file): Likewise.  Return NULL in this case.
1580         Patch mostly by halesh.s@gmail.com.
1582 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1584         [BZ #6589]
1585         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1586         Define.
1587         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1589 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1591         [BZ #6839]
1592         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1593         macro since it is now available in elf/dynamic-link.h.
1595 2008-08-12  Roland McGrath  <roland@frob.com>
1597         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1598         in case used outside of libc.
1599         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1601 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1603         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1604         directly instead of going through dn_comp.
1606 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1608         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1609         Fix asm constraints.
1611 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1613         [BZ #6790]
1614         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1615         (IPV6_PMTUDISC_PROBE): Likewise.
1617 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1619         [BZ #6791]
1620         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1622 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1623             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1625         [BZ #6817]
1626         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1627         Added the members 'vsx' and 'arch_2_06'.
1628         (_dl_powerpc_platforms): Add the member 'power7'.
1629         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1630         to reflect the changes required by VSX and ISA 2.06.
1631         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1632         'power7'.
1633         Defined PPC_PLATFORM_POWER7.
1634         (_dl_string_platform): Add support for POWER7.
1635         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1636         capability and ISA 2.06.
1638 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1640         [BZ #6824]
1641         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1642         macro to detect use of 128 bit long double.
1643         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1645 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1647         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1649         [BZ #5794]
1650         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1651         parameters.
1652         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1653         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1655 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1657         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1658         guaranteed to be large enough to read inotify event.  Ignore
1659         EAGAIN error.  Better error message.  Add branch predicition.
1660         (main_loop_epoll): Likewise.
1662 2008-08-02  Roland McGrath  <roland@frob.com>
1664         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1665         Add memory clobbers.
1667 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1669         * manual/arith.texi: Avoid @strong{Note:}.
1670         * manual/creature.texi: Likewise.
1671         * manual/filesys.texi: Likewise.
1672         * manual/math.texi: Likewise.
1673         * manual/memory.texi: Likewise.
1674         * manual/resource.texi: Likewise.
1675         * manual/syslog.texi: Likewise.
1676         * manual/time.texi: Likewise.
1678         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1679         to prevent warning.
1681 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1683         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1684         new epoll_create1 interface.
1685         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1686         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1687         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1689         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1690         (NS_GET32): Likewise.
1692         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1693         syscalls, too.
1695         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1696         use the AT_EXECFN value if it is no absolute path.
1697         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1698         __ASSUME_AT_EXECFN.
1700         * Versions.def: Add GLIBC_2.9 to libresolv.
1701         * include/resolv.h: Remove hidden proto declarations for __ns_*
1702         functions.  Add them for __dn_count_labels and __p_secstodate.
1703         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1704         Define ns_msg_getflags macro here.
1705         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1706         and __p_secstodate.
1707         * resolv/Versions: Export functions from <arpa/nameser.h> from
1708         libresolv in version GLIBC_2.9.
1709         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1710         hidden definitions.
1711         * resolv/ns_netint.c: Likewise.
1712         * resolv/ns_parse.c: Likewise.
1713         * resolv/ns_print.c: Likewise.
1714         * resolv/ns_samedomain.c: Likewise.
1715         * resolv/ns_ttl.c: Likewise.
1716         * resolv/arpa/nameser_compat.h: Likewise.
1717         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1718         function calls.
1719         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1720         instead of ns_get16.
1721         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1722         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1723         (gaih_getanswer_slice): Likewise.
1724         * resolv/Makefile (libresolv-routines): Add ns_date.
1725         * resolv/ns_date.c: New file.
1727         * elf/Makefile (check-localplt.out): Also check libresolv and
1728         libcrypt.
1730 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1732         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1733         __ASSUME_O_CLOEXEC.
1735 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1737         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1738         buffer passed to NSS functions.
1740         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1742         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1743         Define.
1745         * misc/syslog.c (openlog_internal): Fix compile problem.
1747 2008-07-28  Roland McGrath  <roland@redhat.com>
1749         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1751 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1753         * io/ftw.c (add_object): Remove inline to avoid warning.
1755         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1757         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1758         Use it instead of locally defined resplen2 variable.
1759         (res_nsend): Adjust for __libc_res_nsend interface change.
1760         (send_vc): Initialize *resplen2 if necessary.  Read length of
1761         package into an appropriately aligned variable.  Store converted length
1762         in new variable and use it appropriately.
1763         Add branch prediction help.
1764         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1765         and pass it on to __libc_res_nsend.  Adjust all callers.
1766         (__libc_res_nsearch): Likewise.
1767         (__libc_res_nqeurydomain): Likewise.
1768         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1769         change.
1770         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1771         Define resplen2 variable and pass it to __libc_res_nsearch and then
1772         to gaih_getanswer.
1773         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1774         Add branch prediction.
1775         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1776         (gaih_getanswer): Don't decode second slice if first one failed due
1777         to a too small buffer.  Don't let not found status of second
1778         decoder shadow results of the first.
1779         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1780         and __libc_res_nquery interface changes
1781         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1782         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1783         __libc_res_nsearch, and __libc_res_nsend.
1784         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1785         change.
1786         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1787         __libc_res_nsearch interface changes.
1789 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1791         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1793         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1794         file descriptors with close-on-exec set.
1795         (exec_comm_child): Fix the case where the write end of the pipe is
1796         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1798         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1799         * io/pipe2.c: Likewise.
1800         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1801         instead of __ASSUME_PACCEPT.
1802         * include/unistd.h: Declare __have_pipe2.
1803         * libio/iopopen.c: Implement "e" flag.
1804         * libio/Makefile (tests): Add tst-popen1.
1805         * libio/tst-popen1.c: New file.
1807         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1808         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1810 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1812         [BZ #6771]
1813         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1814         success call of _IO_SEEKOFF or calls which failed because the
1815         descriptor is for a pipe.
1817         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1818         magic number.
1820         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1822         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1823         F_SETFD use if we know fopen set the flag.
1825         * login/utmp_file.c (setutent_file): Minor optimization in case
1826         O_CLOEXEC is available.
1828 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1830         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1831         * elf/Makefile: Use pie-ccflag variable.
1832         * nscd/Makefile: Likewise.
1833         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1835 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1837         [BZ #6724]
1838         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1839         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1840         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1841         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1842         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1843         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1844         utmp32, utmpx32 and login32.
1845         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1846         versions of struct utmp functions to libc and libutil.
1847         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1848         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1849         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1850         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1851         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1852         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1853         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1854         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1855         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1856         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1857         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1858         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1859         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1860         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1861         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1862         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1863         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1864         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1865         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1866         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1867         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1868         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1870 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1872         * scripts/gen-as-const.awk: Generate more widely usable code by
1873         using 64-bit arithmetic.
1875         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1876         the same treatment as narrow output code in last patch.
1878         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1880         [BZ #6763]
1881         * elf/dl-load.c (local_strdup): Remove inline.
1882         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1883         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1884         part of the object.
1886         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1888 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1890         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1891         the new syscalls, too.
1893         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1894         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1896         [BZ #6698]
1897         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1898         parameter for end of buffer.  If temporary copy is too large use
1899         malloc.
1900         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1901         interface change.
1902         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1903         string rewrite when allocating buffer.
1905         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1906         syscalls, too.
1908         * nscd/connections.c (nscd_init): Clean up fcntl call.
1910         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1911         SOCK_NONBLOCK if possible.
1913         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1914         SOCK_CLOEXEC if available.
1916         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1917         __libc_clntudp_bufcreate_internal.
1918         * include/sys/socket.h: Declare __have_sock_cloexec.
1919         * socket/Makefile (aux): Add have_sock_cloexec.
1920         * socket/have_sock_cloexec.c: New file.
1921         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1922         __libc_clntudp_bufcreate.
1923         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1924         which takes an additional parameter.  Create socket with non-blocking
1925         mode and close-on-exec flag set, if wanted.
1926         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1927         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1928         instead of clntudp_create.  The socket has already the close-on-exec
1929         flag set if SOCK_CLOEXEC is defined.
1931 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1933         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1934         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1935         appropriate.
1936         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1937         non-blocking mode by using socket, paccept, and inotify_init1.
1939         * Versions.def (glibc): Add GLIBC_2.9.
1940         * io/Makefile (routines): Add dup3 and pipe2.
1941         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1942         * io/dup3.c: New file.
1943         * io/pipe2.c: New file.
1944         * posix/unistd.h: Declare dup3 and pipe2.
1945         * socket/Makefile (routines): Add paccept.
1946         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1947         * socket/paccept.c: New file.
1948         * socket/sys/socket.h: Declare paccept.
1949         * sysdeps/unix/syscalls.list: Add entry for dup3.
1950         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1951         epoll_create2 and inotify_init1.
1952         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1953         * sysdeps/unix/sysv/linux/paccept.c: New file.
1954         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1955         possible.
1956         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1957         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1958         inotify_init1, and pipe2 entries.
1959         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1960         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1961         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1962         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1963         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1964         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1965         SOCK_NONBLOCK.
1966         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1967         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1968         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1969         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1970         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1971         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1972         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1973         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1974         EPOLL_NONBLOCK.  Declare epoll_create2.
1975         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1976         EFD_NONBLOCK.
1977         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1978         IN_NONBLOCK.  Declare inotify_init1.
1979         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1980         SFD_NONBLOCK.
1981         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1982         TFD_NONBLOCK.
1984         * elf/elf.h: Define AT_EXECFN.
1985         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1986         LD_ORIGIN_PATH.
1987         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1988         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1989         if __ASSUME_AT_EXECFN is defined.
1990         (_dl_aux_init): Handle AT_EXECFN.
1991         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1992         for 2.6.27 and up.
1993         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1994         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1995         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1996         _dl_execfn if available and avoid compatibility code if
1997         __ASSUME_AT_EXECFN is defined.
1999         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2000         _dl_discover_osversion only for older kernels.
2002 2008-07-22  Roland McGrath  <roland@frob.com>
2004         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2006 2008-07-21  Roland McGrath  <roland@frob.com>
2008         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2009         returned too much data out of line.
2011 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2013         * locale/setlocale.c (setname): Remove inline to avoid compiler
2014         warning.
2016         [BZ #6712]
2017         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2019 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2021         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2022         doesn't manage to write anything, fail.
2024         * malloc/hooks.c (__malloc_check_init): Remove printf.
2026 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2028         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2030 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2032         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2033         from inotify.
2034         (main_loop_epoll): Likewise.
2036 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2038         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2040         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2041         if DEBUG is defined.
2043         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2044         query.  Adjust buffer size computation for padding.
2046 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2048         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2049         * stdio-common/tst-setvbuf1.c: New file.
2050         * stdio-common/tst-setvbuf1.expect: New file.
2052         [BZ #6719]
2053         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2054         when selecting fully-buffered stream.
2055         Patch by Wang Xin <wxinee@gmail.com>.
2057 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2059         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2060         (__open_2): New function.
2061         (__open64_2): New alias to __open_2.
2062         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2063         (__openat_2): New function.
2064         (__openat64_2): New alias to __openat_2.
2066 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2068         [BZ #6723]
2069         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2071 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2073         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2074         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2075         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2076         __hurd_dfail.
2077         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2078         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2079         * sysdeps/mach/hurd/send.c (__send): Likewise.
2080         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2081         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2083 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2085         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2086         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2087         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2088         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2089         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2090         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2092 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2094         [BZ #6657]
2095         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2096         of %EY.
2097         Patch by Petr Baudis.
2099 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2101         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2102         Patch by Peter Jones <pjones@redhat.com>.
2104 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2106         [BZ #6654]
2107         * stdlib/canonicalize.c (__realpath): readlink can write too much
2108         into the buffer on platforms without PATH_MAX.
2110 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2112         [BZ #6653]
2113         * posix/tst-regex.c (main): Rename to...
2114         (do_test): ... this. Remove cmdline option processing.
2115         (TIMEOUT): Define.
2116         (TEST_FUNCTION): Define.
2117         (CMDLINE_OPTIONS): Define.
2119 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2121         [BZ #5210]
2122         * configure.in: Add -Werror to -fstack-protector test to catch
2123         unsupported architectures.
2124         Patch by Gilles Esponasse <g.esp@free.fr>.
2126 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2128         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2129         getcontext returns ENOSYS.
2131 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2133         * nscd/connections.c (main_loop_poll): Fix test for read error.
2134         (main_loop_epoll): Likewise.
2136 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2138         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2139         better place so it is not called when nscd is used.
2141         * nscd/connections.c: Also recognize and handle changes to the
2142         resolver configuration file.
2144 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2146         * time/strftime.c: Pass reference to tzset_called around to handle
2147         recursive calls.
2149         [BZ #6612]
2150         * time/strftime.c (__strftime_internal): Call tzset() only
2151         when printing timezone-dependent values.
2152         Based on a patch by Petr Baudis <pasky@suse.cz>.
2154         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2155         unconditionally use second gaih_getanswer_slice result.
2157         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2158         (getaddrinfo): RES must always be non-NULL.
2160 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2162         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2163         cr[34] registers.
2164         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2165         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2166         Likewise.
2167         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2168         register.
2170 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2172         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2173         fields.
2174         * nscd/connections.c (inotify_fd): New variable.
2175         (nscd_init): Try to open an inotify descriptor.
2176         If successful, watch files for databases using inotify instead of
2177         having prune threads stat the files.
2178         (nscd_run_prune): Recognize clear_cache flag being set and call
2179         prune_cache appropriately.
2180         (main_loop_poll): Add inotify descriptor to wait set and handle the
2181         reported changes.
2182         (main_loop_epoll): Likewise.
2183         * nscd/cache.c (prune_cache): Don't stat files for databases if
2184         inotify is used.
2185         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2186         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2188         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2189         fixed-size portion of the record.
2190         * nscd/servicescache.c (cache_addserv): Likewise.
2191         * nscd/pwdcache.c (cache_addpw): Likewise.
2192         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2194 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2196         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2197         out we don't use uninitialized memory.
2199         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2200         the client.
2202 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2204         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2205         ignore T_DNAME messages.
2206         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2208 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2210         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2211         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2213 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2215         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2216         instead of portstr to nscd_getserv_r.  Patch by
2217         Roman Kagan <rkagan@mail.ru>.
2219 2008-05-26  Jim Meyering  <meyering@redhat.com>
2221         Remove more useless "if" tests before "free".
2222         * include/inline-hashtab.h (htab_delete): Likewise.
2223         * libio/freopen.c (freopen): Likewise.
2224         * libio/freopen64.c (freopen64): Likewise.
2225         * locale/programs/ld-collate.c (collate_read): Likewise.
2226         * misc/fstab.c (libc_freeres_fn): Likewise.
2227         * posix/glob.c (globfree): Likewise.
2229 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2231         * string/Makefile (strop-tests): Add memmem.
2232         * string/test-memmem.c: New file.
2233         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2234         (test_init): Size buf1 according to BUF1PAGES.
2236 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2238         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2239         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2240         (CFLAGS-scanf17.c): New.
2241         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2242         * stdio-common/scanf15.c (main): Likewise.
2243         * stdio-common/scanf16.c: New file.
2244         * stdio-common/scanf17.c: New file.
2246 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2248         * resolv/res_send.c (send_dg): If we already have one of two
2249         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2250         use the one answer insted of failing.
2252 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2254         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2255         being executed on PowerPC as the expected result exceeds IBM
2256         long double 128 __LDBL_MAX__.
2258 2008-05-21  Roland McGrath  <roland@redhat.com>
2260         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2262         * Makefile (check-data): Use $(abi-name) before other guesses.
2263         Look in $(add-ons) dirs before scripts/data/.
2264         * elf/Makefile (check-data): Likewise.
2266         * scripts/soversions.awk: Grok ABI line.
2267         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2268         Emit definition for abi-name variable.
2270 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2272         * string/endian.h: Define new fixed-size hto* and *toh macros only
2273         if [__USE_BSD].
2275         * iconvdata/Depend: Add localedata.
2277 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2279         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2281 2008-05-08  David S. Miller  <davem@davemloft.net>
2283         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2284         HIDDEN_JUMPTARGET.
2285         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2286         (__SYSCALL_CLOBBERS): Remove %g* registers.
2287         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2288         (__SYSCALL_CLOBBERS): Likewise.
2289         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2290         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2292 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2294         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2295         (CALL_ERRNO_LOCATION): Define.
2296         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2297         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2298         (CALL_ERRNO_LOCATION): Define.
2299         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2300         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2301         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2303 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2305         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2306         variable.
2308 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2310         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2311         (FIRST_FRAME_POINTER): Define.
2313 2008-05-09  David S. Miller  <davem@davemloft.net>
2315         * sysdeps/sparc/sparc64/backtrace.c: New file.
2317 2008-05-14  David S. Miller  <davem@davemloft.net>
2319         * sysdeps/sparc/machine-gmon.h: New file.
2320         * sysdeps/sparc/sparc-mcount.S: Likewise.
2321         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2322         sysdep_routines in gmon directory.
2324 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2326         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2328 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2330         * resolv/res_query.c (__libc_res_nquery): In case one of two
2331         answer was too short don't try to read that answer's header.
2333         * resolv/res_send.c (send_dg): In case of timeout and there are
2334         two queries and one has been answered, return value indicating
2335         success.
2337 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2339         * nscd/cache.c (cache_add): Take additional parameter specifying
2340         whether this is in response of a cache refill.  Check alignment
2341         of package data.  Revamp waking of pruning thread.
2342         (prune_cache): Small optimization.
2343         * nscd/nscd.h: Adjust cache_add prototypes.
2344         * nscd/aicache.c: Adjust cache_add calls.
2345         * nscd/grpcache.c: Likewise.
2346         * nscd/hstcache.c: Likewise.
2347         * nscd/initgrcache.c: Likewise.
2348         * nscd/pwdcache.c: Likewise.
2349         * nscd/servicescache.c: Likewise.
2350         * nscd/connections.c (restart): Really disable cache use before
2351         exec attempt.  If it fails, reenable cache.
2352         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2353         time to max to be able to notice concurrent cache additions.  Unlock
2354         prune_lock while performing gc.  Afterwards compute wakeup time with
2355         current wakeup_time value in mind.
2357 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2359         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2361         * nscd/mem.c (gc): Correctly determine highest used array element
2362         in mark.
2364         * nscd/mem.c (markrange): Add assert to check entries are all
2365         aligned.  Small cleanup in bitmap use.
2367         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2368         blockoff of type nscd_ssize_t.
2369         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2370         (mempoll_alloc): Record block offset and not address.
2372         * nscd/mem.c (gc): Fix test for stack overuse.
2374         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2375         more asserts.
2377         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2378         entry is available, believe it.
2380         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2381         no answers return NSS_STATUS_NOTFOUND.
2382         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2383         buffer does not have any content.
2385 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2387         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2389         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2390         lookup, don't assign canon unconditionally.
2392 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2394         * string/Makefile (distribute): Add str-two-way.h.
2396 2008-03-29  Eric Blake  <ebb9@byu.net>
2398         Rewrite string searches to O(n) rather than O(n^2).
2399         * string/str-two-way.h: New file.  For linear fixed-allocation
2400         string searching.
2401         * string/memmem.c: New implementation.
2402         * string/strstr.c: New implementation.
2403         * string/strcasestr.c: New implementation.
2405 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2407         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2408         opr.ctx_type.
2409         (calc_first): Initialize constraint field.
2410         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2411         Use search_duplicated_node to avoid loops.  Fix grammar.
2412         (duplicate_node): Merge constraint field for all node types.
2413         (calc_eclosure_iter): Look at constraint field for all node types.
2414         * posix/regex_internal.c (create_cd_newstate): Don't look at
2415         create_cd_newstate.
2417 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2419         [BZ #6428]
2420         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2422         [BZ #6442]
2423         * string/endian.h: Add macros for fixed-size endian conversion.
2424         * bits/byteswap.h: Allow inclusion from <endian.h>.
2425         * sysdeps/i386/bits/byteswap.h: Likewise.
2426         * sysdeps/ia64/bits/byteswap.h: Likewise.
2427         * sysdeps/s390/bits/byteswap.h: Likewise.
2428         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2429         * string/Makefile (tests): Add tst-endian.
2430         * string/tst-endian.c: New file.
2432         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2433         Patch by Reuben Thomas.
2435 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2437         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2439 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2441         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2443         [BZ #6461]
2444         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2445         Add missing braces.
2446         (BODY for __gconv_transform_internal_ascii): Likewise.
2448         [BZ #6472]
2449         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2450         to be treated like link-local addresses.
2451         (match_prefix): Don't treat IPv4 loopback address special when
2452         converting to v4 mapped addressed.
2454         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2455         if necessary.
2456         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2457         * posix/tst-rfc3484-2.c: Likewise.
2458         * posix/tst-rfc3484-3.c: Likewise.
2460         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2461         and SCTP.
2463         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2465         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2467         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2469 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2471         * po/lt.po: New file.  From Lituanian translation team.
2473 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2475         Introduce TLS descriptors for i386 and x86_64.
2476         * include/inline-hashtab.h: New file, copied from 2005's
2477         libiberty, with fix for memory leak imported afterwards by
2478         Glauber de Oliveira Costa.
2479         * elf/tlsdeschtab.h: New file.
2480         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2481         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2482         (CHECK_STATIC_TLS): Move to...
2483         * elf/dynamic-link.h: ... this file.
2484         (TRY_STATIC_TLS): New macro.
2485         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2486         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2487         R_386_TLS_DESC): Define.
2488         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2489         binutils.
2490         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2491         R_X86_64_TLSDESC): Define.
2492         (R_386_NUM, R_X86_64_NUM): Adjust.
2493         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2494         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2495         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2496         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2497         release tlsdesc_table.
2498         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2499         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2500         (elf_machine_rel): Handle R_386_TLS_DESC.
2501         (elf_machine_rela): Likewise.
2502         (elf_machine_lazy_rel): Likewise.
2503         (elf_machine_lazy_rela): Likewise.
2504         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2505         * sysdeps/i386/dl-tlsdesc.S: New file.
2506         * sysdeps/i386/dl-tlsdesc.h: New file.
2507         * sysdeps/i386/tlsdesc.c: New file.
2508         * sysdeps/i386/tlsdesc.sym: New file.
2509         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2510         tlsdesc_table.
2511         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2512         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2513         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2514         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2515         release tlsdesc_table.
2516         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2517         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2518         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2519         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2520         (elf_machine_rela): Likewise.
2521         (elf_machine_lazy_rel): Likewise.
2522         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2523         (__tls_get_addr): Do not declare for non-shared compiles.
2524         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2525         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2526         * sysdeps/x86_64/tlsdesc.c: New file.
2527         * sysdeps/x86_64/tlsdesc.sym: New file.
2528         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2529         tlsdesc_table for both 32- and 64-bit structs.
2531 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2533         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2534         its own function.  This reduces the frame setup costs and more.
2536 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2538         [BZ #3406]
2539         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2540         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2542 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2544         * io/openat.c (__openat_2): Also pass fd to __openat.
2545         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2546         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2548         * string/tester.c (test_memcmp): Add a few more tests.
2549         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2551 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2553         * nscd/cache.c (cache_add): Before returning with failure and this
2554         is the first use of the record, mark it as unusable.
2555         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2556         reporting a failure.
2557         * nscd/grpcache.c: Likewise
2558         * nscd/hstcache.c: Likewise.
2559         * nscd/initgrcache.c: Likewise.
2560         * nscd/pwdcache.c: Likewise.
2561         * nscd/servicescache.c: Likewise.
2563 2008-05-10  Roland McGrath  <roland@redhat.com>
2565         [BZ #6505]
2566         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2568 2008-05-08  David S. Miller  <davem@davemloft.net>
2570         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2572         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2573         (__ieee754_y0l): Likewise.
2574         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2575         (__ieee754_y1l): Likewise.
2576         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2577         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2578         frexpl and ldexpl.  math_private.h provides them and the latter
2579         is not even used.
2580         (__log1pl): Use __frexpl.
2582 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2584         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2585         prototypes.
2586         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2587         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2588         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2589         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2590         af==AF_UNSPEC.
2591         (_nss_nis_gethostbyname4_r): New function.
2592         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2593         Change to also handle af==AF_UNSPEC.
2594         (get_tablename): New function.  Use it to avoid duplication.
2595         (_nss_nisplus_gethostbyname4_r): New function.
2596         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2597         available.
2598         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2599         * nss/nss.h: Define struct gaih_addrtuple.
2600         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2601         af==AF_UNSPEC.
2602         (_nss_files_gethostbyname4_r): New function.
2603         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2604         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2605         calls.
2606         * resolv/res_query.c (__libc_res_nquery): Take two additional
2607         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2608         look up IPv4 and IPv6.
2609         Change all callers.
2610         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2611         for an additional query and answer buffer.  Pass to send_vc and
2612         send_dg.
2613         (send_vc): Send possibly two requests and receive two answers.
2614         (send_dg): Likewise.
2615         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2616         __libc_res_nquery.
2617         (_nss_dns_gethostbyname4_r): New function.
2618         (gaih_getanswer_slice): Likewise.
2619         (gaih_getanswer): Likewise.
2620         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2621         __libc_res_nquery call.
2622         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2623         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2624         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2625         available.
2627 2008-05-05  David S. Miller  <davem@davemloft.net>
2629         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2630         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2632 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2634         Fix termios bit macros.
2635         Move *DLY definitions where they belong, in termios.h.
2636         Add *[0-3] definitions.
2637         Fixes confusion between VT and FF.
2638         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2639         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2640         are already defined to avoid collision with termios.h.
2641         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2642         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2643         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2644         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2645         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2646         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2647         VTDLY, VT0, VT1): New macros.
2648         [__USE_GNU] (OLCUC): Change value of macro.
2649         [__USE_XOPEN] (OFILL): New macro.
2650         [__USE_BSD] (CRTSCTS): Change value.
2651         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2652         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2653         (B7200, B14400, B28800, B76800): New macros.
2655 2008-05-01  David S. Miller  <davem@davemloft.net>
2657         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2658         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2659         (gen-as-const-headers): Add it.
2660         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2661         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2662         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2663         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2665         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2666         six system call parameters.
2667         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2669 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2671         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2672         RUSAGE_LWP.
2673         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2674         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2676 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2678         * stdlib/tst-setcontext.c: Include unistd.h.
2680 2008-04-25  David S. Miller  <davem@davemloft.net>
2682         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2683         Pass "union semun" properly in to sys_ipc, it must be passed
2684         by value, not by reference.
2686 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2688         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2689         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2690         * nscd/connections.c (mem_in_flight): Likewise.
2692         * nscd/nscd.h (dbs): Make hidden.
2694         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2695         Avoid returning -1, return 0 instead.
2697 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2699         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2701 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2703         [BZ #5209]
2704         * sysdeps/unix/sysv/linux/times.c: New file.
2706         [BZ #5381]
2707         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2708         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2709         prototype.
2710         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2711         appropriate mem_in_flight element.
2712         (gc): Take allocations which have not yet been committed to the
2713         database into account.
2714         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2715         Reset mem_in_flight before returning.
2716         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2717         cue it up in mem_in_flight_list.
2718         * nscd/aicache.c: Adjust mempool_alloc call.
2719         * nscd/grpcache.c: Likewise.
2720         * nscd/hstcache.c: Likewise.
2721         * nscd/initgrcache.c: Likewise.
2722         * nscd/pwdcache.c: Likewise.
2723         * nscd/servicescache.c: Likewise.
2724         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2725         of -fpie.
2727         * nscd/connections.c (handle_request): Provide better error message
2728         in case SELinux forbids the service.
2730         * version.h (VERSION): Bump to 2.8.90.
2732 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2734         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2736 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2738         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2739         Also use for 32-bit.
2740         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2741         __nextafter instead of nextafter to avoid local PLT.
2742         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2743         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2745         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2747         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2748         __fe_nomask_env.
2749         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2750         <fenv_libc.h> instead of <fenv.h>.
2751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2754         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2756         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2757         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2758         function from fegetexcept and make old name weak alias.
2759         * include/fenv.h: Declare __fegetexcept.
2760         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2761         fegetexcept.
2762         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2763         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2764         to fetestexcept.
2765         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2766         instead of frexpl to avoid local PLT.
2767         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2768         ilogbl to avoid local PLT.
2769         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2770         instead of ldexpl to avoid local PLT.
2771         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2772         __roundl not roundl to avoid local PLT.
2773         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2774         local PLTs.  Use __sincosl instead of separate sinl and cosl
2775         calls.
2776         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2778         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2779         version for ppc64 to 2.4.21 since without it makecontext will fail.
2781         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2782         to the ABI in use.
2783         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2784         .__tls_get_addr.
2785         [__powerpc64__] (TLS_GD): Likewise.
2787 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2789         [BZ #4997]
2790         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2791         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2792         mantissa.
2793         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2794         Likewise.  Also account for when x is an odd number between 2^52
2795         and 2^53-1.
2796         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2797         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2798         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2799         detect aforementioned erroneous conditions.
2801 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2803         * configure.in: Check for -fno-section-anchors in addition to
2804         -fno-toplevel-reorder.
2806 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2808         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2810         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2811         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2812         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2813         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2814         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2815         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2817 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2819         [BZ #5443]
2820         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2821         * time/alt_digit.c: Likewise.
2822         * wcsmbs/wcsmbsload.c: Likewise.
2824 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2826         * version.h (VERSION): Bump to 2.8.
2828         * timzeone/asia: Update from tzdata2008b.
2829         * timezone/backward: Likewise.
2830         * timezone/europe: Likewise.
2831         * timezone/northamerica: Likewise.
2832         * timezone/southamerica: Likewise.
2833         * timezone/iso3166.tab: Likewise.
2834         * timezone/leapseconds: Likewise.
2835         * timezone/zone.tab: Likewise.
2836         * timezone/private.h: Update from tzcode2008a.
2837         * timezone/zdump.c: Likewise.
2838         * timezone/zic.c: Likewise.
2840 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2842         [BZ #5741]
2843         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2844         Define additonal Data Cache Block instruction macros.
2845         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2846         Replace dcbst with dcbf and sync with sync/isync.
2848 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2850         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2851         Always set ELF_RTYPE_CLASS_PLT.
2852         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2854 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2856         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2857         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2858         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2859         For ISA 2.01 and later replace mftb with mfspr 268.
2861 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2863         [BZ #5768]
2864         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2865         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2867 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2869         [BZ #5768]
2870         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2871         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2872         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2873         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2875 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2877         * stdlib/tst-makecontext.c (othervar): New variable.
2878         (cf): Test sign extending the argument to long.
2880 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2882         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2883         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2884         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2885         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2886         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2887         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2888         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2890 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2892         * elf/Makefile (tests): Substitute tests-vis-yes here.
2893         (tests-vis-yes): Delete.
2894         (modules-name, modules-vis-yes): Similarly.
2896 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2898         [BZ #4407]
2899         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2900         Preserve sign in signgamp when x is zero.
2902 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2904         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2905         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2906         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2907         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2908         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2909         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2911 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2913         [BZ #4314]
2914         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2915         buffers.
2917         [BZ #5209]
2918         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2919         a reserved error value.
2921         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2922         value to check for correct sign extension.
2924         [BZ #5436]
2925         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2926         Copy 64-bit parameter values even though this is not required in
2927         the standard.
2929         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2930         PC save.
2932 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2934         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2935         PC save.
2937 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2939         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2941 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2943         [BZ #5998]
2944         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2945         in line-buffered stream failed.
2946         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2948 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2950         [BZ #6024]
2951         * scripts/abi-versions.awk: If the version specified by
2952         --enable-oldest-abi is older than the first version for this
2953         architecture, use the default version.
2955         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2956         as well when ignoring the whole category.
2958 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2960         [BZ #6042]
2961         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2962         ETHERTYPE_* definitions.
2963         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2965 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2967         * stdlib/mbtowc.c (__no_r_state): Remove.
2968         (mbtowc): New static state variable.  Use it instead of
2969         __no_r_state.
2970         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2971         (__wctomb_state): New hidden variable.
2972         (wctomb): Use __wctomb_state instead of __no_r_state.
2973         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2974         (__wctomb_state): New extern decl.
2975         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2977 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2979         [BZ #5475]
2980         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2982 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2984         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2986 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2988         * po/nl.po: Update from translation team.
2990 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2992         [BZ #6007]
2993         * string/strfry.c: Handle empty strings again.
2995 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2997         [BZ #5443]
2998         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2999         before looking for translation.
3000         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3001         * locale/freelocale.c: Likewise.
3002         * locale/newlocale.c: Likewise.
3003         * locale/setlocale.c: Likewise.
3004         Based partially on a patch by ryo@np.css.fujitsu.com.
3006 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3008         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3009         acquiring wrlock.  Do conv_tab allocation while holding lock.
3010         * intl/Makefile: Add rules to build and run tst-gettext6.
3011         * intl/tst-gettext6.c: New test.
3012         * intl/tst-gettext6.sh: New file.
3014 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3016         * po/nl.po: Update from translation team.
3018         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3019         provided through st_blksize, try the default size before giving up.
3021 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3023         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3025         [BZ #5939]
3026         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3028         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3029         error message.  POSIX today does not require the messages to be in
3030         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3032         [BZ #5979]
3033         * sunrpc/auth_unix.c: Unify printed strings.
3034         * sunrpc/clnt_tcp.c: Likewise.
3035         * sunrpc/clnt_udp.c: Likewise.
3036         * sunrpc/clnt_unix.c: Likewise.
3037         * sunrpc/svc_tcp.c: Likewise.
3038         * sunrpc/svc_udp.c: Likewise.
3039         * sunrpc/svc_unix.c: Likewise.
3040         * sunrpc/xdr.c: Likewise.
3041         * sunrpc/xdr_array.c: Likewise.
3042         * sunrpc/xdr_rec.c: Likewise.
3043         * sunrpc/xdr_ref.c: Likewise.
3044         * locale/programs/ld-time.c (time_finish): Unify messages.
3045         * locale/programs/locfile.c (handle_copy): Fix typo.
3046         * nscd/nscd.c (options): Fix typo.
3048         [BZ #5995]
3049         * stdlib/strtod_l.c: Use correct sign for result in one more
3050         underflow case.
3051         Patch by Eric Blake <ebb9@byu.net>.
3053 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3055         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3056         and creat system calls.
3057         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3058         call.
3059         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3060         system calls.
3061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3062         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3063         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3065 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3067         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3068         <linux/limits.h> has defined it.
3069         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3070         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3071         headers.
3072         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3073         it instead of ARG_MAX.
3075 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3077         * posix/gai.conf: Fix comment for scope nullbits.
3078         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3079         default to 128 bits for v4 mapped addresses.
3081 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3083         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3084         ptrace call to get the ieee_instruction_pointer from the kernel.
3085         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3086         ptrace call to set the ieee_instructtion_pointer.
3087         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3088         Add comment that ieee_instruction_pointer is always 0.
3090 2008-03-09  Andreas Jaeger  <aj@suse.de>
3092         [BZ #5857]
3093         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3094         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3095         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3097         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3098         (rint_test): Likewise.
3100 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3102         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3103         call.
3104         (__nisfind_server): Similar for open readColdStartFile call.
3105         Patch partially by Jim Meyering.
3106         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3107         around internal_setent call.
3109         * po/vi.po: New Vietnamese translation.
3111         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3112         ADJ_OFFSET_SS_READ.
3114         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3115         remove CLONE_STOPPED.
3117 2008-02-10  Jim Meyering  <meyering@redhat.com>
3119         Remove useless "if" before "free":
3120         * elf/ldconfig.c (parse_conf_include): Likewise.
3121         * gmon/gmon.c (weak_alias): Likewise.
3122         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3123         * inet/rcmd.c (__validuser2_sa): Likewise.
3124         * intl/bindtextdom.c (set_binding_values): Likewise.
3125         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3126         * libio/genops.c (save_for_backup): Likewise.
3127         * libio/wgenops.c (save_for_wbackup): Likewise.
3128         * locale/programs/ld-collate.c (collate_read): Likewise.
3129         * locale/programs/linereader.c (get_string): Likewise.
3130         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3131         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3132         * resolv/res_debug.c (do_section): Likewise.
3133         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3134         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3135         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3136         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3137         * time/tzset.c (tzset_internal): Likewise.
3139 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3141         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3142         of ASSEMBLER.
3144 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3146         [BZ #5903]
3147         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3148         not stream for output file.  Open output file here.
3149         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3150         and output file name.
3151         (process_fd): Likewise.
3152         (process_file): Likewise.
3153         (main): Adjust callers of changed functions.
3154         * iconv/iconv_prog.h: Adjust prototype.
3156 2008-03-09  Andreas Jaeger  <aj@suse.de>
3158         [BZ #5753]
3159         * sysdeps/ia64/ieee754.h: Use protected namespace
3160         __BIG_ENDIAN/__LITTLE_ENDIAN.
3161         * sysdeps/ieee754/ieee754.h: Likewise.
3162         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3164 2008-03-08  Roland McGrath  <roland@frob.com>
3166         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3167         ignore a signal that came from a machine exception, treat it as a
3168         fatal core-dump signal instead.
3169         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3171         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3172         Clear DF bit in thread state's eflags.
3173         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3175 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3177         [BZ #5774]
3178         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3179         of NAN(...) sequence.
3180         * stdlib/Makefile (tests): Add tst-strtod6.
3181         * stdlib/tst-strtod6.c: New file.
3183         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3185         [BZ #5762]
3186         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3187         putting offending option character in quotes.  Clean up error
3188         messages.
3189         * po/be.po: Adjust msgstr in translation file.
3190         * po/bg.po: Likewise.
3191         * po/ca.po: Likewise.
3192         * po/cs.po: Likewise.
3193         * po/da.po: Likewise.
3194         * po/de.po: Likewise.
3195         * po/es.po: Likewise.
3196         * po/fr.po: Likewise.
3197         * po/hr.po: Likewise.
3198         * po/ko.po: Likewise.
3199         * po/nl.po: Likewise.
3200         * po/rw.po: Likewise.
3201         * po/sk.po: Likewise.
3202         * po/sv.po: Likewise.
3203         * po/tr.po: Likewise.
3204         * po/zh_CN.po: Likewise.
3205         * po/zh_TW.po: Likewise.
3207         [BZ #5760]
3208         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3209         Patch by Roland Bless <roland@bless.de>.
3211         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3212         .o file.
3213         * elf/Makefile (routines): Add dl-sysdep.
3214         (elide-routines.os): Likewise.
3216 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3218         [BZ #5786]
3219         * elf/dl-sysdep.c: Undefine ROUND after use.
3220         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3221         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3222         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3223         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3224         to ...
3225         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3226         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3227         if necessary.
3228         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3230         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3231         _dl_tls_get_addr_soft element.
3232         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3233         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3234         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3235         GLRO.
3236         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3237         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3238         of internal_function.
3240         * stdlib/Makefile (aux): Add tens_in_limb.
3241         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3242         * stdlib/tens_in_limb.c: ...here.  New file.
3244         [BZ #5778]
3245         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3246         __statfs_chown_restricted.
3247         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3248         for _PC_CHOWN_RESTRICTED.
3249         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3250         Implement __statfs_chown_restricted.
3251         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3252         _POSIX_CHOWN_RESTRICTED value to zero.
3253         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3254         defined to zero.
3256         * sysdeps/x86_64/rtld-memset.c: New file.
3258 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3260         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3262         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3263         Barcelona machine.  Make default fall through branch of
3264         __x86_64_preferred_memory_instruction check as the integer code path.
3266 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3268         * sysdeps/x86_64/cacheinfo.c
3269         (__x86_64_preferred_memory_instruction): New variable.
3270         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3272         * sysdeps/x86_64/memset.S: Rewrite.
3274 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3276         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3277         __obstack_printf_chk): New prototypes.
3278         (__vasprintf_chk, __vdprintf_chk,
3279         __obstack_vprintf_chk): Likewise.
3280         Add libc_hidden_proto.
3281         * libio/obprintf.c
3282         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3283         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3284         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3285         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3286         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3287         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3288         __obstack_vprintf_chk): New prototypes.
3289         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3290         obstack_vprintf): New inlines.
3291         * debug/dprintf_chk.c: New file.
3292         * debug/vdprintf_chk.c: New file.
3293         * debug/asprintf_chk.c: New file.
3294         * debug/vasprintf_chk.c: New file.
3295         * debug/obprintf_chk.c: New file.
3296         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3297         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3298         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3299         @@GLIBC_2.8.
3300         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3301         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3302         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3303         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3304         libc_hidden_proto.
3305         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3306         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3307         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3308         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3309         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3310         @@GLIBC_2.8.
3311         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3312         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3313         obstack_vprintf_chk.
3314         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3315         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3316         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3317         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3318         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3319         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3321 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3323         [BZ #5779]
3324         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3325         Patch by Roy Marples <roy@marples.name>.
3327         [BZ #5736]
3328         * malloc/malloc.c: Fix typo in comment.
3330         [BZ #5627]
3331         * locale/iso-639.def: Add Shuswap.
3333 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3335         [BZ #5790]
3336         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3337         overwrite *h_errnop/*errnop values from getanswer_r in case of
3338         failure.
3340 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3342         [BZ #5818]
3343         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3344         (verify_persistent_db): Remove one unnecessary test and add a new one
3345         for bad configuration.
3346         (nscd_init): Improve error reported when persistent database cannot
3347         be reused.
3348         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3349         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3350         .suggested_module and .max_db_size and case config file says the
3351         values are zero.
3352         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3354         [BZ #5854]
3355         * nis/ypclnt.c (yp_order): Fix handling of return value of
3356         do_ypcall_tr call.
3357         Patch by Jeff Moyer <jmoyer@redhat.com>.
3359         * po/fr.po: Update from translation team.
3361 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3362             Carlos O'Donell <carlos@systemhalted.org>
3364         [BZ #5012]
3365         * FAQ.in: Describe why glibc needs to be compiled with
3366         optimization.
3368 2008-02-19  Roland McGrath  <roland@redhat.com>
3370         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3372 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3374         [BZ #5737]
3375         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3376         __USE_MISC is defined.
3378 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3380         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3381         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3382         sys/timerfd.h.
3383         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3384         timerfd_gettime, timerfd_settime.
3385         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3386         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3388 2008-02-08  Roland McGrath  <roland@redhat.com>
3390         * elf/elf.h (NT_PPC_SPE): New macro.
3392 2008-02-06  Roland McGrath  <roland@redhat.com>
3394         * Makerules ($(common-objpfx)sysd-rules):
3395         Depend on $(sysdep-makeconfigs).
3397 2008-01-31  Roland McGrath  <roland@redhat.com>
3399         [BZ #5442]
3400         * configure.in: Use -print-file-name if it yields a directory,
3401         for each of include and include-fixed.
3402         * configure: Regenerated.
3404         * Makeconfig (sysd-rules-targets): New variable.
3405         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3406         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3408 2008-01-30  Roland McGrath  <roland@redhat.com>
3410         * manual/libc.texinfo: Update back-cover text.
3412         * elf/elf.h (NT_386_TLS): New macro.
3414 2008-01-29  Roland McGrath  <roland@redhat.com>
3416         * Makeconfig (sysd-rules-patterns): New variable.
3417         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3418         (check-inhibit-asm): New canned sequence, replaces ...
3419         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3420         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3421         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3422         (CFLAGS-rtld): Variable removed.
3424 2008-01-24  Roland McGrath  <roland@redhat.com>
3426         * configure.in: Let configure fragments set base_os.
3427         * configure: Regenerated.
3429 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3431         * po/ko.po: Update from translation team.
3433 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3435         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3437 2008-01-12  Andreas Jaeger  <aj@suse.de>
3439         [BZ #5040]
3440         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3441         Add EPOLLRDHUP.
3443 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3445         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3446         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3447         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3449 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3451         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3452         * elf/dl-close.c (_dl_close): Check for it.
3453         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3454         (_dl_allocate_static_tls): Likewise.
3455         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3456         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3457         to it.
3458         * elf/tst-tls16.c: New file.
3459         * elf/tst-tlsmod16a.c: New file.
3460         * elf/tst-tlsmod16b.c: New file.
3461         * elf/Makefile: Add rules to build and run tst-tls16.
3463 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3465         [BZ #5628]
3466         * bits/shm.h: Fix comment describing shmid_ds.
3467         * sysdeps/gnu/bits/shm.h: Likewise.
3468         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3469         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3470         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3472         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3473         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3474         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3475         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3476         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3478         [BZ #5607]
3479         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3480         prototypes.
3481         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3482         additional suffixes.
3483         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3484         Add optional functions mq_timedreceive and mq_timedsend.
3485         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3486         * conform/data/pthread.h-data: Fix prototype of
3487         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3488         * conform/data/semaphore.h-data: Allow time.h definitions.
3489         * conform/data/signal.h-data: Likewise.
3490         * conform/data/stdio.h-data: getw and putw are not required in v6.
3491         * conform/data/stdlib.h-data: Change setstate prototype.
3492         * conform/data/string.h-data: Fix strerror_r prototype.
3493         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3494         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3495         Fix readlink prototype.
3496         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3497         in6addr_loopback.
3498         * inet/netinet/in.h: Cleanup namespace.
3499         * posix/regex.h: Likewise.
3500         * resolv/netdb.h: Likewise.
3501         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3502         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3503         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3504         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3505         of names of in in6_addr.
3506         (default_precedence): Likewise.
3507         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3508         NULL definition.
3510 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3512         * conform/data/fmtmsg.h-data: Add missing allows.
3513         * conform/data/ftw.h-data: Likewise.
3514         * conform/data/inttypes.h-data: Likewise.
3515         * conform/data/math.h-data: Likewise.
3516         * conform/data/signal.h-data: Likewise.
3517         * conform/data/net/if.h-data: Likewise.
3518         * conform/data/netinet/in.h-data: Likewise.
3519         * conform/data/sys/socket.h-data: Likewise.
3521         [BZ #5614]
3522         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3523         (__strtok_r): Simplify.
3524         * string/tester.c (test_strtok_r): Add test case for futile search
3525         with single-character seach string.
3527 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3529         * po/ko.po: Update from translation team.
3531 2008-01-11  Andreas Jaeger  <aj@suse.de>
3533         [BZ #5600]
3534         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3535         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3536         kernel header.
3538 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3540         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3541         native interface lookup in all the relevant places.
3543 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3544             Ulrich Drepper  <drepper@redhat.com>
3546         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3547         field.  Use sockaddr_in6 for source_addr.
3548         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3549         (match_prefix): Likewise.
3550         (get_label): Likewise.
3551         (get_precedence): Likewise.
3552         (rfc3484_sort): Change to use indirect access to results array.
3553         Adjust to use of sockaddr_in6.  Replace service_order test with
3554         simple index comparison.
3555         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3556         service_order field.  Adjust qsort_t calls.  Access sorted result
3557         array indirectly through order array.
3558         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3559         * posix/tst-rfc3484-2.c: Likewise.
3560         * posix/tst-rfc3484-3.c: Likewise.
3562 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3564         [BZ #5541]
3565         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3566         pollfd structures.
3567         Patch by André Cruz.
3569         [BZ #5545]
3570         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3571         (clnt_spcreateerror): Likewise.
3573         [BZ #5553]
3574         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3575         (public_mEMALIGn): Likewise.
3576         Patch mostly by Daniel Jacobowitz.
3578 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3580         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3581         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3582         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3583         * stdlib/tst-makecontext2.c: New test.
3585 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3587         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3588         defined.
3589         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3590         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3591         transliteration hooks and REINIT_PARAMS afterwards.
3592         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3593         status.
3594         (REINIT_PARAMS): Define.
3595         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3596         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3597         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3598         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3599         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3600         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3601         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3602         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3603         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3604         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3605         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3606         * iconvdata/tst-iconv7.c: New test.
3608 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3610         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3612 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3614         [BZ #5112]
3615         * nscd/connections.c (restart): Fix condition.
3617 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3619         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3620         __ctype_toupper_loc): Add __THROW.
3622 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3624         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3625         recognition of interface family.
3627         * posix/getconf.c: Update copyright year.
3628         * nss/getent.c: Likewise.
3629         * iconv/iconvconfig.c: Likewise.
3630         * iconv/iconv_prog.c: Likewise.
3631         * elf/ldconfig.c: Likewise.
3632         * catgets/gencat.c: Likewise.
3633         * csu/version.c: Likewise.
3634         * elf/ldd.bash.in: Likewise.
3635         * elf/sprof.c (print_version): Likewise.
3636         * locale/programs/locale.c: Likewise.
3637         * locale/programs/localedef.c: Likewise.
3638         * nscd/nscd.c (print_version): Likewise.
3639         * debug/xtrace.sh: Likewise.
3640         * malloc/memusage.sh: Likewise.
3641         * malloc/mtrace.pl: Likewise.
3642         * debug/catchsegv.sh: Likewise.
3644 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3646         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3647         second lookup.
3649 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3651         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3652         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3654 2007-12-17  Roland McGrath  <roland@redhat.com>
3656         * inet/ether_line.c (ether_line): Remove unused variable.
3658 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3660         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3661         and winp.
3662         * login/openpty.c (openpty): Likewise.
3663         * login/pty.h (openpty, forkpty): Likewise.
3664         * manual/terminal.texi (openpty, forkpty): Likewise.
3666 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3668         * malloc/malloc.c (public_cALLOc): For arenas other than
3669         main_arena, count all bytes inside the mprotect_size range of the
3670         heap as uninitialized.
3672 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3674         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3675         executable stacks.
3677         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3678         mTRIm for all of them.
3679         (mTRIm): Additionally iterate over all free blocks and use madvise
3680         to free memory for all those blocks which contain at least one
3681         memory page.
3682         * malloc/tst-trim1.c: New file.
3683         * malloc/Makefile (tests): Add tst-trim1.
3685         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3687 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3689         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3690         First cast argument to long
3691         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3692         Return long.
3693         (__vdso_clock_gettime): Likewise.
3694         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3695         return long.
3697 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3699         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3700         * locale/nl_langinfo_l.c: Real implementation, copied from
3701         nl_langinfo.c.
3702         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3704 2007-12-01  Jim Meyering  <meyering@redhat.com>
3706         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3707         that would inhibit utf8-optimization of a regexp containing line-
3708         or buffer-anchors, e.g., `^', `$'.
3710 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3712         * time/bug-getdate1.c (do_test): Don't use century values which
3713         aren't valid on 32-bit systems.
3715 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3717         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3718         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3719         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3720         __strcat_g, __strncat_g): Add __asm__.
3722 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3724         [BZ #5477]
3725         * io/fchmodat.c: Fix typo in stub_warning use.
3726         Patch by Petr Salinger.
3728 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3730         * iconvdata/hp-thai8.c: New file.
3731         * iconvdata/Makefile: Add rules for hp-thai8.c.
3732         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3733         * iconvdata/gconv-modules: Likewise.
3735         [BZ #5464]
3736         * iconvdata/hp-greek8.c: New file.
3737         * iconvdata/Makefile: Add rules for hp-greek8.c.
3738         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3739         * iconvdata/gconv-modules: Likewise.
3741         [BZ #5463]
3742         * iconvdata/hp-turkish8.c: New file.
3743         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3744         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3745         * iconvdata/gconv-modules: Likewise.
3747         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3748         (shrink_heap): ... this new function.
3749         (heap_trim): Call shrink_heap instead of grow_heap.
3751         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3752         case don't call alloc_perturb.
3754 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3756         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3757         possible.
3758         * sysdeps/unix/sysv/linux/kernel-features.h
3759         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3760         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3762 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3764         [BZ #5424]
3765         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3766         * stdio-common/Makefile (tests): Add bug22.
3767         * stdio-common/bug22.c: New file.
3769         [BZ #5451]
3770         * time/getdate.c: Fix filling in default values.
3771         * time/bug-getdate1.c: New file.
3772         * time/Makefile: Add rules to build and run bug-getdate1.
3774         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3775         * iconvdata/ebcdic-es.c: Likewise.
3776         * iconvdata/ebcdic-es-a.c: Likewise.
3777         * iconvdata/ebcdic-uk.c: Likewise.
3778         * iconvdata/iso8859-16.c: Likewise.
3779         * iconvdata/viscii.c: Likewise.
3780         * iconvdata/iso8859-9e.c: Likewise.
3781         * iconvdata/Makefile: Adjust appropriately.
3783         [BZ #5428]
3784         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3785         __need_wint_t.
3787 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3789         [BZ #5427]
3790         * iconvdata/hp-roman9.c: New file.
3791         * iconvdata/Makefile: Add rules for hp-roman9.c.
3792         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3793         * iconvdata/gconv-modules: Likewise.
3795         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3796         * iconvdata/Makefile: Adjust appropriately.
3798         [BZ #5441]
3799         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3800         structure, it's allocated with alloca.
3801         * stdio-common/Makefile (tests): Add bug21.
3802         * stdio-common/bug21.c: New file.
3804 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3806         [BZ #5452]
3807         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3808         keyword for gcc's braced-groups.
3810 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3812         [BZ #5454]
3813         * inet/ether_line.c: Strip hostname of whitespaces.
3814         * inet/Makefile (tests): Add tst-ether_line.
3815         * inet/tst-ether_line.c: New file.
3817 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3819         [BZ #5439]
3820         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3822         [BZ #5435]
3823         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3825         * stdlib/tst-setcontext.c: Catch the case where the links gets
3826         messed up and we do not reach main again.
3828         * po/ca.po: Update from translation team.
3830 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3832         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3833         * posix/regex.h (REG_ENOSYS): Likewise.
3834         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3836 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3838         * nscd/nscd.h (MAX_STACK_USE): Define.
3839         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3840         (gc): Initialize stack_used based on allocation in prune_cache.
3841         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3842         Clear array before use.
3844         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3845         memory allocation failed.
3846         * nscd/hstcache.c (cache_addhst): Likewise.
3847         * nscd/grpcache.c (cache_addgr): Likewise.
3848         * nscd/servicescache.c (cache_addserv): Likewise.
3849         * nscd/pwdcache.c (cache_addpw): Likewise.
3850         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3852 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3855         and creat system calls.
3857         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3859 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3861         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3862         Add netiucv/iucv.h.
3863         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3864         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3865         protocol.
3866         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3867         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3868         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3870 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3872         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3873         strncat): Define as macros to avoid compile errors.
3875         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3876         creat entries.
3878 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3880         [BZ #5382]
3881         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3882         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3883         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3884         overflow it.
3885         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3887         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3888         Return zero in case the thread library is not NPTL.
3890         [BZ #5375]
3891         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3892         initializing interface list.
3894         [BZ #5378]
3895         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3896         use result of nss_getgrgid_r if nothing was found.  For other
3897         error return with a failure.
3898         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3900         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3901         macro name.
3903 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3905         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3906         (get_scope): For IPv4 scope, use scopes table.
3907         (fini): Free scopes table if necessary.
3908         (free_scopelist): New function.
3909         (scopecmp): New function.
3910         (gaiconf_init): Also handle scopev4 entries.
3911         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3912         * posix/tst-rfc3484-2.c (do_test): Likewise.
3913         * posix/gai.conf: Document scopev4 defaults.
3914         * posix/Makefile (tests): Add tst-rfc3484-3.
3915         * posix/tst-rfc3484-3.c: New file.
3917         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3918         Teredo tunnels.
3919         * posix/gai.conf: Update for current default tables.
3921 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3923         * po/tr.po: Update from translation team.
3925 2007-11-18  Roland McGrath  <roland@frob.com>
3927         * manual/arith.texi (Remainder Functions): Spelling fix.
3928         From Shaun Silk <genix@mysoul.com.au>.
3930         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3932 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3934         * po/zh_CN.po: Update from translation team.
3936         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3937         Add sys/signalfd.h and sys/eventfd.h.
3939 2007-11-15  Bruno Haible  <bruno@clisp.org>
3941         [BZ #5346]
3942         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3943         union.
3944         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3945         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3946         it needs only fixed stack space. Delay the initialization of
3947         msgid_len until it is needed.
3949 2007-11-15  Andreas Jaeger  <aj@suse.de>
3951         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3952         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3954 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3956         * po/ko.po: Update from translation team.
3958 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3960         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3961         significantly.  The device type is also part of the ifinfomsg data.
3963         * po/sv.po: Update from translation team.
3964         * po/nl.po: Likewise.
3966         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3967         to wake up in 24 hours.
3969         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3971 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3973         * po/cs.po: Update from translation team.
3974         * po/pl.po: Likewise.
3976         * include/ifaddrs.h: Remove in6ai_temporary.
3977         (struct in6addrinfo): Add index element.
3978         Declare __check_native.
3979         * inet/Makefile (aux): Add check_native.
3980         * sysdeps/unix/sysv/linux/check_native.c: New file.
3981         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3982         IFA_F_TEMPORARY.  Pass back ifa_index.
3983         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3984         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3985         call __check_native if necessary.
3986         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3987         to sort addresses.  Pass information about the results.
3988         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3989         of rfc3484_sort interface.
3990         * posix/tst-rfc3484-2.c: Likewise.
3992         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3993         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3994         for _quicksort.
3995         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3996         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3997         on as third parameter to compare function and _quicksort.
3998         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3999         to the compare function.
4000         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4001         * Versions.def: Add GLIBC_2.8 for libc.
4003         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4004         * posix/tst-rfc3484-2.c: Likewise.
4006         * include/kernel-features.h: Moved to...
4007         * sysdeps/mach/hurd/kernel-features.h: ...here.
4009 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4011         * sysdeps/i386/i586/memcpy_chk.S: New file.
4012         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4013         * sysdeps/i386/i586/memset_chk.S: Likewise.
4015 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4017         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4018         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4019         list of interfaces.  Also store prefix length.
4020         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4021         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4022         prefix if source and destination address are in the same subnet.
4023         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4024         Always look for matching record in in6ai list.
4025         Correct source_addr_len value for IPv6->IPv4 converted records.
4027 2007-11-11  Roland McGrath  <roland@frob.com>
4029         * include/kernel-features.h: New file.
4031 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4033         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4034         complications for 64-bit platforms.
4036         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4037         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4038         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4039         open64_2.
4040         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4041         entries.
4042         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4043         * sysdeps/wordsize-64/alphasort.c: New file.
4044         * sysdeps/wordsize-64/alphasort64.c: New file.
4045         * sysdeps/wordsize-64/fseeko.c: New file.
4046         * sysdeps/wordsize-64/fseeko64.c: New file.
4047         * sysdeps/wordsize-64/ftello.c: New file.
4048         * sysdeps/wordsize-64/ftello64.c: New file.
4049         * sysdeps/wordsize-64/ftw.c: New file.
4050         * sysdeps/wordsize-64/ftw64.c: New file.
4051         * sysdeps/wordsize-64/iofgetpos.c: New file.
4052         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4053         * sysdeps/wordsize-64/iofopen.c: New file.
4054         * sysdeps/wordsize-64/iofopen64.c: New file.
4055         * sysdeps/wordsize-64/iofsetpos.c: New file.
4056         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4057         * sysdeps/wordsize-64/lockf.c: New file.
4058         * sysdeps/wordsize-64/lockf64.c: New file.
4059         * sysdeps/wordsize-64/mkostemp.c: New file.
4060         * sysdeps/wordsize-64/mkostemp64.c: New file.
4061         * sysdeps/wordsize-64/mkstemp.c: New file.
4062         * sysdeps/wordsize-64/mkstemp64.c: New file.
4063         * sysdeps/wordsize-64/scandir.c: New file.
4064         * sysdeps/wordsize-64/scandir64.c: New file.
4065         * sysdeps/wordsize-64/tmpfile.c: New file.
4066         * sysdeps/wordsize-64/tmpfile64.c: New file.
4067         * sysdeps/wordsize-64/versionsort.c: New file.
4068         * sysdeps/wordsize-64/versionsort64.c: New file.
4069         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4070         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4071         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4072         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4073         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4074         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4075         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4076         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4077         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4078         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4079         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4080         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4082         * crypt/sha256-crypt.c: Fix a comment.
4083         * crypt/sha512-crypt.c: Likewise.
4085 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4087         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4089 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4091         [BZ #5277]
4092         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4093         because output buffer is too small break, don't loop.
4094         * iconvdata/Makefile (tests): Add bug-iconv6.
4095         * iconvdata/bug-iconv6.c: New file.
4097 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4099         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4100         with size_t type.
4101         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4102         size_t.  Add casts where needed.
4104         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4105         old headers, don't call avc_has_perm if we don't have the
4106         permission information.
4108 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4110         * elf/rtld.c (dl_main): Use the page size to find the map start.
4112 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4114         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4115         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4117         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4118         when the lookup call failed.
4120         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4121         Add prune_cond and wakeup_time.
4122         (CACHE_PRUNE_INTERNAL): Define.
4123         Update declarations of prune_cache and setup_thread.
4124         * nscd/connections.c (dbs): Update initializers.
4125         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4126         (nscd_init): Default number of threads is now 4.
4127         (invalidate_cache): Take lock before calling prune_cache.
4128         (handle_request): If SELinux forbids the request, say so.
4129         (readylist_cond): Use static initializer.
4130         (nscd_run_prune): New function.  Used only by pruning threads.
4131         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4132         here.
4133         (fd_ready): Update nscd_run reference.
4134         (start_threads): No need to initialize readylist_cond.
4135         Start pruning threads separately.
4136         * nscd/nscd_setup_thread.c: Change return value type to int and always
4137         return 0.
4138         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4139         to int and return nonzero value if we can use the TID address hack.
4140         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4141         the database is later than the new entry's timeout, update the
4142         wakeup time and wake the cleanup thread.
4143         (prune_cache): Return seconds the next entry in the database is still
4144         valid.  Remove locking for pruning here.
4145         * nscd/nscd.conf: Document default number of threads.
4147 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4149         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4150         stack is properly aligned for the target function.
4151         Correct unwind info.
4153         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4154         when using auditing libraries.
4156 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4158         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4159         _nss_dns_getnetbyaddr2_r.
4160         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4161         extra parameter to getanswer_r.
4162         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4163         _nss_dns_getnetbyaddr2_r.
4165         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4166         gethstbynm3_r.
4167         * nscd/gethstbynm2_r.c: Remove.
4168         * nscd/gethstbynm3_r.c: New file.
4169         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4170         __gethostbyaddr_r.
4171         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4172         __gethostbyaddr_r compatibility wrapper.
4173         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4174         determining timeout of entry.
4175         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4176         __gethostbyaddr2_r.
4177         (addhstbyX): Pass reference to variable for TTL to lookup and
4178         cache_addhst.
4179         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4180         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4181         and __nss_next2.  Remove __nss_services_lookup.
4182         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4183         Add compat wrapper.
4184         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4185         __nss_next2.
4186         * nss/getXXent_r.c: Likewise.
4187         * nss/getnssent_r.c: Likewise.
4188         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4189         does not exist in module, try the optional second name.
4190         (__nss_next2): New function.
4191         (__nss_next): Now wrapper around __nss_next2.
4192         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4193         Declare __nss_next2.
4194         Adjust definition of db_lookup_function type.
4195         * nss/service-lookup.c: Define NO_COMPAT.
4196         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4197         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4198         * inet/ether_ntoh.c: Likewise.
4199         * sunrpc/netname.c: Likewise.
4200         * sunrpc/publickey.c: Likewise.
4201         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4202         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4203         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4204         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4205         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4207         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4209         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4211 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4213         [BZ #5204]
4214         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4215         * crypt/sha512c-test.c: Likewise.
4217         [BZ #5225]
4218         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4219         to keep track of end of %[ format string element.
4220         * stdio-common/Makefile (tests): Add bug20.
4221         * stdio-common/bug20.c: New file.
4223         [BZ #5222]
4224         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4225         path elements in counting mode.
4227 2007-10-27  Andreas Jaeger  <aj@suse.de>
4229         [BZ #5040]
4230         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4232         [BZ #3112]
4233         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4234         (__cleanup): Free shared library when exiting.
4235         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4236         (__cleanup): Free shared library when exiting.
4238 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4240         [BZ #2549]
4241         * math/libm-test.inc (check_float_internal): Support
4242         denormalized return.
4244 2007-10-23  Andreas Jaeger  <aj@suse.de>
4246         [BZ #5208]
4247         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4248         __LONG_LONG_PAIR to handle little endian byte order.
4249         Suggested by abhishekrai@google.com
4251 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4253         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4255 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4257         * nscd/cache.c (prune_cache): Move test for modified file outside
4258         of locking.
4260 2007-10-21  Andreas Jaeger  <aj@suse.de>
4262         * manual/texinfo.tex: Update to latest version.
4264         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4266         * manual/arith.texi (Status bit operations): Fix formatting.
4268         * manual/errno.texi (Error Messages): Fix formatting.
4270         * manual/sysinfo.texi (System Parameters): Fix formatting.
4272         * manual/libc.texinfo: Update VERSION and UPDATED.
4274 2007-10-19  Roland McGrath  <roland@redhat.com>
4276         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4278 2007-10-06  David S. Miller  <davem@davemloft.net>
4280         * configure.in: Add sparcv9v2 and sparc64v2.
4281         * scripts/config.sub: Likewise.
4282         * configure: Regenerate.
4283         * elf/elf.h (HWCAP_SPARC_N2): New.
4284         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4285         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4286         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4287         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4288         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4289         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4290         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4292 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4294         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4295         even if the poll result indicates there is data to read.
4296         Patch by Jeff Moyer <jmoyer@redhat.com>.
4298 2007-10-18  Roland McGrath  <roland@redhat.com>
4300         * elf/elf.h (NT_PPC_VMX): New macro.
4302 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4304         * version.h (VERSION): Set to 2.7.90.
4306 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4308         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4309         weak_alias.
4311 2007-10-17  Roland McGrath  <roland@frob.com>
4313         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4314         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4316 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4318         * version.h (VERSION): Bump to 2.7.
4319         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4321         [BZ #5186]
4322         * time/tzset.c (__tz_convert): Don't force testing for a change of
4323         TZ if not called from localtime.  But then also see whether the
4324         file changed, in case __use_tzfile is set.
4326         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4327         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4328         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4329         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4330         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4331         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4332         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4333         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4335 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4337         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4338         and admin selects to be able to replace the gai.conf file, lock
4339         data structures around the qsort call.
4341 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4343         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4344         new memset.
4345         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4346         too high for the improvements.  Implement bzero unconditionally for
4347         use in libc.
4349 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4350             Jakub Jelinek  <jakub@redhat.com>
4352         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4353         even when time_t is 32-bit.
4354         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4355         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4356         always set after the search.
4358 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4360         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4361         unreachable code on 32-bit machines.
4363 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4365         [BZ #5184]
4366         * time/strftime_l.c: Include stdbool.h.
4367         (my_strftime): New wrapper, old function renamed to...
4368         (__strftime_internal): ... new function.  Add tzset_called
4369         argument, pass it down to recursive calls, don't call tzset ()
4370         if already true, set to true after call to tzset ().
4372 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4374         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4375         into account when copying TZ string.
4377 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4379         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4380         num_transition rather than num_transitions - 1.
4382 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4384         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4385         PIC indirect jump.
4387         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4388         a local label rather than HIDDEN_JUMPTARGET.
4390 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4392         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4393         (init_cacheinfo): Initialize it.
4394         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4395         Always define bzero.
4396         Remove non-glibc code.
4397         * sysdeps/x86_64/bzero.S: Make an empty file.
4399 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4401         * sysdeps/x86_64/cacheinfo.c
4402         (__x86_64_preferred_memory_instruction): New.
4403         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4405         * sysdeps/x86_64/memset.S: Rewrite.
4407 2007-10-15  Roland McGrath  <roland@redhat.com>
4409         * po/libc.pot: Regenerated.
4411 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4413         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4414         pointers.
4416         [BZ #3425]
4417         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4418         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4419         address record to T_A/T_AAAA requests.
4421 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4423         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4425         * posix/glob.c: Add some branch prediction throughout.
4427         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4428         read from nscd.
4430         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4431         service_order.
4432         (rfc3484_sort): Make sure that even if qsort doesn't support
4433         stable sorting out sorting here is stable by comparing service_order.
4434         (getaddrinfo): Initialize service_order.
4435         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4436         service_order field to sorting structure.
4437         * posix/tst-rfc3484-2.c (do_test): Likewise.
4439         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4440         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4441         __tzset_parse_tz and updating of daylight, timezone, tzname into
4442         update_vars.
4443         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4444         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4445         happens in __tz_compute.
4446         * time/tzfile.c (__tzfile_read): Also read TZ string.
4447         (find_transition): Fold into __tzfile_compute.
4448         (__tzfile_compute): For times beyond the last transition try to
4449         use the TZ string.
4450         * timezone/tst-timezone.c: Information in daylight and tzname does
4451         change for Asia/Tokyo timezone with more concrete information.
4452         Remove the test.
4454         * include/stdio.h: Add libc_hidden_proto for ftello.
4455         * libio/ftello.c: Add libc_hidden_def.
4457         [BZ #1140]
4458         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4459         on the specified time and not the last entries in the file.  Move
4460         code to determine tzname[] to...
4461         (find_transition): ...here.  Add ugly guess for times before the
4462         first transition.
4464 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4466         [BZ #3195]
4467         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4468         no entry.
4469         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4470         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4471         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4472         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4474         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4475         read mechanism when there are no group members and avoid no-op
4476         read syscall in this case.
4478         [BZ #3242]
4479         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4480         (__readall): If reading failed due to EAGAIN error wait a bit
4481         and possibly try again.
4482         (__readvall): Likewise.
4484 2007-10-13  Bruno Haible  <bruno@clisp.org>
4486         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4487         when we cannot recode the message.
4489 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4491         [BZ #4359]
4492         * libio/__freading.c (__freading): Don't return true for
4493         write-only streams.  For read/write streams, check whether we
4494         performed a read operation already.
4495         * libio/Makefile (tests): Add tst-ext2.
4496         * libio/tst-ext2.c: New file.
4498 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4500         * locale/programs/repertoire.c (repertoire_read): Always free
4501         memory for repertoire file name [Coverity CID 270].
4503         * elf/cache.c (save_aux_cache): Free memory allocated for
4504         temporary file name [Coverity CID 267].
4506 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4508         * misc/Makefile (headers): Add bits/error.h.
4510 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4512         * posix/fnmatch_loop.c: Take rule index returned as part of
4513         findidx return value into account when accessing weights.
4514         * posix/regcomp.c: Likewise.
4515         * posix/regexec.c: Likewise.
4517         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4518         (skip_to): Fix problems with parameter of elifdef/elifndef.
4520 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4522         * iconv/gconv_simple.c: Add some branch prediction.
4524 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4526         * locale/programs/ld-collate.c (collate_read): If ignore_content
4527         and nowtok is tok_define, eat any tok_eol tokens.
4529 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4531         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4532         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4534         * inet/netinet/in.h: Don't include bits/socket.h.
4535         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4536         macro.
4537         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4539 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4541         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4542         and tok_elifndef.
4543         * locale/programs/locfile-kw.gperf: Likewise.
4544         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4546 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4548         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4549         (__find_specwc): Change into __extern_always_inline function.
4550         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4551         (__parse_one_specmb): Remove ps argument.
4552         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4553         Adjust __find_specmb and __parse_one_specmb callers.
4554         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4555         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4556         Removed.
4557         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4558         caller.
4560 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4562         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4563         with some Pentium Ds.
4565 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4567         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4568         __read not read.
4569         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4570         __write not write.
4572 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4574         [BZ #181]
4575         * locale/C-time.c: Set week_1stday data to 19971201.
4576         * locale/programs/ld-time.c (time_finish): Default for
4577         first_workday is Monday.
4579         [BZ #2633]
4580         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4582         [BZ #5103]
4583         * posix/glob.c (glob): Recognize patterns starting \/.
4584         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4585         (main): Add test for pattern starting \/.
4587         * misc/error.h: Use __const instead of const.
4588         * misc/bits/error.h: Likewise.
4590 2007-10-07  Andreas Jaeger  <aj@suse.de>
4592         * include/bits/error.h: New file.
4594         * misc/bits/error.h (error_at_line): Fix prototype.
4596 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4598         [BZ #3924]
4599         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4600         more little bugs in creating the stack frame when pltexit has to
4601         be called.
4603         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4604         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4606         [BZ #4407]
4607         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4608         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4609         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4610         * math/libm-test.inc: Add test for this case.
4612         [BZ #5010]
4613         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4614         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4615         map service succeeded.
4616         (svc_is_mapped): New function.
4617         (svc_unregister): Use it before trying to unmap service.
4619 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4621         * timezone/zic.c: Update from tzcode2007h.
4623         [BZ #5063]
4624         * timezone/africa: Update from tzdata2007h.
4625         * timezone/antarctica: Likewise.
4626         * timezone/asia: Likewise.
4627         * timezone/australasia: Likewise.
4628         * timezone/europe: Likewise.
4629         * timezone/leapseconds: Likewise.
4630         * timezone/northamerica: Likewise.
4631         * timezone/southamerica: Likewise.
4632         * timzeone/zone.tab: Likewise.
4634         [BZ #5104]
4635         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4637         [BZ #5113]
4638         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4639         avoid warning with -Wconversion.
4640         (__strndup): Likewise.
4641         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4643         [BZ #5112]
4644         * nscd/connections.c (restart): Don't resync if database is
4645         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4647         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4648         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4650         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4651         evetnfd_read, eventfd_write.
4652         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4653         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4654         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4655         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4656         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4657         eventfd_write for GLIBC_2.7.
4659         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4660         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4661         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4662         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4664 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4666         * stdlib/msort.c: Include stdint.h.
4667         (struct msort_param): New type.
4668         (msort_with_tmp): Use struct msort_param pointer for unchanging
4669         parameters.  Add optimized handling for several common sizes
4670         and indirect sorting mode.
4671         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4672         sorting.
4673         Suggested by Belazougui Djamel .
4675         * stdlib/Makefile (tests): Add tst-qsort2.
4676         * stdlib/tst-qsort2.c: New test.
4678 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4680         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4681         for dup2 in case another thread races with the current one.  Retry
4682         in this case.
4684         * misc/error.h: Remove support for use outside of libc.  We have to
4685         include <features.h> now.  Include <bits/error.h> if possible.
4686         * misc/bits/error.h: New file.
4688 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4690         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4691         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4692         __extern_always_inline functions unconditionally, drop macros.
4694         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4695         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4696         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4698         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4699         add __artificial__ attribute.
4701 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4703         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4704         backward to forward direction.
4706         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4708         [BZ #645]
4709         * locale/programs/ld-collate.c (collate_finish): Compare against last
4710         used section which is known to have rules defined.
4711         (collate_read): After order_start, correctly record order of sections
4712         and queue sections up.
4714 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4716         [BZ #5071]
4717         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4718         the same number of pages.
4719         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4721         * locale/programs/ld-collate.c (collate_read): After initial copy
4722         statement, continue in state 0.
4724         * include/stdio_ext.h (__fsetlocking): Define as macro.
4726 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4728         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4729         of section order.
4731         * po/pt_BR.po: Fix typo.
4733 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4735         * iconvdata/Makefile (modules): Add ISO8859-9E.
4736         (distribute): Add iso8859-9e.c.
4737         (gen-8bit-gap-modules): Add iso8859-9e.
4738         * iconvdata/iso8859-9e.c: New file.
4739         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4740         * iconvdata/TESTS: Likewise.
4741         * iconvdata/tst-tables.sh: Likewise.
4743         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4745         * locale/iso-639.def: Add several new entries.
4747 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4749         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4750         void * pointers instead of struct link_map **.
4751         (_dl_scope_free): Change argument type to void *.
4752         * include/link.h (struct link_map): Change type of l_reldeps
4753         to struct link_map_reldeps, move l_reldepsact into that
4754         struct too.
4755         * elf/dl-deps.c: Include atomic.h.
4756         (_dl_map_object_deps): Only change l->l_initfini when it is
4757         fully populated, use _dl_scope_free for freeing it.  Optimize
4758         removal of libs from reldeps by using l_reserved flag, when
4759         some removal is needed, allocate a new list instead of
4760         reallocating and free the old with _dl_scope_free.  Adjust
4761         for l_reldeps and l_reldepsact changes.
4762         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4763         searching in l_initfini and l_reldeps without holding dl_load_lock.
4764         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4765         l_reldepsact changes.
4766         * elf/dl-close.c (_dl_close_worker): Likewise.
4767         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4769 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4771         * iconvdata/Makefile (modules): Add KOI8-RU.
4772         (distribute): Add koi8-ru.c.
4773         (gen-8bit-gap-modules): Add koi8-ru.
4774         * iconvdata/koi8-ru.c: New file.
4775         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4776         * iconvdata/TESTS: Likewise.
4777         * iconvdata/tst-tables.sh: Likewise.
4779         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4781 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4783         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4784         with __warning__/__error__ attributes.
4785         (__warnattr): Define.
4786         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4787         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4788         __warnattr.
4789         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4790         of __*_chk if compile time detectable overflow is found.
4791         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4792         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4793         with __warnattr.
4794         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4795         instead of __*_chk if compile time detectable overflow is found.
4796         (__gets_alias): Rename to...
4797         (__gets_warn): ... this.  Add __warnattr.
4798         (gets): Call __gets_warn instead of __gets_alias.
4799         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4800         aliases with __warnattr.
4801         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4802         time detectable overflow is found.
4803         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4804         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4805         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4806         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4807         __getdomainname_chk_warn): New aliases with __warnattr.
4808         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4809         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4810         __*_chk_warn instead of __*_chk if compile time detectable overflow
4811         is found.
4812         (__getgroups_chk): Rename argument to __listlen from listlen.
4813         (__getwd_alias): Rename to...
4814         (__getwd_warn): ... this.  Add __warnattr.
4815         (getwd): Call __getwd_warn instead of __getwd_alias.
4816         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4817         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4818         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4819         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4820         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4821         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4822         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4823         compile time detectable overflow is found.
4824         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4825         to use __*_chk or not.
4826         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4827         in comparisons which function should be called and in __*_chk*
4828         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4829         detectable overflow is found.
4830         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4831         __*_chk argument.
4832         * debug/tst-chk1.c (do_test): Add a few more tests.
4834 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4836         [BZ #5058]
4837         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4838         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4839         (_nl_unload_domain): Finalize conversions_lock.
4840         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4841         handling table of known conversions.
4843 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4845         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4846         close_not_cancel_no_status instead of close.
4848 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4850         [BZ #5028]
4851         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4852         nrules != 0 for multibyte chars.
4854 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4856         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4857         Provide better error message in case the type is unknown.
4859         [BZ #4963]
4860         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4861         * string/stratcliff.c: Make usable to test wide char functions.
4862         * wcsmbs/wcsatcliff.c: New file.
4863         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4865         [BZ #4972]
4866         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4867         (distribute): Add mac-centraleurope.c.
4868         (gen-8bit-gap-modules): Add mac-centraleurope.
4869         * iconvdata/mac-centraleurope.c: New file.
4870         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4871         * iconvdata/TESTS: Likewise.
4872         * iconvdata/tst-tables.sh: Likewise.
4874         [BZ #5043]
4875         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4877 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4879         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4880         from __x86_64_core_cache_size_half.
4881         (init_cacheinfo): Compute shared cache size for AMD processors with
4882         shared L3 correctly.
4883         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4884         name change.
4885         Patch in large parts by Evandro Menezes.
4887 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4889         * elf/dl-lookup.c (add_dependency): Handle failing memory
4890         allocation for dependency list.  Remove unnecessary check.
4892         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4893         open/close when determining source addresses.
4895         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4896         sha512-crypt, and sha512.
4897         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4898         (distribute): Add sha256.h and sha512.h.
4899         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4900         and call the appropriate code.
4901         * crypt/sha256-crypt.c: New file.
4902         * crypt/sha256.c: New file.
4903         * crypt/sha256.h: New file.
4904         * crypt/sha256c-test.c: New file.
4905         * crypt/sha256test.c: New file.
4906         * crypt/sha512-crypt.c: New file.
4907         * crypt/sha512.c: New file.
4908         * crypt/sha512.h: New file.
4909         * crypt/sha512c-test.c: New file.
4910         * crypt/sha512test.c: New file.
4912 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4914         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4915         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4916         __syslog_chk.
4918 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4920         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4921         %as in fscanf format strings.
4923         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4924         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4925         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4926         Likewise.
4927         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4928         Likewise.
4930         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4931         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4932         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4933         * elf/dl-sym.c (do_sym): Likewise.
4934         * include/link.h (struct link_map): Add l_serial field.
4935         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4936         * elf/dl-lookup.c (add_dependency): Add flags argument.
4937         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4938         flags, use THREAD_GSCOPE_RESET_FLAG before and
4939         THREAD_GSCOPE_SET_FLAG after
4940         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4941         Don't dereference map until it has been found on some list.
4942         If map->l_serial changed, return -1.
4944 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4946         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4947         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4948         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4949         libc_hidden_proto.
4950         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4951         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4952         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4953         add libc_hidden_proto.
4954         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4955         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4956         conformance requested.
4957         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4958         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4959         conformance requested.
4960         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4961         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4962         conformance requested.
4963         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4964         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4965         ISO C99 or POSIX conformance requested.
4966         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4967         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4968         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4969         and __isoc99_vsscanf@@GLIBC_2.7.
4970         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4971         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4972         (tests): Add scanf14.
4973         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4974         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4975         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4976         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4977         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4978         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4979         from using internal headers.
4980         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4981         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4982         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4983         and __isoc99_vswscanf@@GLIBC_2.7.
4984         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4985         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4986         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4987         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4988         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4989         * stdio-common/isoc99_scanf.c: New file.
4990         * stdio-common/isoc99_vsscanf.c: New file.
4991         * stdio-common/isoc99_vscanf.c: New file.
4992         * stdio-common/isoc99_vfscanf.c: New file.
4993         * stdio-common/isoc99_fscanf.c: New file.
4994         * stdio-common/isoc99_sscanf.c: New file.
4995         * wcsmbs/isoc99_fwscanf.c: New file.
4996         * wcsmbs/isoc99_vswscanf.c: New file.
4997         * wcsmbs/isoc99_swscanf.c: New file.
4998         * wcsmbs/isoc99_wscanf.c: New file.
4999         * wcsmbs/isoc99_vwscanf.c: New file.
5000         * wcsmbs/isoc99_vfwscanf.c: New file.
5001         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5002         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5003         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5004         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5005         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5006         * stdio-common/scanf14.c: New test.
5007         * stdio-common/scanf15.c: New test.
5008         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5009         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5010         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5011         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5012         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5013         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5014         __nldbl___isoc99_scanf@@GLIBC_2.7,
5015         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5016         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5017         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5018         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5019         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5020         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5021         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5022         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5023         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5024         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5025         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5026         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5027         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5028         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5029         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5030         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5031         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5032         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5033         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5034         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5035         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5036         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5037         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5038         functions.
5039         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5040         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5041         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5042         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5043         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5044         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5045         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5046         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5047         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5048         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5049         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5050         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5052         * stdio-common/Makefile (tests): Add scanf13.
5053         (scanf13-ENV): New.
5054         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5055         m modifier followed by l.
5056         (STRING_ARG): Add width argument.
5057         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5058         <case L_('C')>: Handle %mlc and %mC.
5059         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5060         arguments.
5061         * stdio-common/scanf13.c: New test.
5063         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5064         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5066 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5068         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5069         type and __THROW marker of splice, vmsplice, and tee.
5070         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5071         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5072         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5073         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5075         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5076         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5077         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5078         as cancellation points.
5080 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5082         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5083         parse more than three parts of the version number.
5085 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5087         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5088         modifier.  Patch by Jakub Jelinek.
5090 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5092         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5093         call_fallocate in misc subdir.
5094         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5095         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5096         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5097         instead of __fallocate64.
5098         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5100 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5102         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5103         * rt/Makefile (headers): Add bits/mqueue2.h.
5104         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5105         optimizing with GCC and __va_arg_pack_len is defined.
5106         * rt/bits/mqueue2.h: New file.
5107         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5108         (mq_open): New strong_alias.
5109         (__mq_open_2): New function.
5110         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5111         (mq_open): New strong_alias.
5112         (__mq_open_2): New function.
5113         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5114         * Versions.def (librt): Add GLIBC_2.7 version.
5115         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5116         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5118         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5119         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5120         is defined rather than when not C++.
5121         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5122         __openat64_alias): New redirects.
5123         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5124         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5125         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5126         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5127         functions instead of function-like macros.
5129 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5131         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5132         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5133         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5135 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5137         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5138         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5140 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5142         * inet/tst-network.c: Increment ERRORS for failing tests.
5144 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5146         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5147         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5148         implement as __extern_always_inline function.
5149         (vsyslog): Define as __extern_always_inline function unconditionally.
5150         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5151         When __va_arg_pack is defined, implement as __extern_always_inline
5152         functions.
5153         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5154         __extern_always_inline functions unconditionally.
5155         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5156         bits/stdio2.h will be included.
5157         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5158         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5159         implement as __extern_always_inline functions.
5160         (vswprintf, vwprintf, vfwprintf): Define as
5161         __extern_always_inline functions unconditionally.
5162         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5164 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5166         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5167         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5168         attribute.
5169         * include/features.h (__USE_EXTERN_INLINES): Define only when
5170         __extern_inline is defined.
5171         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5172         is defined instead of when not __cplusplus.
5173         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5174         is defined instead of when not __cplusplus.
5175         * socket/sys/socket.h: Include bits/socket2.h when
5176         __extern_always_inline is defined instead of when not __cplusplus.
5177         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5178         is defined instead of when not __cplusplus.
5179         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5180         is defined instead of when not __cplusplus.
5181         * string/string.h: Include bits/string3.h when __extern_always_inline
5182         is defined instead of when not __cplusplus.
5183         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5184         is defined instead of when not __cplusplus.
5185         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5186         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5187         is not defined.
5188         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5189         defined __extern_always_inline instead of !defined __cplusplus.
5190         * libio/bits/stdio-ldbl.h: Likewise.
5191         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5192         * misc/bits/syslog.h (syslog): Don't define for C++.
5193         (vsyslog): Use __extern_always_inline function for C++ instead of
5194         a macro.
5195         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5196         whenever that macro is defined.
5197         (vprintf): Don't provide the inline for C++.
5198         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5199         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5200         define the macros for C++.
5201         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5202         __extern_always_inline functions for C++.
5203         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5204         stat64, lstat64, fstat64, fstatat64): Don't define if not
5205         __USE_EXTERN_INLINES.
5206         * wcsmbs/bits/wchar2.h: Fix #error message.
5207         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5208         (vswprintf, vwprintf, vfwprintf): Define using
5209         __extern_always_inline functions for C++.
5210         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5211         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5212         strncpy, strcat, strncat): Define as __extern_always_inline
5213         functions instead of macros for C++.
5214         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5215         defined __extern_inline.
5216         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5217         to __extern_inline whenever that macro is defined.
5218         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5219         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5220         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5221         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5222         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5223         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5224         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5225         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5226         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5227         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5228         prototypes.  Only provide __extern_inline routines if
5229         __USE_EXTERN_INLINES.
5230         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5231         tests.
5232         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5233         For now avoid some *printf tests in C++.  Skip all testing
5234         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5235         is not.
5236         * debug/tst-chk4.cc: New file.
5237         * debug/tst-chk5.cc: New file.
5238         * debug/tst-chk6.cc: New file.
5239         * debug/tst-lfschk4.cc: New file.
5240         * debug/tst-lfschk5.cc: New file.
5241         * debug/tst-lfschk6.cc: New file.
5242         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5243         prototypes in C++.
5244         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5245         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5246         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5248 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5250         * po/cs.po: Update from translation team.
5252 2007-09-11  Roland McGrath  <roland@redhat.com>
5254         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5255         compiling.
5257 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5259         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5261 2007-09-05  Roland McGrath  <roland@redhat.com>
5263         * manual/signal.texi (Signaling Another Process): Typo fix.
5264         From Karl Berry <karl@freefriends.org>.
5266 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5268         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5269         zero if not defined.
5270         (make_request): Recognize optimistic addresses and treat them like
5271         deprecated addresses.
5272         Reported by Neil Horman <nhorman@redhat.com>.
5274 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5276         * nscd/connections.c (send_ro_fd): Also transfer file size.
5277         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5278         file size don't call fstat.
5280         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5281         ahead and map the file.  This should always be correct and we can
5282         catch problems later.
5284 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5286         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5287         prototypes.
5288         (__fread_alias, __fread_unlocked_alias): New aliases.
5289         (fread): New extern inline.
5290         (fread_unlocked): Likewise.  Undef macro before definition of
5291         the inline function.
5292         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5293         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5294         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5295         and __fread_unlocked_chk@@GLIBC_2.7.
5296         * debug/fread_chk.c: New file.
5297         * debug/fread_u_chk.c: New file.
5298         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5300 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5302         * sysdeps/unix/sysv/linux/syscalls.list
5303         (personality): Change caller to EXTRA.
5305 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5307         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5308         to keep gcc quiet.
5309         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5311         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5312         NDEBUG is defined.
5314         * Makerules: Use -p option with mkdir.
5316         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5317         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5318         (_xdr_directory_obj): Likewise.
5319         (xdr_entry_obj): Likewise.
5320         (xdr_group_obj): Likewise.
5321         (xdr_link_obj): Likewise.
5322         (xdr_table_obj): Likewise.
5323         (_xdr_nis_result): Likewise.
5324         (_xdr_ns_request): Likewise.
5325         (_xdr_ib_request): Likewise.
5326         (_xdr_nis_taglist): Likewise.
5327         (xdr_cback_data): Likewise.
5328         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5329         (xdr_ypresp_maplist): Likewise.
5331         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5333         * posix/regex_internal.h: Prevent some declarations and definitions
5334         to be seen when used in tests.
5336         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5337         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5339         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5341         * config.make.in (datarootdir): Add to shut up configure.
5343         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5344         associativity for fully-associative caches.
5346         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5347         requests.  Fill on more associativity values for L2.
5348         Patch mostly by Evandro Menezes.
5350 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5352         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5353         (_libc_vdso_platform_setup): Avoid using exported variable by using
5354         alias.
5356         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5358         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5359         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5360         defined.
5362 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5364         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5365         align stack for call if pltexit is to be used.
5367         [BZ #3924]
5368         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5369         align for function call in case pltexit has to be called later.
5371         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5372         implicit atomic operation when storing function pointer.
5373         (_dl_runtime_profile): Likewise.
5375 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5377         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5378         NIS_NOTFOUND.
5380 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5382         [BZ #4566]
5383         * string/strtok.c: Fix typo in comment.
5385         [BZ #4582]
5386         * debug/segfault.c: Fix typos in comments.
5388         [BZ #4588]
5389         * stdio-common/tempnam.c: Fix comment, it is not checked that
5390         TMPDIR points to a writable directory.
5392         [BZ #4726]
5393         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5394         memory allocated for the name server address.
5396         [BZ #4946]
5397         * nscd/connections.c (handle_request): Using sendfile always
5398         requires that mmap is used for the database.
5399         Patch by Petr Baudis <pasky@suse.cz>.
5401         [BZ #4905]
5402         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5403         suddenly has two or more addresses, ignore it and remove the old
5404         entry.
5406         [BZ #4814]
5407         * resolv/res_hconf.c: Prepare for compiling outside libc.
5408         * nscd/res_hconf.c: New file.
5409         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5410         the new file.
5411         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5412         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5414         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5416         [BZ #4925]
5417         * debug/pcprofiledump.c: Turn on internationalization by calling
5418         setlocale.  Patch mostly by Benno Schulenberg.
5420         [BZ #4936]
5421         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5422         the state.
5423         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5424         * iconvdata/bug-iconv5.c: New file.
5426 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5428         [BZ #4896]
5429         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5430         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5431         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5432         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5433         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5434         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5435         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5436         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5438 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5440         [BZ #4937]
5441         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5442         lookup loop.  Suggested by John Reiser.
5444 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5446         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5448 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5450         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5451         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5452         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5453         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5454         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5455         to...
5456         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5458 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5460         * po/nl.po: Update from translation team.
5462 2007-08-16  Andreas Jaeger  <aj@suse.de>
5464         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5465         Reported by Peter Festner <peter.festner@ewetel.net>.
5467 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5469         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5471 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5473         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5474         to check for undefined symbols.
5476         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5477         If the syscall fails, set errno to the actual returned error number
5478         rather than EINVAL.
5479         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5480         arguments are incorrect, set errno to EINVAL, if the syscall
5481         fails, set errno to the actual returned error number.
5483         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5484         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5486         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5487         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5488         file.
5489         (ASI_PNF, ASI_BLK_P): Don't define.
5490         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5491         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5492         file.
5493         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5494         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5495         file.
5497 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5499         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5500         FE_UNDERFLOW on Niagara CPUs.
5502         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5503         exceptions.
5505 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5507         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5508         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5509         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5510         flush should be used or not inside of the function.
5511         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5513         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5514         __thread_start): Use HIDDEN_JUMPTARGET.
5515         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5516         __thread_start): Likewise.
5517         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5519         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5520         Add libc_hidden_proto.
5521         (STRTOF): Add libc_hidden_proto.
5522         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5523         (strtold_l, wcstold_l): Use them as second argument for
5524         long_double_symbol.
5526 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5528         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5530 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5532         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5534 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5536         * po/bg.po: New file.  From the translation team.
5538 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5540         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5541         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5542         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5543         when each feature was introduced.
5545         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5546         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5547         (CHECK_HASH): New macro.
5548         (PREPARE_VERSION): Use it.
5550         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5551         prototype if not __ASSUME_PSELECT.
5552         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5553         prototype if not __ASSUME_PPOLL.
5555         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5557         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5558         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5559         is defined.
5561 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5563         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5564         (_libc_vdso_platform_setup): If vDSO is not available point
5565         __vdso_gettimeofday to the vsyscall.
5566         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5567         __vdso_gettimeofday instead of vsyscall.
5569 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5571         * nscd/servicescache.c: Include kernel-features.h.
5572         * nscd/gai.c: Likewise.
5573         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5574         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5575         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5576         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5577         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5578         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5579         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5580         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5581         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5583 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5585         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5586         and _dl_get_origin defines anymore.
5588         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5589         Build fix for systems which might lack POSIX timer support.
5591         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5592         (_libc_vdso_platform_setup): Mangle function pointers before storing
5593         them.
5594         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5595         Demangle vdso pointer before use.
5596         (INTERNAL_VSYSCALL): Likewise.
5598         * elf/cache.c (primes): Mark as const.
5599         Noted by Roland McGrath.
5601 2007-08-01  Andreas Jaeger  <aj@suse.de>
5602             Jakub Jelinek  <jakub@redhat.com>
5604         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5605         (options): Add option.
5606         (parse_opt): Handle option.
5607         (manual_link): Adjust process_file caller.  Call implicit_soname.
5608         (search_dir): Formatting.  Use and populate auxiliary cache.
5609         (main): Load and save auxiliary cache.
5610         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5611         stat64 from fstat64 to caller.
5612         (implicit_soname): New function.
5613         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5614         leave *soname as NULL.
5615         * elf/cache.c: Include libgen.h.
5616         (print_entry, print_cache, compare, save_cache, add_to_cache):
5617         Formatting and cleanups.
5618         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5619         aux_cache_file): New structures.
5620         (AUX_CACHEMAGIC): Define.
5621         (primes): New array.
5622         (aux_hash_size, aux_hash): New variables.
5623         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5624         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5625         load_aux_cache, save_aux_cache): New functions.
5626         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5627         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5628         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5629         (process_file): Adjust prototype.
5631 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5633         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5634         with __need_size_t.
5636 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5638         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5639         r_found_version structure as second parameter.
5640         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5641         (_dl_vdso_vsym): Change type of second parameter accordingly.
5642         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5643         (_libc_vdso_platform_setup): Adjust.
5644         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5645         (_libc_vdso_platform_setup): Likewise.
5647         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5648         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5649         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5650         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5651         * csu/libc-start.c: Pretty printing.
5652         Use VDSO_SETUP if defined.
5653         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5654         and let generic code call into _libc_vdso_platform_setup.
5655         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5656         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5657         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5658         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5659         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5660         for GLIBC_PRIVATE.
5661         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5662         (sysdep_rountines): Add dl-vdso.
5664         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5665         of routines.
5667         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5668         attribute_hidden to __vdso_gettimeofday prototype.
5670 2007-08-12  Roland McGrath  <roland@redhat.com>
5672         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5673         From: Karl Berry <karl@freefriends.org>.
5675 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5677         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5678         an atime update for the files we read.
5680 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5682         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5684         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5685         instead of mkstemp.
5687         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5688         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5689         * misc/mkostemp.c: New file.
5690         * misc/mkostemp64.c: New file.
5691         * stdlib/stdlib.h: Declare the new functions.
5692         * sysdeps/posix/tempname.c: Add new parameter which is added to
5693         the flags for open.  Remove __GT_BIGFILE handling.
5694         * stdio-common/tempname.c: Likewise.
5695         * include/stdio.h: Adjust __gen_tempname prototype.
5696         Renumber __GT_* constants.
5697         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5698         * misc/mkdtemp.c: Likewise.
5699         * misc/mkstemp.c: Likewise.
5700         * misc/mkstemp64.c: Likewise.
5701         * misc/mktemp.c: Likewise.
5702         * stdio-common/tempnam.c: Likewise.
5703         * stdio-common/tmpfile.c: Likewise.
5704         * stdio-common/tmpfile64.c: Likewise.
5705         * stdio-common/tmpnam.c: Likewise.
5706         * stdio-common/tmpnam_r.c: Likewise.
5708 2007-08-10  Roland McGrath  <roland@frob.com>
5710         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5711         New macros.
5712         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5713         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5715 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5717         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5718         possible.
5719         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5720         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5721         * nss/nss_files/files-have_o_cloexec.c: New file.
5723         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5724         available.
5726 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5728         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5729         ___new_wcstold_l): New weak aliases.
5730         (strtold_l, wcstold_l): Use them as second argument for
5731         long_double_symbol.
5733 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5735         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5736         register in test for error.
5738         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5739         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5741         * po/sv.po: Update from translation team.
5743 2007-08-06  Roland McGrath  <roland@redhat.com>
5745         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5746         Remove __strto*_l inlines.
5747         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5748         * stdlib/strtod.c: Add libc_hidden_def.
5749         * stdlib/strtod_l.c: Likewise.
5750         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5751         for __new_strtold and __new_wcstold.
5752         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5753         __STRTOF, STRTOF.
5754         * stdlib/strtol.c: Add libc_hidden_def.
5755         * stdlib/strtol_l.c: Likewise.
5756         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5757         strtoq.
5759         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5761         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5762         * scripts/data/localplt-generic.data: ... here.
5763         * elf/Makefile (check-data): Get generic file if no other.
5764         ($(objpfx)check-localplt.out): Make target unconditional.
5766         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5767         Use ElfW(Nhdr).
5769 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5771         * po/zh_CN.po: Updated translation from translation team.
5773 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5776         Don't use CGOTSETUP and CGOTRESTORE macros.
5778 2007-08-04  Roland McGrath  <roland@redhat.com>
5780         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5782 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5784         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5785         __extension__ around the whole statement expression.
5787 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5789         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5790         elements during initialization.
5792         * po/pl.po: Updated translation from translation team.
5793         * po/tr.po: Likewise.
5794         * po/nl.po: Likewise.
5796 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5798         * rt/aio.h: Add __nonnull attributes.
5800 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5802         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5803         * stdlib/Makefile (tests): Add tst-strtod5.
5804         (tst-strtod5-ENV): New.
5805         * stdlib/tst-strtod5.c: New file.
5807         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5808         failed.
5809         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5810         on failure.
5812         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5813         allocated.
5815 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5817         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5818         numbers.
5820 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5822         * io/Makefile (aux): Add have_o_cloexec.
5823         * include/fcntl.h: Declare __have_o_cloexec.
5824         * io/have_o_cloexec.c: New file.
5825         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5826         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5827         fcntl call if not necessary.
5828         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5829         of local variable.
5831         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5832         Avoid memset, add explicit initialization.
5833         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5834         to the end and change into zero-sized array.
5835         Move lock member to fill a hole on 64-bit platforms.
5837         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5838         inline functions.
5839         * include/stdlib.h: Add __strto*_internal prototypes here.
5840         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5841         inline functions.
5842         * include/wchar.h: Add __wcsto*_internal prototypes.
5843         * sysdeps/generic/inttypes.h: No need to protect the declaration
5844         of the __strto*_internal and __wcsto*_internal members here.
5846         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5848 2007-08-02  Roland McGrath  <roland@redhat.com>
5850         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5851         $(inst_bindir)/getconf if possible.
5853         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5854         (generated): Add it.
5855         ($(inst_libexecdir)/getconf): Use it.
5857 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5859         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5860         /proc is faster and sufficient.  /sys is still needed for
5861         __get_nprocs_conf.
5863 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5865         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5866         syscall as __fallocate64.
5867         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5868         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5870 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5872         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5873         value.
5875         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5876         if off_t is different rank from size_t.
5878         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5879         uw_frame_state_for): Avoid type punning warnings.
5880         * sysdeps/generic/unwind-dw2-fde-glibc.c
5881         (_Unwind_IteratePhdrCallback): Likewise.
5882         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5883         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5884         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5885         pointers.
5887 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5889         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5890         total processors using sysfs.
5891         (__get_nprocs): Use sysfs to determine which processors are online.
5893 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5895         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5896         syscall arguments count.
5898         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5900 2007-07-30  Roland McGrath  <roland@redhat.com>
5902         * manual/libc.texinfo: Update copyrights, formatting magic, and
5903         @dircategory.  From Karl Berry <karl@freefriends.org>.
5905 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5907         [BZ #4860]
5908         * io/Makefile (headers): Add bits/fcntl2.h.
5910         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5911         using gcc builtin.
5912         (__CPU_EQUAL_S): Likewise.
5914         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5915         (tests): Add tst-cpuset.
5916         * posix/sched_cpualloc.c: New file.
5917         * posix/sched_cpufree.c: New file.
5918         * posix/tst-cpuset.c: New file.
5919         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5920         GLIBC_2.7.
5921         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5922         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5923         macros.  Define CPU_*_S macros.
5925 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5927         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5928         entry.
5930         [BZ #4858]
5931         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5932         #.0g and value rounded to 1.0.
5933         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5935 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5937         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5938         for int_frac_digits and frac_digits.
5940         * login/logout.c (logout): Avoid aliasing violation.
5941         * login/logwtmp.c (logwtmp): Likewise.
5943         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5945         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5946         to avoid warning.
5947         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5948         warning.
5949         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5950         warning.
5951         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5952         to avoid warnings.
5954         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5955         void **.
5956         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5958         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5959         char * to avoid warning.
5960         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5962         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5964         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5965         allocate_arrays): Cast second argument to charmap_find_symbol
5966         to char * to avoid warnings.
5968         * locale/programs/repertoire.c (repertoire_new_char): Change
5969         from_nr, to_nr and cnt to unsigned long, adjust printf format
5970         string.
5972         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5973         Cast second argument to new_element to char * to avoid warnings.
5975         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5977         * intl/gettextP.h (struct loaded_domain): Change plural to const
5978         struct expression *.
5979         * intl/plural-eval.c (plural_eval): Change first argument to
5980         const struct expression *.
5981         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5982         argument to const struct expression **.
5983         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5984         prototypes.
5985         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5986         in call to __gettext_free_exp.
5988         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5989         unitialized wstring/wpattern var warnings.
5991         * posix/runtests.c (struct a_test): Make data field const char *.
5993         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5994         vars if not LDBL_MANT_DIG >= 106.
5996         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5998         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5999         __find_specmb to avoid warning.
6001         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6003         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6004         to avoid warnings.
6006         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6007         initializer.
6009         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6010         tv var when it will be actually used.
6012         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6013         to avoid warnings.
6015         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6016         char array resp. pointer.
6017         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6018         char array.
6019         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6020         to const unsigned char **.
6021         (ucs4_to_cns11643): Change second argument to unsigned char *.
6022         * iconvdata/euc-tw.c (BODY): Change endp type to
6023         const unsigned char *.
6024         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6025         to unsigned char *.
6026         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6027         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6028         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6029         types to unsigned char pointers/arrays instead of char.
6030         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6031         to unsigned char *.
6032         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6033         * iconvdata/jis0212.h: Include assert.h.
6034         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6035         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6036         of trying to handle that.
6037         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6038         shut up a warning.
6039         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6040         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6041         two dimensional const unsigned char arrays.
6042         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6043         Initialize endp to inptr to shut up a warning.
6045 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6047         [BZ #4772]
6048         * time/strptime_l.c (__strptime_internal): Silently ignore
6049         strftime modifiers and field width in recursive calls.
6051         * include/time.h (enum ptime_locale_status): Remove.
6052         (__strptime_internal): Remove decided and era_cnt arguments,
6053         add statep argument.
6054         * time/strptime_l.c (__strptime_internal): Remove decided
6055         and era_cnt arguments, add statep argument.  Don't recompute
6056         any fields in recursive calls, only update caller's tm
6057         and state, if recursive call fails, don't change tm nor
6058         any state.
6059         (get_alt_number): Adjust.
6060         (recursive): Adjust caller.
6061         (strptime): Likewise.
6062         * time/strptime.c (strptime): Likewise.
6064 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6066         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6067         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6068         if from and to charsets are the same.
6069         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6070         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6071         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6073 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6075         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6076         Don't define wint_t when __need_mbstate_t unless it
6077         is necessary.
6078         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6079         in the typedef if possible.
6080         * wctype/wctype.h (wint_t): Define by including
6081         wchar.h with __need_wint_t instead of including stddef.h
6082         with __need_wint_t and as fallback definining it ourselves.
6083         * iconv/gconv.h (__need_wint_t): Define before including
6084         wchar.h.
6085         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6086         or _GLIBCPP_USE_WCHAR_T.
6087         (__need_wchar_t): Don't define
6088         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6089         (__need_wint_t): Don't define before including stddef.h,
6090         define before including wchar.h only if _LIBC or
6091         _GLIBCPP_USE_WCHAR_T.
6092         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6093         * sysdeps/mach/hurd/_G_config.h: Likewise.
6094         * sysdeps/generic/_G_config.h: Likewise.
6095         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6096         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6097         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6098         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6100 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6102         * sysdeps/posix/posix_fallocate64.c: Undefine
6103         __posix_fallocate64_l64 before alias handling.
6104         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6105         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6106         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6107         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6109         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6111 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6113         * locale/programs/ld-collate.c (atwc): New variable.
6114         (add_to_tablewc): New toplevel function, moved from collate_output.
6115         (collate_output): Remove add_to_tablewc nested function.
6117         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6118         (name_insert): New function.
6119         (write_output): Remove hash_table and hash_size vars and name_insert
6120         nested function.
6122 2007-07-24  Roland McGrath  <roland@redhat.com>
6124         * Makerules (install-others-programs-nosubdir): New target.
6125         (install-no-libc.a-nosubdir): Depend on it.
6127         * iconv/Makefile (install-others-programs): Set this instead of
6128         install-others.
6129         * login/Makefile (install-others-programs): Likewise.
6130         * posix/Makefile (install-others-programs): Likewise.
6132         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6133         dependencies.
6135 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6137         * io/Makefile (tests): Add tst-posix_fallocate.
6138         * io/tst-posix_fallocate.c: New file.
6140         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6141         __ASSUME_FALLOCATE.
6143 2007-07-22  Roland McGrath  <roland@frob.com>
6145         * hurd/getdport.c: Add missing copyright year update.
6147         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6148         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6150 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6152         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6154         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6155         O_CLOEXEC is needed.
6156         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6157         Avoid additional fcntl to set O_CLOEXEC if not needed.
6158         * nis/nss_compat/compat-initgroups.c: Likewise.
6159         * nis/nss_compat/compat-pwd.c: Likewise.
6160         * nis/nss_compat/compat-spwd.c: Likewise.
6162 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6164         [BZ #3665]
6165         * manual/errno.texi: Change ECANCELED value to 119.
6167         [BZ #4610]
6168         * mach/lock-intern.h: Include <sys/cdefs.h>.
6170         [BZ #4178]
6171         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6172         reading A.
6174         [BZ #4126]
6175         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6176         to __sigsuspend.
6178         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6180 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6182         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6183         `__ASSEMBLER__'.
6184         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6186 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6188         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6189         descriptor received from nscd.
6191         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6193         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6194         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6195         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6196         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6197         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6198         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6200 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6202         [BZ #4816]
6203         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6205         [BZ #4813]
6206         * login/forkpty.c (forkpty): Close master and slave fds on
6207         fork failure.  Patch by
6208         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6210 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6212         * include/features.h (__USE_ISOC95): New define.
6213         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6214         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6215         for -std=iso9899:199409.
6216         * CONFORMANCE: Remove comments about unsupported AMD1.
6218 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6220         * sysdeps/ia64/sched_cpucount.c: New file.
6221         * sysdeps/powerpc/sched_cpucount.c: New file.
6223         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6224         __BEGIN_DECLS/__END_DECLS around the prototype.
6225         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6226         pointer to const cpu_set_t.
6228         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6229         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6230         __need_size_t and include stddef.h.
6231         * sysvipc/sys/msg.h: Likewise.
6232         * posix/sched.h: Likewise.
6233         * hurd/hurd/signal.h (__need_size_t): Define.
6235         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6236         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6237         no longer defines wint_t or wchar_t.
6239         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6240         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6241         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6242         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6243         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6244         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6245         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6246         * debug/printf_chk.c (__printf_chk): Likewise.
6247         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6248         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6250         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6251         Define.
6253         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6254         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6256 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6258         [BZ #4792]
6259         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6260         * malloc/malloc.h (realloc): Likewise.
6262         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6263         if one of proc_file_chain streams has that fileno.
6264         * stdio-common/Makefile (tests): Add tst-popen2.
6265         * stdio-common/tst-popen2.c: New test.
6267 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6269         * elf/ldconfig.c: Allow GPLv2 or any later version.
6270         * elf/readlib.c: Likewise.
6271         * elf/chroot_canon.c: Likewise.
6272         * elf/cache.c: Likewise.
6273         * nscd/mem.c: Likewise.
6274         * nscd/getpwuid_r.c: Likewise.
6275         * nscd/grpcache.c: Likewise.
6276         * nscd/aicache.c: Likewise.
6277         * nscd/getsrvbynm_r.c: Likewise.
6278         * nscd/nscd.c: Likewise.
6279         * nscd/servicescache.c: Likewise.
6280         * nscd/getsrvbypt_r.c: Likewise.
6281         * nscd/initgrcache.c: Likewise.
6282         * nscd/gethstbyad_r.c: Likewise.
6283         * nscd/gethstbynm2_r.c: Likewise.
6284         * nscd/getgrnam_r.c: Likewise.
6285         * nscd/nscd_setup_thread.c: Likewise.
6286         * nscd/getpwnam_r.c: Likewise.
6287         * nscd/gai.c: Likewise.
6288         * nscd/connections.c: Likewise.
6289         * nscd/dbg_log.c: Likewise.
6290         * nscd/cache.c: Likewise.
6291         * nscd/hstcache.c: Likewise.
6292         * nscd/nscd_conf.c: Likewise.
6293         * nscd/getgrgid_r.c: Likewise.
6294         * nscd/pwdcache.c: Likewise.
6295         * catgets/gencat.c: Likewise.
6296         * locale/programs/linereader.h: Likewise.
6297         * locale/programs/locarchive.c: Likewise.
6298         * locale/programs/ld-paper.c: Likewise.
6299         * locale/programs/locfile-kw.h: Likewise.
6300         * locale/programs/ld-address.c: Likewise.
6301         * locale/programs/xmalloc.c: Likewise.
6302         * locale/programs/ld-time.c: Likewise.
6303         * locale/programs/localedef.c: Likewise.
6304         * locale/programs/simple-hash.c: Likewise.
6305         * locale/programs/xstrdup.c: Likewise.
6306         * locale/programs/ld-numeric.c: Likewise.
6307         * locale/programs/locfile-kw.gperf: Likewise.
6308         * locale/programs/ld-collate.c: Likewise.
6309         * locale/programs/charmap-kw.gperf: Likewise.
6310         * locale/programs/charmap.h: Likewise.
6311         * locale/programs/charmap-kw.h: Likewise.
6312         * locale/programs/config.h: Likewise.
6313         * locale/programs/locfile.c: Likewise.
6314         * locale/programs/ld-ctype.c: Likewise.
6315         * locale/programs/charmap.c: Likewise.
6316         * locale/programs/ld-messages.c: Likewise.
6317         * locale/programs/repertoire.h: Likewise.
6318         * locale/programs/locale.c: Likewise.
6319         * locale/programs/ld-name.c: Likewise.
6320         * locale/programs/linereader.c: Likewise.
6321         * locale/programs/locfile.h: Likewise.
6322         * locale/programs/3level.h: Likewise.
6323         * locale/programs/ld-monetary.c: Likewise.
6324         * locale/programs/ld-measurement.c: Likewise.
6325         * locale/programs/charmap-dir.c: Likewise.
6326         * locale/programs/ld-identification.c: Likewise.
6327         * locale/programs/localedef.h: Likewise.
6328         * locale/programs/charmap-dir.h: Likewise.
6329         * locale/programs/repertoire.c: Likewise.
6330         * locale/programs/simple-hash.h: Likewise.
6331         * locale/programs/ld-telephone.c: Likewise.
6332         * locale/programs/locale-spec.c: Likewise.
6333         * locale/programs/locfile-token.h: Likewise.
6334         * posix/getconf.c: Likewise.
6335         * iconv/dummy-repertoire.c: Likewise.
6336         * iconv/iconv_charmap.c: Likewise.
6337         * iconv/iconvconfig.c: Likewise.
6338         * iconv/iconv_prog.c: Likewise.
6339         * malloc/memusagestat.c: Likewise.
6340         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6342 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6344         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6345         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6346         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6347         check for the first argument.
6349 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6351         [BZ #4775]
6352         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6353         (__tgmath_real_type): Fix if expr is const int or other const
6354         qualified integral type.
6355         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6356         expressions and handle const qualified arguments.
6357         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6358         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6359         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6360         statement expressions.
6361         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6362         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6363         (__TGMATH_UNARY_IMAG): Define.
6364         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6365         * math/Makefile (tests): Add test-tgmath2.
6366         (CFLAGS-test-tgmath2.c): Add.
6367         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6368         count_cfloat, count_cldouble): New variables.
6369         (NCCALLS): Define.
6370         (main): Check number of complex calls as well.
6371         (F(compile_test)): Add complex tests and tests with const qualified
6372         arguments.
6373         (y, z, ccount): Define.
6374         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6375         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6376         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6377         F(cproj)): New functions.
6378         * math/test-tgmath2.c: New test.
6380 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6382         [BZ #4776]
6383         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6384         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6385         instead output ".".
6386         * dlfcn/Makefile (distribute): Add glreflib3.c.
6387         (module-names): Add glreflib3.
6388         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6389         glreflib1.so.
6390         (LDFLAGS_glreflib3.so): New.
6391         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6392         glreflib1.so.
6393         * dlfcn/glreflib3.c: New file.
6395         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6396         returned -1, return NULL.
6397         * intl/explodename.c (_nl_explode_name): Return -1 if
6398         _nl_normalize_codeset failed.
6400 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6402         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6403         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6404         and avoid branch misspredicts for > 31 bytes memset case.
6405         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6406         Remove toc ref to __cache_line_size.
6408         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6409         to get ISA-V2.0 branch hints.
6410         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6411         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6412         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6413         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6414         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6415         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6416         Remove toc ref to __cache_line_size.
6418         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6419         Include math_ldbl_opt.h.
6421 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6423         [BZ #4773]
6424         * time/strptime_l.c (__strptime_internal): Implement greedy
6425         matching of weekday and month names.
6427 2007-07-09  Roland McGrath  <roland@redhat.com>
6429         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6430         (ELF_NOTE_ABI): Use it.
6431         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6433 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6435         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6436         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6438 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6440         [BZ #4745]
6441         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6442         in loop to look for conversion specifier to avoid testing of
6443         wrong errno value.
6444         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6445         * stdio-common/bug18.c: New file.
6446         * stdio-common/bug18a.c: New file.
6447         * stdio-common/bug19.c: New file.
6448         * stdio-common/bug19a.c: New file.
6450 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6452         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6453         running awk script.
6455 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6457         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6458         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6459         Return NULL if mmap failed instead of asserting it does not.
6460         (calloc): Check for integer overflow.
6462         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6463         than LONG_MAX / 10.
6465 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6467         [BZ #4702]
6468         * nis/nss-default.c: Include errno.h.
6469         (init): Preserve errno.
6471 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6473         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6475 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6477         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6479 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6481         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6483 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6485         * sysdeps/s390/dl-procinfo.c: New file.
6486         * sysdeps/s390/dl-procinfo.h: New file.
6487         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6489 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6491         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6492         in PT_NOTE segments with multiple notes.
6493         * elf/readelflib.c (process_elf_file): Likewise.
6495 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6497         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6498         ISO C compliant.
6500 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6502         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6504 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6506         * include/link.h: Don't include rtld-lowlevel.h.
6507         (struct link_map): Remove l_scope_lock.
6508         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6509         (_dl_scope_free_list): New field (variable) in _rtld_global.
6510         (DL_LOOKUP_SCOPE_LOCK): Remove.
6511         (_dl_scope_free): New prototype.
6512         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6513         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6514         (_dl_profile_fixup): Likewise.
6515         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6516         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6517         THREAD_GSCOPE_RESET_FLAG around it.
6518         * elf/dl-close.c (_dl_close_worker): Don't use
6519         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6520         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6521         scopes were queued or if l_scope_mem has been abandoned.
6522         * elf/dl-open.c (_dl_scope_free): New function.
6523         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6524         * elf/dl-support.c (_dl_scope_free_list): New variable.
6525         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6526         Remove DL_LOOKUP_SCOPE_LOCK handling.
6527         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6528         handling.
6529         * elf/dl-object.c (_dl_new_object): Don't use
6530         __rtld_mrlock_initialize.
6532 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6534         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6535         to fill in holes
6536         (rtld_global_ro): Likewise.
6538 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6540         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6541         Move PT_LOAD checking to...
6542         (_dl_addr_inside_object): ... here, new function.
6543         * elf/dl-sym.c (do_sym): If not l_contiguous,
6544         call _dl_addr_inside_object.
6545         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6546         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6547         * elf/dl-open.c (dl_open_worker): Likewise.
6548         (_dl_addr_inside_object): New function if IS_IN_rtld.
6549         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6550         holes are present or are PROT_NONE protected.
6551         * include/link.h (struct link_map): Add l_contiguous field.
6552         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6554 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6555             Tomas Janousek  <tjanouse@redhat.com>
6556             Ulrich Drepper  <drepper@redhat.com>
6558         [BZ #4647]
6559         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6560         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6561         socket.
6562         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6563         unused member a bitmap.
6564         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6565         servers are configured.
6567 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6569         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6571 2007-06-17  Andreas Schwab  <schwab@suse.de>
6573         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6575 2007-06-16  Andreas Jaeger  <aj@suse.de>
6577         [BZ #4125]
6578         * sysdeps/unix/sysv/linux/sys/ptrace.h
6579         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6580         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6581         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6582         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6583         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6584         Define.
6585         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6586         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6587         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6588         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6590 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6592         [BZ #4599]
6593         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6594         determining whether there are IPv4/IPv6 addresses, ignore loopback
6595         addresses.
6597 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6599         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6600         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6601         as the return type.  Change type of "r" variable to CMPtype.
6602         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6603         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6604         * soft-fp/gedf2.c (__gedf2): Likewise.
6605         * soft-fp/gesf2.c (__gesf2): Likewise.
6606         * soft-fp/getf2.c (__getf2): Likewise.
6607         * soft-fp/ledf2.c (__ledf2): Likewise.
6608         * soft-fp/lesf2.c (__lesf2): Likewise.
6609         * soft-fp/letf2.c (__letf2): Likewise.
6610         * soft-fp/unorddf2 (__unorddf2): Likewise.
6611         * soft-fp/unordsf2 (__unordsf2): Likewise.
6612         * soft-fp/unordtf2 (__unordtf2): Likewise.
6614 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6616         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6617         make sure gcc doesn't mess around with this.
6619 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6621         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6623 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6625         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6626         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6627         at most once per _dl_close_worker.
6629 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6631         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6632         __sched_cpucount as const.
6633         * posix/sched_cpucount.c: Adjust.
6635         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6636         instruction for counting bits.
6637         * sysdeps/x86_64/sched_cpucount.c: New file.
6639 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6641         * configure.in: Avoid variable named BASH.
6642         * config.make.in: Likewise.
6643         Patch in part by Mike Frysinger.
6645 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6647         [BZ #4586]
6648         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6649         pseudo-zeros as zero.
6650         * sysdeps/x86_64/ldbl2mpn.c: New file.
6651         * sysdeps/ia64/ldbl2mpn.c: New file.
6653 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6655         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6656         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6657         Remove unreachable code at the end.
6659 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6661         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6662         ldbl-128ibm in comment.
6663         (fpclassifyl): Correct classification of denormals.
6664         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6665         return value for MIN denormal. Rewrite using long double math too
6666         correctly handle denormals and canonicalize the results.
6668 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6670         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6671         (__mpn_construct_long_double): Fix conversion where result ought
6672         to be smaller than __LDBL_MIN__, or the low double should be
6673         denormal.  Fix decision where to negate low double - honor round
6674         to even rules.
6675         * stdio-common/tst-sprintf2.c: Include string.h.
6676         (COMPARE_LDBL): Define.
6677         (TEST): Also test whether a string hexadecimal float representation
6678         can be parsed back to the number.
6679         (main): Add a couple of further tests.
6681 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6683         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6684         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6685         is non-zero, but smaller than 2 * __DBL_MIN__.
6686         * stdio-common/tst-sprintf2.c: New test.
6687         * stdio-common/Makefile (tests): Add tst-sprintf2.
6689         * math/test-misc.c (main): Don't run last batch of tests with
6690         IBM long double format.
6692 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6694         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6695         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6696         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6697         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6698         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6699         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6700         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6701         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6702         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6703         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6706         New file.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6708         New file.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6710         New file.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6712         New file.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6714         New file.
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6717         New file.
6718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6719         New file.
6720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6721         New file.
6722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6723         New file.
6724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6725         New file.
6727 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6729         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6730         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6731         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6732         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6733         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6734         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6735         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6736         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6738 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6740         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6741         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6742         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6743         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6744         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6745         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6746         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6747         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6749 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6751         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6752         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6753         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6754         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6756 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6758         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6759         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6761 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6763         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6764         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6765         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6766         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6768 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6770         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6771         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6773 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6775         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6776         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6778         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6779         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6780         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6783 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6785         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6786         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6787         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6788         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6790 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6792         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6793         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6794         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6795         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6796         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6797         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6799 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6801         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6802         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6803         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6804         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6806 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6808         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6809         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6810         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6811         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6812         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6813         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6814         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6815         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6816         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6817         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6818         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6819         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6820         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6821         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6822         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6823         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6825 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6827         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6828         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6830 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6832         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6833         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6835 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6837         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6838         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6839         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6840         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6841         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6842         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6843         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6844         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6845         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6846         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6848 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6850         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6852 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6854         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6855         branch miss-predicts. Ensure that cache line crossing does not impact
6856         dispatch grouping.
6858 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6860         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6861         "../../powerpc32/power4/memcopy.h".
6862         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6863         "../../powerpc32/power4/wordcopy.c".
6865 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6867         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6868         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6869         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6870         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6871         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6872         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6874 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6876         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6878 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6880         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6881         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6882         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6883         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6884         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6885         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6886         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6887         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6889 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6891         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6893 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6895         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6896         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6897         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6898         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6899         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6900         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6901         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6903 2007-05-29  Roland McGrath  <roland@redhat.com>
6905         * po/Makefile (po-sed-cmd): New variable.
6906         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6908 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6910         * crypt/md5-crypt.c: Fix comment.
6912         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6913         of crashing.  When this is the case or if the reply is malformed,
6914         don't try to close the new file descriptor since it does not
6915         exist.
6916         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6918 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6920         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6921         if __NR_utimensat is not defined.
6923 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6925         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6927 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6929         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6930         (open): Fix comment typos.  Don't call __open_2 if flags
6931         is a compile time constant without O_CREAT.
6932         (__open64_2): Add nonnull attribute.
6933         (open64): Fix comment typos.  Don't call __open64_2 if flags
6934         is a compile time constant without O_CREAT.
6935         (__openat_2): Add nonnull attribute, fix nonnull attribute
6936         on redirect.
6937         (openat): Fix comment typos.  Don't call __openat_2 if flags
6938         is a compile time constant without O_CREAT.
6939         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6940         on redirect.
6941         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6942         is a compile time constant without O_CREAT.
6944 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6946         * Makerules (sysd-rules): Define PTW for ptw-* files.
6947         * Versions: Define GLIBC_2.7 for libc.
6948         * include/stdio.h: Declare __fortify_fail.
6949         * debug/fortify_fail.c: New file.
6950         * debug/Makefile (routines): Add fortify_fail.
6951         * debug/chk_fail.c: Use __fortify_fail.
6952         * debug/stack_chk_fail.c: Likewise.
6953         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6954         __openat64_2 for GLIBC_2.7.
6955         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6956         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6957         and fails if necessary.
6958         * io/open64.c: Likewise.
6959         * io/openat.c: Likewise.
6960         * io/openat64.c: Likewise.
6961         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6962         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6963         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6964         * io/bits/fcntl2.h: New file.
6965         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6966         __openat64_2.
6967         * include/bits/fcntl2.h: New file.
6968         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6969         Add open_2.
6970         * sysdeps/unix/sysv/linux/open_2.c: New file.
6972 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6974         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6975         as second parameter to handle_intel.
6977         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6978         the entry.
6980         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6981         handling to ...
6982         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6983         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6984         cacheinfo.
6985         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6986         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6987         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6989         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6991 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6993         [BZ #4525]
6994         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6995         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6996         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6998         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7000         [BZ #4514]
7001         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7002         reinitialize workend at the start of each do_positional format spec
7003         loop, free workstart before do_positional loops.
7004         (printf_unknown): Fix size of work_buffer.
7005         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7007         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7008         (public_sET_STATe): If ms->version < 3, put all chunks into
7009         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7010         chunks.
7012         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7013         * malloc/hooks.c: Likewise.
7014         * malloc/arena.c: Likewise.
7015         * malloc/malloc.c (do_check_malloc_state): Don't assert
7016         n_mmaps is not greater than n_mmaps_max.  This removes the need
7017         for the previous change.
7019         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7020         2007-05-07 commit.
7022 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7024         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7025         Define for kernel >= 2.6.22.
7027 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7029         * elf/dl-close.c (_dl_close_worker): When removing object from
7030         global scope, wait for all lookups to finish afterwards.
7031         * elf/dl-open.c (add_to_global): When global scope array must
7032         grow, allocate a new one and free old array only after all
7033         lookups finish.
7034         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7035         (_dl_lookup_symbol_x): Likewise.
7036         * elf/dl-support.c: Define _dl_wait_lookup_done.
7037         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7038         _dl_wait_lookup_done.
7040         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7041         not overlapping with arena.
7043         * malloc/mcheck.c (reallochook): If size==0, free the block.
7045         * rt/tst-shm.c: Use fstat64 instead of fstat.
7047         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7048         __NR_sync_file_range is not defined.
7050 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7052         Dummy files to prevent stub versions from being used.
7053         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7054         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7055         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7056         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7058         * version.h (VERSION): Set to 2.6.90.
7060 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7062         * version.h (VERSION): Define to 2.6.
7063         * include/features.h (__GLIBC_MINOR__): Define to 6.
7065         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7067         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7068         sizes.
7070 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7072         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7073         number of mmaps.  n_mmaps_max is the target.
7074         * malloc/hooks.c: Likewise.
7075         * malloc/arena.c: Likewise.
7077 2007-05-12  Andreas Jaeger  <aj@suse.de>
7079         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7080         getpid.
7082 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7084         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7085         adding new variables.
7087         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7088         optimize.  Completely extend global scope array before making the
7089         new entries visible.
7091 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7093         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7094         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7095         tst-getcpu.
7097         * include/link.h: Move l_version and l_nversion members around to
7098         fill gaps.
7100         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7102         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7103         (__sched_setaffinity_new): If syscall was successful and
7104         RESET_VGETCPU_CACHE is defined, use it before returning.
7105         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7107         * io/sys/stat.h: Make sure struct timespec is defined for
7108         __USE_ATFILE.
7110         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7111         UTIME_OMIT.
7112         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7113         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7114         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7115         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7116         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7117         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7118         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7119         * io/sys/stat.h: Declare utimensat, futimens.
7120         * io/utimensat.c: New file.
7121         * io/futimens.c: New file.
7122         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7123         * sysdeps/unix/sysv/linux/futimens.c: New file.
7124         * io/Makefile (routines): Add utimensat, futimens.
7125         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7126         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7127         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7128         available.
7130         * include/sys/cdefs.h: Redefine __nonnull so that test for
7131         incorrect parameters in the libc code itself are not omitted.
7133 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7135         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7136         exception in addition to inexact when asked to raise only FE_INEXACT.
7138         [BZ #3427]
7139         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7140         in *envp.
7142 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7144         [BZ #4403]
7145         * string/strfry.c (strfry): Make result more random.
7147 2007-05-07  Richard Henderson  <rth@redhat.com>
7149         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7150         if __NO_LONG_DOUBLE_MATH.
7151         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7152         available in the compiler, add .arch directive to the assembly.
7154 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7156         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7157         compat_symbol to GLIBC_2_1.
7158         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7159         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7160         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7161         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7162         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7163         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7164         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7165         libc, not libm.
7166         (__isnanl): New compat_symbol.
7168 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7169             Jakub Jelinek  <jakub@redhat.com>
7171         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7172         (new_heap): Initialize mprotect_size.
7173         (grow_heap): When growing, only mprotect from mprotect_size till
7174         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7175         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7177 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7178             Peter Bergner  <bergner@us.ibm.com>
7180         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7181         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7182         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7183         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7184         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7185         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7186         Call __fe_mask_env() if all FP exceptions disabled.
7187         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7188         from old FPSCR to new fenv to propagate DFP rounding modes.
7189         Call __fe_mask_env() if FP exceptions previously enabled.
7190         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7191         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7192         transitioning from all exceptions disabled to any exception enabled
7193         or visa versa.
7194         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7195         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7196         when transitioning from all exceptions disabled to any exception
7197         enabled or visa versa.
7198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7205 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7207         [BZ #4465]
7208         * posix/unistd.h: Remove __THROW from fdatasync.
7210 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7212         [BZ #4465]
7213         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7215 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7217         * stdio-common/vfprintf.c (process_string_arg): Optimize
7218         ridiculous precision in wide char code printing multi-byte string.
7219         Reported by Jim Meyering <jim@meyering.net>.
7221         [BZ #4131]
7222         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7223         boundaries to work around systems with overlapping binary loading.
7224         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7226 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7228         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7229         __mbsnrtowcs after last change.
7231         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7232         (get_ident): Likewise.
7234 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7236         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7237         with setting the sticky bit.
7238         * math/test-misc.c (main): Add more truncation tests.
7240 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7242         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7243         double in the function declaration.
7244         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7245         double in the function declaration.
7246         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7247         float in the function declaration.
7248         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7249         float in the function declaration.
7251         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7252         denormal operands.  Do not generate FP_EX_DENORM exception.
7253         (FP_UNPACK_RAW_EP): Ditto.
7254         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7255         undefined _FP_UNPACK_RAW_E.
7256         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7257         undefined _FP_UNPACK_RAW_EP.
7258         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7259         undefined _FP_PACK_RAW_E.
7260         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7261         undefined _FP_PACK_RAW_EP.
7263         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7264         _FP_FRAC_COPY_2.
7265         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7266         _FP_FRAC_COPY_4.
7268 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7269             Jakub Jelinek  <jakub@redhat.com>
7271         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7272         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7273         this case.
7274         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7276 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7278         * math/test-misc.c (main): Add tests for rounding long double
7279         values close to smallest double denormalized value to double.
7281 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7283         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7284         condition for truncating to 0.  Set sticky bit for such
7285         truncation.
7287 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7289         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7290         fixed length array for ignore.
7292 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7294         [BZ #4438]
7295         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7296         stack for large precisions.
7297         * stdio-common/test-vfprintf.c (main): Add test for large
7298         precision.
7300 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7302         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7303         for exponent 0.
7304         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7306         [BZ #4439]
7307         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7308         account in the size check.
7309         * resolv/tst-inet_ntop.c: New test.
7310         * resolv/Makefile (tests): Add tst-inet_ntop.
7312 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7313             Jakub Jelinek  <jakub@redhat.com>
7315         [BZ #4349]
7316         * malloc/malloc.c: Keep separate list for first blocks on the bin
7317         lists with a given size.  This helps skipping over list elements
7318         we know won't fit in two places.
7319         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7321 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7323         [BZ #4102]
7324         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7325         label to Teredo tunnel addresses 2001://32.
7327 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7329         * locale/programs/ld-collate.c (collate_read): Allow order_start
7330         after copy.
7332         * locale/programs/ld-collate.c (collate_read): Fix printing of
7333         error message.
7335         [BZ #3213]
7336         * locale/C-translit.h.in: Add entry for U2044.
7338         [BZ #4342]
7339         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7340         hexa-decimal floats without exponent.
7341         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7343 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7345         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7346         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7347         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7348         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7349         GLIBC_2.6.
7350         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7351         Add sched_getcpu.
7353 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7355         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7356         of 0 after the out_fail label.
7358 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7360         [BZ #4406]
7361         * iconv/gconv_charset.h (strip): Allow ':'.
7362         * iconv/iconv_open.c (iconv_open): Adjust comment.
7364 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7366         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7367         version.
7369 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7371         [BZ #4381]
7372         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7373         alignment of buffer and tmp_buffer.
7374         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7375         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7376         alignment of buffer.
7377         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7378         bigger than INT_MAX.
7379         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7380         h_errnop arguments.  Fail if buflen is too small.
7381         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7383 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7385         [BZ #4405]
7386         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7387         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7389 2007-04-22  Roland McGrath  <roland@redhat.com>
7391         * elf/elf.h (NT_PRXFPREG): New macro.
7393 2007-04-19  Andreas Jaeger  <aj@suse.de>
7395         [BZ #3905]
7396         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7397         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7398         Added.
7400 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7402         * include/sys/mman.h: Mark madvise hidden.
7403         * misc/madvise.c: Add libc_hidden_def.
7405 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7407         * nis/nis_domain_of.c (__nis_domain_of): New function.
7408         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7409         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7410         * nis/nis_call.c (rec_dirsearch): Likewise.
7411         (first_shoot): Likewise.  Remove search_parent_first argument.
7412         (struct nis_server_cache): Rename search_parent_first field
7413         to search_parent.
7414         (nis_server_cache_search, nis_server_cache_add): Rename
7415         search_parent_first argument to search_parent.
7416         (__nisfind_server): Likewise.  If search_parent, call
7417         __nis_domain_of.
7419 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7421         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7423 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7425         [BZ #4368]
7426         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7428 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7430         [BZ #4364]
7431         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7433 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7435         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7436         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7437         current number of locales in SUPPORTED.
7438         (create_archive): Initialize serial.
7439         (enlarge_archive): Preserve aliases rather than duplicating
7440         their locrecs.
7442 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7444         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7445         after _IO_un_link, not before it.
7447         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7448         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7449         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7451 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7453         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7454         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7455         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7456         Remove __THROW.
7457         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7458         _IO_file_xsgetn_maybe_mmap): Likewise.
7459         * libio/oldfileops.c (old_do_write): Likewise.
7460         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7461         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7462         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7463         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7464         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7465         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7466         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7467         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7468         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7469         _IO_file_underflow, _IO_file_underflow_mmap,
7470         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7471         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7472         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7473         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7474         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7475         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7476         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7477         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7478         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7479         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7480         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7481         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7482         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7483         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7484         _IO_adjust_column_internal, _IO_default_uflow_internal,
7485         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7486         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7487         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7488         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7489         _IO_file_close_it_internal, _IO_file_underflow_internal,
7490         _IO_file_overflow_internal, _IO_file_attach_internal,
7491         _IO_file_fopen_internal, _IO_file_sync_internal,
7492         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7493         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7494         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7495         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7496         _IO_seekpos_unlocked): Likewise.
7497         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7498         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7500 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7502         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7503         argument in xmalloc size computation.
7505 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7507         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7508         math_opt_barrier and math_force_eval macros.
7510 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7512         [BZ #3306]
7513         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7514         * sysdeps/i386/fpu/math_private.h: New file.
7515         * sysdeps/x86_64/fpu/math_private.h: New file.
7516         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7517         math_force_eval macros.  Use "+m" constraint on asm rather than
7518         "=m" and "m".
7519         * math/s_nextafter.c (__nextafter): Likewise.
7520         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7521         Likewise.
7522         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7523         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7524         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7525         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7526         math_opt_barrier and math_force_eval macros.
7527         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7528         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7529         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7530         (__nexttoward): Use math_opt_barrier and
7531         math_force_eval macros.  Use "+m" constraint on asm rather than
7532         "=m" and "m".  Only use asm to force double result if
7533         FLT_EVAL_METHOD is 2.
7534         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7535         (__nexttowardf): 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 not 0.
7539         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7540         (__nexttowardf): Use math_opt_barrier and
7541         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7542         x to float using asm.
7543         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7544         (__nldbl_nexttowardf): Use math_opt_barrier and
7545         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7546         x to float using asm.
7547         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7548         (__nexttowardf): Use math_opt_barrier and math_force_eval
7549         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7550         * math/bug-nextafter.c (zero, inf): New variables.
7551         (main): Add new tests.
7552         * math/bug-nexttoward.c (zero, inf): New variables.
7553         (main): Add new tests.
7555 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7557         [BZ #3427]
7558         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7559         exceptions both in SW and MXCSR.
7560         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7561         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7562         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7563         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7564         in MXCSR if SSE is available.
7565         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7566         and ldsodefs.h.
7567         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7568         Fix comment typo.
7569         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7570         Return 0 rather than 1.
7571         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7572         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7573         * math/test-fenv.c (feholdexcept_tests): New function.
7574         (main): Call it.
7576 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7578         [BZ #3427]
7579         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7580         in SW.
7582 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7584         [BZ #4344]
7585         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7586         Reported by David Anderson <davea42@earthlink.net>.
7588 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7590         * posix/sys/wait.h: Remove unnecessary forward declaration.
7592 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7594         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7595         with obj->do_servers after first_shoot.
7597 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7599         * posix/Makefile (routines): Add sched_cpucount.
7600         (tests): Add tst-cpucount.
7601         * posix/sched_cpucount.c: New file.
7602         * posix/tst-cpucount.c: New file.
7603         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7604         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7605         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7606         * posix/sched.h: Define CPU_COUNT.
7608 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7610         * posix/fnmatch.c (STRUCT): Define.
7611         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7612         * posix/fnmatch_loop.c (struct STRUCT): New type.
7613         (FCT): Add ends argument.  If ends != NULL and normal * is
7614         seen in the pattern, store current pattern and string pointers
7615         and return.  Adjust recursive calls.
7616         (EXT): Adjust FCT callers.
7617         (STRUCT): Undef at the end of the file.
7618         * posix/Makefile (tests): Add tst-fnmatch2.
7619         * posix/tst-fnmatch2.c: New test.
7621 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7623         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7624         and 1 on failure.
7626         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7627         Change last argument to unsigned int.
7629 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7631         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7633 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7635         * config.h.in (HAVE_LIBCAP): Add.
7636         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7637         sys/capabilities.h.
7638         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7639         free_caps.  Cast away const from 4th cap_set_flag argument.
7641 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7643         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7644         GLIBC_2.6.
7645         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7646         Add sync_file_range.
7647         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7649 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7651         * sysdeps/powerpc/bits/atomic.h
7652         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7653         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7654         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7655         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7656         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7657         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7658         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7659         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7660         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7661         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7662         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7663         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7664         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7665         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7666         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7667         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7668         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7669         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7670         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7671         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7673 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7675         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7676         (__cache_line_size): Define the variable here.  Add
7677         attribute_hidden, remove weak_extern.
7678         (__libc_start_main): Set __cache_line_size
7679         unconditionally.
7680         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7681         (__cache_line_size): Define the variable here.  Add
7682         attribute_hidden, remove weak_extern.
7683         (DL_PLATFORM_AUXV): Set __cache_line_size
7684         unconditionally.
7685         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7686         weak_extern, add attribute_hidden.
7687         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7688         defined in ld.so.
7689         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7690         definition.
7691         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7693 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7695         [BZ #4276]
7696         * timezone/africa: Update from tzdata2007d.
7697         * timezone/asia: Likewise.
7698         * timezone/australasia: Likewise.
7699         * timezone/backward: Likewise.
7700         * timezone/europe: Likewise.
7701         * timezone/iso3166.tab: Likewise.
7702         * timezone/leapseconds: Likewise.
7703         * timezone/northamerica: Likewise.
7704         * timezone/southamerica: Likewise.
7705         * timezone/zone.tab: Likewise.
7707         * timezone/private.h: Update from tzcode2007d.
7708         * timezone/zdump.c: Likewise.
7709         * timezone/zic.c: Likewise.
7711 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7713         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7714         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7715         variables.
7716         (nis_server_cache_search, nis_server_cache_add): New functions.
7717         (__nisfind_server): Use them.  Add dbp and flags argument, if
7718         call __nisbind_create.
7719         (__nisbind_create): Add server_used and current_ep arguments,
7720         only call __nis_findfastest if server_used is ~0.
7721         (__do_niscall2, __prepare_niscall): Adjust callers.
7722         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7723         ckey_cache_euid, ckey_cache_lock): New variables.
7724         (get_ckey): New function.
7725         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7726         __pmap_getnisport.  Save __pmap_getnisport result in
7727         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7728         key.
7729         * nis/nis_lookup.c (nis_lookup): Likewise.
7730         * nis/nis_table.c (nis_list): Likewise.
7731         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7732         prototypes.
7734         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7735         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7736         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7737         _nss_nisplus_getservbyport_r): Likewise.
7738         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7739         _nss_nisplus_getnetbyaddr_r): Likewise.
7740         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7741         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7742         _nss_nisplus_getntohost_r): Likewise.
7743         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7744         _nss_nisplus_getrpcbynumber_r): Likewise.
7746 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7748         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7749         * configure: Rebuilt.
7751         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7752         bit-fields.
7753         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7755 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7757         [BZ #2831]
7758         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7759         bit-fields.
7761 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7763         * nscd/gai.c: Include alloca.h.
7764         (__libc_use_alloca): Define.
7766 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7768         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7769         smaller scopes.
7770         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7771         (DL_DST_REQUIRED): Adjust user.
7773         * include/dlfcn.h (struct link_map): New forward decl.
7775         * inet/getnameinfo.c: Include stddef.h.
7776         (getnameinfo): Use offsetof.
7778         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7780         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7782         * string/strerror_l.c: Include stdlib.h.
7784         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7785         * config.make.in (gnu89-inline-CFLAGS): New variable.
7786         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7787         -std=gnu99.
7788         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7789         * argp/argp.h: Use it.
7790         * bits/mathinline.h: Likewise.
7791         * bits/sigset.h: Likewise.
7792         * bits/string.h: Likewise.
7793         * ctype/ctype.h: Likewise.
7794         * hurd/hurd.h: Likewise.
7795         * hurd/hurd/fd.h: Likewise.
7796         * hurd/hurd/port.h: Likewise.
7797         * hurd/hurd/signal.h: Likewise.
7798         * hurd/hurd/threadvar.h: Likewise.
7799         * hurd/hurd/userlink.h: Likewise.
7800         * io/sys/stat.h: Likewise.
7801         * libio/bits/stdio.h: Likewise.
7802         * libio/bits/stdio2.h: Likewise.
7803         * mach/lock-intern.h: Likewise.
7804         * mach/mach/mig_support.h: Likewise.
7805         * math/bits/cmathcalls.h: Likewise.
7806         * posix/bits/unistd.h: Likewise.
7807         * socket/bits/socket2.h: Likewise.
7808         * stdlib/bits/stdlib.h: Likewise.
7809         * stdlib/stdlib.h: Likewise.
7810         * string/argz.h: Likewise.
7811         * string/bits/string2.h: Likewise.
7812         * string/bits/string3.h: Likewise.
7813         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7814         * sysdeps/generic/inttypes.h: Likewise.
7815         * sysdeps/generic/machine-lock.h: Likewise.
7816         * sysdeps/generic/machine-sp.h: Likewise.
7817         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7818         * sysdeps/i386/i486/bits/string.h: Likewise.
7819         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7820         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7821         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7822         * sysdeps/mach/i386/machine-lock.h: Likewise.
7823         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7824         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7825         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7826         * sysdeps/s390/bits/string.h: Likewise.
7827         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7828         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7829         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7830         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7831         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7832         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7833         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7834         * wcsmbs/bits/wchar2.h: Likewise.
7835         * wcsmbs/wchar.h: Likewise.
7836         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7837         __extern_inline definition.
7839 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7841         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7842         NULL.
7844         [BZ #3919]
7845         * math/libm-test.inc (log_test): Test -Inf and NaN.
7846         (log10_test, log1p_test, log2_test): Test -Inf.
7847         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7848         FE_INVALID when argument is qNaN.
7849         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7850         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7851         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7852         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7853         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7854         testb $4, %ah and jump if non-zero.
7855         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7856         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7858         [BZ #4101]
7859         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7860         ancestors with the same depths.
7861         Patch by Niels Moeller <nisse@lysator.liu.se>.
7862         (filter_doc): Don't crash if argp is NULL.
7863         * argp/Makefile (tests): Add tst-argp2.
7864         * argp/tst-argp2.c: New test.
7866         [BZ #4130]
7867         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7868         open_not_cancel_2.
7869         (updwtmp_file): Likewise.
7871         [BZ #4181]
7872         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7873         (inet6_opt_append): Don't check extlen is big enough if extbuf
7874         is NULL.
7875         (inet6_opt_finish): Likewise.
7876         * inet/Makefile (tests): Add test-inet6_opt.
7877         * inet/test-inet6_opt.c: New test.
7879         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7880         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7881         NLMSG_ERR.  Instead use a page sized buffer.
7882         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7883         buffer.
7885 2007-03-14  Richard Henderson  <rth@redhat.com>
7887         * sysdeps/alpha/fpu/s_llround.c: New file.
7888         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7889         * sysdeps/alpha/fpu/s_lround.c: New file.
7890         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7891         * sysdeps/alpha/fpu/s_round.c: New file.
7892         * sysdeps/alpha/fpu/s_roundf.c: New file.
7893         * sysdeps/alpha/fpu/s_trunc.c: New file.
7894         * sysdeps/alpha/fpu/s_truncf.c: New file.
7896         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7897         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7898         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7899         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7900         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7901         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7903         * sysdeps/alpha/fpu/s_fmax.S: New file.
7904         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7905         * sysdeps/alpha/fpu/s_fmin.S: New file.
7906         * sysdeps/alpha/fpu/s_fminf.S: New file.
7907         * sysdeps/alpha/fpu/s_isnan.c: New file.
7908         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7909         * sysdeps/alpha/fpu/s_llrint.c: New file.
7910         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7911         * sysdeps/alpha/fpu/s_lrint.c: New file.
7912         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7913         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7914         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7916         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7917         (__fdimf, fdimf, __fdim, fdim): Remove.
7918         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7919         (__isnanf, __isnan, __isnanl): New.
7921 2007-03-13  Richard Henderson  <rth@redhat.com>
7923         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7925 2007-03-13  Richard Henderson  <rth@redhat.com>
7927         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7928         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7929         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7930         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7931         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7932         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7934 2007-03-13  Richard Henderson  <rth@redhat.com>
7936         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7937         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7938         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7939         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7940         Move to dl-auxv.h; initialize instead of extern weak.
7941         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7942         weak symbol.
7943         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7944         Extern instead of initialized.
7946 2007-03-13  Richard Henderson  <rth@redhat.com>
7948         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7949         __sigsuspend_nocancel.
7951 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7953         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7954         172.16/12 address range.
7956 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7958         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7959         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7960         message.
7962 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7964         [BZ #4069]
7965         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7966         earlier.
7967         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7969         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7970         for x qNaN and y either +-inf or non-integer value.
7971         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7972         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7973         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7975 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7977         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7978         from sysdep_headers.
7980 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7982         * time/tzfile.c (find_transition): Instead of a linear search try to
7983         guess the transition index, use a linear search if the result is at
7984         most 10 transitions away from the guess or binary search otherwise.
7986 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7988         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7989         memory reallocation.
7991 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7993         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7994         and fix some typos.
7995         Optimize use of TOLOWER.
7997         [BZ #3325]
7998         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7999         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8000         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8002         [BZ #3458]
8003         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8004         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8006         [BZ #4076]
8007         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8008         (open_dir_stream): Likewise.
8009         * io/Makefile (tests): Add bug-ftw5.
8010         * io/bug-ftw5.c: New file.
8012         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8013         * nscd/servicescache.c (cache_addserv): Likewise.
8015         * nscd/grpcache.c (cache_addgr): In case a record changed on
8016         refresh, adjust key_copy.
8018         [BZ #4074]
8019         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8020         refresh, adjust key_copy.
8022         [BZ #4070]
8023         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8024         special cases.
8025         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8027 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8029         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8030         optimization.
8032         * stdio-common/vfscanf.c: Small cleanups throughout.
8034 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8036         [BZ #3325]
8037         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8038         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8039         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8040         Patch by Jared Casper <jaredcasper@gmail.com>.
8042         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8043         * sysdeps/unix/opendir.c: Likewise.
8044         * sysdeps/unix/readdir.c: Likewise.
8046         [BZ #2211]
8047         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8048         point numbers.
8049         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8051         * stdio-common/vfscanf.c: Fix problems in width accounting.
8052         * stdio-common/tst-sscanf.c (double_tests): New tests.
8053         (main): Hook them up.
8055         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8056         More simplifications of floating-point reader.
8058         * stdio-common/Makefile (tests): Add tst-swscanf.
8059         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8060         testing.
8061         * stdio-common/tst-swscanf.c: New file.
8063 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8065         [BZ #2633]
8066         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8067         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8068         Remove using for __jmp_buf_tag.
8069         * locale/locale.h (struct lconv): Also define in std namespace.
8070         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8072         [BZ #3842]
8073         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8074         using __libc_enable_secure.
8076         [BZ #3818]
8077         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8079         [BZ #3745]
8080         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8081         of names for ellipsises.
8083         [BZ #3348]
8084         * malloc/memusage.sh: Cleanups.
8085         * debug/xtrace.sh: Quoting and trap changes.
8087 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8089         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8091         * locale/iso-3166.def: Update entry for Serbia.
8092         * locale/iso-4217.def: Define RSD, remove CSD.
8094         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8095         and 64-bit operations.
8097         [BZ #4040]
8098         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8099         16-bit operations.
8101         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8102         of writev.
8104 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8106         [BZ #3991]
8107         * assert/assert.h (assert): Simplify.
8108         (assert_perror): Likewise.
8109         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8111         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8112         reqdata.
8114         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8115         change: don't pass NULL in place of an integer.
8117 2007-02-02  Bruno Haible  <bruno@clisp.org>
8119         [BZ #3954]
8120         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8121         Add mapping for U+327E.
8122         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8123         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8124         mapping of 0xD9 0xE8.
8125         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8126         mapping of U+327E.
8127         Reported by Jungshik Shin <jungshik@google.com>.
8129         [BZ #3955]
8130         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8131         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8132         Reported by Jungshik Shin <jungshik@google.com>.
8134 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8136         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8137         byte variants.
8139         [BZ #4040]
8140         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8141         byte variants.  Patch mostly be tom@tommay.net.
8143 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8145         [BZ #3996]
8146         * posix/glob.c (attribute_hidden): Define if not defined.
8147         (glob): Unescape dirname, filename or username when needed and not
8148         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8149         is NULL.  Handle unescaped [ in pattern without closing ].
8150         Don't pass GLOB_CHECK down to recursive glob for directories.
8151         (__glob_pattern_type): New function.
8152         (__glob_pattern_p): Implement using __glob_pattern_type.
8153         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8154         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8155         Remove unreachable code.
8156         * posix/globtest.sh: Add a couple of new tests.
8158 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8160         * po/ru.po: Update from translation team.
8162 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8164         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8165         to the list of i486+ CPUs.
8166         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8168 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8170         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8171         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8172         references.
8174 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8176         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8178         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8179         * resolv/res_mkquery.c: Define __res_nopt.
8180         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8181         try adding EDNS0 record.
8182         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8183         EDNS0 record was send make sure we don't try it again.
8184         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8185         * include/resolv.h: Declare __res_nopt.
8187 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8189         [BZ #3944]
8190         * time/strptime_l.c (__strptime_internal): Set have_mon for
8191         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8192         have been computed from tm_yday and tm_year.  Don't crash
8193         in day_of_the_week or day_of_the_year if not have_mon
8194         and tm_mon contains bogus value.
8195         * time/Makefile (tests): Add tst-strptime3.
8196         * time/tst-strptime3.c: New test.
8198 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8200         [BZ #3957]
8201         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8202         bit for RE_HAT_LISTS_NOT_NEWLINE.
8203         (build_charclass_op): Remove bogus comment.
8204         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8205         * posix/bug-regex27.c: New test.
8206         * posix/bug-regex28.c: New test.
8208 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8210         * po/sv.po: Update from translation team.
8212 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8214         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8216 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8218         * include/locale.h (__uselocale): Add libc_hidden_proto.
8219         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8221         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8222         gettimeofday.
8224 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8226         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8227         returning.
8228         (PTR_DEMANGLE): Real definition now that it's not the same as
8229         PRT_MANGLE anymore.
8230         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8232         * string/strerror_l.c: New file.
8233         * string/Makefile (routines): Add strerror_l.
8234         * string/string.h: Declare strerror_l.
8235         * string/Versions: Export strerror_l for GLIBC_2.6.
8237 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8239         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8240         as parameter.  Construct request record.  Try sending request
8241         before the first poll use, it usually succeeds.  Adjust all
8242         callers.
8243         * nscd/nscd-client.h: Define MAXKEYLEN.
8244         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8246 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8248         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8249         from return value.
8250         * nscd/nscd_helper.c: Include string.h.
8251         (__nscd_cache_search): Remove const qualifier from return value.
8252         On strict alignment architectures check hash entry and data head
8253         alignment.
8254         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8255         mmapped data during GC cycle contains garbage.  If
8256         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8257         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8258         dropped to 0.
8259         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8260         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8261         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8262         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8263         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8265 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8267         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8269 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8271         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8272         names not numbers in cfi_*.
8274 2007-01-26  Andreas Jaeger  <aj@suse.de>
8276         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8277         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8278         Correct values of PER_HPUX and PER_OSF4.
8280 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8282         * elf/dl-minimal.c: Undefine _itoa first.
8283         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8284         * malloc/mtrace.c: Revert last change.
8285         * posix/wordexp.c: Likewise.
8287 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8289         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8290         and __geode__ to the list of i486+ CPUs.
8291         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8293 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8295         * stdio-common/_itoa.c: Include <limits.h>.
8296         * stdio-common/_itowa.c: Likewise.
8298 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8300         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8301         platforms.
8302         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8303         64-bit platforms.
8304         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8305         possible.
8306         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8307         if possible.
8309         [BZ #3902]
8310         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8311         * stdio-common/Makefile (tests): Add bug17.
8312         * stdio-common/bug17.c: New file.
8314 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8316         * iconvdata/brf.c: New file.
8317         * iconvdata/testdata/BRF: New file.
8318         * iconvdata/testdata/BRF..UTF8: New file.
8319         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8320         * iconvdata/Makefile: Add rules to build BRF.
8321         * iconvdata/TESTS: Add BRF entry.
8322         * iconvdata/gconv-modules: Likewise.
8323         * iconvdata/tst-tables.sh: Likewise.
8325 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8327         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8328         type `long long int', not `long int'.
8329         (wcstoq): Likewise.
8331 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8333         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8334         of values on 64-bit platforms which are too large.
8336 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8337             Joe Kerian  <jkerian@us.us.ibm.com>
8339         [BZ #2749]
8340         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8341         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8342         (__copysignl): Use signbit() for comparison.
8343         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8344         SET_LDOUBLE_WORDS64.
8346         [BZ #2423, #2749]
8347         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8348         (__ceill): Remove calls to fegetround(), fesetround().
8349         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8350         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8351         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8353 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8355         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8357         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8359 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8361         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8362         demangle pointer.
8363         * csu/libc-start.c: Likewise.
8365 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8367         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8368         really work anyway.
8370 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8372         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8373         users.
8374         (handle_request): Remove unnecessary tests.
8376         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8378 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8380         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8381         workbits in semi-raw fraction.
8383         * math/test-misc.c: Add new tests.
8385 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8387         * math/basic-test.c: Include test-skeleton.c.
8388         (TEST_TRUNC): Define.
8389         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8390         (main): Rename to ...
8391         (do_test): ...this.  Run new tests.
8392         (TEST_FUNCTION): Define.
8394 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8395             Joe Kerian  <jkerian@us.us.ibm.com>
8397         [BZ #2749]
8398         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8399         handling for high words.
8400         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8401         and overflow for infinity.
8403 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8405         * nscd/connections.c (handle_request): Add a __builtin_expect.
8407         * nscd/connections.c (serv2db): Change type into structure which
8408         also says whether this is a request for data.  Renamed to
8409         servinfo.  All users changed.
8410         (handle_request): Much simpler test whether we should search the cache.
8412         * nscd/connections.c (handle_request): Fix thinko in selinux test
8413         invocation.
8415         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8416         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8417         it before getting dl_load_lock and then relock.
8418         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8419         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8420         case we unlocked the scope.
8421         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8422         _dl_lookup_symbol_x in case we locked the scope.
8423         (_dl_profile_fixup): Likewise.
8424         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8425         set DL_LOOKUP_SCOPE_LOCK.
8427 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8429         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8430         CFLAGS-getsrvbynpt_r.c.
8431         * nscd/getsrvbynm_r.c: New file.
8432         * nscd/getsrvbypt_r.c: New file.
8433         * nscd/nscd_getserv_r.c: New file.
8434         * nscd/servicescache.c: New file.
8435         * nscd/Makefile (routines): Add nscd_getserv_r.
8436         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8437         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8438         CFLAGS-getsrvbypt_r.c.
8439         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8440         table.  Add entries for services database.
8441         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8442         services database.
8443         (dbs): Add .reset_res and servdb initialization.
8444         (serv2db): Add entries for services database.
8445         (verify_persistent_db): Accept dbnr == servdb.
8446         (invalidate_cache): Rewrite database name recognition to use a table.
8447         Call res_init() if .reset_res is set for database.
8448         (handle_request): Add code to handle services database.
8449         * nscd/gai.c: Don't define __getservbyname_r.
8450         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8451         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8452         (serv_response_header): Define.
8453         (struct datahead): Add serv_response_header member.
8454         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8455         using table.
8456         * nscd/nscd.conf: Add entries for services database.
8457         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8458         Declare serv_iov_disabled.
8459         Declare addservbyname, readdservbyname, addservbyport, and
8460         readdservbyport.
8461         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8462         (find_db): Fix error message.
8463         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8464         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8465         * nscd/selinux.c (perms): Add entries for services database.
8466         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8467         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8469         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8470         * nscd/hstcache.c: Likewise.
8471         * nscd/pwdcache.c: Likewise.
8473         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8474         computation of keylen.
8476         * include/string.h: Only redefine strndupa if this is really for
8477         libc code.
8479 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8481         * nscd/nscd_gethst_r.c: Minor cleanups.
8483         * nscd/connections.c (handle_request): Check selinux permissions
8484         for all non-admin commands.
8486         * sysdeps/i386/i486/bits/atomic.h: Define
8487         atomic_compare_and_exchange_val_acq,
8488         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8489         using __sync_* built-ins for gcc >= 4.1.
8490         * sysdeps/x86_64/bits/atomic.h: Likewise.
8492         [BZ #3840]
8493         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8494         and .oS.d files.
8496 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8498         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8499         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8500         (do_test): Check errno and exit(0) if ENOSYS.
8502 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8504         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8505         thousands separators.
8506         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8507         * stdlib/tst-strtod4.c: New test.
8509         [BZ #3855]
8510         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8511         hexadecimal digit should accept just the initial 0.
8512         * stdlib/tst-strtod2.c (tests): New variable.
8513         (do_test): Run several tests rather than just one.
8515 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8517         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8518         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8520 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8522         * io/fts.c: Make sure fts_cur is always valid after return from
8523         fts_read.
8524         Patch by Miloslav Trmac <mitr@redhat.com>.
8526 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8528         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8529         (R_MIPS_NUM): Bump by 1.
8531 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8533         * posix/execvp.c: Include alloca.h.
8534         (allocate_scripts_argv): Renamed to...
8535         (scripts_argv): ... this.  Don't allocate buffer here nor count
8536         arguments.
8537         (execvp): Use alloca if possible.
8538         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8539         * posix/tst-vfork3.c: New test.
8541 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8543         * string/Makefile (tst-strxfrm2-ENV): Define.
8544         * stdlib/Makefile (tst-strtod3-ENV): Define.
8546 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8548         * posix/getconf.c: Update copyright year.
8549         * nss/getent.c: Likewise.
8550         * iconv/iconvconfig.c: Likewise.
8551         * iconv/iconv_prog.c: Likewise.
8552         * elf/ldconfig.c: Likewise.
8553         * catgets/gencat.c: Likewise.
8554         * csu/version.c: Likewise.
8555         * elf/ldd.bash.in: Likewise.
8556         * elf/sprof.c (print_version): Likewise.
8557         * locale/programs/locale.c: Likewise.
8558         * locale/programs/localedef.c: Likewise.
8559         * nscd/nscd.c (print_version): Likewise.
8560         * debug/xtrace.sh: Likewise.
8561         * malloc/memusage.sh: Likewise.
8562         * malloc/mtrace.pl: Likewise.
8563         * debug/catchsegv.sh: Likewise.
8565 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8567         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8568         attempts.
8570 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8572         * posix/wordexp.c: Remove some unnecessary tests.
8574 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8576         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8577         blacklist the group till after we look it up.
8579 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8581         * include/atomic.h (atomic_forced_read): New macro.
8583 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8585         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8587 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8589         * nss/getXXbyYY_r.c: Include atomic.h.
8590         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8591         add atomic_write_barrier () in between.
8593         * stdlib/Makefile (tests): Add tst-makecontext.
8594         * stdlib/tst-makecontext.c: New test.
8596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8597         (__makecontext): Don't realign uc_mcontext.uc_regs.
8599 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8601         * elf/dl-support.c: Include dl-procinfo.h.
8602         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8603         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8604         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8605         Define.
8606         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8607         hardcoded constants.
8608         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8609         PPC_PLATFORM_* macros for array designators.
8611 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8613         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8614         names to the beginning.
8615         (_dl_powerpc_platforms): Add "power6x".
8616         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8617         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8618         (_DL_PLATFORMS_COUNT): Increase.
8619         (_dl_string_platform): Handle power6x case.
8620         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8621         PPC_FEATURE_POWER6_EXT): Define.
8622         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8624 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8626         [BZ #3747]
8627         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8628         [-2^31 .. 2^31) range.
8629         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8630         targets.
8631         * stdlib/tst-rand48-2.c: New test.
8632         * stdlib/Makefile (tests): Add tst-rand48-2.
8634 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8636         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8638 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8640         * misc/tst-pselect.c (do_test): Make sure the helper process is
8641         terminating when the test is aborted.
8643 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8645         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8646         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8647         Handle relatime mount option.
8649         [BZ #2337]
8650         * libio/Makefile (tests): Add tst-setvbuf1.
8651         * libio/tst-setvbuf1.c: New file.
8653 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8655         [BZ #2337]
8656         * libio/genops.c (__uflow): Fix a typo.
8657         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8658         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8659         the narrow buffer size.
8661 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8663         [BZ #2337]
8664         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8665         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8666         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8667         in _flags.
8668         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8669         _IO_wstr_finish): Likewise.
8670         * libio/wmemstream.c (open_wmemstream): Likewise.
8671         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8672         even for wide streams.
8674 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8677         kernel-features.h.
8679 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8681         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8682         separators also if no non-zero digits found.
8683         * stdlib/Makefile (tests): Add tst-strtod3.
8685 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8687         [BZ #3632]
8688         * include/features.h: Fix comment about default value for
8689         _POSIX_C_SOURCE.
8691         [BZ #3664]
8692         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8693         empty parsed strings.
8694         * stdlib/Makefile (tests): Add tst-strtod2.
8695         * stdlib/tst-strtod2.c: New file.
8697         [BZ #3673]
8698         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8699         computation.
8700         * stdlib/Makefile (tests): Add tst-atof2.
8701         * stdlib/tst-atof2.c: New file.
8703         [BZ #3674]
8704         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8705         correctly if removing trailing zero of hex-float.
8706         * stdlib/Makefile (tests): Add tst-atof1.
8707         * stdlib/tst-atof1.c: New file.
8709 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8711         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8712         Start searching for next comma at p rather than rest.
8713         * misc/Makefile (tests): Add tst-mntent2.
8714         * misc/tst-mntent2.c: New test.
8716         * misc/getusershell.c (initshells): Check for integer overflows.
8717         Make strings buffer one bigger as fgets always succeeds when second
8718         argument is 1.  Don't use calloc for shells array.  Disallow
8719         / as shell.
8721 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8723         * malloc/memusage.c: Handle realloc with new size of zero and
8724         non-NULL pointer correctly.
8725         (me): Really write first record twice.
8726         (struct entry): Make format bi-arch safe.
8727         (dest): Write out more realloc statistics.
8728         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8730 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8732         * nis/nis_subr.c (nis_getnames): Revert last change.
8734 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8736         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8737         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8738         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8739         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8740         ENOTTY.
8741         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8742         * io/tst-ttyname_r.c: New test.
8744 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8746         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8748 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8750         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8751         jump table entries.
8753 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8755         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8756         `clone' function to ensure proper unwinding stop of gdb.
8757         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8759 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8761         * nscd/nscd.init: Remove obsolete and commented-out -S option
8762         handling.
8764 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8766         [BZ #3514]
8767         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8769         [BZ #3515]
8770         * manual/string.texi (strtok): Remove duplicate paragraph.
8772 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8774         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8775         libgcc not supporting `rflags' unwinding (register # >= 17).
8777 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8779         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8780         succeeded.
8782 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8783             Jakub Jelinek  <jakub@redhat.com>
8784             Jan Kratochvil  <jan.kratochvil@redhat.com>
8786         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8787         unwind information.
8788         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8789         'restore_rt' even in the 'signal' directory.
8790         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8792 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8794         [BZ #3559]
8795         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8796         malloc crashed.  Don't allocate memory unnecessarily in each
8797         loop.
8799 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8801         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8803 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8805         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8807 2006-11-18  Bruno Haible  <bruno@clisp.org>
8809         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8810         __sysconf only after having tried to call getgroups32.
8812 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8814         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8815         addresses for IPv4 queries if they can be mapped.
8817 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8819         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8820         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8821         (signmask): Add .size directive.
8822         (othermask): Add .type directive.
8824 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8826         * po/nl.po: Update from translation team.
8828         * timezone/zdump.c: Redo fix for BZ #3137.
8830 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8832         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8833         to first_unused after parsing :include: file.
8835 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8837         * timezone/africa: Update from tzdata2006o.
8838         * timezone/antarctica: Likewise.
8839         * timezone/asia: Likewise.
8840         * timezone/australasia: Likewise.
8841         * timezone/backward: Likewise.
8842         * timezone/europe: Likewise.
8843         * timezone/iso3166.tab: Likewise.
8844         * timezone/northamerica: Likewise.
8845         * timezone/southamerica: Likewise.
8846         * timezone/zone.tab: Likewise.
8848         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8849         on machines with 64-bit time_t.
8851         * timezone/checktab.awk: Update from tzcode2006o.
8852         * timezone/ialloc.c: Likewise.
8853         * timezone/private.h: Likewise.
8854         * timezone/scheck.c: Likewise.
8855         * timezone/tzfile.h: Likewise.
8856         * timezone/tzselect.ksh: Likewise.
8857         * timezone/zdump.c: Likewise.
8858         * timezone/zic.c: Likewise.
8860         [BZ #3483]
8861         * elf/ldconfig.c (main): Call setlocale and textdomain.
8862         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8864         [BZ #3480]
8865         * manual/argp.texi: Fix typos.
8866         * manual/charset.texi: Likewise.
8867         * manual/errno.texi: Likewise.
8868         * manual/filesys.texi: Likewise.
8869         * manual/lang.texi: Likewise.
8870         * manual/maint.texi: Likewise.
8871         * manual/memory.texi: Likewise.
8872         * manual/message.texi: Likewise.
8873         * manual/resource.texi: Likewise.
8874         * manual/search.texi: Likewise.
8875         * manual/signal.texi: Likewise.
8876         * manual/startup.texi: Likewise.
8877         * manual/stdio.texi: Likewise.
8878         * manual/sysinfo.texi: Likewise.
8879         * manual/syslog.texi: Likewise.
8880         * manual/time.texi: Likewise.
8881         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8883         [BZ #3465]
8884         * sunrpc/clnt_raw.c: Minimal message improvements.
8885         * sunrpc/pm_getmaps.c: Likewise.
8886         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8887         * nis/nis_print_group_entry.c: Likewise.
8888         * locale/programs/repertoire.c: Likewise.
8889         * locale/programs/charmap.c: Likewise.
8890         * malloc/memusage.sh: Likewise.
8891         * elf/dl-deps.c: Likewise.
8892         * locale/programs/ld-collate.c: Likewise.
8893         * libio/vswprintf.c: Likewise.
8894         * malloc/memusagestat.c: Likewise.
8895         * sunrpc/auth_unix.c: Likewise.
8896         * sunrpc/rpc_main.c: Likewise.
8897         * nscd/cache.c: Likewise.
8898         * locale/programs/repertoire.c: Unify output messages.
8899         * locale/programs/charmap.c: Likewise.
8900         * locale/programs/ld-ctype.c: Likewise.
8901         * locale/programs/ld-monetary.c: Likewise.
8902         * locale/programs/ld-numeric.c: Likewise.
8903         * locale/programs/ld-time.c: Likewise.
8904         * elf/ldconfig.c: Likewise.
8905         * nscd/selinux.c: Likewise.
8906         * elf/cache.c: Likewise.
8907         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8909         [BZ #3451]
8910         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8911         change atomic.
8912         (ceil): Likewise.
8914 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8916         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8917         if N is one bigger than return value.
8918         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8919         and l1 last arguments, if buf is defined, verify the return value
8920         equals to strlen (buf) and verify no byte beyond passed length
8921         is modified.
8923 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8925         * po/sv.po: Update from translation team.
8927 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8929         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8930         noinline attribute.
8932 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8934         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8935         noinline attribute.
8937         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8938         Use __new_sys_siglist instead of _sys_siglist_internal as
8939         second macro argument.
8940         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8941         strong_alias.
8943 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8945         [BZ #3493]
8946         * posix/unistd.h (sysconf): Remove const attribute.
8948         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8949         temporary or deprecated addresses.
8950         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8952         * string/Makefile (tests): Add tst-strxfrm2.
8953         * string/tst-strxfrm2.c: New file.
8955 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8957         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8958         rather than r->r_brk.
8960 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8962         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8963         optimization even if needed > n.
8965         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8966         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8967         return false, otherwise return true.
8968         (cache_rpath): Return decompose_rpath return value.
8970 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8972         * include/libc-symbols.h (declare_symbol): Rename to...
8973         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8974         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8975         .size directive.
8976         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8977         changes.
8978         * sysdeps/gnu/siglist.c: Likewise.
8980 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8982         * sysdeps/powerpc/fpu/bits/mathinline.h
8983         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8984         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8986 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8988         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8989         Update handling of cache descriptor 0x49 for new models.
8990         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8991         Likewise.
8993 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8995         * malloc/memusage.c (dest): Reset not_me back to false after
8996         printing statistics.
8998 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9000         * configure.in: Work around ld --help change and avoid -z relro
9001         test completely if the architecture doesn't care about security.
9003 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9005         * po/sv.po: Update from translation team.
9007 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9009         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9010         generate compatibility version.
9012 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9014         * configure.in: Relax -z relro requirement a bit.
9016         * po/sv.po: Update from translation team.
9018 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9020         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9021         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9022         * elf/dl-close.c (_dl_close_worker): Likewise.
9023         * elf/dl-open.c (_dl_open_worker): Likewise.
9024         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9026 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9028         * configure.in: Require assembler support for visibility, compiler
9029         support for visibility and aliases, linker support for various -z
9030         options.
9031         * Makeconfig: Remove conditional code which now is unnecessary.
9032         * config.h.in: Likewise.
9033         * config.make.in: Likewise.
9034         * dlfcn/Makefile: Likewise.
9035         * elf/Makefile: Likewise.
9036         * elf/dl-load.c: Likewise.
9037         * elf/rtld.c: Likewise.
9038         * include/libc-symbols.h: Likewise.
9039         * include/stdio.h: Likewise.
9040         * io/Makefile: Likewise.
9041         * io/fstat.c: Likewise.
9042         * io/fstat64.c: Likewise.
9043         * io/fstatat.c: Likewise.
9044         * io/fstatat64.c: Likewise.
9045         * io/lstat.c: Likewise.
9046         * io/lstat64.c: Likewise.
9047         * io/mknod.c: Likewise.
9048         * io/mknodat.c: Likewise.
9049         * io/stat.c: Likewise.
9050         * io/stat64.c: Likewise.
9051         * libio/stdio.c: Likewise.
9052         * nscd/Makefile: Likewise.
9053         * stdlib/Makefile: Likewise.
9054         * stdlib/atexit.c: Likewise.
9055         * sysdeps/generic/ldsodefs.h: Likewise.
9056         * sysdeps/i386/dl-machine.h: Likewise.
9057         * sysdeps/i386/sysdep.h: Likewise.
9058         * sysdeps/i386/i686/memcmp.S: Likewise.
9059         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9060         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9061         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9063         * Makerules: USE_TLS support is now default.
9064         * tls.make.c: Likewise.
9065         * csu/Versions: Likewise.
9066         * csu/libc-start.c: Likewise.
9067         * csu/libc-tls.c: Likewise.
9068         * csu/version.c: Likewise.
9069         * dlfcn/dlinfo.c: Likewise.
9070         * elf/dl-addr.c: Likewise.
9071         * elf/dl-cache.c: Likewise.
9072         * elf/dl-close.c: Likewise.
9073         * elf/dl-iteratephdr.c: Likewise.
9074         * elf/dl-load.c: Likewise.
9075         * elf/dl-lookup.c: Likewise.
9076         * elf/dl-object.c: Likewise.
9077         * elf/dl-open.c: Likewise.
9078         * elf/dl-reloc.c: Likewise.
9079         * elf/dl-support.c: Likewise.
9080         * elf/dl-sym.c: Likewise.
9081         * elf/dl-sysdep.c: Likewise.
9082         * elf/dl-tls.c: Likewise.
9083         * elf/ldconfig.c: Likewise.
9084         * elf/rtld.c: Likewise.
9085         * elf/tst-tls-dlinfo.c: Likewise.
9086         * elf/tst-tls1.c: Likewise.
9087         * elf/tst-tls10.h: Likewise.
9088         * elf/tst-tls14.c: Likewise.
9089         * elf/tst-tls2.c: Likewise.
9090         * elf/tst-tls3.c: Likewise.
9091         * elf/tst-tls4.c: Likewise.
9092         * elf/tst-tls5.c: Likewise.
9093         * elf/tst-tls6.c: Likewise.
9094         * elf/tst-tls7.c: Likewise.
9095         * elf/tst-tls8.c: Likewise.
9096         * elf/tst-tls9.c: Likewise.
9097         * elf/tst-tlsmod1.c: Likewise.
9098         * elf/tst-tlsmod13.c: Likewise.
9099         * elf/tst-tlsmod13a.c: Likewise.
9100         * elf/tst-tlsmod14a.c: Likewise.
9101         * elf/tst-tlsmod2.c: Likewise.
9102         * elf/tst-tlsmod3.c: Likewise.
9103         * elf/tst-tlsmod4.c: Likewise.
9104         * elf/tst-tlsmod5.c: Likewise.
9105         * elf/tst-tlsmod6.c: Likewise.
9106         * include/errno.h: Likewise.
9107         * include/link.h: Likewise.
9108         * include/tls.h: Likewise.
9109         * locale/global-locale.c: Likewise.
9110         * locale/localeinfo.h: Likewise.
9111         * malloc/arena.c: Likewise.
9112         * malloc/hooks.c: Likewise.
9113         * malloc/malloc.c: Likewise.
9114         * resolv/Versions: Likewise.
9115         * sysdeps/alpha/dl-machine.h: Likewise.
9116         * sysdeps/alpha/libc-tls.c: Likewise.
9117         * sysdeps/generic/ldsodefs.h: Likewise.
9118         * sysdeps/generic/tls.h: Likewise.
9119         * sysdeps/i386/dl-machine.h: Likewise.
9120         * sysdeps/ia64/dl-machine.h: Likewise.
9121         * sysdeps/ia64/libc-tls.c: Likewise.
9122         * sysdeps/mach/hurd/fork.c: Likewise.
9123         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9124         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9125         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9126         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9127         * sysdeps/s390/libc-tls.c: Likewise.
9128         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9129         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9130         * sysdeps/sh/dl-machine.h: Likewise.
9131         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9132         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9133         * sysdeps/x86_64/dl-machine.h: Likewise.
9135         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9136         split out locking and parameter checking.
9137         (_dl_close): Call _dl_close_worker after locking and checking.
9138         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9139         _dl_close.
9140         * elf/Makefile: Add rules to build and run tst-thrlock.
9141         * elf/tst-thrlock.c:  New file.
9143         [BZ #3426]
9144         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9145         reality.
9147         [BZ #3429]
9148         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9149         we are sure we do not need it anymore for _dl_close.  Also move
9150         the asserts inside the lock region.
9151         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9153 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9155         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9156         argument.
9157         (_dl_lookup_symbol_x): Adjust caller.
9159         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9160         _ns_global_scope.
9161         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9163         * elf/dl-libc.c: Revert l_scope name changes.
9164         * elf/dl-load.c: Likewise.
9165         * elf/dl-object.c: Likewise.
9166         * elf/rtld.c: Likewise.
9167         * elf/dl-close.c (_dl_close): Likewise.
9168         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9169         always use __rtld_mrlock_{change,done}.  Always free old scope list
9170         here if not l_scope_mem.
9171         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9172         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9173         the lookup and __rtld_mrlock_unlock it after the lookup.
9174         * elf/dl-sym.c: Likewise.
9175         * include/link.h (struct r_scoperec): Remove.
9176         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9177         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9179 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9181         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9183 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9185         * configure.in: Disable building profile libraries by default.
9187 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9189         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9190         as signed longs, check for x_base + pos overflow.
9191         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9192         * sunrpc/tst-xdrmem2.c: New test.
9194 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9196         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9197         _dl_lookup_symbol_x code.
9199 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9201         * elf/dl-runtime.c: Include sysdep-cancel.h.
9202         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9203         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9204         instead of catomic_* macros.
9205         * elf/dl-sym.c: Include sysdep-cancel.h.
9206         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9207         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9208         * elf/dl-close.c: Include sysdep-cancel.h.
9209         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9210         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9211         * elf/dl-open.c: Include sysdep-cancel.h.
9212         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9213         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9215 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9217         [BZ #3313]
9218         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9219         fastbin rather than end of fastbin array.
9221 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9223         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9224         body macro.
9225         * sysdeps/x86_64/bits/atomic.h
9226         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9227         (catomic_decrement): Use correct body macro.
9229 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9231         * include/atomic.h: Add a unique prefix to all local variables
9232         in macros.
9233         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9235 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9237         [BZ #3369]
9238         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9239         and 7.
9241 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9243         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9245 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9247         [BZ #3313]
9248         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9249         determine highest fast bin to consolidate, always look into all of
9250         them.
9251         (do_check_malloc_state): Only require for empty bins for large
9252         sizes in main arena.
9254         * libio/stdio.h: Add more __wur attributes.
9256         * elf/dl-minimal.c (realloc): Optimize last patch.
9258 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9260         [BZ #3352]
9261         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9262         and use memcpy() if it does.
9264 2006-11-12  Andreas Jaeger  <aj@suse.de>
9266         [BZ #2510]
9267         * manual/search.texi (Hash Search Function): Clarify.
9268         (Array Search Function): Clarify.
9270 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9272         [BZ #2830]
9273         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9274         shifting.
9275         * math/atest-exp2.c (read_mpn_hex): Likewise.
9276         * math/atest-sincos.c (main): Likewise.
9278 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9280         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9281         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9282         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9283         version GLIBC_2.6.
9284         * Versions.def: Add GLIBC_2.6 for libc.
9286         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9288         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9290 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9292         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9294         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9296         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9297         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9299 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9301         * include/atomic.c: Define catomic_* operations.
9302         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9303         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9304         * malloc/memusage.c: Likewise.
9305         * gmon/mcount.c: Likewise.
9306         * elf/dl-close.c: Likewise.
9307         * elf/dl-open.c: Likewise.
9308         * elf/dl-profile.c: Likewise.
9309         * elf/dl-sym.c: Likewise.
9310         * elf/dl-runtime.c: Likewise.
9311         * elf/dl-fptr.c: Likewise.
9312         * resolv/res_libc.c: Likewise.
9314 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9316         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9317         components which lack them.
9319         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9320         at least one entry consisting of the parameter concatenated with
9321         the domain.
9323 2006-10-10  Roland McGrath  <roland@frob.com>
9325         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9326         * sysdeps/mach/hurd/futimes.c: Likewise.
9327         * sysdeps/mach/hurd/lutimes.c: Likewise.
9329 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9330             Jakub Jelinek  <jakub@redhat.com>
9332         Implement reference counting of scope records.
9333         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9334         from the list in objects which remain.  Always allocate new scope
9335         record.
9336         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9337         don't resize, allocate a new one.
9338         * elf/dl-runtime.c: Update reference counters before using a scope
9339         array.
9340         * elf/dl-sym.c: Likewise.
9341         * elf/dl-libc.c: Adjust for l_scope name change.
9342         * elf/dl-load.c: Likewise.
9343         * elf/dl-object.c: Likewise.
9344         * elf/rtld.c: Likewise.
9345         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9346         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9347         Add l_scoperec_lock.
9348         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9349         * sysdeps/generic/rtld-lowlevel.h: New file.
9351         * include/atomic.h: Rename atomic_and to atomic_and_val and
9352         atomic_or to atomic_or_val.  Define new macros atomic_and and
9353         atomic_or which do not return values.
9354         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9355         Various cleanups.
9356         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9358         * po/sv.po: Update from translation team.
9360 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9362         * Versions.def: Add GLIBC_2.6 to libpthread.
9364         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9365         (versioned_symbol): Likewise.
9366         (compat_symbol): Likewise.
9368         * po/tr.po: Update from translation team.
9370 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9372         * nis/Banner: Removed.  It's been integral part forever and the
9373         author info is incomplete anyway.
9374         * libio/Banner: Likewise.
9376         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9377         code, make sure the nis_freeresult call doesn't crash and that the
9378         result is reported correctly.
9380 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9382         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9383         when callback is NULL.
9385         * nis/Versions (libnss_nisplus): Add
9386         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9387         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9388         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9389         _nss_create_tablename): Rename to...
9390         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9391         ... these.  No longer static.
9392         (internal_setgrent): Adjust users.
9393         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9394         Don't use locking around _nss_grp_create_tablename call.
9395         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9397 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9399         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9401 2006-10-06  Andreas Jaeger  <aj@suse.de>
9403         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9405 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9407         * po/pl.po: Update from translation team.
9409         * nscd/nscd.c (main): Fix typo in message.
9410         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9412 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9414         [BZ #3291]
9415         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9416         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9417         (__sigprocmask): Define.
9419 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9421         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9422         used.
9424 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9426         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9427         in oldtotal and newtotal calculation.
9428         * nscd/nscd-client.h (struct mapped_database): Add datasize
9429         field.
9430         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9431         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9432         increased.
9433         (__nscd_cache_search): Add checks to make sure we never reference
9434         data beyond the current mapping.
9436 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9438         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9439         variables const to avoid compiler warnings.
9441         * io/fts.c (fts_close): Remove redundant checks.
9442         (fts_build): Likewise.
9443         (fts_palloc): Likewise.
9445         * manual/message.texi (Advanced gettext functions,
9446         Using gettextized software): Fix typos.
9448 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9450         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9451         explain why there are no leaks.
9453 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9455         * libio/wmemstream.c: Include <wchar.h>.
9456         * libio/bug-wmemstream1.c: Likewise.
9457         * libio/tst-wmemstream1.c: Likewise.
9458         * libio/tst-wmemstream2.c: Likewise.
9460         * version.h (RELEASE): Bump to 2.5.
9461         * README: Regenerated.
9463         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9465         [BZ #3273]
9466         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9467         found no group members.
9468         Patch by Petr Baudis.
9470 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9472         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9473         assert bootstrap_map.l_tls_modid is zero.
9474         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9475         if USE___THREAD.
9477 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9479         * libio/stdio.h: Move open_wmemstream prototype to ...
9480         * wcsmbs/wchar.h: ... here.
9482 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9484         [BZ #3252]
9485         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9486         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9487         __{,l}chown to handle the rest.
9488         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9489         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9490         __{,l}chown to handle the rest.
9491         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9492         i386/fchownat.c.
9493         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9494         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9496         [BZ #3253]
9497         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9498         time, rather allocate increasingly bigger arrays of pointers, if
9499         possible with alloca, if too large with malloc.
9501 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9503         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9505         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9507 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9509         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9510         home addresses.
9511         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9512         IFA_F_HOMEADDRESS flag for interfaces.
9513         * include/ifaddrs.h (struct in6addrinfo): Define
9514         in6ai_homeaddress.
9516 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9518         [BZ #3225]
9519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9520         PTR_DEMANGLE3): Define.
9521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9522         PTR_DEMANGLE3): Likewise.
9523         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9524         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9525         Likewise.
9526         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9528 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9530         * po/libc.pot: Regenerated.
9531         * po/be.po: Updated.
9532         * po/ca.po: Likewise.
9533         * po/cs.po: Likewise.
9534         * po/da.po: Likewise.
9535         * po/de.po: Likewise.
9536         * po/el.po: Likewise.
9537         * po/en_GB.po: Likewise.
9538         * po/es.po: Likewise.
9539         * po/fi.po: Likewise.
9540         * po/fr.po: Likewise.
9541         * po/gl.po: Likewise.
9542         * po/hr.po: Likewise.
9543         * po/hu.po: Likewise.
9544         * po/ja.po: Likewise.
9545         * po/ko.po: Likewise.
9546         * po/nb.po: Likewise.
9547         * po/nl.po: Likewise.
9548         * po/pl.po: Likewise.
9549         * po/pt_BR.po: Likewise.
9550         * po/ru.po: Likewise.
9551         * po/rw.po: Likewise.
9552         * po/sk.po: Likewise.
9553         * po/sv.po: Likewise.
9554         * po/tr.po: Likewise.
9555         * po/zh_CN.po: Likewise.
9556         * po/zh_TW.po: Likewise.
9558         [BZ #3137]
9559         * iconv/iconv_prog.c (main): Fix spelling in error message.
9560         * iconv/iconvconfig.c (main): Likewise.
9561         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9562         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9563         * locale/programs/localedef.c (main): Likewise.
9564         * locale/programs/repertoire.c (repertoire_read): Likewise.
9565         * timezone/zdump.c (main): Likewise.
9566         * nscd/connections.c (handle_request): Fix spelling in log message.
9567         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9569 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9571         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9572         interfaces.
9574 2006-09-20  Andreas Jaeger  <aj@suse.de>
9576         * math/libm-test.inc (lrint_test_upward): Fix typo.
9578 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9580         [BZ #2592]
9581         * math/libm-test.inc (lrint_test_tonearest): New function.
9582         (lrint_test_towardzero): New function.
9583         (lrint_test_downward): New function.
9584         (lrint_test_upward): New function.
9585         (main): Run these new tests.
9586         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9587         of values near to 0.
9588         (two52): Use double not long double.
9589         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9590         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9591         (two23): Use float not double.
9592         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9593         (two23): Use float not double.
9594         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9595         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9596         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9597         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9599 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9601         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9602         Cast sp to unsigned long to avoid compiler warning.
9603         Use __makecontext_ret function instead of a trampoline on the stack.
9604         (__makecontext_ret): New function.
9605         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9607 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9609         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9610         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9611         bits.
9613 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9615         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9616         sure no reference to the unloaded map's search list remains in the
9617         dependency's scope.
9619 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9621         * elf/Makefile: Add rules to build and run unload7 test.
9622         * elf/unload7.c: New test.
9623         * elf/unload7mod1.c: New file.
9624         * elf/unload7mod2.c: New file.
9626 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9628         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9629         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9630         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9631         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9632         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9633         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9634         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9635         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9636         PTRACE_GETEVENTMSG): Likewise.
9637         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9638         values.
9640 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9642         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9643         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9644         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9645         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9647 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9649         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9650         write '\0' to the fd.
9651         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9652         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9653         Change regs to unsigned long pointer from unsigned int, fix fscr
9654         offset.
9656 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9658         * io/Makefile (CFLAGS-fstatat.c): Set.
9659         (CFLAGS-fstatat64.c): Likewise.
9660         (CFLAGS-mknodat.c): Likewise.
9662         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9663         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9664         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9665         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9667 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9668             Steven Munroe  <sjmunroe@us.ibm.com>
9670         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9671         names to the beginning.  Rename "cell" to "cellbe".
9672         (_dl_powerpc_platforms): New.
9673         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9674         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9675         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9676         (_DL_HWCAP_PLATFORM): Define to new mask.
9677         (_dl_platform_string, _dl_string_platform): New functions.
9678         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9679         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9681 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9683         [BZ #2526]
9684         * README.libm: Fix a thinko in sqrt algorithm description.
9686         [BZ #3143]
9687         * manual/string.texi (argz_delete): Fix prototype.
9688         Patch by <alpt@freaknet.org>.
9690 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9692         [BZ #3138]
9693         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9694         * io/tst-fcntl.c (do_prepare): Likewise.
9695         * posix/tst-exec.c (do_prepare): Likewise.
9696         * posix/tst-preadwrite.c (do_prepare): Likewise.
9697         * posix/tst-spawn.c (do_prepare): Likewise.
9698         * posix/tst-truncate.c (do_prepare): Likewise.
9699         * rt/tst-aio.c (do_prepare): Likewise.
9700         * rt/tst-aio64.c (do_prepare): Likewise.
9701         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9702         size_t.
9704 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9706         [BZ #2821]
9707         * time/mktime.c (guess_time_tm): Fix overflow detection.
9708         * time/Makefile (tests): Add bug-mktime1.
9709         * time/bug-mktime1.c: New file.
9711         [BZ #3189, #3188]
9712         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9713         (mremap): Likewise.
9715 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9717         [BZ #1006]
9718         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9719         Ensure relocation doesn't clobber any bits outside of the
9720         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9721         R_SPARC_HI22 and R_SPARC_H44.
9723         [BZ #2775]
9724         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9725         (long) (MINSIZE + nb - old_size) is positive.
9727         * malloc/arena.c (grow_heap): When growing bail even if new_size
9728         is negative.
9730         [BZ #3155]
9731         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9732         stack below r1.
9734 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9736         * posix/regex_internal.c (re_string_reconstruct): Handle
9737         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9738         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9739         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9740         re_string_context_at.
9741         * posix/Makefile: Add rules to build and run bug-regex26 test.
9742         * posix/bug-regex26.c: New test.
9744         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9745         rather than col_sym_free.  Move seqp declaration earlier.
9747         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9749 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9751         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9752         decl before first goto out.
9754 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9756         * Makerules (shlib.lds): If have-hash-style, put .hash section
9757         at the end of the RO segment.
9759 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9761         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9762         style hash table format is used.
9764 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9766         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9767         randomization rather than before.
9768         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9770 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9772         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9774         * malloc/malloc.c (_int_malloc): Use full list insert and not
9775         shortcut which assumes the list is empty for large requests
9776         too.
9778         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9780 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9782         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9783         and offout arguments to the prototype.
9784         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9785         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9786         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9787         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9788         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9789         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9790         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9791         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9793 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9795         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9797         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9798         dlopen parameters.
9800 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9802         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9803         only if herrno is NETDB_INTERNAL.  Handle errors other than
9804         ERANGE outside of the loops, handle TRY_AGAIN.
9806         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9807         if other's ctype category was missing.
9808         * locale/programs/ld-collate.c (collate_read): Return if
9809         copy_locale's collate category is missing.
9811 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9813         [BZ #2684]
9814         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9815         arenas if allocation failed.
9816         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9818 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9820         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9821         waste bins[0..1].
9822         (malloc_state): Reduce bins size by 2.
9823         (_int_malloc): Fix test for large enough buffer for early termination.
9824         When no unsorted block matches perfectly and an exiting block has
9825         to be split, use full list insert and not shortcut which assumes
9826         the list is empty.
9828         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9829         failure.
9831 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9833         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9834         do anything.
9836         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9837         symbol require exact match (these are PLTs).
9838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9839         (_dl_ppc64_addr_sym_match): Likewise.
9841         [BZ #2683]
9842         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9843         If symbol has a value use it.
9844         * elf/tst-dladdr1.c: New file.
9845         * elf/Makefile: Add rules to build and run tst-addr1.
9847 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9849         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9850         keeps failing and heap growth or new heap creation isn't
9851         successful either.
9852         * malloc/tst-malloc.c (main): Add new tests.
9854 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9856         [BZ #2734]
9857         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9858         as in the x86-64 code to use bswap.
9860 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9862         [BZ #2680]
9863         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9864         __USE_UNIX98.
9865         * posix/bits/unistd.h: Likewise.
9867 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9869         [BZ #2751]
9870         * string/strchr.c: Add cast to avoid warning.
9872 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9874         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9875         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9876         limit is needed to avoid the exploding of the address space
9877         requirement for secondary heaps.
9878         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9879         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9881 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9883         [BZ #3018]
9884         * Makerules (depfiles): Handle extra-test-objs the same as
9885         extra-objs.
9886         (common-mostlyclean): Likewise.
9887         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9888         instead.
9889         * elf/Makefile (extra-objs): Likewise.
9890         * stdlib/Makefile (extra-objs): Likewise.
9892 2006-08-14  Eric Blake  <ebb9@byu.net>
9894         [BZ #3044]
9895         * misc/error.h: Assume C89 or better.
9896         * misc/error.c: Likewise.
9898 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9900         [BZ #3040]
9901         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9902         __ASSUME_ATFCTS is defined.
9904 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9906         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9907         to sort in each call.
9909         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9910         is empty simply return and use next service.
9911         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9913         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9914         tells us when not finding a charmap file is an error.
9915         * locale/programs/charmap.h: Adjust charmap_read prototype.
9916         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9917         cannot find a charmap.
9918         * locale/programs/localedef.c (main): Adjust charmap_read call.
9920 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9922         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9923         sysdeps/posix/pause.c implementation instead.
9925 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9927         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9928         to EPERM.
9930 2006-08-13  Andreas Schwab  <schwab@suse.de>
9932         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9933         Don't clobber caller's LRSAVE.
9934         (_dl_prof_resolve): Likewise.
9936 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9938         [BZ #1996]
9939         * libio/memstream.c (open_memstream): Allocate initial buffer with
9940         calloc.
9941         * libio/wmemstream.c (open_wmemstream): Likewise.
9942         * libio/strops.c: Pretty printing.
9943         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9944         (enlarge_userbuf): New function.
9945         (_IO_str_seekoff): Call it if seek position is larger than current
9946         buffer.
9947         * libio/wstrops.c: Likewise.
9948         * libio/vasprintf.c: Add comment as to why we do not have to use
9949         calloc instead of malloc to allocate initial buffer.
9950         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9951         * libio/bug-memstream1.c: New file.
9952         * libio/bug-wmemstream1.c: New file.
9954 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9956         * libio/wstrops.c: Remove dead macro definitions and comments.
9957         * libio/strops.c: Likewise.
9959         [BZ #2764]
9960         * login/utmpname.c (__utmpname): Remove unnecessary test.
9962 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9964         [BZ #2832]
9965         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9966         0s from integers.
9968 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9970         [BZ #2987]
9971         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9972         for CPU clocks.
9973         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9974         setting of CPU clocks.
9976 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9978         [BZ #2841]
9979         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9980         since C99 requires the result to promote to 'int' when uint_least8_t
9981         and uint_least16_t promote to 'int'.
9983 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9985         [BZ #3013]
9986         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9987         lenght of one output field, correct bitmask creation.
9988         * locale/programs/ld-time.c: Add alignment.
9990         [BZ #2997]
9991         * misc/error.c: Add space between program name and message if file
9992         name is missing.
9994 2006-08-03  Eric Blake  <ebb9@byu.net>
9996         [BZ #2998]
9997         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9999 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10001         * malloc/memusagestat.c: Silence warnings.
10003         * malloc/malloc.c: Dynamically size mmap treshold if the program
10004         frees mmaped blocks.
10005         Patch by Valerie Henson and Arjan van de Ven.
10007 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10009         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10010         __USE_GNU.
10012         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10013         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10014         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10015         Only provide var definitions in strtol_l (or for *ull*
10016         in strtoll_l).
10018         * stdio-common/bug16.c (tests): New array.
10019         (do_tests): Allow the first hexadecimal digit
10020         to be 1, 2, 4 or 8.  Do 3 additional tests.
10022         * sysdeps/s390/fpu/libm-test-ulps: Update.
10024         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10025         fchownat syscall if available.
10026         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10027         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10028         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10030 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10032         * nis/nis_xdr.c: Avoid some function calls.
10034 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10035             Ulrich Drepper  <drepper@redhat.com>
10037         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10038         short cut if only one name component is stripped away.
10040 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10042         * nis/nis_call.c: Minor cleanups throughout.
10043         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10044         (first_shoot): Add search_parent_first parameter.  Only if it is set
10045         search parent server first.
10046         If directory for table found through cold start cache is not the same
10047         as referenced in the cache, don't use it.
10048         (__nisfind_server): Take additional parameter.  Pass it on to
10049         first_shoot.
10050         (__prepare_niscall): Adjust __nisfind_server call.
10051         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10052         * nis/nis_table.c: Adjust __nisfind_server call.
10053         * nis/nis_lookup.c: Likewise.
10054         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10056 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10058         [BZ #2182]
10059         * math/s_cacosh.c: Return values from positive branch.
10060         * math/s_cacoshf.c: Likewise.
10061         * math/s_cacoshl.c: Likewise.
10063         [BZ #2883]
10064         * sysvipc/sys/msg.h: Change return value to ssize_t.
10065         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10066         * sysvipc/msgrcv.c: Likewise.
10067         * include/sys/msg.h: Likewise.
10069         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10070         test introduced in patch for bz #661.
10071         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10072         element for NEWGROUPS.
10074         [BZ #2908]
10075         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10076         'f', use '1' as leading digit not '\1'.
10077         * stdio-common/Makefile (tests): Add bug16.
10078         * stdio-common/bug16.c: New file.
10080         [BZ #2914]
10081         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10082         and don't try to open it.  The patch introducing the macro
10083         contained a bug and used the same file name as the new file
10084         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10085         this out completely.
10087         [BZ #2926]
10088         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10089         Patch by Jerry James <Jerry.James@usu.edu>.
10091         * rt/Makefile (tests): Add tst-clock2.
10092         * rt/tst-clock2.c: New file.
10094         [BZ #2978]
10095         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10096         function and its parameters and pass it to new thread.
10097         (__gai_notify): Add support for alternative waiting for completion.
10098         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10099         waiting for completion.
10100         * resolv/getaddrinfo_a.c: Likewise.
10101         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10102         waiting for completion is used.
10103         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10104         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10105         * resolv/gai_error.c: Likewise.
10106         * resolv/gai_sigqueue.c: Likewise.
10108 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10110         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10111         errno to EBADF and return MACH_PORT_NULL.
10113 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10115         [BZ #2980]
10116         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10118 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10120         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10121         walk them instead of the symbol table.
10123 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10125         [BZ #2098]
10126         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10127         status of NSS calls, not the number of returned entries.
10129         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10130         request_key, keyctl.
10132 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10134         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10136 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10138         * elf/tst-auditmod1.c: Fix typo in #error.
10140 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10142         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10144         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10146 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10148         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10149         that the directory is empty even on non-POSIX filesystems.
10151 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10153         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10155         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10156         the backend NSS module.  If backend setgrent call failed, don't have
10157         internal_setgrent fail.  Just remember this until it is needed.
10158         * nis/nss_compat/compat-pwd.c: Likewise.
10159         * nis/nss_compat/compat-spwd.c: Likewise.
10161 2006-07-30  Roland McGrath  <roland@redhat.com>
10163         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10164         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10165         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10166         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10168         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10169         (nanosleep_not_cancel): New macro.
10170         (sigsuspend_not_cancel): new macro.
10171         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10172         (do_sigsuspend): Define as inline.
10173         (__sigsuspend): Always use do_sigsuspend.
10174         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10175         * include/signal.h: Declare __sigsuspend_nocancel.
10176         * sysdeps/posix/pause.c
10177         [! NO_CANCELLATION] (__pause_nocancel): New function.
10179         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10180         * include/time.h (__nanosleep_nocancel): Likewise.
10182 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10184         * locale/programs/localedef.c (add_to_readlist): Rename local
10185         variables to avoid confusion.
10187         * locale/programs/charmap.c (charmap_read): Emit error message if
10188         charmap couldn't be found or read.
10190 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10192         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10193         __ASSUME_FUTEX_LOCK_PI.
10194         * include/time.h: Declare __nanosleep_nocancel.
10195         * include/unistd.h: Declare __pause_nocancel.
10197         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10198         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10199         get the __stack_chk_fail_local definition when it's needed.
10201 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10203         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10204         * dlfcn/bug-atexit3.c: New file.
10205         * dlfcn/bug-atexit3-lib.cc: New file.
10207         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10208         used when the namespace is not the base namespace.
10210 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10212         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10213         (__new_exitfn): Bump it in every successful call.
10214         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10215         more exit handlers, call them right away.
10216         * stdlib/exit.h: Declare __new_exitfn_called.
10218 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10220         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10221         calling registered handler.
10223         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10224         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10225         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10226         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10227         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10228         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10229         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10230         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10232 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10234         * elf/dl-lookup.c (dl_new_hash): New functions.
10235         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10236         value here.  Compute new-style hash value.  Pass new hash value
10237         and reference to variable with the old value to do_lookup_x.
10238         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10239         old-style hash table.
10240         (_dl_debug_bindings): Pass new hash value and reference to variable
10241         with the old value to do_lookup_x.
10242         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10243         new-style hash value and change old-style hash value parameter to
10244         be a reference.  Reoganize functions to determine whether
10245         new-style hash table is available.  Only fall back on old-style
10246         table.  If old-style hash value is needed, compute it here.
10247         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10248         entry.
10249         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10250         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10251         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10252         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10253         * Makeconfig: If linker supports --hash-style option add it to all
10254         linker command lines to build DSOs.
10255         * config.make.in: Define have-hash-style.
10256         * configure.in: Test whether linker supports --hash-style option.
10258         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10259         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10261 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10263         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10264         auditing.
10266         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10267         RPATH of main map twice.
10269 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10271         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10272         look further, return original strings.
10273         (_nl_find_msg): Do not return found translation if the conversion
10274         failed.  Either signal the string is unusable or that something went
10275         wrong and the original should be used.
10277 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10279         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10281 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10283         [BZ #2766]
10284         * misc/insremque.c (insque): Handle prev == NULL.
10285         * misc/Makefile (tests): Add tst-insremque.
10286         * misc/tst-insremque.c: New test.
10288 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10290         [BZ #2792]
10291         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10292         conflict with DL_DST_REQUIRED.
10294 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10296         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10297         match what Solaris does.
10299 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10301         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10302         local_setegid instead of seteuid and setegid.
10303         * sysdeps/generic/local-setxid.h: New file.
10304         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10306         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10308         * string/Makefile (tests): Add bug-envz1.
10309         * string/bug-envz1.c: New file.
10311 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10313         * posix/regex_internal.c (re_string_skip_chars): If no character has
10314         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10315         to the byte which couldn't be converted.
10316         (re_string_reconstruct): Don't clear valid_raw_len before calling
10317         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10318         tip_context using re_string_context_at.
10319         * posix/Makefile: Add rules to build and run bug-regex25 test.
10320         * posix/bug-regex25.c: New test.
10322 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10324         [BZ #2703]
10325         * string/envz.c (envz_strip): Correct erroneously reversed src
10326         and dest parameters to memmove() invocation.
10328 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10330         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10331         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10332         to make sure the database has been already invalidated.
10333         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10334         after the cache has been invalidated.  Use pthread_mutex_lock rather
10335         than pthread_mutex_trylock if fd != -1.
10336         * nscd/connections.c (invalidate_cache): Add fd argument, write
10337         response to fd if not calling prune_cache, pass fd to prune_cache.
10338         (handle_request): Adjust invalidate_cache caller.
10339         (nscd_run): Pass -1 as fd to prune_cache.
10341 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10343         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10344         the correct place.
10346 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10348         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10349         * nscd/cache.c (prune_cache): Take prunelock before starting the
10350         work.  Just return in case it is already taken.
10351         * nscd/connections.c (dbs): Initialize .prunelock.
10353 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10355         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10356         copying.  No need to allocate new array for group members.  Just
10357         move the pointers and update the size.
10359         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10360         Avoid memory leak in case realloc fails.  Simplification for
10361         better code generation.
10363         Avoid deprecation warning because of libc_hidden_proto for
10364         inet6_option_alloc.
10365         * inet/inet6_option.c (option_alloc): Renamed from
10366         inet6_option_alloc.  Made static.
10367         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10368         (inet6_option_append): Call option_alloc.
10369         * include/netinet/in.h: Remove libc_hidden_proto for
10370         inet6_option_alloc.
10372         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10373         for cleanup when cb!=NULL [Coverity CID 233].
10375 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10377         [BZ #2693]
10378         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10379         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10380         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10381         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10382         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10383         and inet6_rth_getaddr.
10384         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10385         array.
10386         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10387         Mark inet6_option_* interfaces as deprecated.
10388         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10389         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10390         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10391         inet6_rth_segments, and inet6_rth_getaddr.
10392         * inet/inet6_opt.c: New file.
10393         * inet/inet6_rth.c: New file.
10395         * inet/netinet/icmp6.h: Pretty printing.
10397         [BZ #2683]
10398         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10400 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10402         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10403         doing it all here.  When server does not know the answer do not
10404         fail immediate, try parent first.
10406         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10407         overflow test.
10409 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10411         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10412         from __do_niscall.
10413         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10414         and exported.
10415         (__follow_path): New function.  Split out from nis_list.
10416         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10417         _xdr_nis_result.
10418         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10419         _xdr_nis_result.
10420         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10421         and __follow_path.
10422         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10423         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10424         from libnsl for version GLIBC_PRIVATE.
10425         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10426         Remove entry parameter from _nss_nisplus_parse_pwent and
10427         _nss_nisplus_parse_grent.
10428         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10429         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10430         again.  Rewrite getpwent handling to not use nis_first_entry and
10431         nis_next_entry.  Roll out own niscall handling.
10432         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10434         * sunrpc/xdr_rec.c: Fix typo in comment.
10436 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10438         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10439         handling.
10441         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10442         to allocate memory for my_pollfd.  Better initialization of
10443         cb_is_running.  Use TEMP_FAILURE_RETRY.
10445         * malloc/memusage.sh (memusageso): Add quotes.
10446         (memusagestat): Likewise.
10447         * debug/xtrace.sh (pcprofileso): Likewise.
10448         (pcprofiledump): Likewise.
10449         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10450         replacement.
10451         * malloc/Makefile ($(objpfx)memusage): Likewise.
10453         * nis/nis_callback.c (__nis_create_callback): Calls to
10454         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10455         asprintf call fails.
10457         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10458         no uninitialized memory is passed to sendto.
10460 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10462         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10463         of snprintf+strdup.  Handle OOM.
10464         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10465         cb->serv together.  Remove now obsolete free calls.
10466         (__nis_destroy_callback): Remove now obsolete free call.
10468 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10470         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10471         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10472         and ULA respectively). Set precedence for IPv4 address to 10 as
10473         defined in RFC3484 for preferring IPv6.
10474         * posix/gai.conf: Update to match the new default tables.
10476 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10478         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10479         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10480         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10481         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10483         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10484         Removed.
10485         (init_nss_interface): Remove initialization of these variables.
10487 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10489         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10490         nis_free_directory forward to avoid duplication.
10492 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10494         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10495         rec_dirsearch returning NULL.
10496         (first_shoot): Handle __nis_finddirectory returning NULL.
10497         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10499         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10500         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10502 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10504         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10505         pid changed.
10507 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10509         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10511         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10512         * nscd/nscd_getgr_r.c: Likewise.
10514         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10516         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10517         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10519         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10521         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10523         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10525         * include/rpc/auth.h: Mark xdr_des_block_internal and
10526         xdr_opaque_auth_internal as hidden.
10528         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10529         hidden.
10531         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10533         * misc/getusershell.c (okshells): Don't use static initializers,
10534         do it dynamically.
10536         * stdlib/fmtmsg.c (keywords): Change type of len element to
10537         uint32_t to not waste space on 64bit machines.
10539         * locale/setlocale.c: Change _nl_category_names into a string.
10540         Add new _nl_category_name_idxs.  Change all users.
10541         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10542         Declare _nl_category_name_idxs.
10543         * locale/findlocale.c: Adjust for _nl_category_names change.
10544         * locale/loadlocale.c: Likewise.
10545         * locale/newlocale.c: Likewise.
10546         * intl/dcigettext.c: Likewise.
10548         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10549         (add_alias2): ...here.  New function.
10550         (__gconv_read_conf): Simplify builtin alias handling.
10551         (builtin_aliases): Convert to string to avoid relocations.
10552         * iconv/gconv_builtin.h: Add comment about correct formatting.
10554 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10556         * resolv/res_debug.c (loc_ntoa): Make error const.
10558 2006-05-14  Andreas Schwab  <schwab@suse.de>
10560         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10562 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10564         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10565         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10566         sizeof (cpu_set_t).
10568 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10570         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10572         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10574         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10575         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10577         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10578         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10580         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10581         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10582         xdr_cback_data.
10584         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10585         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10586         xdr_ypupdate_args.
10588         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10589         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10591         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10592         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10594         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10595         * include/rpcsvc/nis_callback.h: New file.
10597         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10598         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10600         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10601         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10603         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10604         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10606         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10607         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10609         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10610         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10611         xdr_ypdelete_args.
10613         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10614         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10616         * nis/nis_error.c: Remove table of strings.  Use position
10617         independent mechanism.
10618         * nis/nis_error.h: New file.
10620 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10622         * locale/programs/ld-time.c (time_finish): If wide era name or
10623         format aren't provided, set both wname and wformat to L"".
10625 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10627         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10628         results if the call was succesful.
10630         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10632         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10633         as hidden.
10635 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10637         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10639 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10641         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10642         caller makes sure this is not the case.
10643         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10645 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10647         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10648         calls.
10650         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10651         [Coverity CID 229, 230]
10653         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10654         DGETTEXT calls.
10655         (hol_help): Likewise.  [Coverity CID 226, 227]
10657         * string/argz-replace.c (__argz_replace): Unconditionally call
10658         free on SRC.  [Coverity CID 225]
10660         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10661         the return value of __nis_default_owner and __nis_default_group,
10662         it has been especially allocated.  [Coverity CID 224]
10664         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10665         searchgroup and searchowner.  Significantly simplified.
10666         (__nis_default_owner): Remove duplication.  Do not locally copy the
10667         string before duplicating it.
10668         (__nis_default_group): Likewise.
10670         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10671         we must clear the variable before calling __nisfind_server.
10673         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10674         nis_getnames.  [Coverity CID 223]
10676         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10677         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10679         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10680         allocate memory for the input to add_bytes.  [Coverity CID 221]
10682         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10683         was allocated here.  [Coverity CID 219, 220]
10685         * posix/getconf.c (print_all): Free confstr data after printing.
10686         [Coverity CID 218]
10688         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10689         list allocation fails.  [Coverity CID 215]
10691         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10692         [Coverity CID 213]
10694         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10695         string is NULL.  [Coverity CID 212]
10696         * argp/Makefile: Add rules to build and run bug-argp1.
10697         * argp/bug-argp1.c: New file.
10699         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10700         end of string.
10701         * stdlib/canonicalize.c (__realpath): Likewise.
10703         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10704         pointer.  [Coverity CID 206]
10706         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10707         in statically linked code.
10708         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10709         statically built code, be prepared to have no link map.
10710         [Coverity CID 205]
10712         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10713         dgettext calls. [Coverity CID 204]
10715         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10716         the one user.
10717         (uparam_names): Reduce size.  Avoid relative relocations.
10718         Moved to read-only segment.
10719         (fill_in_uparams): Update for new layout.
10721         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10722         assumed to always be != NULL. [Coverity CID 202]
10724         * argp/argp-help.c (hol_entry_help): Remove some dead code
10725         [Coverity CID 200].
10727         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10728         away a few more unconditional yperr2nss calls.
10729         (_nss_nis_getservbyname_r): Likewise.
10731 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10733         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10734         architectures.
10736         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10737         that unused memory passed to sendto is nevertheless initialized.
10739         [BZ #2499]
10740         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10741         possibly unaligned memory accesses.
10743         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10744         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10745         and __putlong respectively.  Correct buffer overflow check for
10746         NS_NOTIFY_OP.
10748         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10750         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10751         (send_dg): Rewrite error handling to be more compact and avoid
10752         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10754         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10756         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10757         instead of ns_get16.
10758         (res_queriesmatch): Likewise.  Minor optimization.
10760         [BZ #2499]
10761         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10762         __libc_res_nsend might reallocate the buffer for the answer.  In
10763         this case we have to reload the HP pointer.
10765 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10767         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10768         some branch prediction hints.
10770         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10771         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10772         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10773         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10774         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10775         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10776         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10777         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10779 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10781         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10782         by a GOT relocation to make Scrt1.o position independent.
10783         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10785         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10786         six system call parameters.
10787         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10789 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10791         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10792         malloc&bzero.
10794         * sunrpc/svc_udp.c (BZERO): Remove definition.
10795         (CALLOC): Define.
10796         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10798         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10799         (des_SPtrans): Use uint32_t type.
10800         (des_skb): Likewise.
10802         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10804 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10806         [BZ #2509]
10807         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10808         on 32-bit arches.
10810 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10812         * locale/programs/ld-address.c (address_finish): Fix one more
10813         place where the iso639 array might be accessed beyond the limits.
10815 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10817         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10818         filling it for the first time.
10820         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10821         Adjust all callers.
10822         Free res object content before returning.
10824         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10826         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10827         client->cl_auth.
10829         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10830         cleanup for initial thread, just the free call on TVP.
10832         * nscd/gai.c (__getline): Define.
10835 See ChangeLog.16 for earlier changes.