Fix memory leak when batch-reading large NIS password maps.
[glibc/pb-stable.git] / ChangeLog
blobc999607cbbd78e2cdd367e3089cf4109b5b431fc
1 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10203]
4         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
5         not just the currently used one and those which follow.
6         Patch by Joe Landers <jlanders@vmware.com>.
8         [BZ #10196]
9         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
10         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
12         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
14         [BZ #10211]
15         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
16         handle leap seconds if they are available.
17         Patch by Akinori Hattori <hattya@gentoo.org>.
19 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
21         * resolv/res_send.c (send_dg): Remember we switched to
22         single-request mode.
24 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
26         * dlfcn/dlfcn.h: Remove comma at end of enum.
27         Patch by J.H.M. Dassen <rdassen@redhat.com>.
29         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
30         parsing mode string.
32 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
34         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
36 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38         * configure.in: Move AC_CANONICAL_HOST before first use of $host
39         and $build.
40         * configure: Regenerated.
42 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
44         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
45         (__expm1l): Set errno to ERANGE on overflow.
46         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
47         (__tanl): Set errno to EDOM for ±Inf.
48         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
49         (__cosl): Set errno to EDOM for ±Inf.
50         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
51         (__sinl): Set errno to EDOM for ±Inf.
53 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
55         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for ±Inf.
56         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
57         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
58         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
60 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
62         [BZ #10162]
63         * sysdeps/ia64/memchr.S: Use speculative load.
65 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
67         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
68         __ASSUME_ACCEPT4 for IA-64.
70 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
72         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
74         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
75         (SOCKOP_accept4): Define.
77 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
78             Ulrich Drepper  <drepper@redhat.com>
80         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
81         (__nscd_cache_search): Assume each entry in the
82         hash chain needs one hashentry and half of datahead.  Use
83         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
85 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
87         [BZ #10159]
88         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
90         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
91         patch.
93 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
95         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
96         Use it if we absolutely cannot reach any more correct list elements
97         because that many do not fit into the currently mapped database.
99 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
101         * nscd/nscd_helper.c: Include stddef.h.
102         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
103         in a couple of places.  Return NULL if trail is not less than
104         datasize, don't consider dataheads with length smaller than
105         offsetof (struct datahead, data) + datalen.
106         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
107         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
108         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
109         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
110         * nscd/nscd_getai.c (__nscd_getai): Likewise.
111         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
112         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
114         * nscd/selinux.c (nscd_avc_destroy): Removed.
115         * nscd/selinux.h (nscd_avc_destroy): Likewise.
116         * nscd/nscd.c (termination_handler): Don't call
117         nscd_avc_destroy.
119 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
121         * include/atomic.h: Formatting.
122         (catomic_compare_and_exchange_val_acq): Don't define if already
123         defined by bits/atomic.h.
125 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
127         * version.h (VERSION): Bump to 2.10.1.
129         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
130         compatibility functions.
131         * nss/getXXent_r.c: Likewise.
132         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
133         * gshadow/getsgnam_r.c: Likewise.
134         * gshadow/Version: Remove duplicate entries.
136         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
137         for recent processor.
138         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
139         Likewise.
141 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
143         * version.h (VERSION): Bump for 2.10 release.
144         * include/features.h (__GLIBC_MINOR__): Bump to 10.
146         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
147         same place we add ASFLAGS-config.
149 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
151         [BZ #10128]
152         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
153         or FORMERR and the other NOERROR, don't raise an error.
155 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
157         [BZ #10118]
158         * Makeconfig (+asflags): New variable based upon ASFLAG or
159         asflags-cpu.
160         (ASFLAGS): Add override to set ASFLAGS to +asflags.
161         * config.make.in (asflags-cpu): Add variable based upon
162         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
163         the assembler.
164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
165         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
166         recognizes power6 instruction set due to passing -mcpu=power6 from
167         --with-cpu=power6 when compiling .S files.
168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
169         Likewise.
170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
171         Likewise.
172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
173         Likewise.
175 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
177         * string/stratcliff.c (do_test): Test for zero length
178         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
179         at the end of the page.
181 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
183         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
185         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
186         count is zero.
188         * po/da.po: Update from translation team.
190 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
192         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
193         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
195 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
197         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
198         and READ_IMPLIES_EXEC.
200 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
202         * po/da.po: Update from translation team.
204 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
206         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
207         comment change.
209 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
211         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
212         to MAP_ANON in PROT_NONE mmap64 call.
213         (open_archive): Likewise.
214         (file_data_available_p): Use mmap64 instead of mremap.
215         (enlarge_archive): Likewise.  Update head if ah->addr changed.
216         Attempt to reserve address space after mmap64 region.
218 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
220         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
221         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
222         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
224         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
225         atanh should set ERANGE.
227         [BZ #10087]
228         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
229         result of lookup to make call to implement STT_GNU_IFUNC.
230         (_dl_profile_fixup): Likewise.
231         Patch by H.J. Lu <hjl.tools@gmail.com>.
233         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
234         warning.
236         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
237         from definition.
239         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
240         label if it is not used.
242         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
243         of gmon_hist_hdr and gmon_hdr structures and use them.
244         * elf/sprof.c: Likewise.
246         * elf/dl-load.c (open_verify): Add temporary variable to avoid
247         warning.
249         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
251         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
252         to avoid cast.
254         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
255         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
256         to avoid warnings.
257         (iruserok_af): Use ss_family instead of casts.
259         * gmon/gmon.c (write_hist): Define real-type variant of
260         gmon_hist_hdr structure and use it.
261         (write_gmon): Likewise for gmon_hdr.
263         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
264         function if we are not going to define it.
265         * sysdeps/unix/sysv/linux/writev.c: Likewise.
267         * inet/inet6_option.c (option_alloc): Add temporary variable to
268         avoid warning.
270         * libio/strfile.h (struct _IO_streambuf): Use correct type and
271         name of VTable element.
272         * libio/iovsprintf.c: Avoid casts to avoid warnings.
273         * libio/iovsscanf.c: Likewise.
274         * libio/vasprintf.c: Likewise.
275         * libio/vsnprintf.c: Likewise.
276         * stdio-common/isoc99_vsscanf.c: Likewise.
277         * stdlib/strfmon_l.c: Likewise.
278         * debug/vasprintf_chk.c: Likewise.
279         * debug/vsnprintf_chk.c: Likewise.
280         * debug/vsprintf_chk.c: Likewise.
282         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
283         function pointers.
285 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
287         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
289 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
291         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
293         * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
294         * sysdeps/i386/fpu/s_tanf.S: Likewise.
295         * sysdeps/i386/fpu/s_tanl.S: Likewise.
296         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
297         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
298         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
299         * math/libm-test.inc: Add tests for errno after tan calls with
300         ±Inf.
302         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
303         errno value vor pow(+-0,neg).
304         * math/libm-test.inc (pow_test): Add tests for errno value for
305         pole errors.
307         * math/w_fmod.c: Also handle x=±Inf as error.
308         * math/w_fmodf.c: Likewise.
309         * math/w_fmodl.c: Likewise.
310         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
311         x=±Inf or y=0.
313         * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
314         * sysdeps/i386/fpu/s_cosf.S: Likewise.
315         * sysdeps/i386/fpu/s_cosl.S: Likewise.
316         * sysdeps/i386/fpu/s_sin.S: Likewise.
317         * sysdeps/i386/fpu/s_sinf.S: Likewise.
318         * sysdeps/i386/fpu/s_sinl.S: Likewise.
319         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
320         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
321         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
322         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
323         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
324         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
325         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
326         * math/libm-test.inc: Add tests for errno after sin/cos calls with
327         ±Inf.
329         * stdlib/strtod_l.c (round_and_return): We have to set errno to
330         ERANGE for underflows.
331         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
333         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
334         the 2001 revision.
336         * libio/tst-widetext.input: Remove surrogates.
338         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
340         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
341         for lgamma should set errno to ERANGE, not EDOM.
342         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
344 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
346         [BZ #10093]
347         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
348         UTF-16 surrogates.
350         * locale/programs/locarchive.c (enlarge_archive): Conserve address
351         space when temporarily mapping the whole content of the old file.
353         [BZ #10100]
354         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
355         not zero.
357 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
359         * iconvdata/sjis.c (BODY): Don't advance inptr before
360         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
361         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
362         two byte chars.
364 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
366         * locale/locarchive.h (struct locarhandle): Rename len field to
367         mmaped and add new reserved field.
368         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
369         (create_archive): Reserve address space and then map file into it.
370         (open_archive): Likewise.
371         (file_data_available_p): New function.
372         (compare_from_file): New function.
373         (close_archive): Adjust to member name changes.
374         (add_locale): Before comparing locale data, check it is mapped.
375         Otherwise fall back to reading from the file.
377 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
379         * stdio-common/psiginfo.c: Include <errno.h>.
381 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
383         [BZ #9920]
384         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
385         to get consistency between 32 and 64 bit architectures.
387         [BZ #10052]
388         * sysdeps/unix/make-syscalls.sh: Add rule to create target
389         directory for dummy syscall rules.
390         Patch by Chris Steinbroner <hesh@pobox.com>.
392 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
394         [BZ #10092]
395         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
396         MNT_EXPIRE.
398 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
400         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
401         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
403 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
405         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
406         data from vector to temporary buffer and call PWRITEV after it
407         instead of vice versa.
408         * sysdeps/posix/preadv.c: Fix up comment.
409         * misc/preadv.c: Likewise.
410         * misc/preadv64.c: Likewise.
411         * misc/pwritev.c: Likewise.
412         * misc/pwritev64.c: Likewise.
413         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
415 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
417         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
419         * shadow/Makefile (tests): Add tst-shadow.
420         * shadow/tst-shadow.c: New file.
422         [BZ #9955]
423         * gshadow/Makefile: New file.
424         * gshadow/Versions: New file.
425         * gshadow/fgetsgent.c: New file.
426         * gshadow/fgetsgent_r.c: New file.
427         * gshadow/getsgent.c: New file.
428         * gshadow/getsgent_r.c: New file.
429         * gshadow/getsgnam.c: New file.
430         * gshadow/getsgnam_r.c: New file.
431         * gshadow/gshadow.h: New file.
432         * gshadow/putsgent.c: New file.
433         * gshadow/sgetsgent.c: New file.
434         * gshadow/sgetsgent_r.c: New file.
435         * gshadow/tst-gshadow.c: New file.
436         * include/gshadow.h: New file.
437         * Makeconfig (all-subdirs): Add gshadow.
438         * Makefile (installed-headers): Add gshadow/gshadow.h.
439         * nss/Makefile (databases): Add sgrp.
440         * nss/Versions: Add gshadow functions as private exports.
441         * nss/nsswitch.conf: Add gshadow entry.
442         * nss/sgrp-lookup.c: New file.
443         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
444         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
445         * nss/nss_files/files-sgrp.c: New file.
446         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
447         * sysdeps/unix/sysv/linux/paths.h: Likewise.
449 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
451         * stdio-common/printf.h: Add missing const to register_printf_modifier.
452         * stdio-common/reg-modifier.c: Likewise.
454 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
456         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
457         is no FPU.
459 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
461         [BZ #10086]
462         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
463         headers up to 2.6.30.
465         * po/ca.po: Update from translation team.
467 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
469         [BZ #10069]
470         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
471         an object that uses static TLS if the TLS modid is higher than the
472         reserve we always allocate.  At least for multi-threaded code.
474 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
476         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
477         Numerically stable check for valid width.
479         * locale/programs/locarchive.c (open_archive): Map the entire file
480         and not just the administrative data.
481         (add_locale): When we find a hash sum match compare the content
482         to be sure.
484         * malloc/malloc.c (malloc_info): Output address space information.
486 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
488         * malloc/malloc.c (malloc_info): Also output system memory information.
490         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
491         architectures have preadv/pwritev in 2.6.30.
493         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
494         * sysdeps/posix/readv.c: Likewise.
495         Reported by Markus Armbruster <armbru@redhat.com>.
497         * malloc/hooks.c (top_check): Force hook value into register.
499 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
501         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
502         calls to _dl_relocate_object.
504 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
506         [BZ #9957]
507         * malloc/malloc.c (force_reg): Define.
508         (sYSMALLOc): Load hook variable into variable
509         before test and force into register.
510         (sYSTRIm): Likewise.
511         (public_mALLOc): Force hook value into register.
512         (public_fREe): Likewise.
513         (public_rEALLOc): Likewise.
514         (public_mEMALIGn): Likewise.
515         (public_vALLOc): Likewise.
516         (public_pVALLOc): Likewise.
517         (public_cALLOc): Likewise.
518         (__posix_memalign): Likewise.
519         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
520         before test and force into register.
521         * malloc/hooks.c (top_check): Likewise.
522         (public_sET_STATe): Pretty printing.
524         * resolv/res_send.c (send_dg): Don't just ignore the result we got
525         in case we only receive one reply in single-request mode.
527 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
529         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
530         are dlopened in statically linked program even for __LM_ID_CALLER.
532 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
534         * resolv/res_send.c (send_dg): Don't switch into single-request
535         mode if we already are in it.
537 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
539         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
540         are always at least 4 bytes in the returned line.
542 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
544         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
545         __libc_use_alloca (8192), if the stack is too small use 512 bytes
546         instead of 8K.  Stop searching in /proc/stat after hitting first
547         line not starting with cpu.
548         (next_line): Truncate too long
549         lines at buffer size * 3/4 instead of pretending there were line
550         breaks inside of large lines.
552 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
554         * sysdeps/x86_64/mp_clz_tab.c: New file.
556 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
557             Ulrich Drepper  <drepper@redhat.com>
559         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
560         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
561         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
563 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
565         * sysdeps/sh/libc-tls.c: New file.
567         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
569 2009-04-14  Roland McGrath  <roland@redhat.com>
571         * elf/elf.h: Add various missing ARM constants, to match binutils.
573 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
575         Optimizations from GMP.
576         * sysdeps/x86_64/add_n.S: New file.
577         * sysdeps/x86_64/addmul_1.S: New file.
578         * sysdeps/x86_64/lshift.S: New file.
579         * sysdeps/x86_64/mul_1.S: New file.
580         * sysdeps/x86_64/rshift.S: New file.
581         * sysdeps/x86_64/sub_n.S: New file.
582         * sysdeps/x86_64/submul_1.S: New file.
584 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
586         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
587         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
588         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
589         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
591 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
593         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
594         preadv/pwritev.
596 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
598         * sysdeps/x86-64/strrchr.S: New file.
600 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
602         * stdio-common/printf.h (struct printf_info): Add user element.
603         New types printf_arginfo_size_function, printf_va_arg_function.
604         Declare register_printf_specifier, register_printf_modifier,
605         register_printf_type.
606         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
607         (union printf_arg): Add pa_user element.
608         Adjust __printf_arginfo_table type.
609         Add __printf_va_arg_table, __printf_modifier_table,
610         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
611         declarations.
612         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
613         If registered arginfo call failed try normal specifier.
614         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
615         function.
616         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
617         * stdio-common/Versions: Export register_printf_modifier,
618         register_printf_type, and register_printf_specifier for GLIBC_2.10.
619         * stdio-common/reg-modifier.c: New file.
620         * stdio-common/reg-type.c: New file.
621         * stdio-common/reg-printf.c (__register_printf_specifier): New
622         function.  Mostly the old __register_printf_function function but
623         uses locking and type of third parameter changed.
624         (__register_printf_function): Implement using
625         __register_printf_specifier.
626         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
627         calls to arginfo functions.  Allocate enough memory for user-defined
628         types.  Call new va_arg functions to get user-defined types.
629         Try installed handlers even for existing format specifiers first.
631 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
633         * sysdeps/x86_64/rawmemchr.S: New file.
635         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
636         Simplified code and possible copy problem fixed.
638         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
639         function if it is not defined.  Add some necessary casts.
640         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
642         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
643         have preadv/pwritev in 2.6.30.
645 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
647         * malloc/malloc.c (malloc_info): New function.
648         * malloc/malloc.h: Declare it.
649         * malloc/Versions: Export malloc_info for GLIBC_2.10.
651         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
652         to avoid PLT slot.
654         * malloc/malloc.c (_int_realloc): Add parameter with old block
655         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
656         Adjust all callers.
657         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
659 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
661         * sysdeps/x86_64/strchrnul.S: New file.
663         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
664         depending libcrypt on -lfreebl3.
666         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
667         preadv/pwritev in 2.6.30.
669         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
670         instead of __strcasecmp.
672         * string/stratcliff.c (do_test): Add memchr tests..
673         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
674         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
675         first read quad word.
677 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
679         * string/strverscmp.c (__strverscmp): Fix last cleanups.
680         * string/tst-svc.input: Add new test case.
681         * string/tst-svc.expect: Adjust.
682         * string/Makefile: Don't ignore tst-svc error.
684         * sysdeps/x86_64/memchr.S: New file.
686         * resolv/resolv.h (RES_SNGLKUP): Define.
687         * resolv/res_init.c (res_setoptions): Recognize single-request option.
688         * resolv/res_send.c (send_dg): If we sent two requests at once and
689         only get one reply before timeout switch to mode where we send the
690         second request only after the first answer has been received.
692 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
694         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
695         * sysdeps/x86_64/strchr.S: Likewise.
697 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
699         * configure.in: We need to test for the compiler earlier.
701         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
702         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
703         GLIBC_2.10.
704         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
705         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
706         and pwritev.
707         * misc/preadv.c: New file.
708         * misc/preadv64.c: New file.
709         * misc/pwritev.c: New file.
710         * misc/pwritev64.c: New file.
711         * sysdeps/posx/preadv.c: New file.
712         * sysdeps/posx/preadv64.c: New file.
713         * sysdeps/posx/pwritev.c: New file.
714         * sysdeps/posx/pwritev64.c: New file.
715         * sysdeps/unix/sysv/linux/preadv.c: New file.
716         * sysdeps/unix/sysv/linux/preadv64.c: New file.
717         * sysdeps/unix/sysv/linux/pwritev.c: New file.
718         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
719         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
720         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
722         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
723         compatibility code.
724         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
726         * sysdeps/unix/sysv/linux/kernel-features.h: Define
727         __ASSUME_COMPLETE_READV_WRITEV.
728         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
729         with modern kernels.
730         * sysdeps/unix/sysv/linux/writev.c: Likewise.
732         * sysdeps/posix/readv.c: Since read is a cancellation point we have
733         to free a possible malloced buffer in case of cancellation.
734         * sysdeps/posix/writev.c: Likewise for write.
736 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
738         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
740         * configure.in: Recognize --enable-nss-crypt.
741         * config.make.in: Add nss-crypt entry.
742         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
743         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
744         and include path for NSS directory to compiler for md5-crypt,
745         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
746         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
747         function implementation, use NSS.  Introduce wrappers around the
748         hash function calls.  Little code size optimization.
749         * crypt/sha256-crypt.c: Likewise.
750         * crypt/sha512-crypt.c: Likewise.
751         * scripts/check-local-headers.sh: Ignore nss3 directory.
753         * configure.in: Rename pic_default to libc_cv_pic_default.
754         * config.make.in: Likewise.
756 2009-04-01  Roland McGrath  <roland@redhat.com>
758         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
759         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
760         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
761         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
762         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
763         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
764         (R_SPARC_NUM): Update.
765         From Dave Miller <davem@davemloft.net>.
767 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
769         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
771 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
773         * elf/dl-open.c: Keep track of used name spaces and only iterate over
774         those which are used.
775         * elf/dl-addr.c: Likewise.
776         * elf/dl-caller.c: Likewise.
777         * elf/dl-fini.c: Likewise.
778         * elf/dl-iteratephdr.c: Likewise.
779         * elf/dl-libc.c: Likewise.
780         * elf/dl-load.c: Likewise.
781         * elf/dl-support.c: Likewise.
782         * elf/dl-sym.c: Likewise.
783         * elf/rtld.c: Likewise.
784         * sysdeps/generic/ldsodefs.h: Likewise.
786         * elf/dl-load.c: Remove support for systems without MAP_ANON.
787         * elf/dl-minimal.c: Likewise.
788         * elf/dl-misc.c: Likewise.
789         * elf/rtld.c: Likewise.
790         * sysdeps/generic/ldsodefs.h: Likewise.
792 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
794         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
795         Avoid reuse of complex expression.
797         * po/fr.po: Update from translation team.
799 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
801         * include/dirent.h: Yet more changes to match sort function type
802         change.
803         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
804         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
805         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
807 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
809         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
811 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
813         * nscd/connections.c (restart): Try to preserve the process name
814         by reading the /proc/self/exe symlink and using the return name.
815         Patch by Jeff Bastian <jbastian@redhat.com>.
817 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
819         [BZ #9733]
820         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
821         if we are not loading a new audit library.
822         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
823         Only use profiling trampoline for auditing if we are not relocating
824         an audit library.
825         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
826         * elf/rtld.c: Likewise.
827         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
829         * elf/rtld.c (dl_main): Extend help message for --audit option.
831         [BZ #9759]
832         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
833         alphasort64, versionsort, and versionsort64 to POSIX 2008.
834         * dirent/alphasort.c: Adjust implementation to type change.
835         * dirent/alphasort64.c: Likewise.
836         * dirent/scandir.c: Likewise.
837         * dirent/versionsort.c: Likewise.
838         * dirent/versionsort64.c: Likewise.
839         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
840         declaration.
841         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
842         declaration.
844         [BZ #9880]
845         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
846         correctly.  Set segleft member in output as required.
847         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
848         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
850         [BZ #9881]
851         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
852         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
853         * inet/Makefile (tests): Add tst-inet6_rth.
854         * inet/tst-inet6_rth.c: New file.
856         [BZ #5807]
857         * string/strlen.c (strlen): Fix omission in the expression to test
858         for NUL bytes.
860 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
862         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
864         * elf/dl-runtime.c (reloc_offset): Define.
865         (reloc_index): Define.
866         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
867         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
868         computing index from reloc_offset.
869         (_dl_call_pltexit): Likewise.
870         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
871         the relocation index to _dl_fixup.
872         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
873         _dl_call_pltexit.
874         * sysdeps/x86_64/dl-runtime.c: New file.
876         [BZ #9893]
877         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
878         alignment of La_x86_64_regs.  Store xmm parameters.
879         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
881         [BZ #9913]
882         * string/strverscmp.c (__strverscmp): Fix case of different digits
883         in fractional part of string.
884         Patch by Jingyu Liu <jyliu@fortinet.com>.
885         * string/Makefile (tests): Add tst-svc2.
886         * string/tst-svc2.c: New file.
888         * string/strverscmp.c (__strverscmp): Optimize size of tables.
890         * locale/iso-639.def: Add Min Nan.
892 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
894         [BZ #9948]
895         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
897 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
899         * elf/dl-sysdep.c (auxvars): Compress data structure.
901         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
902         STT_GNU_IFUNC handling.
903         (elf_machine_rela): Likewise.
905 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
907         * config.h.in (USE_MULTIARCH): Define.
908         * configure.in: Handle --enable-multi-arch.
909         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
910         (_dl_fixup_profile): Likewise.
911         * elf/do-lookup.c (dl_lookup_x): Likewise.
912         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
913         * elf/elf.h (STT_GNU_IFUNC): Define.
914         * include/libc-symbols.h (libc_ifunc): Define.
915         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
916         framework in init-arch.h to get CPUID values.
917         * sysdeps/x86_64/multiarch/Makefile: New file.
918         * sysdeps/x86_64/multiarch/init-arch.c: New file.
919         * sysdeps/x86_64/multiarch/init-arch.h: New file.
920         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
922         * config.make.in (experimental-malloc): Define.
923         * configure.in: Handle --enable-experimental-malloc.
924         * malloc/Makefile: Handle experimental-malloc flag.
925         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
926         * malloc/arena.c: Likewise.
927         * malloc/hooks.c: Likewise.
928         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
930 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
932         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
933         prediction.  A few size optimizations.
935 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
937         * time/tzset.c: Optimize a bit for size.
939 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
941         * include/stdio.h (fmemopen): Add libc_hidden_proto.
942         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
944         * elf/sprof.c: Avoid warning about multi-line comment.
946 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
948         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
949         DST name.
950         * time/tst-posixtz.c: Add tests for quoted timezone names.
952 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
954         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
955         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
956         200809L instead of 200112L.
957         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
958         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
960         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
961         instead of __quick_exit_funcs to __run_exit_handlers.
962         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
963         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
964         (__cxa_at_quick_exit): Remove attribute_hidden.
965         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
966         to __run_exit_handlers.
967         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
968         attribute_hidden.
970 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
972         * po/id.po: Update from translation team.
974 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
977         .machine push; .machine "power6" and .machine pop around mtfsf
978         insns outside of _ARCH_PWR6 define.
979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
981         Likewise.
982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
983         Likewise.
984         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
985         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
986         relax_fenv_state): Likewise.
988 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
990         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
991         cxa_at_quick_exit.
992         (static-only-routines): Add at_quick_exit.
993         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
994         GLIBC_2.10.
995         * stdlib/quick_exit.c: New file.
996         * stdlib/at_quick_exit.c: New file.
997         * stdlib/cxa_at_quick_exit.c: New file.
998         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
999         it appropriately.
1000         (__internal_atexit): New function.
1001         (__new_exitfn): Now takes parameter to point to the list to use.
1002         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
1003         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
1004         (exit): ...here.  Just call __run_exit_handlers appropriately.
1005         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
1006         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
1007         * stdlib/on_exit.c: Adjust call to __new_exitfn.
1008         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
1010         * po/id.po: Update from translation team.
1012 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
1014         * po/ru.po: Update from translation team.
1016 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
1018         * po/nl.po: Update from translation team.
1020 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
1022         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
1023         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1024         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1025         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1026         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1027         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1028         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1030         * po/pl.po: Update from translation team.
1032 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
1034         [BZ #7083]
1035         * sysdeps/unix/sysv/linux/fallocate.c: New file.
1036         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
1037         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
1038         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
1039         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
1040         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
1041         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
1042         for GLIBC_2.10.
1043         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1044         Add fallocate and fallocate64.
1046         * io/fcntl.h: Pretty printing.
1048 2009-03-02  Richard Guenther  <rguenther@suse.de>
1050         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
1051         attribute also for non-C99 inline semantics variant.
1053 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1055         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
1056         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
1057         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
1058         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
1059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
1060         Likewise.
1061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
1062         Likewise.
1064 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
1066         * po/cs.po: Update from translation team.
1068 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
1070         * po/bg.po: Update from translation team.
1071         * po/sv.po: Likewise.
1072         * po/fi.po: Likewise.
1073         * po/vi.po: Likewise.
1075 2009-02-27  Roland McGrath  <roland@redhat.com>
1077         * Makeconfig (%.v.i): Depend on Makeconfig.
1078         Exclude % lines from initial #-comment removal.
1080 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
1082         * po/ko.po: Update from translation team.
1084 2009-02-26  Roland McGrath  <roland@redhat.com>
1086         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
1087         avoids unused warning.
1089 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
1090             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1092         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
1093         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
1094         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
1095         and asm/user.h.  Include asm/ptrace.h.
1096         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
1097         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
1098         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
1099         Undefine.
1100         (start_thread): Don't undefine.
1101         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
1102         Define.
1104 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
1106         * wctype/wctype.h: The *_l functions are in POSIX 2008.
1107         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
1108         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
1109         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
1110         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
1111         200112L to 200809L.
1112         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
1113         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
1114         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
1115         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
1116         _SC_THREAD_ROBUST_PRIO_PROTECT.
1117         * posix/unistd.h: fexecve is in POSIX 2008.
1118         * time/time.h: strftime_l is in POSIX 2008.
1119         * io/sys/stat.h: futimens is in POSIX 2008.
1120         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
1121         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
1122         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
1123         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
1124         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
1125         open_memstream, and vdprintf are in POSIX 2008.
1127 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
1129         * include/features.h: Define macros for XPG7/POSIX 2008.
1130         * ctype/ctype.h: The *_l functions are in POSIX 2008.
1131         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
1132         POSIX 2008.
1133         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
1134         * locale/xlocale.h: Define locale_t type.
1135         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
1136         in POSIX 2008.  Don't define locale_t here.
1137         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
1138         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
1139         UTIME_OMIT only with __USE_ATFILE.
1140         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
1141         * stdio-common/psiginfo.c: New file.
1142         * stdio-common/psiginfo-data.h: New file.
1143         * stdio-common/psiginfo-define.h: New file.
1144         * stdio-common/Makefile (routines): Add psiginfo.
1145         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
1146         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1147         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1148         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1149         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1150         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1151         * io/sys/stat.h: Move mknodat definition into same conditional as
1152         mknod.
1153         * time/sys/time.h: futimesat is not among the functions accepted
1154         into the POSIX standard.
1156         * include/features.h: If no feature selection given and we select
1157         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
1158         * posix/Versions: Export __posix_getopt.
1159         * posix/getopt.c (_getopt_initialize): Take additional parameter.
1160         Use it to alternatively initialize __posixly_correct.
1161         (_getopt_internal_r): Take addition parameter.  Pass on to
1162         _getopt_initialize.
1163         (_getopt_internal): Take addition parameter.  Pass on to
1164         _getopt_internal_r.
1165         (getopt): Pass additional zero to _getopt_internal.
1166         (__posix_getopt): New function.
1167         * posix/getopt.h: Add redirection for getopt.
1168         * posix/getopt1.c (getopt_long): Pass additional zero to
1169         _getopt_internal.
1170         (getopt_long_only): Likewise.
1171         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
1172         (_getopt_long_only_r): Likewise.
1173         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
1174         _getopt_internal_r.
1176 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
1178         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
1179         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
1180         * sysdeps/posix/sysconf.c (__sysconf): Handle
1181         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
1182         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
1184 2009-02-24  Roland McGrath  <roland@redhat.com>
1186         [BZ #9895]
1187         * README.template: Reworded not to use substituted version number.
1188         Renamed to ...
1189         * README: ... here (no longer generated).
1190         * Makefile (README): Target removed.
1192 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
1194         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
1195         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
1196         instead.
1198         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
1200         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
1202 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
1204         * po/bg.po: Update from translation team.
1206 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
1208         * stdlib/monetary.h: Uglify function parameter names.
1209         * sunrpc/rpc/pmap_clnt.h: Likewise.
1210         * sunrpc/rpc/svc.h: Likewise.
1211         * sunrpc/rpc/xdr.h: Likewise.
1212         * sunrpc/rpc/clnt.h: Likewise.
1213         * resolv/netdb.h: Likewise.
1214         * resolv/arpa/nameser.h: Likewise.
1215         * resolv/resolv.h: Likewise.
1216         * argp/argp.h: Likewise.
1217         * locale/langinfo.h: Likewise.
1218         * io/sys/stat.h: Likewise.
1219         * posix/spawn.h: Likewise.
1220         * nis/rpcsvc/nislib.h: Likewise.
1221         * malloc/obstack.h: Likewise.
1222         * sysdeps/ia64/bits/link.h: Likewise.
1223         * sysdeps/i386/bits/link.h: Likewise.
1224         * sysdeps/s390/bits/link.h: Likewise.
1225         * sysdeps/powerpc/bits/link.h: Likewise.
1226         * sysdeps/x86_64/bits/link.h: Likewise.
1227         * sysdeps/sparc/bits/link.h: Likewise.
1228         * sysdeps/sh/bits/link.h: Likewise.
1229         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
1230         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
1231         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
1232         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1234 2008-12-01  Fredrik Unger  <fred@tree.se>
1236         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
1237         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
1238         _FP_UNPACK_RAW_2, fix up first argument.
1240 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
1242         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
1243         (GET_NPROCS_PARSER): Change parameters and use next_line.
1244         (__get_nprocs): Rewrite to not use stdio routines.
1245         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
1246         Change parameters and use next_line.
1248 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
1250         [BZ #5381]
1251         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
1252         Change mempool_alloc prototype.
1253         * nscd/mem.c (gc): Don't handle mem_in_flight.
1254         (mempool_alloc): Third parameter now only indicates whether this is the
1255         first call (to allocate data) or not.  If it is, get db rdlock.
1256         Release it on error.  Don't handle mem_in_flight.
1257         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
1258         Adjust third parameter of mempool_alloc calls.
1259         Nothing to do here in case mempool_alloc fails.
1260         Avoid local variable shadowing parameter.  No need to get db rdlock
1261         before calling cache_add.
1262         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
1263         no mem_in_flight array anymore.
1264         * nscd/connections.c: Remove definition and handling of mem_in_flight.
1265         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
1266         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
1267         in case mempool_alloc fails. No need to get db rdlock before calling
1268         cache_add.
1269         * nscd/hstcache.c (cache_addhst): Likewise.
1270         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1271         * nscd/servicescache.c (cache_addserv): Likewise.
1272         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
1274 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
1276         * po/lt.po: Update from translation team.
1278 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
1280         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
1281         defined, allow additional data to be added using the optional
1282         MORE_ELF_HEADER_DATA macro.
1283         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
1284         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
1286 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
1288         * include/atomic.h: Define catomic_and if not already defined.
1289         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
1290         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1292 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
1294         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
1295         Change all callers.
1296         (_int_realloc): Likewise.  Third argument is now padded size
1297         All _int_* functions are now static.
1299         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
1300         * malloc/arena.c: Likewise.
1301         * include/malloc.h: Remove now unnecessary declarations of the _int_*
1302         functions.
1304         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
1305         easily.
1307         * malloc/malloc.c: Add branch prediction for use of the hooks.
1309         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
1311 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1313         [BZ #7095]
1314         * bits/confname.h: Add SUSv7 macros for getconf environments.
1315         * bits/environments.h: Likewise.
1316         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
1317         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
1318         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
1319         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
1320         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
1321         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
1322         * posix/getconf.c: Likewise.
1323         * posix/sysconf.c: Likewise.
1324         * sysdeps/posix/sysconf.c: Likewise.
1325         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
1326         environments.
1328 2009-01-16  Petr Baudis  <pasky@suse.cz>
1330         [BZ #9753]
1331         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
1332         even if we currently have zero nscount.
1334 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1336         [BZ #9781]
1337         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
1338         the input line is too long.
1340         * po/Makefile (libc.pot): Add f_print as function taking c-format
1341         parameter.
1343         * debug/xtrace.sh: Unify translatable messages.
1344         * elf/ldd.bash.in: Likewise.
1345         * elf/sprof.c: Likewise.
1346         * locale/programs/locale.c: Likewise.
1347         * malloc/memusage.sh: Likewise.
1348         * nss/getent.c: Likewise.
1350 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1352         * debug/pcprofiledump.c (print_version,
1353         argp_program_version_hook): New function.
1354         * elf/ldconfig.c (more_help): New function.
1355         (argp): Use it.
1356         * elf/sln.c (usage): New function.
1357         (main): Support --help and --version.
1358         * malloc/memusagestat.c (print_version): New function.
1359         (argp_program_version_hook): New variable.
1360         * nscd/nscd.c (more_help): New function.
1361         (argp): Use it.
1362         * posix/getconf.c (main): Send --version output to stdout.
1363         Support --help.
1364         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
1365         arguments.  All callers changed.
1366         (print_version): New function.
1367         (parseargs): Support --help and --version.
1368         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
1369         changed.
1370         (print_version): New function.
1371         (main): Use getopt_long.  Support --help and --version.
1372         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
1373         --version.
1375 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1377         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
1378         (update_data): Fix handling of wrapping back
1379         to the beginning of the buffer.
1381         [BZ #9823]
1382         * stdio-common/psignal.c (psignal): Fix test for empty string.
1384 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
1386         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
1387         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
1388         move _null_auth to .rodata.
1390         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
1391         value of 24.
1393         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
1395         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
1396         today than when the original code was written.  Use larger
1397         buffers.  This also makes it unnecessary to have stat information,
1398         if this causes extra efforts.
1399         (__opendir): In case O_DIRECTORY works, don't call fstat just for
1400         __alloc_dir.
1402 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
1404         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
1405         is set.
1406         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
1407         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1408         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
1409         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
1410         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
1411         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
1413 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1415         * po/ru.po: Update from translation team.
1417 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
1419         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
1420         Add _tid slot to maintain consistency with kernel.
1422 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1424         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
1425         incomplete characters at end of input buffer.
1426         * libio/Makefile (tests): Add tst-fgetwc.
1427         * libio/tst-fgetwc.c: New file.
1428         * libio/tst-fgetwc.input: New file.
1430 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
1432         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
1434 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
1436         [BZ #9793]
1437         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
1438         *OUTBUFSTART unless the whole output fit into the buffer.
1439         * iconv/Makefile (tests): Add tst-iconv4.
1440         * iconv/tst-iconv4.c: New file.
1442 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
1444         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
1445         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1447 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
1449         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
1450         newer linker scripts.
1452 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1454         [BZ #7040]
1455         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
1456         inotify_rm_watch should have type int.
1458 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
1460         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1461         Make aligned_restore_vmx a local symbol.
1462         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
1463         Likewise.
1465 2009-01-30  Andreas Jaeger  <aj@suse.de>
1467         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
1468         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
1469         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
1470         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
1471         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
1472         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
1473         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
1475 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
1477         [BZ #9726]
1478         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
1479         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
1481 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
1483         [BZ #9726]
1484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1485         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1487         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1489 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
1491         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
1492         memcpy instead of memcmp.
1493         (_dl_setup_pointer_guard): Likewise.
1495 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1497         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
1498         manipulated brk, use malloc_printerr.
1499         * misc/sbrk.c (__sbrk): Better error handling for nonsense
1500         requests.
1502 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1504         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
1505         rindex): For C++ add inlines so that they can be recognized as
1506         builtins.
1507         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
1509 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1510             Jakub Jelinek  <jakub@redhat.com>
1512         * string/string.h: Define correct C++ prototypes for gcc 4.4.
1513         * wcsmbs/wchar.h: Likewise.
1515 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1517         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
1518         (stackinfo_sub_sp): Define.
1520 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1522         [BZ #9750]
1523         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
1524         * include/alloca.h (alloca_account): Define.
1525         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1526         (stackinfo_sub_sp): Define.
1528         * nscd/connections.c (nscd_init): If database file access fails
1529         check whether this is due to permission problems and bail in that
1530         case.
1532         [BZ #9741]
1533         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1534         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1536 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1538         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1539         Add "t" to clobber list.
1540         (INTERNAL_SYSCALL_NCS): Likewise.
1542 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1544         * nss/getent.c (print_networks): Don't print comma between aliases.
1546 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1548         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1550         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1551         the hash table.
1552         * misc/Makefile (tests): Add bug-hsearch1.
1553         * misc/bug-hsearch1.c: New file.
1555 2009-01-22  Roland McGrath  <roland@redhat.com>
1557         * Makeconfig (%.v.i): Strip trailing # comments,
1558         not only whole-line comments.
1560 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1562         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1563         one parameter.  If non-NULL use it to initialize return value.
1564         (_dl_setup_pointer_guard): New function.
1565         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1566         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1567         * elf/rtld.c (security_init): Pass _dl_random to
1568         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1569         pointer_chk_guard.
1570         * elf/dl-sysdep.c (_dl_random): New variable.
1571         (_dl_sysdep_start): Handle AT_RANDOM.
1572         (_dl_show_auxv): Likewise.
1573         * elf/dl-support.c (_dl_random): New variable.
1574         (_dl_aux_init): Handle AT_RANDOM.
1575         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1576         to _dl_setup_stack_chk_guard.
1578         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1580 2009-01-10  Roland McGrath  <roland@redhat.com>
1582         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1584 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1586         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1588         [BZ #9706]
1589         * nss/nss_files/files-parse.c (strtou32): New function.
1590         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1591         across 32-bit and 64-bit platforms.
1592         (INT_FIELD_MAYBE_NULL): Likewise.
1594 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1596         [BZ #9720]
1597         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1598         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1599         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1600         Likewise.
1602 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1604         [BZ #697]
1605         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1606         being NULL also if there are no backreferences.
1607         * posix/rxspencer/tests: Add testcases.
1609 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1611         [BZ #9697]
1612         * posix/bug-regex17.c: Add testcases.
1613         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1614         handling.
1616 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1618         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1619         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1620         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1621         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1622         for elf subdir.
1623         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1624         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1625         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1626         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1627         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1628         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1630 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1632         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1633         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1634         re_string_skip_chars, re_string_reconstruct): Likewise.
1635         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1637 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1639         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1640         adjust the buffer alignment.
1642 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1644         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1645         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1646         net/route.h.
1648         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1649         flavor to description only when flavor is not NULL.
1651         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1652         mutex after SIGIO/SIGURG lookup loop.
1654 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1656         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1658 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1660         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1661         handling.
1663 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1665         * sysdeps/unix/sysv/linux/kernel-features.h
1666         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1668         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1669         if no output is written.
1671         * version.h: Bump to 2.10 development.
1673         * posix/getconf.c: Update copyright year.
1674         * nss/getent.c: Likewise.
1675         * iconv/iconvconfig.c: Likewise.
1676         * iconv/iconv_prog.c: Likewise.
1677         * elf/ldconfig.c: Likewise.
1678         * catgets/gencat.c: Likewise.
1679         * csu/version.c: Likewise.
1680         * elf/ldd.bash.in: Likewise.
1681         * elf/sprof.c (print_version): Likewise.
1682         * locale/programs/locale.c: Likewise.
1683         * locale/programs/localedef.c: Likewise.
1684         * nscd/nscd.c (print_version): Likewise.
1685         * debug/xtrace.sh: Likewise.
1686         * malloc/memusage.sh: Likewise.
1687         * malloc/mtrace.pl: Likewise.
1688         * debug/catchsegv.sh: Likewise.
1690 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1692         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1693         script.
1695 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1697         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1698         gethostbyname4_r function call succeeded, just leave the loop.
1700         [BZ #9694]
1701         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1702         very end.
1703         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1704         * wctype/Makefile (tests): Add bug-wctypeh.
1705         * wctype/bug-wctypeh.c: New file.
1707         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1708         LOCALDOMAIN is defined.
1709         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1711         * sysdeps/x86_64/bits/select.h: New file.
1713         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1715 2008-12-21  Bruno Haible  <bruno@clisp.org>
1717         [BZ #9677]
1718         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1719         if no output is written.
1721 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1723         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1724         libc internal symbol __dup2 to avoid access through the PLT.
1726 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1728         [BZ #6545]
1729         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1730         available only for __USE_GNU.
1732         * inet/Makefile (tests): Add tst-getni2.
1733         * inet/tst-getni2.c: New file.
1735         [BZ #7080]
1736         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1737         NULL when NI_NAMEREQD is set.
1738         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1739         * inet/Makefile (tests): Add tst-getni1.
1740         * inet/tst-getni1.c: New file.
1742 2008-12-03  Petr Baudis  <pasky@suse.cz>
1744         [BZ #7067]
1745         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1746         instead of prune_lock.
1747         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1748         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1750 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1752         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1753         use.
1755         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1756         handling.
1758         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1759         after reading name server list.
1761         [BZ #7058]
1762         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1763         handling for host name aliases.
1765 2008-11-24  Arkadiusz Miśkiewicz  <arekm@maven.pl>
1767         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1768         instead of doing things manually.
1770 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1772         * posix/regex_internal.h (build_wcs_upper_buffer):
1773         Return type is reg_error_t.
1775 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1777         * posix/globtest.sh: Use mktemp to create temporary file and
1778         directory.
1780         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1781         sets correctly.
1782         (__CPU_CLR_S): Likewise.
1783         (__CPU_ISSET_S): Likewise.
1785 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1786             Ulrich Drepper  <drepper@redhat.com>
1788         * scripts/firstversion.awk: Use custom comparison function to compare
1789         version numbers.
1790         * scripts/versions.awk: Use sort invocation which can handle
1791         multi-digit sub-version numbers.
1793 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1795         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1796         * locale/iso-639.def: Add Chhattisgarhi entry.
1798 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1800         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1801         ESRCH return value.
1802         (_nss_dns_gethostbyname4_r): Likewise.
1803         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1804         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1805         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1806         the no_data variable.
1808         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1809         information at the correct index.
1811         * socket/sys/socket.h: Declare accept4.
1812         * socket/accept4.c: New file.
1813         * sysdeps/unix/sysv/linux/accept4.c: New file.
1814         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1815         * socket/Makefile (routines): Add accept4.
1816         * socket/Versions: Export accept4 with version GLIBC_2.10.
1817         * socket/paccept.c: Removed.
1818         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1819         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1820         * Versions.def: Define GLIBC_2.10 for libc.
1821         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1823         * nscd/connections.c: Use accept4.
1825         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1827 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1829         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1830         flag already set.
1832         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1833         not exist.
1834         * stdlib/Makefile (tests): Add tst-unsetenv1.
1835         * stdlib/tst-unsetenv1.c: New file.
1837 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1839         * login/utmp_file.c (file_writable): New variable.
1840         (setutent_file): Don't try to open file for writing.
1841         (pututline_file): Before writing, make descriptor writable if
1842         necessary.
1844 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1846         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1847         to IPv4 or IPv6 if an interface has been found.
1849 2008-11-26  Roland McGrath  <roland@redhat.com>
1851         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1852         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1854         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1855         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1856         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1858         * elf/elf.h (NT_386_IOPERM): New macro.
1859         (NT_PPC_VSX): New macro.
1861 2008-11-25  Roland McGrath  <roland@redhat.com>
1863         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1864         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1865         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1866         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1867         Subdirectories moved to ports repository.
1868         * configure.in (base_machine): Remove alpha case.
1870 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1872         * sysdeps/mach/strerror_l.c: New file.
1874 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1876         [BZ #6411]
1877         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1878         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1879         magic numbers.
1880         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1881         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1882         (relax_fenv_state): Same as above.
1883         (FPSCR_29): Reserve bit in ISA 2.05.
1884         (FPSCR_NI): Provide define for compat.
1885         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1886         magic numbers.
1887         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1888         magic numbers.
1889         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1890         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1891         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1892         access to hwcap to account for hwcap size increase to uint64_t.
1893         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1894         Likewise.
1895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1896         (*setcontext): Likewise.
1897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1898         New file.
1899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1900         New file.
1901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1902         (*setcontext): dynamically select mtfsf insn based on
1903         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1904         increase to uint64_t.
1905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1906         (*swapcontext): dynamically select mtfsf insn based on
1907         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1908         increase to uint64_t.
1909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1910         New file.
1911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1912         New file.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1914         (*setcontext): dynamically select mtfsf insn based on
1915         PPC_FEATURE_HAS_DFP.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1917         (*swapcontext): dynamically select mtfsf insn based on
1918         PPC_FEATURE_HAS_DFP.
1920 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1922         * version.h: Bump for 2.9 release.
1923         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1925         [BZ #7029]
1926         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1927         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1928         all the rounding.
1930 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1932         [BZ #7009]
1933         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1934         unknown request types for now.
1936 2008-11-11  Roland McGrath  <roland@redhat.com>
1938         * sysdeps/x86_64/configure: New file.
1940         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1941         * configure: Regenerated.
1943 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1945         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1946         correct instruction to remove the stack frame.
1948 2008-11-03  Michael Matz  <matz@suse.de>
1950         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1951         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1953 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1955         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1956         Remove.
1958         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1959         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1960         of the thread variable instead of void *.
1961         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1962         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1963         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1964         __libc_tsd_define arguments.
1965         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1966         __libc_tsd_address arguments.  Remove union hack.
1967         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1968         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1969         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1970         Adjust __libc_tsd_{set,get} arguments.
1971         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1972         __libc_tsd_define arguments.
1973         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1974         arguments.
1975         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1976         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1977         (LOCALE): Adjust __libc_tsd_define arguments.
1978         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1979         arguments.
1980         (LOCALE): Adjust __libc_tsd_define arguments.
1981         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1982         arguments.
1983         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1984         arguments.
1986 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1988         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1989         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1991 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1993         [BZ #6966]
1994         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1996 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1997             Ulrich Drepper  <drepper@redhat.com>
1999         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
2000         definition for GCC 3.1 and later.
2002 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
2004         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
2005         refetch dtv, as it might have changed.
2006         * elf/Makefile: Add rules to build and run tst-tls18.
2007         * elf/tst-tls18.c: New test.
2008         * elf/tst-tlsmod18a.c: New file.
2010 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
2012         [BZ #6875]
2013         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
2015 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2017         [BZ #6867]
2018         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
2020         [BZ #6919]
2021         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
2022         Fix length of copy operation.
2024 2008-10-02  Pierre Habouzit <madcoder@debian.org>
2026         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
2027         and fix its calling convention.
2029 2008-10-07  Andreas Schwab  <schwab@suse.de>
2031         [BZ #6942]
2032         * resolv/res_send.c (send_vc): Fix last change.
2033         (send_dg): Align here as well.
2035 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2037         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
2038         return value in case rlimit is RLIM_INFINITY.
2040         [BZ #6947]
2041         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
2042         for UL_SETFSIZE.
2043         * resource/Makefile (tests): Add bug-ulimit1.
2044         * resource/bug-ulimit1.c: New file.
2046         [BZ #6974]
2047         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
2048         without dot.  Properly terminate the string with a null byte.
2049         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
2051         [BZ #6980]
2052         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
2053         negative sizees.
2054         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
2055         negative __size.
2057         [BZ #6995]
2058         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
2060 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
2062         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
2063         abort if there is no initgroups_dyn function.
2065         * resolv/res_send.c (send_dg): On timeout, only return nonzero
2066         result if any of the queries really provided an answer.
2068 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
2070         * po/lt.po: Update from translation team.
2072 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
2074         * po/id.po: Update from translation team.
2076 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
2078         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
2079         Fix tests for existence of second reply.
2081 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
2083         * po/id.po: New file.
2084         Contributed by the Indonesian translation team.
2086 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
2088         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
2089         initialization.
2091 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
2093         * elf/Makefile: Add rules to build and run tst-tls17.
2094         * elf/tst-tls17.c: New test.
2095         * elf/tst-tlsmod17a.c: New file.
2096         * elf/tst-tlsmod17b.c: Likewise.
2098 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
2100         * stdlib/divmod_1.c: Use correct type for dummy variable.
2101         * stdlib/mod_1.c: Likewise.
2103 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
2105         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
2107 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
2109         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
2110         __nonnull order for C++.
2111         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
2112         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
2114 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
2116         * stdlib/longlong.h: Update from GCC.
2118 2008-10-09  Jakub Jelinek <jakub@redhat.com>
2119             David S. Miller  <davem@davemloft.net>
2121         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
2122         make sure any registers used with 64-bit 'branch-on-register'
2123         instructions have their top 32-bits clear.
2124         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
2125         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
2127 2008-09-18  Andreas Schwab  <schwab@suse.de>
2129         [BZ #6942]
2130         * resolv/res_send.c (send_vc): Fix use of unaligned address.
2131         Properly handle partial reads.
2133 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
2135         * elf/elf.h (STO_MIPS_PLT): New.
2136         (R_MIPS_COPY): New.
2137         (R_MIPS_JUMP_SLOT): New.
2138         (R_MIPS_NUM): Redefine to 128.
2139         (DT_MIPS_PLTGOT): New.
2140         (DT_MIPS_RWPLT): New.
2141         (DT_MIPS_NUM): Redefine to 0x35.
2143 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
2145         * timezone/africa: Update from tzdata2008f.
2146         * timezone/asia: Likewise.
2147         * timezone/australasia: Likewise.
2148         * timezone/europe: Likewise.
2149         * timezone/leapseconds: Likewise.
2150         * timezone/northamerica: Likewise.
2151         * timezone/southamerica: Likewise.
2152         * timezone/zone.tab: Likewise.
2154 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
2156         * nscd/connections.c: Disable use of paccept for now.
2158 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
2160         * socket/Versions: Remove paccept export for GLIBC_2.9.
2161         * socket/Makefile (routines): Remove paccept.
2162         * socket/sys/socket.h: Remove paccept declaration.
2164         * po/sv.po: Update from translation team.
2166 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
2168         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
2169         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2171 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2173         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
2174         Patch by Olivier Fourdan <ofourdan@redhat.com>.
2176 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2178         * sunrpc/rpc/svc.h: Declare svcfd_create.
2179         Patch by Michael Solberg <msolberg@redhat.com>.
2181 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
2182             Ulrich Drepper  <drepper@redhat.com>
2184         * malloc/malloc.c (public_vALLOc): Try other arenas in case
2185         _int_valloc fails.
2186         (public_pVALLOc): Likewise.
2188 2008-09-02  Andreas Jaeger  <aj@suse.de>
2190         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
2191         commit.
2193 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
2195         [BZ #6860]
2196         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
2198 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
2200         * Makefile (check-data): Check data directory in add-ons.
2201         * elf/Makefile (check-data): Likewise.
2203 2008-08-18  Roland McGrath  <roland@redhat.com>
2205         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
2206         * configure: Regenerated.
2207         * config.make.in (cflags-cpu): New substituted variable.
2208         (with-cpu): Variable removed.
2209         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
2211 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
2213         [BZ #6845]
2214         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
2215         __signbitl definition and __LONG_DOUBLE_128__ guard from:
2216         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
2217         redundant.  Functions which call floating point assembler operations
2218         should go into a sysdeps powerpc/fpu directory.
2220 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
2222         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
2223         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2225 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
2227         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
2229         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
2230         change related to AT_EXECFN.  We cannot use that string.
2231         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
2232         _dl_execfn member.
2233         * elf/dl-support.c: Remove _dl_execfn variable.
2234         (_dl_aux_init): Remove handling of AT_EXECFN.
2235         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
2236         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
2238 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
2240         [BZ #6544]
2241         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
2242         byte gets added to writes and seeks from the end use the length of
2243         the buffer and not the currently terminating NUL byte.
2245         [BZ #6634]
2246         * login/utmp_file.c (getutent_r_file): Take additional parameter.
2247         Set to true if locking failed.
2248         (getutid_r_file): Adjust caller.
2249         (pututline_file): Likewise.  Return NULL in this case.
2250         Patch mostly by halesh.s@gmail.com.
2252 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
2254         [BZ #6589]
2255         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
2256         Define.
2257         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
2259 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
2261         [BZ #6839]
2262         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
2263         macro since it is now available in elf/dynamic-link.h.
2265 2008-08-12  Roland McGrath  <roland@frob.com>
2267         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
2268         in case used outside of libc.
2269         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
2271 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
2273         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
2274         directly instead of going through dn_comp.
2276 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
2278         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
2279         Fix asm constraints.
2281 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
2283         [BZ #6790]
2284         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
2285         (IPV6_PMTUDISC_PROBE): Likewise.
2287 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
2289         [BZ #6791]
2290         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
2292 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
2293             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2295         [BZ #6817]
2296         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
2297         Added the members 'vsx' and 'arch_2_06'.
2298         (_dl_powerpc_platforms): Add the member 'power7'.
2299         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
2300         to reflect the changes required by VSX and ISA 2.06.
2301         Modify _DL_PLATFORMS_COUNT to reflect the addition of
2302         'power7'.
2303         Defined PPC_PLATFORM_POWER7.
2304         (_dl_string_platform): Add support for POWER7.
2305         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
2306         capability and ISA 2.06.
2308 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
2310         [BZ #6824]
2311         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
2312         macro to detect use of 128 bit long double.
2313         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
2315 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
2317         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
2319         [BZ #5794]
2320         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
2321         parameters.
2322         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2323         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
2325 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
2327         * nscd/connections.c (main_loop_poll): Pass a buffer which is
2328         guaranteed to be large enough to read inotify event.  Ignore
2329         EAGAIN error.  Better error message.  Add branch predicition.
2330         (main_loop_epoll): Likewise.
2332 2008-08-02  Roland McGrath  <roland@frob.com>
2334         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
2335         Add memory clobbers.
2337 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
2339         * manual/arith.texi: Avoid @strong{Note:}.
2340         * manual/creature.texi: Likewise.
2341         * manual/filesys.texi: Likewise.
2342         * manual/math.texi: Likewise.
2343         * manual/memory.texi: Likewise.
2344         * manual/resource.texi: Likewise.
2345         * manual/syslog.texi: Likewise.
2346         * manual/time.texi: Likewise.
2348         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
2349         to prevent warning.
2351 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
2353         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
2354         new epoll_create1 interface.
2355         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2356         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
2357         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
2359         * include/arpa/nameser.h (NS_GET16): Use const pointer.
2360         (NS_GET32): Likewise.
2362         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
2363         syscalls, too.
2365         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
2366         use the AT_EXECFN value if it is no absolute path.
2367         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
2368         __ASSUME_AT_EXECFN.
2370         * Versions.def: Add GLIBC_2.9 to libresolv.
2371         * include/resolv.h: Remove hidden proto declarations for __ns_*
2372         functions.  Add them for __dn_count_labels and __p_secstodate.
2373         * include/arpa/nameser.h: Add a number of hidden proto declarations.
2374         Define ns_msg_getflags macro here.
2375         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
2376         and __p_secstodate.
2377         * resolv/Versions: Export functions from <arpa/nameser.h> from
2378         libresolv in version GLIBC_2.9.
2379         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
2380         hidden definitions.
2381         * resolv/ns_netint.c: Likewise.
2382         * resolv/ns_parse.c: Likewise.
2383         * resolv/ns_print.c: Likewise.
2384         * resolv/ns_samedomain.c: Likewise.
2385         * resolv/ns_ttl.c: Likewise.
2386         * resolv/arpa/nameser_compat.h: Likewise.
2387         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
2388         function calls.
2389         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
2390         instead of ns_get16.
2391         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
2392         __ns_get32 instead of ns_get16 and ns_get32 respectively.
2393         (gaih_getanswer_slice): Likewise.
2394         * resolv/Makefile (libresolv-routines): Add ns_date.
2395         * resolv/ns_date.c: New file.
2397         * elf/Makefile (check-localplt.out): Also check libresolv and
2398         libcrypt.
2400 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
2402         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2403         __ASSUME_O_CLOEXEC.
2405 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
2407         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
2408         buffer passed to NSS functions.
2410         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
2412         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
2413         Define.
2415         * misc/syslog.c (openlog_internal): Fix compile problem.
2417 2008-07-28  Roland McGrath  <roland@redhat.com>
2419         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
2421 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
2423         * io/ftw.c (add_object): Remove inline to avoid warning.
2425         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
2427         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
2428         Use it instead of locally defined resplen2 variable.
2429         (res_nsend): Adjust for __libc_res_nsend interface change.
2430         (send_vc): Initialize *resplen2 if necessary.  Read length of
2431         package into an appropriately aligned variable.  Store converted length
2432         in new variable and use it appropriately.
2433         Add branch prediction help.
2434         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
2435         and pass it on to __libc_res_nsend.  Adjust all callers.
2436         (__libc_res_nsearch): Likewise.
2437         (__libc_res_nqeurydomain): Likewise.
2438         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
2439         change.
2440         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
2441         Define resplen2 variable and pass it to __libc_res_nsearch and then
2442         to gaih_getanswer.
2443         (getanswer_r): In case of incorrect DNS data don't overread buffer.
2444         Add branch prediction.
2445         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
2446         (gaih_getanswer): Don't decode second slice if first one failed due
2447         to a too small buffer.  Don't let not found status of second
2448         decoder shadow results of the first.
2449         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
2450         and __libc_res_nquery interface changes
2451         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
2452         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
2453         __libc_res_nsearch, and __libc_res_nsend.
2454         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
2455         change.
2456         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
2457         __libc_res_nsearch interface changes.
2459 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
2461         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
2463         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
2464         file descriptors with close-on-exec set.
2465         (exec_comm_child): Fix the case where the write end of the pipe is
2466         STDOUT_FILENO already.  In case it is, clear close-on-exec.
2468         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
2469         * io/pipe2.c: Likewise.
2470         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
2471         instead of __ASSUME_PACCEPT.
2472         * include/unistd.h: Declare __have_pipe2.
2473         * libio/iopopen.c: Implement "e" flag.
2474         * libio/Makefile (tests): Add tst-popen1.
2475         * libio/tst-popen1.c: New file.
2477         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
2478         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2480 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2482         [BZ #6771]
2483         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
2484         success call of _IO_SEEKOFF or calls which failed because the
2485         descriptor is for a pipe.
2487         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
2488         magic number.
2490         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
2492         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
2493         F_SETFD use if we know fopen set the flag.
2495         * login/utmp_file.c (setutent_file): Minor optimization in case
2496         O_CLOEXEC is available.
2498 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
2500         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2501         * elf/Makefile: Use pie-ccflag variable.
2502         * nscd/Makefile: Likewise.
2503         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2505 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
2507         [BZ #6724]
2508         * Versions.def: Add GLIBC_2.9 version tag for libutil.
2509         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
2510         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
2511         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
2512         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
2513         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
2514         utmp32, utmpx32 and login32.
2515         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
2516         versions of struct utmp functions to libc and libutil.
2517         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
2518         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
2519         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
2520         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
2521         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
2522         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
2523         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
2524         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
2525         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2526         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2527         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2528         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2529         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2530         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2531         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2532         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2533         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2534         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2535         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2536         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2537         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2538         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2540 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2542         * scripts/gen-as-const.awk: Generate more widely usable code by
2543         using 64-bit arithmetic.
2545         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2546         the same treatment as narrow output code in last patch.
2548         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2550         [BZ #6763]
2551         * elf/dl-load.c (local_strdup): Remove inline.
2552         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2553         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2554         part of the object.
2556         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2558 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2560         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2561         the new syscalls, too.
2563         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2564         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2566         [BZ #6698]
2567         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2568         parameter for end of buffer.  If temporary copy is too large use
2569         malloc.
2570         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2571         interface change.
2572         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2573         string rewrite when allocating buffer.
2575         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2576         syscalls, too.
2578         * nscd/connections.c (nscd_init): Clean up fcntl call.
2580         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2581         SOCK_NONBLOCK if possible.
2583         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2584         SOCK_CLOEXEC if available.
2586         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2587         __libc_clntudp_bufcreate_internal.
2588         * include/sys/socket.h: Declare __have_sock_cloexec.
2589         * socket/Makefile (aux): Add have_sock_cloexec.
2590         * socket/have_sock_cloexec.c: New file.
2591         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2592         __libc_clntudp_bufcreate.
2593         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2594         which takes an additional parameter.  Create socket with non-blocking
2595         mode and close-on-exec flag set, if wanted.
2596         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2597         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2598         instead of clntudp_create.  The socket has already the close-on-exec
2599         flag set if SOCK_CLOEXEC is defined.
2601 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2603         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2604         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2605         appropriate.
2606         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2607         non-blocking mode by using socket, paccept, and inotify_init1.
2609         * Versions.def (glibc): Add GLIBC_2.9.
2610         * io/Makefile (routines): Add dup3 and pipe2.
2611         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2612         * io/dup3.c: New file.
2613         * io/pipe2.c: New file.
2614         * posix/unistd.h: Declare dup3 and pipe2.
2615         * socket/Makefile (routines): Add paccept.
2616         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2617         * socket/paccept.c: New file.
2618         * socket/sys/socket.h: Declare paccept.
2619         * sysdeps/unix/syscalls.list: Add entry for dup3.
2620         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2621         epoll_create2 and inotify_init1.
2622         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2623         * sysdeps/unix/sysv/linux/paccept.c: New file.
2624         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2625         possible.
2626         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2627         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2628         inotify_init1, and pipe2 entries.
2629         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2630         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2631         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2632         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2633         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2634         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2635         SOCK_NONBLOCK.
2636         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2637         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2638         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2639         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2640         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2641         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2642         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2643         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2644         EPOLL_NONBLOCK.  Declare epoll_create2.
2645         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2646         EFD_NONBLOCK.
2647         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2648         IN_NONBLOCK.  Declare inotify_init1.
2649         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2650         SFD_NONBLOCK.
2651         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2652         TFD_NONBLOCK.
2654         * elf/elf.h: Define AT_EXECFN.
2655         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2656         LD_ORIGIN_PATH.
2657         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2658         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2659         if __ASSUME_AT_EXECFN is defined.
2660         (_dl_aux_init): Handle AT_EXECFN.
2661         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2662         for 2.6.27 and up.
2663         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2664         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2665         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2666         _dl_execfn if available and avoid compatibility code if
2667         __ASSUME_AT_EXECFN is defined.
2669         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2670         _dl_discover_osversion only for older kernels.
2672 2008-07-22  Roland McGrath  <roland@frob.com>
2674         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2676 2008-07-21  Roland McGrath  <roland@frob.com>
2678         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2679         returned too much data out of line.
2681 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2683         * locale/setlocale.c (setname): Remove inline to avoid compiler
2684         warning.
2686         [BZ #6712]
2687         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2689 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2691         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2692         doesn't manage to write anything, fail.
2694         * malloc/hooks.c (__malloc_check_init): Remove printf.
2696 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2698         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2700 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2702         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2703         from inotify.
2704         (main_loop_epoll): Likewise.
2706 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2708         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2710         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2711         if DEBUG is defined.
2713         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2714         query.  Adjust buffer size computation for padding.
2716 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2718         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2719         * stdio-common/tst-setvbuf1.c: New file.
2720         * stdio-common/tst-setvbuf1.expect: New file.
2722         [BZ #6719]
2723         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2724         when selecting fully-buffered stream.
2725         Patch by Wang Xin <wxinee@gmail.com>.
2727 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2729         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2730         (__open_2): New function.
2731         (__open64_2): New alias to __open_2.
2732         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2733         (__openat_2): New function.
2734         (__openat64_2): New alias to __openat_2.
2736 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2738         [BZ #6723]
2739         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2741 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2743         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2744         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2745         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2746         __hurd_dfail.
2747         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2748         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2749         * sysdeps/mach/hurd/send.c (__send): Likewise.
2750         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2751         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2753 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2755         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2756         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2757         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2758         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2759         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2760         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2762 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2764         [BZ #6657]
2765         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2766         of %EY.
2767         Patch by Petr Baudis.
2769 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2771         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2772         Patch by Peter Jones <pjones@redhat.com>.
2774 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2776         [BZ #6654]
2777         * stdlib/canonicalize.c (__realpath): readlink can write too much
2778         into the buffer on platforms without PATH_MAX.
2780 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2782         [BZ #6653]
2783         * posix/tst-regex.c (main): Rename to...
2784         (do_test): ... this. Remove cmdline option processing.
2785         (TIMEOUT): Define.
2786         (TEST_FUNCTION): Define.
2787         (CMDLINE_OPTIONS): Define.
2789 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2791         [BZ #5210]
2792         * configure.in: Add -Werror to -fstack-protector test to catch
2793         unsupported architectures.
2794         Patch by Gilles Esponasse <g.esp@free.fr>.
2796 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2798         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2799         getcontext returns ENOSYS.
2801 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2803         * nscd/connections.c (main_loop_poll): Fix test for read error.
2804         (main_loop_epoll): Likewise.
2806 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2808         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2809         better place so it is not called when nscd is used.
2811         * nscd/connections.c: Also recognize and handle changes to the
2812         resolver configuration file.
2814 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2816         * time/strftime.c: Pass reference to tzset_called around to handle
2817         recursive calls.
2819         [BZ #6612]
2820         * time/strftime.c (__strftime_internal): Call tzset() only
2821         when printing timezone-dependent values.
2822         Based on a patch by Petr Baudis <pasky@suse.cz>.
2824         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2825         unconditionally use second gaih_getanswer_slice result.
2827         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2828         (getaddrinfo): RES must always be non-NULL.
2830 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2832         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2833         cr[34] registers.
2834         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2835         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2836         Likewise.
2837         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2838         register.
2840 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2842         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2843         fields.
2844         * nscd/connections.c (inotify_fd): New variable.
2845         (nscd_init): Try to open an inotify descriptor.
2846         If successful, watch files for databases using inotify instead of
2847         having prune threads stat the files.
2848         (nscd_run_prune): Recognize clear_cache flag being set and call
2849         prune_cache appropriately.
2850         (main_loop_poll): Add inotify descriptor to wait set and handle the
2851         reported changes.
2852         (main_loop_epoll): Likewise.
2853         * nscd/cache.c (prune_cache): Don't stat files for databases if
2854         inotify is used.
2855         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2856         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2858         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2859         fixed-size portion of the record.
2860         * nscd/servicescache.c (cache_addserv): Likewise.
2861         * nscd/pwdcache.c (cache_addpw): Likewise.
2862         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2864 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2866         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2867         out we don't use uninitialized memory.
2869         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2870         the client.
2872 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2874         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2875         ignore T_DNAME messages.
2876         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2878 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2880         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2881         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2883 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2885         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2886         instead of portstr to nscd_getserv_r.  Patch by
2887         Roman Kagan <rkagan@mail.ru>.
2889 2008-05-26  Jim Meyering  <meyering@redhat.com>
2891         Remove more useless "if" tests before "free".
2892         * include/inline-hashtab.h (htab_delete): Likewise.
2893         * libio/freopen.c (freopen): Likewise.
2894         * libio/freopen64.c (freopen64): Likewise.
2895         * locale/programs/ld-collate.c (collate_read): Likewise.
2896         * misc/fstab.c (libc_freeres_fn): Likewise.
2897         * posix/glob.c (globfree): Likewise.
2899 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2901         * string/Makefile (strop-tests): Add memmem.
2902         * string/test-memmem.c: New file.
2903         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2904         (test_init): Size buf1 according to BUF1PAGES.
2906 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2908         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2909         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2910         (CFLAGS-scanf17.c): New.
2911         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2912         * stdio-common/scanf15.c (main): Likewise.
2913         * stdio-common/scanf16.c: New file.
2914         * stdio-common/scanf17.c: New file.
2916 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2918         * resolv/res_send.c (send_dg): If we already have one of two
2919         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2920         use the one answer insted of failing.
2922 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2924         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2925         being executed on PowerPC as the expected result exceeds IBM
2926         long double 128 __LDBL_MAX__.
2928 2008-05-21  Roland McGrath  <roland@redhat.com>
2930         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2932         * Makefile (check-data): Use $(abi-name) before other guesses.
2933         Look in $(add-ons) dirs before scripts/data/.
2934         * elf/Makefile (check-data): Likewise.
2936         * scripts/soversions.awk: Grok ABI line.
2937         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2938         Emit definition for abi-name variable.
2940 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2942         * string/endian.h: Define new fixed-size hto* and *toh macros only
2943         if [__USE_BSD].
2945         * iconvdata/Depend: Add localedata.
2947 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2949         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2951 2008-05-08  David S. Miller  <davem@davemloft.net>
2953         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2954         HIDDEN_JUMPTARGET.
2955         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2956         (__SYSCALL_CLOBBERS): Remove %g* registers.
2957         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2958         (__SYSCALL_CLOBBERS): Likewise.
2959         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2960         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2962 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2964         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2965         (CALL_ERRNO_LOCATION): Define.
2966         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2967         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2968         (CALL_ERRNO_LOCATION): Define.
2969         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2970         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2971         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2973 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2975         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2976         variable.
2978 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2980         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2981         (FIRST_FRAME_POINTER): Define.
2983 2008-05-09  David S. Miller  <davem@davemloft.net>
2985         * sysdeps/sparc/sparc64/backtrace.c: New file.
2987 2008-05-14  David S. Miller  <davem@davemloft.net>
2989         * sysdeps/sparc/machine-gmon.h: New file.
2990         * sysdeps/sparc/sparc-mcount.S: Likewise.
2991         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2992         sysdep_routines in gmon directory.
2994 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2996         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2998 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
3000         * resolv/res_query.c (__libc_res_nquery): In case one of two
3001         answer was too short don't try to read that answer's header.
3003         * resolv/res_send.c (send_dg): In case of timeout and there are
3004         two queries and one has been answered, return value indicating
3005         success.
3007 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
3009         * nscd/cache.c (cache_add): Take additional parameter specifying
3010         whether this is in response of a cache refill.  Check alignment
3011         of package data.  Revamp waking of pruning thread.
3012         (prune_cache): Small optimization.
3013         * nscd/nscd.h: Adjust cache_add prototypes.
3014         * nscd/aicache.c: Adjust cache_add calls.
3015         * nscd/grpcache.c: Likewise.
3016         * nscd/hstcache.c: Likewise.
3017         * nscd/initgrcache.c: Likewise.
3018         * nscd/pwdcache.c: Likewise.
3019         * nscd/servicescache.c: Likewise.
3020         * nscd/connections.c (restart): Really disable cache use before
3021         exec attempt.  If it fails, reenable cache.
3022         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
3023         time to max to be able to notice concurrent cache additions.  Unlock
3024         prune_lock while performing gc.  Afterwards compute wakeup time with
3025         current wakeup_time value in mind.
3027 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
3029         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
3031         * nscd/mem.c (gc): Correctly determine highest used array element
3032         in mark.
3034         * nscd/mem.c (markrange): Add assert to check entries are all
3035         aligned.  Small cleanup in bitmap use.
3037         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
3038         blockoff of type nscd_ssize_t.
3039         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
3040         (mempoll_alloc): Record block offset and not address.
3042         * nscd/mem.c (gc): Fix test for stack overuse.
3044         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
3045         more asserts.
3047         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
3048         entry is available, believe it.
3050         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
3051         no answers return NSS_STATUS_NOTFOUND.
3052         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
3053         buffer does not have any content.
3055 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
3057         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
3059         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
3060         lookup, don't assign canon unconditionally.
3062 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3064         * string/Makefile (distribute): Add str-two-way.h.
3066 2008-03-29  Eric Blake  <ebb9@byu.net>
3068         Rewrite string searches to O(n) rather than O(n^2).
3069         * string/str-two-way.h: New file.  For linear fixed-allocation
3070         string searching.
3071         * string/memmem.c: New implementation.
3072         * string/strstr.c: New implementation.
3073         * string/strcasestr.c: New implementation.
3075 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
3077         * posix/regcomp.c (optimize_utf8): Add a note on why we test
3078         opr.ctx_type.
3079         (calc_first): Initialize constraint field.
3080         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3081         Use search_duplicated_node to avoid loops.  Fix grammar.
3082         (duplicate_node): Merge constraint field for all node types.
3083         (calc_eclosure_iter): Look at constraint field for all node types.
3084         * posix/regex_internal.c (create_cd_newstate): Don't look at
3085         create_cd_newstate.
3087 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3089         [BZ #6428]
3090         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
3092         [BZ #6442]
3093         * string/endian.h: Add macros for fixed-size endian conversion.
3094         * bits/byteswap.h: Allow inclusion from <endian.h>.
3095         * sysdeps/i386/bits/byteswap.h: Likewise.
3096         * sysdeps/ia64/bits/byteswap.h: Likewise.
3097         * sysdeps/s390/bits/byteswap.h: Likewise.
3098         * sysdeps/x86_64/bits/byteswap.h: Likewise.
3099         * string/Makefile (tests): Add tst-endian.
3100         * string/tst-endian.c: New file.
3102         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
3103         Patch by Reuben Thomas.
3105 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
3107         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
3109 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3111         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
3113         [BZ #6461]
3114         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
3115         Add missing braces.
3116         (BODY for __gconv_transform_internal_ascii): Likewise.
3118         [BZ #6472]
3119         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
3120         to be treated like link-local addresses.
3121         (match_prefix): Don't treat IPv4 loopback address special when
3122         converting to v4 mapped addressed.
3124         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
3125         if necessary.
3126         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
3127         * posix/tst-rfc3484-2.c: Likewise.
3128         * posix/tst-rfc3484-3.c: Likewise.
3130         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
3131         and SCTP.
3133         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
3135         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
3137         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
3139 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
3141         * po/lt.po: New file.  From Lituanian translation team.
3143 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
3145         Introduce TLS descriptors for i386 and x86_64.
3146         * include/inline-hashtab.h: New file, copied from 2005's
3147         libiberty, with fix for memory leak imported afterwards by
3148         Glauber de Oliveira Costa.
3149         * elf/tlsdeschtab.h: New file.
3150         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
3151         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
3152         (CHECK_STATIC_TLS): Move to...
3153         * elf/dynamic-link.h: ... this file.
3154         (TRY_STATIC_TLS): New macro.
3155         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
3156         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
3157         R_386_TLS_DESC): Define.
3158         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
3159         binutils.
3160         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
3161         R_X86_64_TLSDESC): Define.
3162         (R_386_NUM, R_X86_64_NUM): Adjust.
3163         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
3164         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
3165         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
3166         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
3167         release tlsdesc_table.
3168         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
3169         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
3170         (elf_machine_rel): Handle R_386_TLS_DESC.
3171         (elf_machine_rela): Likewise.
3172         (elf_machine_lazy_rel): Likewise.
3173         (elf_machine_lazy_rela): Likewise.
3174         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
3175         * sysdeps/i386/dl-tlsdesc.S: New file.
3176         * sysdeps/i386/dl-tlsdesc.h: New file.
3177         * sysdeps/i386/tlsdesc.c: New file.
3178         * sysdeps/i386/tlsdesc.sym: New file.
3179         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
3180         tlsdesc_table.
3181         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
3182         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
3183         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
3184         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
3185         release tlsdesc_table.
3186         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
3187         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
3188         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
3189         (elf_machine_rel): Handle R_X86_64_TLSDESC.
3190         (elf_machine_rela): Likewise.
3191         (elf_machine_lazy_rel): Likewise.
3192         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
3193         (__tls_get_addr): Do not declare for non-shared compiles.
3194         * sysdeps/x86_64/dl-tlsdesc.S: New file.
3195         * sysdeps/x86_64/dl-tlsdesc.h: New file.
3196         * sysdeps/x86_64/tlsdesc.c: New file.
3197         * sysdeps/x86_64/tlsdesc.sym: New file.
3198         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
3199         tlsdesc_table for both 32- and 64-bit structs.
3201 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
3203         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
3204         its own function.  This reduces the frame setup costs and more.
3206 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
3208         [BZ #3406]
3209         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
3210         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
3212 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
3214         * io/openat.c (__openat_2): Also pass fd to __openat.
3215         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
3216         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
3218         * string/tester.c (test_memcmp): Add a few more tests.
3219         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
3221 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
3223         * nscd/cache.c (cache_add): Before returning with failure and this
3224         is the first use of the record, mark it as unusable.
3225         * nscd/aicache.c: Don't touch the dataset after cache_add returns
3226         reporting a failure.
3227         * nscd/grpcache.c: Likewise
3228         * nscd/hstcache.c: Likewise.
3229         * nscd/initgrcache.c: Likewise.
3230         * nscd/pwdcache.c: Likewise.
3231         * nscd/servicescache.c: Likewise.
3233 2008-05-10  Roland McGrath  <roland@redhat.com>
3235         [BZ #6505]
3236         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
3238 2008-05-08  David S. Miller  <davem@davemloft.net>
3240         * misc/truncate64.c (truncate64): Use __truncate not truncate.
3242         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
3243         (__ieee754_y0l): Likewise.
3244         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
3245         (__ieee754_y1l): Likewise.
3246         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
3247         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
3248         frexpl and ldexpl.  math_private.h provides them and the latter
3249         is not even used.
3250         (__log1pl): Use __frexpl.
3252 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
3254         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
3255         prototypes.
3256         * include/arpa/nameser_compat.h: Define T_UNSPEC.
3257         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
3258         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
3259         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
3260         af==AF_UNSPEC.
3261         (_nss_nis_gethostbyname4_r): New function.
3262         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
3263         Change to also handle af==AF_UNSPEC.
3264         (get_tablename): New function.  Use it to avoid duplication.
3265         (_nss_nisplus_gethostbyname4_r): New function.
3266         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
3267         available.
3268         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
3269         * nss/nss.h: Define struct gaih_addrtuple.
3270         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
3271         af==AF_UNSPEC.
3272         (_nss_files_gethostbyname4_r): New function.
3273         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
3274         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
3275         calls.
3276         * resolv/res_query.c (__libc_res_nquery): Take two additional
3277         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
3278         look up IPv4 and IPv6.
3279         Change all callers.
3280         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
3281         for an additional query and answer buffer.  Pass to send_vc and
3282         send_dg.
3283         (send_vc): Send possibly two requests and receive two answers.
3284         (send_dg): Likewise.
3285         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
3286         __libc_res_nquery.
3287         (_nss_dns_gethostbyname4_r): New function.
3288         (gaih_getanswer_slice): Likewise.
3289         (gaih_getanswer): Likewise.
3290         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
3291         __libc_res_nquery call.
3292         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
3293         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
3294         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
3295         available.
3297 2008-05-05  David S. Miller  <davem@davemloft.net>
3299         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
3300         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
3302 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3304         Fix termios bit macros.
3305         Move *DLY definitions where they belong, in termios.h.
3306         Add *[0-3] definitions.
3307         Fixes confusion between VT and FF.
3308         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
3309         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
3310         are already defined to avoid collision with termios.h.
3311         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
3312         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
3313         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
3314         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
3315         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
3316         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
3317         VTDLY, VT0, VT1): New macros.
3318         [__USE_GNU] (OLCUC): Change value of macro.
3319         [__USE_XOPEN] (OFILL): New macro.
3320         [__USE_BSD] (CRTSCTS): Change value.
3321         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
3322         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
3323         (B7200, B14400, B28800, B76800): New macros.
3325 2008-05-01  David S. Miller  <davem@davemloft.net>
3327         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
3328         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
3329         (gen-as-const-headers): Add it.
3330         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
3331         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
3332         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
3333         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
3335         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
3336         six system call parameters.
3337         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
3339 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
3341         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
3342         RUSAGE_LWP.
3343         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
3344         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
3346 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
3348         * stdlib/tst-setcontext.c: Include unistd.h.
3350 2008-04-25  David S. Miller  <davem@davemloft.net>
3352         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
3353         Pass "union semun" properly in to sys_ipc, it must be passed
3354         by value, not by reference.
3356 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
3358         * nscd/Makefile (nscd-cflags): Set back to -fpie.
3359         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
3360         * nscd/connections.c (mem_in_flight): Likewise.
3362         * nscd/nscd.h (dbs): Make hidden.
3364         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
3365         Avoid returning -1, return 0 instead.
3367 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
3369         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
3371 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
3373         [BZ #5209]
3374         * sysdeps/unix/sysv/linux/times.c: New file.
3376         [BZ #5381]
3377         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
3378         mem_in_flight_list variables.  Add new parameter to mempool_alloc
3379         prototype.
3380         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
3381         appropriate mem_in_flight element.
3382         (gc): Take allocations which have not yet been committed to the
3383         database into account.
3384         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
3385         Reset mem_in_flight before returning.
3386         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
3387         cue it up in mem_in_flight_list.
3388         * nscd/aicache.c: Adjust mempool_alloc call.
3389         * nscd/grpcache.c: Likewise.
3390         * nscd/hstcache.c: Likewise.
3391         * nscd/initgrcache.c: Likewise.
3392         * nscd/pwdcache.c: Likewise.
3393         * nscd/servicescache.c: Likewise.
3394         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
3395         of -fpie.
3397         * nscd/connections.c (handle_request): Provide better error message
3398         in case SELinux forbids the service.
3400         * version.h (VERSION): Bump to 2.8.90.
3402 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
3404         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
3406 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3408         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
3409         Also use for 32-bit.
3410         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
3411         __nextafter instead of nextafter to avoid local PLT.
3412         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
3413         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
3415         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
3417         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
3418         __fe_nomask_env.
3419         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
3420         <fenv_libc.h> instead of <fenv.h>.
3421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3424         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
3426         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
3427         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
3428         function from fegetexcept and make old name weak alias.
3429         * include/fenv.h: Declare __fegetexcept.
3430         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
3431         fegetexcept.
3432         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
3433         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
3434         to fetestexcept.
3435         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
3436         instead of frexpl to avoid local PLT.
3437         * math/s_significandl.c (__significandl): Use __ilogbl instead of
3438         ilogbl to avoid local PLT.
3439         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
3440         instead of ldexpl to avoid local PLT.
3441         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
3442         __roundl not roundl to avoid local PLT.
3443         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
3444         local PLTs.  Use __sincosl instead of separate sinl and cosl
3445         calls.
3446         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
3448         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
3449         version for ppc64 to 2.4.21 since without it makecontext will fail.
3451         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
3452         to the ABI in use.
3453         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
3454         .__tls_get_addr.
3455         [__powerpc64__] (TLS_GD): Likewise.
3457 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
3459         [BZ #4997]
3460         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
3461         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
3462         mantissa.
3463         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3464         Likewise.  Also account for when x is an odd number between 2^52
3465         and 2^53-1.
3466         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
3467         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3468         * math/libm-test.inc (lround_test, llround_test): Added test cases to
3469         detect aforementioned erroneous conditions.
3471 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3473         * configure.in: Check for -fno-section-anchors in addition to
3474         -fno-toplevel-reorder.
3476 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3478         * include/features.h (__GLIBC_MINOR__): Bump to 8.
3480         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
3481         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
3482         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
3483         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
3484         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
3485         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
3487 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3489         [BZ #5443]
3490         * time/era.c: Transform __libc_setlocale_lock into rwlock.
3491         * time/alt_digit.c: Likewise.
3492         * wcsmbs/wcsmbsload.c: Likewise.
3494 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
3496         * version.h (VERSION): Bump to 2.8.
3498         * timzeone/asia: Update from tzdata2008b.
3499         * timezone/backward: Likewise.
3500         * timezone/europe: Likewise.
3501         * timezone/northamerica: Likewise.
3502         * timezone/southamerica: Likewise.
3503         * timezone/iso3166.tab: Likewise.
3504         * timezone/leapseconds: Likewise.
3505         * timezone/zone.tab: Likewise.
3506         * timezone/private.h: Update from tzcode2008a.
3507         * timezone/zdump.c: Likewise.
3508         * timezone/zic.c: Likewise.
3510 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3512         [BZ #5741]
3513         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
3514         Define additonal Data Cache Block instruction macros.
3515         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
3516         Replace dcbst with dcbf and sync with sync/isync.
3518 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
3520         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
3521         Always set ELF_RTYPE_CLASS_PLT.
3522         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
3524 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
3526         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3527         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3528         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3529         For ISA 2.01 and later replace mftb with mfspr 268.
3531 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3533         [BZ #5768]
3534         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3535         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3537 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3539         [BZ #5768]
3540         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3541         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3542         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3543         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3545 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3547         * stdlib/tst-makecontext.c (othervar): New variable.
3548         (cf): Test sign extending the argument to long.
3550 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3552         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3553         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3554         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3555         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3556         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3557         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3558         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3560 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3562         * elf/Makefile (tests): Substitute tests-vis-yes here.
3563         (tests-vis-yes): Delete.
3564         (modules-name, modules-vis-yes): Similarly.
3566 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3568         [BZ #4407]
3569         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3570         Preserve sign in signgamp when x is zero.
3572 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3574         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3575         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3576         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3577         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3578         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3579         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3581 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3583         [BZ #4314]
3584         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3585         buffers.
3587         [BZ #5209]
3588         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3589         a reserved error value.
3591         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3592         value to check for correct sign extension.
3594         [BZ #5436]
3595         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3596         Copy 64-bit parameter values even though this is not required in
3597         the standard.
3599         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3600         PC save.
3602 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3604         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3605         PC save.
3607 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3609         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3611 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3613         [BZ #5998]
3614         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3615         in line-buffered stream failed.
3616         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3618 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3620         [BZ #6024]
3621         * scripts/abi-versions.awk: If the version specified by
3622         --enable-oldest-abi is older than the first version for this
3623         architecture, use the default version.
3625         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3626         as well when ignoring the whole category.
3628 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3630         [BZ #6042]
3631         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3632         ETHERTYPE_* definitions.
3633         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3635 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3637         * stdlib/mbtowc.c (__no_r_state): Remove.
3638         (mbtowc): New static state variable.  Use it instead of
3639         __no_r_state.
3640         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3641         (__wctomb_state): New hidden variable.
3642         (wctomb): Use __wctomb_state instead of __no_r_state.
3643         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3644         (__wctomb_state): New extern decl.
3645         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3647 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3649         [BZ #5475]
3650         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3652 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3654         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3656 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3658         * po/nl.po: Update from translation team.
3660 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3662         [BZ #6007]
3663         * string/strfry.c: Handle empty strings again.
3665 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3667         [BZ #5443]
3668         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3669         before looking for translation.
3670         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3671         * locale/freelocale.c: Likewise.
3672         * locale/newlocale.c: Likewise.
3673         * locale/setlocale.c: Likewise.
3674         Based partially on a patch by ryo@np.css.fujitsu.com.
3676 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3678         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3679         acquiring wrlock.  Do conv_tab allocation while holding lock.
3680         * intl/Makefile: Add rules to build and run tst-gettext6.
3681         * intl/tst-gettext6.c: New test.
3682         * intl/tst-gettext6.sh: New file.
3684 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3686         * po/nl.po: Update from translation team.
3688         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3689         provided through st_blksize, try the default size before giving up.
3691 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3693         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3695         [BZ #5939]
3696         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3698         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3699         error message.  POSIX today does not require the messages to be in
3700         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3702         [BZ #5979]
3703         * sunrpc/auth_unix.c: Unify printed strings.
3704         * sunrpc/clnt_tcp.c: Likewise.
3705         * sunrpc/clnt_udp.c: Likewise.
3706         * sunrpc/clnt_unix.c: Likewise.
3707         * sunrpc/svc_tcp.c: Likewise.
3708         * sunrpc/svc_udp.c: Likewise.
3709         * sunrpc/svc_unix.c: Likewise.
3710         * sunrpc/xdr.c: Likewise.
3711         * sunrpc/xdr_array.c: Likewise.
3712         * sunrpc/xdr_rec.c: Likewise.
3713         * sunrpc/xdr_ref.c: Likewise.
3714         * locale/programs/ld-time.c (time_finish): Unify messages.
3715         * locale/programs/locfile.c (handle_copy): Fix typo.
3716         * nscd/nscd.c (options): Fix typo.
3718         [BZ #5995]
3719         * stdlib/strtod_l.c: Use correct sign for result in one more
3720         underflow case.
3721         Patch by Eric Blake <ebb9@byu.net>.
3723 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3725         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3726         and creat system calls.
3727         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3728         call.
3729         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3730         system calls.
3731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3732         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3733         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3735 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3737         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3738         <linux/limits.h> has defined it.
3739         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3740         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3741         headers.
3742         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3743         it instead of ARG_MAX.
3745 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3747         * posix/gai.conf: Fix comment for scope nullbits.
3748         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3749         default to 128 bits for v4 mapped addresses.
3751 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3753         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3754         ptrace call to get the ieee_instruction_pointer from the kernel.
3755         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3756         ptrace call to set the ieee_instructtion_pointer.
3757         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3758         Add comment that ieee_instruction_pointer is always 0.
3760 2008-03-09  Andreas Jaeger  <aj@suse.de>
3762         [BZ #5857]
3763         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3764         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3765         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3767         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3768         (rint_test): Likewise.
3770 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3772         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3773         call.
3774         (__nisfind_server): Similar for open readColdStartFile call.
3775         Patch partially by Jim Meyering.
3776         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3777         around internal_setent call.
3779         * po/vi.po: New Vietnamese translation.
3781         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3782         ADJ_OFFSET_SS_READ.
3784         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3785         remove CLONE_STOPPED.
3787 2008-02-10  Jim Meyering  <meyering@redhat.com>
3789         Remove useless "if" before "free":
3790         * elf/ldconfig.c (parse_conf_include): Likewise.
3791         * gmon/gmon.c (weak_alias): Likewise.
3792         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3793         * inet/rcmd.c (__validuser2_sa): Likewise.
3794         * intl/bindtextdom.c (set_binding_values): Likewise.
3795         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3796         * libio/genops.c (save_for_backup): Likewise.
3797         * libio/wgenops.c (save_for_wbackup): Likewise.
3798         * locale/programs/ld-collate.c (collate_read): Likewise.
3799         * locale/programs/linereader.c (get_string): Likewise.
3800         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3801         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3802         * resolv/res_debug.c (do_section): Likewise.
3803         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3804         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3805         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3806         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3807         * time/tzset.c (tzset_internal): Likewise.
3809 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3811         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3812         of ASSEMBLER.
3814 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3816         [BZ #5903]
3817         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3818         not stream for output file.  Open output file here.
3819         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3820         and output file name.
3821         (process_fd): Likewise.
3822         (process_file): Likewise.
3823         (main): Adjust callers of changed functions.
3824         * iconv/iconv_prog.h: Adjust prototype.
3826 2008-03-09  Andreas Jaeger  <aj@suse.de>
3828         [BZ #5753]
3829         * sysdeps/ia64/ieee754.h: Use protected namespace
3830         __BIG_ENDIAN/__LITTLE_ENDIAN.
3831         * sysdeps/ieee754/ieee754.h: Likewise.
3832         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3834 2008-03-08  Roland McGrath  <roland@frob.com>
3836         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3837         ignore a signal that came from a machine exception, treat it as a
3838         fatal core-dump signal instead.
3839         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3841         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3842         Clear DF bit in thread state's eflags.
3843         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3845 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3847         [BZ #5774]
3848         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3849         of NAN(...) sequence.
3850         * stdlib/Makefile (tests): Add tst-strtod6.
3851         * stdlib/tst-strtod6.c: New file.
3853         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3855         [BZ #5762]
3856         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3857         putting offending option character in quotes.  Clean up error
3858         messages.
3859         * po/be.po: Adjust msgstr in translation file.
3860         * po/bg.po: Likewise.
3861         * po/ca.po: Likewise.
3862         * po/cs.po: Likewise.
3863         * po/da.po: Likewise.
3864         * po/de.po: Likewise.
3865         * po/es.po: Likewise.
3866         * po/fr.po: Likewise.
3867         * po/hr.po: Likewise.
3868         * po/ko.po: Likewise.
3869         * po/nl.po: Likewise.
3870         * po/rw.po: Likewise.
3871         * po/sk.po: Likewise.
3872         * po/sv.po: Likewise.
3873         * po/tr.po: Likewise.
3874         * po/zh_CN.po: Likewise.
3875         * po/zh_TW.po: Likewise.
3877         [BZ #5760]
3878         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3879         Patch by Roland Bless <roland@bless.de>.
3881         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3882         .o file.
3883         * elf/Makefile (routines): Add dl-sysdep.
3884         (elide-routines.os): Likewise.
3886 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3888         [BZ #5786]
3889         * elf/dl-sysdep.c: Undefine ROUND after use.
3890         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3891         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3892         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3893         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3894         to ...
3895         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3896         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3897         if necessary.
3898         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3900         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3901         _dl_tls_get_addr_soft element.
3902         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3903         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3904         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3905         GLRO.
3906         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3907         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3908         of internal_function.
3910         * stdlib/Makefile (aux): Add tens_in_limb.
3911         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3912         * stdlib/tens_in_limb.c: ...here.  New file.
3914         [BZ #5778]
3915         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3916         __statfs_chown_restricted.
3917         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3918         for _PC_CHOWN_RESTRICTED.
3919         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3920         Implement __statfs_chown_restricted.
3921         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3922         _POSIX_CHOWN_RESTRICTED value to zero.
3923         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3924         defined to zero.
3926         * sysdeps/x86_64/rtld-memset.c: New file.
3928 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3930         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3932         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3933         Barcelona machine.  Make default fall through branch of
3934         __x86_64_preferred_memory_instruction check as the integer code path.
3936 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3938         * sysdeps/x86_64/cacheinfo.c
3939         (__x86_64_preferred_memory_instruction): New variable.
3940         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3942         * sysdeps/x86_64/memset.S: Rewrite.
3944 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3946         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3947         __obstack_printf_chk): New prototypes.
3948         (__vasprintf_chk, __vdprintf_chk,
3949         __obstack_vprintf_chk): Likewise.
3950         Add libc_hidden_proto.
3951         * libio/obprintf.c
3952         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3953         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3954         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3955         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3956         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3957         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3958         __obstack_vprintf_chk): New prototypes.
3959         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3960         obstack_vprintf): New inlines.
3961         * debug/dprintf_chk.c: New file.
3962         * debug/vdprintf_chk.c: New file.
3963         * debug/asprintf_chk.c: New file.
3964         * debug/vasprintf_chk.c: New file.
3965         * debug/obprintf_chk.c: New file.
3966         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3967         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3968         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3969         @@GLIBC_2.8.
3970         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3971         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3972         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3973         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3974         libc_hidden_proto.
3975         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3976         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3977         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3978         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3979         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3980         @@GLIBC_2.8.
3981         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3982         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3983         obstack_vprintf_chk.
3984         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3985         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3986         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3987         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3988         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3989         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3991 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3993         [BZ #5779]
3994         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3995         Patch by Roy Marples <roy@marples.name>.
3997         [BZ #5736]
3998         * malloc/malloc.c: Fix typo in comment.
4000         [BZ #5627]
4001         * locale/iso-639.def: Add Shuswap.
4003 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
4005         [BZ #5790]
4006         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
4007         overwrite *h_errnop/*errnop values from getanswer_r in case of
4008         failure.
4010 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
4012         [BZ #5818]
4013         * nscd/connections.c (dbs): Add initializers for .suggested_module.
4014         (verify_persistent_db): Remove one unnecessary test and add a new one
4015         for bad configuration.
4016         (nscd_init): Improve error reported when persistent database cannot
4017         be reused.
4018         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
4019         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
4020         .suggested_module and .max_db_size and case config file says the
4021         values are zero.
4022         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
4024         [BZ #5854]
4025         * nis/ypclnt.c (yp_order): Fix handling of return value of
4026         do_ypcall_tr call.
4027         Patch by Jeff Moyer <jmoyer@redhat.com>.
4029         * po/fr.po: Update from translation team.
4031 2008-02-22  Andreas Jaeger  <aj@suse.de>,
4032             Carlos O'Donell <carlos@systemhalted.org>
4034         [BZ #5012]
4035         * FAQ.in: Describe why glibc needs to be compiled with
4036         optimization.
4038 2008-02-19  Roland McGrath  <roland@redhat.com>
4040         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
4042 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
4044         [BZ #5737]
4045         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
4046         __USE_MISC is defined.
4048 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
4050         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
4051         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
4052         sys/timerfd.h.
4053         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
4054         timerfd_gettime, timerfd_settime.
4055         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
4056         timerfd_gettime, timerfd_settime for GLIBC_2.8.
4058 2008-02-08  Roland McGrath  <roland@redhat.com>
4060         * elf/elf.h (NT_PPC_SPE): New macro.
4062 2008-02-06  Roland McGrath  <roland@redhat.com>
4064         * Makerules ($(common-objpfx)sysd-rules):
4065         Depend on $(sysdep-makeconfigs).
4067 2008-01-31  Roland McGrath  <roland@redhat.com>
4069         [BZ #5442]
4070         * configure.in: Use -print-file-name if it yields a directory,
4071         for each of include and include-fixed.
4072         * configure: Regenerated.
4074         * Makeconfig (sysd-rules-targets): New variable.
4075         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
4076         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
4078 2008-01-30  Roland McGrath  <roland@redhat.com>
4080         * manual/libc.texinfo: Update back-cover text.
4082         * elf/elf.h (NT_386_TLS): New macro.
4084 2008-01-29  Roland McGrath  <roland@redhat.com>
4086         * Makeconfig (sysd-rules-patterns): New variable.
4087         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
4088         (check-inhibit-asm): New canned sequence, replaces ...
4089         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
4090         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
4091         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
4092         (CFLAGS-rtld): Variable removed.
4094 2008-01-24  Roland McGrath  <roland@redhat.com>
4096         * configure.in: Let configure fragments set base_os.
4097         * configure: Regenerated.
4099 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
4101         * po/ko.po: Update from translation team.
4103 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
4105         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
4107 2008-01-12  Andreas Jaeger  <aj@suse.de>
4109         [BZ #5040]
4110         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
4111         Add EPOLLRDHUP.
4113 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4115         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
4116         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
4117         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
4119 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
4121         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
4122         * elf/dl-close.c (_dl_close): Check for it.
4123         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
4124         (_dl_allocate_static_tls): Likewise.
4125         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
4126         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
4127         to it.
4128         * elf/tst-tls16.c: New file.
4129         * elf/tst-tlsmod16a.c: New file.
4130         * elf/tst-tlsmod16b.c: New file.
4131         * elf/Makefile: Add rules to build and run tst-tls16.
4133 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
4135         [BZ #5628]
4136         * bits/shm.h: Fix comment describing shmid_ds.
4137         * sysdeps/gnu/bits/shm.h: Likewise.
4138         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
4139         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4140         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4141         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4142         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4143         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
4144         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4145         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4146         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
4148         [BZ #5607]
4149         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
4150         prototypes.
4151         * conform/data/limits.h-data: Adjust limits changed in v6 and add
4152         additional suffixes.
4153         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
4154         Add optional functions mq_timedreceive and mq_timedsend.
4155         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
4156         * conform/data/pthread.h-data: Fix prototype of
4157         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
4158         * conform/data/semaphore.h-data: Allow time.h definitions.
4159         * conform/data/signal.h-data: Likewise.
4160         * conform/data/stdio.h-data: getw and putw are not required in v6.
4161         * conform/data/stdlib.h-data: Change setstate prototype.
4162         * conform/data/string.h-data: Fix strerror_r prototype.
4163         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
4164         * conform/data/unistd.h-data: pthread_atfork not required in v6.
4165         Fix readlink prototype.
4166         * conform/data/netinet/in.h-data: Add const to in6addr_any and
4167         in6addr_loopback.
4168         * inet/netinet/in.h: Cleanup namespace.
4169         * posix/regex.h: Likewise.
4170         * resolv/netdb.h: Likewise.
4171         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
4172         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4173         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4174         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
4175         of names of in in6_addr.
4176         (default_precedence): Likewise.
4177         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
4178         NULL definition.
4180 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
4182         * conform/data/fmtmsg.h-data: Add missing allows.
4183         * conform/data/ftw.h-data: Likewise.
4184         * conform/data/inttypes.h-data: Likewise.
4185         * conform/data/math.h-data: Likewise.
4186         * conform/data/signal.h-data: Likewise.
4187         * conform/data/net/if.h-data: Likewise.
4188         * conform/data/netinet/in.h-data: Likewise.
4189         * conform/data/sys/socket.h-data: Likewise.
4191         [BZ #5614]
4192         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
4193         (__strtok_r): Simplify.
4194         * string/tester.c (test_strtok_r): Add test case for futile search
4195         with single-character seach string.
4197 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
4199         * po/ko.po: Update from translation team.
4201 2008-01-11  Andreas Jaeger  <aj@suse.de>
4203         [BZ #5600]
4204         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
4205         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
4206         kernel header.
4208 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
4210         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
4211         native interface lookup in all the relevant places.
4213 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
4214             Ulrich Drepper  <drepper@redhat.com>
4216         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
4217         field.  Use sockaddr_in6 for source_addr.
4218         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
4219         (match_prefix): Likewise.
4220         (get_label): Likewise.
4221         (get_precedence): Likewise.
4222         (rfc3484_sort): Change to use indirect access to results array.
4223         Adjust to use of sockaddr_in6.  Replace service_order test with
4224         simple index comparison.
4225         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
4226         service_order field.  Adjust qsort_t calls.  Access sorted result
4227         array indirectly through order array.
4228         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
4229         * posix/tst-rfc3484-2.c: Likewise.
4230         * posix/tst-rfc3484-3.c: Likewise.
4232 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
4234         [BZ #5541]
4235         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
4236         pollfd structures.
4237         Patch by André Cruz.
4239         [BZ #5545]
4240         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
4241         (clnt_spcreateerror): Likewise.
4243         [BZ #5553]
4244         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
4245         (public_mEMALIGn): Likewise.
4246         Patch mostly by Daniel Jacobowitz.
4248 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
4250         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
4251         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
4252         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
4253         * stdlib/tst-makecontext2.c: New test.
4255 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
4257         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
4258         defined.
4259         (REINIT_PARAMS): Likewise.  Undefine before end of file.
4260         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
4261         transliteration hooks and REINIT_PARAMS afterwards.
4262         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
4263         status.
4264         (REINIT_PARAMS): Define.
4265         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
4266         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
4267         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
4268         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
4269         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
4270         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
4271         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
4272         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
4273         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
4274         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
4275         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
4276         * iconvdata/tst-iconv7.c: New test.
4278 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
4280         * libio/stdio.h (vscanf): Fix definition for loser compilers.
4282 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
4284         [BZ #5112]
4285         * nscd/connections.c (restart): Fix condition.
4287 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
4289         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
4290         __ctype_toupper_loc): Add __THROW.
4292 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
4294         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
4295         recognition of interface family.
4297         * posix/getconf.c: Update copyright year.
4298         * nss/getent.c: Likewise.
4299         * iconv/iconvconfig.c: Likewise.
4300         * iconv/iconv_prog.c: Likewise.
4301         * elf/ldconfig.c: Likewise.
4302         * catgets/gencat.c: Likewise.
4303         * csu/version.c: Likewise.
4304         * elf/ldd.bash.in: Likewise.
4305         * elf/sprof.c (print_version): Likewise.
4306         * locale/programs/locale.c: Likewise.
4307         * locale/programs/localedef.c: Likewise.
4308         * nscd/nscd.c (print_version): Likewise.
4309         * debug/xtrace.sh: Likewise.
4310         * malloc/memusage.sh: Likewise.
4311         * malloc/mtrace.pl: Likewise.
4312         * debug/catchsegv.sh: Likewise.
4314 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
4316         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
4317         second lookup.
4319 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
4321         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
4322         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4324 2007-12-17  Roland McGrath  <roland@redhat.com>
4326         * inet/ether_line.c (ether_line): Remove unused variable.
4328 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4330         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
4331         and winp.
4332         * login/openpty.c (openpty): Likewise.
4333         * login/pty.h (openpty, forkpty): Likewise.
4334         * manual/terminal.texi (openpty, forkpty): Likewise.
4336 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
4338         * malloc/malloc.c (public_cALLOc): For arenas other than
4339         main_arena, count all bytes inside the mprotect_size range of the
4340         heap as uninitialized.
4342 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
4344         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
4345         executable stacks.
4347         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
4348         mTRIm for all of them.
4349         (mTRIm): Additionally iterate over all free blocks and use madvise
4350         to free memory for all those blocks which contain at least one
4351         memory page.
4352         * malloc/tst-trim1.c: New file.
4353         * malloc/Makefile (tests): Add tst-trim1.
4355         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
4357 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
4359         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
4360         First cast argument to long
4361         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
4362         Return long.
4363         (__vdso_clock_gettime): Likewise.
4364         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
4365         return long.
4367 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
4369         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
4370         * locale/nl_langinfo_l.c: Real implementation, copied from
4371         nl_langinfo.c.
4372         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
4374 2007-12-01  Jim Meyering  <meyering@redhat.com>
4376         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4377         that would inhibit utf8-optimization of a regexp containing line-
4378         or buffer-anchors, e.g., `^', `$'.
4380 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4382         * time/bug-getdate1.c (do_test): Don't use century values which
4383         aren't valid on 32-bit systems.
4385 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
4387         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
4388         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
4389         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
4390         __strcat_g, __strncat_g): Add __asm__.
4392 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4394         [BZ #5477]
4395         * io/fchmodat.c: Fix typo in stub_warning use.
4396         Patch by Petr Salinger.
4398 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
4400         * iconvdata/hp-thai8.c: New file.
4401         * iconvdata/Makefile: Add rules for hp-thai8.c.
4402         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
4403         * iconvdata/gconv-modules: Likewise.
4405         [BZ #5464]
4406         * iconvdata/hp-greek8.c: New file.
4407         * iconvdata/Makefile: Add rules for hp-greek8.c.
4408         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
4409         * iconvdata/gconv-modules: Likewise.
4411         [BZ #5463]
4412         * iconvdata/hp-turkish8.c: New file.
4413         * iconvdata/Makefile: Add rules for hp-turkish8.c.
4414         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
4415         * iconvdata/gconv-modules: Likewise.
4417         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
4418         (shrink_heap): ... this new function.
4419         (heap_trim): Call shrink_heap instead of grow_heap.
4421         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
4422         case don't call alloc_perturb.
4424 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
4426         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
4427         possible.
4428         * sysdeps/unix/sysv/linux/kernel-features.h
4429         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
4430         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
4432 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
4434         [BZ #5424]
4435         * stdio-common/vfprintf.c: Do not overflow when adding to done.
4436         * stdio-common/Makefile (tests): Add bug22.
4437         * stdio-common/bug22.c: New file.
4439         [BZ #5451]
4440         * time/getdate.c: Fix filling in default values.
4441         * time/bug-getdate1.c: New file.
4442         * time/Makefile: Add rules to build and run bug-getdate1.
4444         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
4445         * iconvdata/ebcdic-es.c: Likewise.
4446         * iconvdata/ebcdic-es-a.c: Likewise.
4447         * iconvdata/ebcdic-uk.c: Likewise.
4448         * iconvdata/iso8859-16.c: Likewise.
4449         * iconvdata/viscii.c: Likewise.
4450         * iconvdata/iso8859-9e.c: Likewise.
4451         * iconvdata/Makefile: Adjust appropriately.
4453         [BZ #5428]
4454         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
4455         __need_wint_t.
4457 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4459         [BZ #5427]
4460         * iconvdata/hp-roman9.c: New file.
4461         * iconvdata/Makefile: Add rules for hp-roman9.c.
4462         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
4463         * iconvdata/gconv-modules: Likewise.
4465         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
4466         * iconvdata/Makefile: Adjust appropriately.
4468         [BZ #5441]
4469         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
4470         structure, it's allocated with alloca.
4471         * stdio-common/Makefile (tests): Add bug21.
4472         * stdio-common/bug21.c: New file.
4474 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
4476         [BZ #5452]
4477         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
4478         keyword for gcc's braced-groups.
4480 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4482         [BZ #5454]
4483         * inet/ether_line.c: Strip hostname of whitespaces.
4484         * inet/Makefile (tests): Add tst-ether_line.
4485         * inet/tst-ether_line.c: New file.
4487 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
4489         [BZ #5439]
4490         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
4492         [BZ #5435]
4493         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
4495         * stdlib/tst-setcontext.c: Catch the case where the links gets
4496         messed up and we do not reach main again.
4498         * po/ca.po: Update from translation team.
4500 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
4502         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
4503         * posix/regex.h (REG_ENOSYS): Likewise.
4504         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
4506 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
4508         * nscd/nscd.h (MAX_STACK_USE): Define.
4509         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
4510         (gc): Initialize stack_used based on allocation in prune_cache.
4511         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
4512         Clear array before use.
4514         * nscd/aicache.c (addhstaiX): Update statistics counter in case
4515         memory allocation failed.
4516         * nscd/hstcache.c (cache_addhst): Likewise.
4517         * nscd/grpcache.c (cache_addgr): Likewise.
4518         * nscd/servicescache.c (cache_addserv): Likewise.
4519         * nscd/pwdcache.c (cache_addpw): Likewise.
4520         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4522 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
4524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
4525         and creat system calls.
4527         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4529 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4531         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4532         Add netiucv/iucv.h.
4533         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4534         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4535         protocol.
4536         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4537         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4538         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4540 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4542         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4543         strncat): Define as macros to avoid compile errors.
4545         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4546         creat entries.
4548 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4550         [BZ #5382]
4551         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4552         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4553         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4554         overflow it.
4555         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4557         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4558         Return zero in case the thread library is not NPTL.
4560         [BZ #5375]
4561         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4562         initializing interface list.
4564         [BZ #5378]
4565         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4566         use result of nss_getgrgid_r if nothing was found.  For other
4567         error return with a failure.
4568         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4570         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4571         macro name.
4573 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4575         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4576         (get_scope): For IPv4 scope, use scopes table.
4577         (fini): Free scopes table if necessary.
4578         (free_scopelist): New function.
4579         (scopecmp): New function.
4580         (gaiconf_init): Also handle scopev4 entries.
4581         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4582         * posix/tst-rfc3484-2.c (do_test): Likewise.
4583         * posix/gai.conf: Document scopev4 defaults.
4584         * posix/Makefile (tests): Add tst-rfc3484-3.
4585         * posix/tst-rfc3484-3.c: New file.
4587         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4588         Teredo tunnels.
4589         * posix/gai.conf: Update for current default tables.
4591 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4593         * po/tr.po: Update from translation team.
4595 2007-11-18  Roland McGrath  <roland@frob.com>
4597         * manual/arith.texi (Remainder Functions): Spelling fix.
4598         From Shaun Silk <genix@mysoul.com.au>.
4600         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4602 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4604         * po/zh_CN.po: Update from translation team.
4606         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4607         Add sys/signalfd.h and sys/eventfd.h.
4609 2007-11-15  Bruno Haible  <bruno@clisp.org>
4611         [BZ #5346]
4612         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4613         union.
4614         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4615         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4616         it needs only fixed stack space. Delay the initialization of
4617         msgid_len until it is needed.
4619 2007-11-15  Andreas Jaeger  <aj@suse.de>
4621         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4622         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4624 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4626         * po/ko.po: Update from translation team.
4628 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4630         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4631         significantly.  The device type is also part of the ifinfomsg data.
4633         * po/sv.po: Update from translation team.
4634         * po/nl.po: Likewise.
4636         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4637         to wake up in 24 hours.
4639         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4641 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4643         * po/cs.po: Update from translation team.
4644         * po/pl.po: Likewise.
4646         * include/ifaddrs.h: Remove in6ai_temporary.
4647         (struct in6addrinfo): Add index element.
4648         Declare __check_native.
4649         * inet/Makefile (aux): Add check_native.
4650         * sysdeps/unix/sysv/linux/check_native.c: New file.
4651         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4652         IFA_F_TEMPORARY.  Pass back ifa_index.
4653         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4654         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4655         call __check_native if necessary.
4656         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4657         to sort addresses.  Pass information about the results.
4658         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4659         of rfc3484_sort interface.
4660         * posix/tst-rfc3484-2.c: Likewise.
4662         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4663         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4664         for _quicksort.
4665         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4666         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4667         on as third parameter to compare function and _quicksort.
4668         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4669         to the compare function.
4670         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4671         * Versions.def: Add GLIBC_2.8 for libc.
4673         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4674         * posix/tst-rfc3484-2.c: Likewise.
4676         * include/kernel-features.h: Moved to...
4677         * sysdeps/mach/hurd/kernel-features.h: ...here.
4679 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4681         * sysdeps/i386/i586/memcpy_chk.S: New file.
4682         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4683         * sysdeps/i386/i586/memset_chk.S: Likewise.
4685 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4687         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4688         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4689         list of interfaces.  Also store prefix length.
4690         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4691         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4692         prefix if source and destination address are in the same subnet.
4693         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4694         Always look for matching record in in6ai list.
4695         Correct source_addr_len value for IPv6->IPv4 converted records.
4697 2007-11-11  Roland McGrath  <roland@frob.com>
4699         * include/kernel-features.h: New file.
4701 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4703         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4704         complications for 64-bit platforms.
4706         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4707         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4708         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4709         open64_2.
4710         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4711         entries.
4712         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4713         * sysdeps/wordsize-64/alphasort.c: New file.
4714         * sysdeps/wordsize-64/alphasort64.c: New file.
4715         * sysdeps/wordsize-64/fseeko.c: New file.
4716         * sysdeps/wordsize-64/fseeko64.c: New file.
4717         * sysdeps/wordsize-64/ftello.c: New file.
4718         * sysdeps/wordsize-64/ftello64.c: New file.
4719         * sysdeps/wordsize-64/ftw.c: New file.
4720         * sysdeps/wordsize-64/ftw64.c: New file.
4721         * sysdeps/wordsize-64/iofgetpos.c: New file.
4722         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4723         * sysdeps/wordsize-64/iofopen.c: New file.
4724         * sysdeps/wordsize-64/iofopen64.c: New file.
4725         * sysdeps/wordsize-64/iofsetpos.c: New file.
4726         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4727         * sysdeps/wordsize-64/lockf.c: New file.
4728         * sysdeps/wordsize-64/lockf64.c: New file.
4729         * sysdeps/wordsize-64/mkostemp.c: New file.
4730         * sysdeps/wordsize-64/mkostemp64.c: New file.
4731         * sysdeps/wordsize-64/mkstemp.c: New file.
4732         * sysdeps/wordsize-64/mkstemp64.c: New file.
4733         * sysdeps/wordsize-64/scandir.c: New file.
4734         * sysdeps/wordsize-64/scandir64.c: New file.
4735         * sysdeps/wordsize-64/tmpfile.c: New file.
4736         * sysdeps/wordsize-64/tmpfile64.c: New file.
4737         * sysdeps/wordsize-64/versionsort.c: New file.
4738         * sysdeps/wordsize-64/versionsort64.c: New file.
4739         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4740         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4741         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4742         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4743         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4744         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4745         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4746         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4747         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4748         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4749         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4750         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4752         * crypt/sha256-crypt.c: Fix a comment.
4753         * crypt/sha512-crypt.c: Likewise.
4755 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4757         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4759 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4761         [BZ #5277]
4762         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4763         because output buffer is too small break, don't loop.
4764         * iconvdata/Makefile (tests): Add bug-iconv6.
4765         * iconvdata/bug-iconv6.c: New file.
4767 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4769         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4770         with size_t type.
4771         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4772         size_t.  Add casts where needed.
4774         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4775         old headers, don't call avc_has_perm if we don't have the
4776         permission information.
4778 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4780         * elf/rtld.c (dl_main): Use the page size to find the map start.
4782 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4784         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4785         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4787         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4788         when the lookup call failed.
4790         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4791         Add prune_cond and wakeup_time.
4792         (CACHE_PRUNE_INTERNAL): Define.
4793         Update declarations of prune_cache and setup_thread.
4794         * nscd/connections.c (dbs): Update initializers.
4795         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4796         (nscd_init): Default number of threads is now 4.
4797         (invalidate_cache): Take lock before calling prune_cache.
4798         (handle_request): If SELinux forbids the request, say so.
4799         (readylist_cond): Use static initializer.
4800         (nscd_run_prune): New function.  Used only by pruning threads.
4801         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4802         here.
4803         (fd_ready): Update nscd_run reference.
4804         (start_threads): No need to initialize readylist_cond.
4805         Start pruning threads separately.
4806         * nscd/nscd_setup_thread.c: Change return value type to int and always
4807         return 0.
4808         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4809         to int and return nonzero value if we can use the TID address hack.
4810         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4811         the database is later than the new entry's timeout, update the
4812         wakeup time and wake the cleanup thread.
4813         (prune_cache): Return seconds the next entry in the database is still
4814         valid.  Remove locking for pruning here.
4815         * nscd/nscd.conf: Document default number of threads.
4817 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4819         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4820         stack is properly aligned for the target function.
4821         Correct unwind info.
4823         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4824         when using auditing libraries.
4826 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4828         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4829         _nss_dns_getnetbyaddr2_r.
4830         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4831         extra parameter to getanswer_r.
4832         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4833         _nss_dns_getnetbyaddr2_r.
4835         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4836         gethstbynm3_r.
4837         * nscd/gethstbynm2_r.c: Remove.
4838         * nscd/gethstbynm3_r.c: New file.
4839         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4840         __gethostbyaddr_r.
4841         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4842         __gethostbyaddr_r compatibility wrapper.
4843         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4844         determining timeout of entry.
4845         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4846         __gethostbyaddr2_r.
4847         (addhstbyX): Pass reference to variable for TTL to lookup and
4848         cache_addhst.
4849         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4850         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4851         and __nss_next2.  Remove __nss_services_lookup.
4852         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4853         Add compat wrapper.
4854         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4855         __nss_next2.
4856         * nss/getXXent_r.c: Likewise.
4857         * nss/getnssent_r.c: Likewise.
4858         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4859         does not exist in module, try the optional second name.
4860         (__nss_next2): New function.
4861         (__nss_next): Now wrapper around __nss_next2.
4862         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4863         Declare __nss_next2.
4864         Adjust definition of db_lookup_function type.
4865         * nss/service-lookup.c: Define NO_COMPAT.
4866         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4867         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4868         * inet/ether_ntoh.c: Likewise.
4869         * sunrpc/netname.c: Likewise.
4870         * sunrpc/publickey.c: Likewise.
4871         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4872         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4873         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4874         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4875         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4877         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4879         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4881 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4883         [BZ #5204]
4884         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4885         * crypt/sha512c-test.c: Likewise.
4887         [BZ #5225]
4888         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4889         to keep track of end of %[ format string element.
4890         * stdio-common/Makefile (tests): Add bug20.
4891         * stdio-common/bug20.c: New file.
4893         [BZ #5222]
4894         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4895         path elements in counting mode.
4897 2007-10-27  Andreas Jaeger  <aj@suse.de>
4899         [BZ #5040]
4900         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4902         [BZ #3112]
4903         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4904         (__cleanup): Free shared library when exiting.
4905         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4906         (__cleanup): Free shared library when exiting.
4908 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4910         [BZ #2549]
4911         * math/libm-test.inc (check_float_internal): Support
4912         denormalized return.
4914 2007-10-23  Andreas Jaeger  <aj@suse.de>
4916         [BZ #5208]
4917         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4918         __LONG_LONG_PAIR to handle little endian byte order.
4919         Suggested by abhishekrai@google.com
4921 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4923         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4925 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4927         * nscd/cache.c (prune_cache): Move test for modified file outside
4928         of locking.
4930 2007-10-21  Andreas Jaeger  <aj@suse.de>
4932         * manual/texinfo.tex: Update to latest version.
4934         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4936         * manual/arith.texi (Status bit operations): Fix formatting.
4938         * manual/errno.texi (Error Messages): Fix formatting.
4940         * manual/sysinfo.texi (System Parameters): Fix formatting.
4942         * manual/libc.texinfo: Update VERSION and UPDATED.
4944 2007-10-19  Roland McGrath  <roland@redhat.com>
4946         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4948 2007-10-06  David S. Miller  <davem@davemloft.net>
4950         * configure.in: Add sparcv9v2 and sparc64v2.
4951         * scripts/config.sub: Likewise.
4952         * configure: Regenerate.
4953         * elf/elf.h (HWCAP_SPARC_N2): New.
4954         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4955         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4956         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4957         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4958         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4959         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4960         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4962 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4964         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4965         even if the poll result indicates there is data to read.
4966         Patch by Jeff Moyer <jmoyer@redhat.com>.
4968 2007-10-18  Roland McGrath  <roland@redhat.com>
4970         * elf/elf.h (NT_PPC_VMX): New macro.
4972 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4974         * version.h (VERSION): Set to 2.7.90.
4976 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4978         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4979         weak_alias.
4981 2007-10-17  Roland McGrath  <roland@frob.com>
4983         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4984         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4986 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4988         * version.h (VERSION): Bump to 2.7.
4989         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4991         [BZ #5186]
4992         * time/tzset.c (__tz_convert): Don't force testing for a change of
4993         TZ if not called from localtime.  But then also see whether the
4994         file changed, in case __use_tzfile is set.
4996         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4997         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4998         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4999         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5000         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5001         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5002         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
5003         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5005 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
5007         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
5008         and admin selects to be able to replace the gai.conf file, lock
5009         data structures around the qsort call.
5011 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
5013         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
5014         new memset.
5015         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
5016         too high for the improvements.  Implement bzero unconditionally for
5017         use in libc.
5019 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
5020             Jakub Jelinek  <jakub@redhat.com>
5022         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
5023         even when time_t is 32-bit.
5024         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
5025         timezone data read by __tzfile_default.  Ensure __tzname[0] is
5026         always set after the search.
5028 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
5030         * time/tzfile.c (__tzfile_read): Help the compiler recognize
5031         unreachable code on 32-bit machines.
5033 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
5035         [BZ #5184]
5036         * time/strftime_l.c: Include stdbool.h.
5037         (my_strftime): New wrapper, old function renamed to...
5038         (__strftime_internal): ... new function.  Add tzset_called
5039         argument, pass it down to recursive calls, don't call tzset ()
5040         if already true, set to true after call to tzset ().
5042 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
5044         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
5045         into account when copying TZ string.
5047 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
5049         * time/tzfile.c (__tzfile_compute): For use_last case set i to
5050         num_transition rather than num_transitions - 1.
5052 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
5054         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
5055         PIC indirect jump.
5057         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
5058         a local label rather than HIDDEN_JUMPTARGET.
5060 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
5062         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
5063         (init_cacheinfo): Initialize it.
5064         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
5065         Always define bzero.
5066         Remove non-glibc code.
5067         * sysdeps/x86_64/bzero.S: Make an empty file.
5069 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5071         * sysdeps/x86_64/cacheinfo.c
5072         (__x86_64_preferred_memory_instruction): New.
5073         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5075         * sysdeps/x86_64/memset.S: Rewrite.
5077 2007-10-15  Roland McGrath  <roland@redhat.com>
5079         * po/libc.pot: Regenerated.
5081 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
5083         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
5084         pointers.
5086         [BZ #3425]
5087         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
5088         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
5089         address record to T_A/T_AAAA requests.
5091 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5093         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
5095         * posix/glob.c: Add some branch prediction throughout.
5097         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
5098         read from nscd.
5100         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
5101         service_order.
5102         (rfc3484_sort): Make sure that even if qsort doesn't support
5103         stable sorting out sorting here is stable by comparing service_order.
5104         (getaddrinfo): Initialize service_order.
5105         * posix/tst-rfc3484.c (do_test): Adjust for addition of
5106         service_order field to sorting structure.
5107         * posix/tst-rfc3484-2.c (do_test): Likewise.
5109         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
5110         * time/tzset.c (tzset_internal): Break TZ string parsing out into
5111         __tzset_parse_tz and updating of daylight, timezone, tzname into
5112         update_vars.
5113         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
5114         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
5115         happens in __tz_compute.
5116         * time/tzfile.c (__tzfile_read): Also read TZ string.
5117         (find_transition): Fold into __tzfile_compute.
5118         (__tzfile_compute): For times beyond the last transition try to
5119         use the TZ string.
5120         * timezone/tst-timezone.c: Information in daylight and tzname does
5121         change for Asia/Tokyo timezone with more concrete information.
5122         Remove the test.
5124         * include/stdio.h: Add libc_hidden_proto for ftello.
5125         * libio/ftello.c: Add libc_hidden_def.
5127         [BZ #1140]
5128         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
5129         on the specified time and not the last entries in the file.  Move
5130         code to determine tzname[] to...
5131         (find_transition): ...here.  Add ugly guess for times before the
5132         first transition.
5134 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
5136         [BZ #3195]
5137         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
5138         no entry.
5139         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
5140         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
5141         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
5142         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
5144         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
5145         read mechanism when there are no group members and avoid no-op
5146         read syscall in this case.
5148         [BZ #3242]
5149         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
5150         (__readall): If reading failed due to EAGAIN error wait a bit
5151         and possibly try again.
5152         (__readvall): Likewise.
5154 2007-10-13  Bruno Haible  <bruno@clisp.org>
5156         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
5157         when we cannot recode the message.
5159 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
5161         [BZ #4359]
5162         * libio/__freading.c (__freading): Don't return true for
5163         write-only streams.  For read/write streams, check whether we
5164         performed a read operation already.
5165         * libio/Makefile (tests): Add tst-ext2.
5166         * libio/tst-ext2.c: New file.
5168 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
5170         * locale/programs/repertoire.c (repertoire_read): Always free
5171         memory for repertoire file name [Coverity CID 270].
5173         * elf/cache.c (save_aux_cache): Free memory allocated for
5174         temporary file name [Coverity CID 267].
5176 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
5178         * misc/Makefile (headers): Add bits/error.h.
5180 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
5182         * posix/fnmatch_loop.c: Take rule index returned as part of
5183         findidx return value into account when accessing weights.
5184         * posix/regcomp.c: Likewise.
5185         * posix/regexec.c: Likewise.
5187         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
5188         (skip_to): Fix problems with parameter of elifdef/elifndef.
5190 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
5192         * iconv/gconv_simple.c: Add some branch prediction.
5194 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
5196         * locale/programs/ld-collate.c (collate_read): If ignore_content
5197         and nowtok is tok_define, eat any tok_eol tokens.
5199 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
5201         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
5202         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
5204         * inet/netinet/in.h: Don't include bits/socket.h.
5205         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
5206         macro.
5207         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
5209 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
5211         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
5212         and tok_elifndef.
5213         * locale/programs/locfile-kw.gperf: Likewise.
5214         * locale/programs/ld-collate.c: Implement primitive preprocessor.
5216 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
5218         * stdio-common/printf-parse.h: Include string.h and wchar.h.
5219         (__find_specwc): Change into __extern_always_inline function.
5220         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
5221         (__parse_one_specmb): Remove ps argument.
5222         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
5223         Adjust __find_specmb and __parse_one_specmb callers.
5224         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
5225         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
5226         Removed.
5227         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
5228         caller.
5230 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
5232         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
5233         with some Pentium Ds.
5235 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
5237         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
5238         __read not read.
5239         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
5240         __write not write.
5242 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5244         [BZ #181]
5245         * locale/C-time.c: Set week_1stday data to 19971201.
5246         * locale/programs/ld-time.c (time_finish): Default for
5247         first_workday is Monday.
5249         [BZ #2633]
5250         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
5252         [BZ #5103]
5253         * posix/glob.c (glob): Recognize patterns starting \/.
5254         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
5255         (main): Add test for pattern starting \/.
5257         * misc/error.h: Use __const instead of const.
5258         * misc/bits/error.h: Likewise.
5260 2007-10-07  Andreas Jaeger  <aj@suse.de>
5262         * include/bits/error.h: New file.
5264         * misc/bits/error.h (error_at_line): Fix prototype.
5266 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
5268         [BZ #3924]
5269         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
5270         more little bugs in creating the stack frame when pltexit has to
5271         be called.
5273         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
5274         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
5276         [BZ #4407]
5277         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
5278         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
5279         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
5280         * math/libm-test.inc: Add test for this case.
5282         [BZ #5010]
5283         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
5284         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
5285         map service succeeded.
5286         (svc_is_mapped): New function.
5287         (svc_unregister): Use it before trying to unmap service.
5289 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
5291         * timezone/zic.c: Update from tzcode2007h.
5293         [BZ #5063]
5294         * timezone/africa: Update from tzdata2007h.
5295         * timezone/antarctica: Likewise.
5296         * timezone/asia: Likewise.
5297         * timezone/australasia: Likewise.
5298         * timezone/europe: Likewise.
5299         * timezone/leapseconds: Likewise.
5300         * timezone/northamerica: Likewise.
5301         * timezone/southamerica: Likewise.
5302         * timzeone/zone.tab: Likewise.
5304         [BZ #5104]
5305         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
5307         [BZ #5113]
5308         * string/bits/string2.h (__strdup): Cast parameters to calloc to
5309         avoid warning with -Wconversion.
5310         (__strndup): Likewise.
5311         Half the patch by Christian Iseli <christian.iseli@licr.org>.
5313         [BZ #5112]
5314         * nscd/connections.c (restart): Don't resync if database is
5315         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
5317         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
5318         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
5320         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
5321         evetnfd_read, eventfd_write.
5322         * sysdeps/unix/sysv/linux/eventfd.c: New file.
5323         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
5324         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
5325         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
5326         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
5327         eventfd_write for GLIBC_2.7.
5329         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
5330         * sysdeps/unix/sysv/linux/signalfd.c: New file.
5331         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
5332         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
5334 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
5336         * stdlib/msort.c: Include stdint.h.
5337         (struct msort_param): New type.
5338         (msort_with_tmp): Use struct msort_param pointer for unchanging
5339         parameters.  Add optimized handling for several common sizes
5340         and indirect sorting mode.
5341         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
5342         sorting.
5343         Suggested by Belazougui Djamel .
5345         * stdlib/Makefile (tests): Add tst-qsort2.
5346         * stdlib/tst-qsort2.c: New test.
5348 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
5350         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
5351         for dup2 in case another thread races with the current one.  Retry
5352         in this case.
5354         * misc/error.h: Remove support for use outside of libc.  We have to
5355         include <features.h> now.  Include <bits/error.h> if possible.
5356         * misc/bits/error.h: New file.
5358 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
5360         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
5361         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
5362         __extern_always_inline functions unconditionally, drop macros.
5364         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
5365         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
5366         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
5368         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
5369         add __artificial__ attribute.
5371 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
5373         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
5374         backward to forward direction.
5376         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
5378         [BZ #645]
5379         * locale/programs/ld-collate.c (collate_finish): Compare against last
5380         used section which is known to have rules defined.
5381         (collate_read): After order_start, correctly record order of sections
5382         and queue sections up.
5384 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
5386         [BZ #5071]
5387         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
5388         the same number of pages.
5389         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
5391         * locale/programs/ld-collate.c (collate_read): After initial copy
5392         statement, continue in state 0.
5394         * include/stdio_ext.h (__fsetlocking): Define as macro.
5396 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
5398         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
5399         of section order.
5401         * po/pt_BR.po: Fix typo.
5403 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
5405         * iconvdata/Makefile (modules): Add ISO8859-9E.
5406         (distribute): Add iso8859-9e.c.
5407         (gen-8bit-gap-modules): Add iso8859-9e.
5408         * iconvdata/iso8859-9e.c: New file.
5409         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
5410         * iconvdata/TESTS: Likewise.
5411         * iconvdata/tst-tables.sh: Likewise.
5413         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5415         * locale/iso-639.def: Add several new entries.
5417 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5419         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
5420         void * pointers instead of struct link_map **.
5421         (_dl_scope_free): Change argument type to void *.
5422         * include/link.h (struct link_map): Change type of l_reldeps
5423         to struct link_map_reldeps, move l_reldepsact into that
5424         struct too.
5425         * elf/dl-deps.c: Include atomic.h.
5426         (_dl_map_object_deps): Only change l->l_initfini when it is
5427         fully populated, use _dl_scope_free for freeing it.  Optimize
5428         removal of libs from reldeps by using l_reserved flag, when
5429         some removal is needed, allocate a new list instead of
5430         reallocating and free the old with _dl_scope_free.  Adjust
5431         for l_reldeps and l_reldepsact changes.
5432         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
5433         searching in l_initfini and l_reldeps without holding dl_load_lock.
5434         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
5435         l_reldepsact changes.
5436         * elf/dl-close.c (_dl_close_worker): Likewise.
5437         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
5439 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
5441         * iconvdata/Makefile (modules): Add KOI8-RU.
5442         (distribute): Add koi8-ru.c.
5443         (gen-8bit-gap-modules): Add koi8-ru.
5444         * iconvdata/koi8-ru.c: New file.
5445         * iconvdata/gconv-modules: Add entries for KOI8-RU.
5446         * iconvdata/TESTS: Likewise.
5447         * iconvdata/tst-tables.sh: Likewise.
5449         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5451 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
5453         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
5454         with __warning__/__error__ attributes.
5455         (__warnattr): Define.
5456         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
5457         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
5458         __warnattr.
5459         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
5460         of __*_chk if compile time detectable overflow is found.
5461         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
5462         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
5463         with __warnattr.
5464         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
5465         instead of __*_chk if compile time detectable overflow is found.
5466         (__gets_alias): Rename to...
5467         (__gets_warn): ... this.  Add __warnattr.
5468         (gets): Call __gets_warn instead of __gets_alias.
5469         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
5470         aliases with __warnattr.
5471         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
5472         time detectable overflow is found.
5473         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
5474         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
5475         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
5476         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
5477         __getdomainname_chk_warn): New aliases with __warnattr.
5478         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
5479         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
5480         __*_chk_warn instead of __*_chk if compile time detectable overflow
5481         is found.
5482         (__getgroups_chk): Rename argument to __listlen from listlen.
5483         (__getwd_alias): Rename to...
5484         (__getwd_warn): ... this.  Add __warnattr.
5485         (getwd): Call __getwd_warn instead of __getwd_alias.
5486         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
5487         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
5488         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
5489         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
5490         __wcsnrtombs_chk_warn): New aliases with __warnattr.
5491         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
5492         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
5493         compile time detectable overflow is found.
5494         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
5495         to use __*_chk or not.
5496         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
5497         in comparisons which function should be called and in __*_chk*
5498         arguments.  Call __*_chk_warn instead of __*_chk if compile time
5499         detectable overflow is found.
5500         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
5501         __*_chk argument.
5502         * debug/tst-chk1.c (do_test): Add a few more tests.
5504 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
5506         [BZ #5058]
5507         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
5508         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
5509         (_nl_unload_domain): Finalize conversions_lock.
5510         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
5511         handling table of known conversions.
5513 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5515         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
5516         close_not_cancel_no_status instead of close.
5518 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
5520         [BZ #5028]
5521         * posix/regcomp.c (lookup_collation_sequence_value): Check that
5522         nrules != 0 for multibyte chars.
5524 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
5526         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5527         Provide better error message in case the type is unknown.
5529         [BZ #4963]
5530         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5531         * string/stratcliff.c: Make usable to test wide char functions.
5532         * wcsmbs/wcsatcliff.c: New file.
5533         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5535         [BZ #4972]
5536         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5537         (distribute): Add mac-centraleurope.c.
5538         (gen-8bit-gap-modules): Add mac-centraleurope.
5539         * iconvdata/mac-centraleurope.c: New file.
5540         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5541         * iconvdata/TESTS: Likewise.
5542         * iconvdata/tst-tables.sh: Likewise.
5544         [BZ #5043]
5545         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5547 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5549         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5550         from __x86_64_core_cache_size_half.
5551         (init_cacheinfo): Compute shared cache size for AMD processors with
5552         shared L3 correctly.
5553         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5554         name change.
5555         Patch in large parts by Evandro Menezes.
5557 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5559         * elf/dl-lookup.c (add_dependency): Handle failing memory
5560         allocation for dependency list.  Remove unnecessary check.
5562         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5563         open/close when determining source addresses.
5565         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5566         sha512-crypt, and sha512.
5567         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5568         (distribute): Add sha256.h and sha512.h.
5569         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5570         and call the appropriate code.
5571         * crypt/sha256-crypt.c: New file.
5572         * crypt/sha256.c: New file.
5573         * crypt/sha256.h: New file.
5574         * crypt/sha256c-test.c: New file.
5575         * crypt/sha256test.c: New file.
5576         * crypt/sha512-crypt.c: New file.
5577         * crypt/sha512.c: New file.
5578         * crypt/sha512.h: New file.
5579         * crypt/sha512c-test.c: New file.
5580         * crypt/sha512test.c: New file.
5582 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5584         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5585         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5586         __syslog_chk.
5588 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5590         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5591         %as in fscanf format strings.
5593         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5594         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5595         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5596         Likewise.
5597         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5598         Likewise.
5600         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5601         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5602         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5603         * elf/dl-sym.c (do_sym): Likewise.
5604         * include/link.h (struct link_map): Add l_serial field.
5605         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5606         * elf/dl-lookup.c (add_dependency): Add flags argument.
5607         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5608         flags, use THREAD_GSCOPE_RESET_FLAG before and
5609         THREAD_GSCOPE_SET_FLAG after
5610         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5611         Don't dereference map until it has been found on some list.
5612         If map->l_serial changed, return -1.
5614 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5616         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5617         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5618         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5619         libc_hidden_proto.
5620         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5621         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5622         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5623         add libc_hidden_proto.
5624         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5625         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5626         conformance requested.
5627         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5628         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5629         conformance requested.
5630         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5631         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5632         conformance requested.
5633         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5634         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5635         ISO C99 or POSIX conformance requested.
5636         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5637         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5638         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5639         and __isoc99_vsscanf@@GLIBC_2.7.
5640         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5641         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5642         (tests): Add scanf14.
5643         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5644         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5645         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5646         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5647         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5648         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5649         from using internal headers.
5650         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5651         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5652         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5653         and __isoc99_vswscanf@@GLIBC_2.7.
5654         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5655         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5656         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5657         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5658         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5659         * stdio-common/isoc99_scanf.c: New file.
5660         * stdio-common/isoc99_vsscanf.c: New file.
5661         * stdio-common/isoc99_vscanf.c: New file.
5662         * stdio-common/isoc99_vfscanf.c: New file.
5663         * stdio-common/isoc99_fscanf.c: New file.
5664         * stdio-common/isoc99_sscanf.c: New file.
5665         * wcsmbs/isoc99_fwscanf.c: New file.
5666         * wcsmbs/isoc99_vswscanf.c: New file.
5667         * wcsmbs/isoc99_swscanf.c: New file.
5668         * wcsmbs/isoc99_wscanf.c: New file.
5669         * wcsmbs/isoc99_vwscanf.c: New file.
5670         * wcsmbs/isoc99_vfwscanf.c: New file.
5671         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5672         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5673         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5674         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5675         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5676         * stdio-common/scanf14.c: New test.
5677         * stdio-common/scanf15.c: New test.
5678         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5679         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5680         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5681         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5682         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5683         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5684         __nldbl___isoc99_scanf@@GLIBC_2.7,
5685         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5686         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5687         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5688         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5689         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5690         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5691         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5692         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5693         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5694         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5695         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5696         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5697         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5698         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5699         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5700         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5701         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5702         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5703         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5704         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5705         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5706         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5707         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5708         functions.
5709         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5710         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5711         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5712         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5713         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5714         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5715         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5716         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5717         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5718         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5719         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5720         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5722         * stdio-common/Makefile (tests): Add scanf13.
5723         (scanf13-ENV): New.
5724         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5725         m modifier followed by l.
5726         (STRING_ARG): Add width argument.
5727         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5728         <case L_('C')>: Handle %mlc and %mC.
5729         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5730         arguments.
5731         * stdio-common/scanf13.c: New test.
5733         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5734         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5736 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5738         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5739         type and __THROW marker of splice, vmsplice, and tee.
5740         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5741         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5742         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5743         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5744         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5745         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5746         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5747         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5748         as cancellation points.
5750 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5752         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5753         parse more than three parts of the version number.
5755 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5757         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5758         modifier.  Patch by Jakub Jelinek.
5760 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5762         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5763         call_fallocate in misc subdir.
5764         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5765         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5766         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5767         instead of __fallocate64.
5768         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5770 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5772         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5773         * rt/Makefile (headers): Add bits/mqueue2.h.
5774         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5775         optimizing with GCC and __va_arg_pack_len is defined.
5776         * rt/bits/mqueue2.h: New file.
5777         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5778         (mq_open): New strong_alias.
5779         (__mq_open_2): New function.
5780         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5781         (mq_open): New strong_alias.
5782         (__mq_open_2): New function.
5783         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5784         * Versions.def (librt): Add GLIBC_2.7 version.
5785         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5786         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5788         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5789         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5790         is defined rather than when not C++.
5791         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5792         __openat64_alias): New redirects.
5793         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5794         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5795         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5796         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5797         functions instead of function-like macros.
5799 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5801         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5802         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5803         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5805 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5807         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5808         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5810 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5812         * inet/tst-network.c: Increment ERRORS for failing tests.
5814 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5816         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5817         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5818         implement as __extern_always_inline function.
5819         (vsyslog): Define as __extern_always_inline function unconditionally.
5820         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5821         When __va_arg_pack is defined, implement as __extern_always_inline
5822         functions.
5823         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5824         __extern_always_inline functions unconditionally.
5825         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5826         bits/stdio2.h will be included.
5827         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5828         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5829         implement as __extern_always_inline functions.
5830         (vswprintf, vwprintf, vfwprintf): Define as
5831         __extern_always_inline functions unconditionally.
5832         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5834 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5836         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5837         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5838         attribute.
5839         * include/features.h (__USE_EXTERN_INLINES): Define only when
5840         __extern_inline is defined.
5841         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5842         is defined instead of when not __cplusplus.
5843         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5844         is defined instead of when not __cplusplus.
5845         * socket/sys/socket.h: Include bits/socket2.h when
5846         __extern_always_inline is defined instead of when not __cplusplus.
5847         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5848         is defined instead of when not __cplusplus.
5849         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5850         is defined instead of when not __cplusplus.
5851         * string/string.h: Include bits/string3.h when __extern_always_inline
5852         is defined instead of when not __cplusplus.
5853         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5854         is defined instead of when not __cplusplus.
5855         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5856         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5857         is not defined.
5858         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5859         defined __extern_always_inline instead of !defined __cplusplus.
5860         * libio/bits/stdio-ldbl.h: Likewise.
5861         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5862         * misc/bits/syslog.h (syslog): Don't define for C++.
5863         (vsyslog): Use __extern_always_inline function for C++ instead of
5864         a macro.
5865         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5866         whenever that macro is defined.
5867         (vprintf): Don't provide the inline for C++.
5868         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5869         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5870         define the macros for C++.
5871         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5872         __extern_always_inline functions for C++.
5873         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5874         stat64, lstat64, fstat64, fstatat64): Don't define if not
5875         __USE_EXTERN_INLINES.
5876         * wcsmbs/bits/wchar2.h: Fix #error message.
5877         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5878         (vswprintf, vwprintf, vfwprintf): Define using
5879         __extern_always_inline functions for C++.
5880         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5881         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5882         strncpy, strcat, strncat): Define as __extern_always_inline
5883         functions instead of macros for C++.
5884         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5885         defined __extern_inline.
5886         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5887         to __extern_inline whenever that macro is defined.
5888         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5889         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5890         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5891         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5892         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5893         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5894         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5895         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5896         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5897         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5898         prototypes.  Only provide __extern_inline routines if
5899         __USE_EXTERN_INLINES.
5900         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5901         tests.
5902         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5903         For now avoid some *printf tests in C++.  Skip all testing
5904         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5905         is not.
5906         * debug/tst-chk4.cc: New file.
5907         * debug/tst-chk5.cc: New file.
5908         * debug/tst-chk6.cc: New file.
5909         * debug/tst-lfschk4.cc: New file.
5910         * debug/tst-lfschk5.cc: New file.
5911         * debug/tst-lfschk6.cc: New file.
5912         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5913         prototypes in C++.
5914         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5915         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5916         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5918 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5920         * po/cs.po: Update from translation team.
5922 2007-09-11  Roland McGrath  <roland@redhat.com>
5924         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5925         compiling.
5927 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5929         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5931 2007-09-05  Roland McGrath  <roland@redhat.com>
5933         * manual/signal.texi (Signaling Another Process): Typo fix.
5934         From Karl Berry <karl@freefriends.org>.
5936 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5938         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5939         zero if not defined.
5940         (make_request): Recognize optimistic addresses and treat them like
5941         deprecated addresses.
5942         Reported by Neil Horman <nhorman@redhat.com>.
5944 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5946         * nscd/connections.c (send_ro_fd): Also transfer file size.
5947         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5948         file size don't call fstat.
5950         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5951         ahead and map the file.  This should always be correct and we can
5952         catch problems later.
5954 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5956         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5957         prototypes.
5958         (__fread_alias, __fread_unlocked_alias): New aliases.
5959         (fread): New extern inline.
5960         (fread_unlocked): Likewise.  Undef macro before definition of
5961         the inline function.
5962         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5963         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5964         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5965         and __fread_unlocked_chk@@GLIBC_2.7.
5966         * debug/fread_chk.c: New file.
5967         * debug/fread_u_chk.c: New file.
5968         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5970 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5972         * sysdeps/unix/sysv/linux/syscalls.list
5973         (personality): Change caller to EXTRA.
5975 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5977         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5978         to keep gcc quiet.
5979         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5981         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5982         NDEBUG is defined.
5984         * Makerules: Use -p option with mkdir.
5986         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5987         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5988         (_xdr_directory_obj): Likewise.
5989         (xdr_entry_obj): Likewise.
5990         (xdr_group_obj): Likewise.
5991         (xdr_link_obj): Likewise.
5992         (xdr_table_obj): Likewise.
5993         (_xdr_nis_result): Likewise.
5994         (_xdr_ns_request): Likewise.
5995         (_xdr_ib_request): Likewise.
5996         (_xdr_nis_taglist): Likewise.
5997         (xdr_cback_data): Likewise.
5998         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5999         (xdr_ypresp_maplist): Likewise.
6001         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
6003         * posix/regex_internal.h: Prevent some declarations and definitions
6004         to be seen when used in tests.
6006         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
6007         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
6009         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
6011         * config.make.in (datarootdir): Add to shut up configure.
6013         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
6014         associativity for fully-associative caches.
6016         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
6017         requests.  Fill on more associativity values for L2.
6018         Patch mostly by Evandro Menezes.
6020 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
6022         * sysdeps/unix/sysv/linux/x86_64/init-first.c
6023         (_libc_vdso_platform_setup): Avoid using exported variable by using
6024         alias.
6026         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
6028         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
6029         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
6030         defined.
6032 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
6034         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
6035         align stack for call if pltexit is to be used.
6037         [BZ #3924]
6038         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
6039         align for function call in case pltexit has to be called later.
6041         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
6042         implicit atomic operation when storing function pointer.
6043         (_dl_runtime_profile): Likewise.
6045 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
6047         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
6048         NIS_NOTFOUND.
6050 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
6052         [BZ #4566]
6053         * string/strtok.c: Fix typo in comment.
6055         [BZ #4582]
6056         * debug/segfault.c: Fix typos in comments.
6058         [BZ #4588]
6059         * stdio-common/tempnam.c: Fix comment, it is not checked that
6060         TMPDIR points to a writable directory.
6062         [BZ #4726]
6063         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
6064         memory allocated for the name server address.
6066         [BZ #4946]
6067         * nscd/connections.c (handle_request): Using sendfile always
6068         requires that mmap is used for the database.
6069         Patch by Petr Baudis <pasky@suse.cz>.
6071         [BZ #4905]
6072         * nscd/hstcache.c (cache_addhst): When reloading an entry which
6073         suddenly has two or more addresses, ignore it and remove the old
6074         entry.
6076         [BZ #4814]
6077         * resolv/res_hconf.c: Prepare for compiling outside libc.
6078         * nscd/res_hconf.c: New file.
6079         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
6080         the new file.
6081         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
6082         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
6084         * nscd/hstcache.c (cache_addhst): Minimal optimization.
6086         [BZ #4925]
6087         * debug/pcprofiledump.c: Turn on internationalization by calling
6088         setlocale.  Patch mostly by Benno Schulenberg.
6090         [BZ #4936]
6091         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
6092         the state.
6093         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
6094         * iconvdata/bug-iconv5.c: New file.
6096 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
6098         [BZ #4896]
6099         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
6100         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
6101         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
6102         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
6103         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
6104         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
6105         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
6106         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
6108 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
6110         [BZ #4937]
6111         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
6112         lookup loop.  Suggested by John Reiser.
6114 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
6116         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
6118 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
6120         * csu/libc-start.c: Don't handle VDSO_SETUP here.
6121         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
6122         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
6123         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
6124         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
6125         to...
6126         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
6128 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
6130         * po/nl.po: Update from translation team.
6132 2007-08-16  Andreas Jaeger  <aj@suse.de>
6134         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
6135         Reported by Peter Festner <peter.festner@ewetel.net>.
6137 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
6139         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
6141 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
6143         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
6144         to check for undefined symbols.
6146         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
6147         If the syscall fails, set errno to the actual returned error number
6148         rather than EINVAL.
6149         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
6150         arguments are incorrect, set errno to EINVAL, if the syscall
6151         fails, set errno to the actual returned error number.
6153         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
6154         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
6156         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
6157         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
6158         file.
6159         (ASI_PNF, ASI_BLK_P): Don't define.
6160         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
6161         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
6162         file.
6163         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
6164         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
6165         file.
6167 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
6169         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
6170         FE_UNDERFLOW on Niagara CPUs.
6172         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
6173         exceptions.
6175 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
6177         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
6178         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
6179         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
6180         flush should be used or not inside of the function.
6181         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
6183         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
6184         __thread_start): Use HIDDEN_JUMPTARGET.
6185         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
6186         __thread_start): Likewise.
6187         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
6189         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
6190         Add libc_hidden_proto.
6191         (STRTOF): Add libc_hidden_proto.
6192         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
6193         (strtold_l, wcstold_l): Use them as second argument for
6194         long_double_symbol.
6196 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
6198         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
6200 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6202         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
6204 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
6206         * po/bg.po: New file.  From the translation team.
6208 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
6210         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
6211         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
6212         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
6213         when each feature was introduced.
6215         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
6216         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
6217         (CHECK_HASH): New macro.
6218         (PREPARE_VERSION): Use it.
6220         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
6221         prototype if not __ASSUME_PSELECT.
6222         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
6223         prototype if not __ASSUME_PPOLL.
6225         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
6227         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
6228         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
6229         is defined.
6231 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
6233         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
6234         (_libc_vdso_platform_setup): If vDSO is not available point
6235         __vdso_gettimeofday to the vsyscall.
6236         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
6237         __vdso_gettimeofday instead of vsyscall.
6239 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
6241         * nscd/servicescache.c: Include kernel-features.h.
6242         * nscd/gai.c: Likewise.
6243         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
6244         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
6245         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
6246         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6247         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6248         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
6249         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6250         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
6251         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6253 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
6255         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
6256         and _dl_get_origin defines anymore.
6258         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
6259         Build fix for systems which might lack POSIX timer support.
6261         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
6262         (_libc_vdso_platform_setup): Mangle function pointers before storing
6263         them.
6264         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
6265         Demangle vdso pointer before use.
6266         (INTERNAL_VSYSCALL): Likewise.
6268         * elf/cache.c (primes): Mark as const.
6269         Noted by Roland McGrath.
6271 2007-08-01  Andreas Jaeger  <aj@suse.de>
6272             Jakub Jelinek  <jakub@redhat.com>
6274         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
6275         (options): Add option.
6276         (parse_opt): Handle option.
6277         (manual_link): Adjust process_file caller.  Call implicit_soname.
6278         (search_dir): Formatting.  Use and populate auxiliary cache.
6279         (main): Load and save auxiliary cache.
6280         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
6281         stat64 from fstat64 to caller.
6282         (implicit_soname): New function.
6283         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
6284         leave *soname as NULL.
6285         * elf/cache.c: Include libgen.h.
6286         (print_entry, print_cache, compare, save_cache, add_to_cache):
6287         Formatting and cleanups.
6288         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
6289         aux_cache_file): New structures.
6290         (AUX_CACHEMAGIC): Define.
6291         (primes): New array.
6292         (aux_hash_size, aux_hash): New variables.
6293         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
6294         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
6295         load_aux_cache, save_aux_cache): New functions.
6296         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
6297         (init_aux_cache, search_aux_cache, add_to_aux_cache,
6298         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
6299         (process_file): Adjust prototype.
6301 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
6303         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
6304         with __need_size_t.
6306 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
6308         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
6309         r_found_version structure as second parameter.
6310         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
6311         (_dl_vdso_vsym): Change type of second parameter accordingly.
6312         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
6313         (_libc_vdso_platform_setup): Adjust.
6314         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6315         (_libc_vdso_platform_setup): Likewise.
6317         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
6318         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
6319         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
6320         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
6321         * csu/libc-start.c: Pretty printing.
6322         Use VDSO_SETUP if defined.
6323         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
6324         and let generic code call into _libc_vdso_platform_setup.
6325         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
6326         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
6327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
6328         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
6329         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
6330         for GLIBC_PRIVATE.
6331         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
6332         (sysdep_rountines): Add dl-vdso.
6334         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
6335         of routines.
6337         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
6338         attribute_hidden to __vdso_gettimeofday prototype.
6340 2007-08-12  Roland McGrath  <roland@redhat.com>
6342         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
6343         From: Karl Berry <karl@freefriends.org>.
6345 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
6347         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
6348         an atime update for the files we read.
6350 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6352         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
6354         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
6355         instead of mkstemp.
6357         * misc/Makefile (routines): Add mkostemp and mkostemp64.
6358         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
6359         * misc/mkostemp.c: New file.
6360         * misc/mkostemp64.c: New file.
6361         * stdlib/stdlib.h: Declare the new functions.
6362         * sysdeps/posix/tempname.c: Add new parameter which is added to
6363         the flags for open.  Remove __GT_BIGFILE handling.
6364         * stdio-common/tempname.c: Likewise.
6365         * include/stdio.h: Adjust __gen_tempname prototype.
6366         Renumber __GT_* constants.
6367         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
6368         * misc/mkdtemp.c: Likewise.
6369         * misc/mkstemp.c: Likewise.
6370         * misc/mkstemp64.c: Likewise.
6371         * misc/mktemp.c: Likewise.
6372         * stdio-common/tempnam.c: Likewise.
6373         * stdio-common/tmpfile.c: Likewise.
6374         * stdio-common/tmpfile64.c: Likewise.
6375         * stdio-common/tmpnam.c: Likewise.
6376         * stdio-common/tmpnam_r.c: Likewise.
6378 2007-08-10  Roland McGrath  <roland@frob.com>
6380         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
6381         New macros.
6382         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
6383         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6385 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6387         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
6388         possible.
6389         * nss/nss_files/files-alias.c (internal_setent): Likewise.
6390         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
6391         * nss/nss_files/files-have_o_cloexec.c: New file.
6393         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
6394         available.
6396 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
6398         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
6399         ___new_wcstold_l): New weak aliases.
6400         (strtold_l, wcstold_l): Use them as second argument for
6401         long_double_symbol.
6403 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
6405         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
6406         register in test for error.
6408         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
6409         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
6411         * po/sv.po: Update from translation team.
6413 2007-08-06  Roland McGrath  <roland@redhat.com>
6415         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
6416         Remove __strto*_l inlines.
6417         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
6418         * stdlib/strtod.c: Add libc_hidden_def.
6419         * stdlib/strtod_l.c: Likewise.
6420         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
6421         for __new_strtold and __new_wcstold.
6422         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
6423         __STRTOF, STRTOF.
6424         * stdlib/strtol.c: Add libc_hidden_def.
6425         * stdlib/strtol_l.c: Likewise.
6426         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
6427         strtoq.
6429         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
6431         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
6432         * scripts/data/localplt-generic.data: ... here.
6433         * elf/Makefile (check-data): Get generic file if no other.
6434         ($(objpfx)check-localplt.out): Make target unconditional.
6436         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
6437         Use ElfW(Nhdr).
6439 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
6441         * po/zh_CN.po: Updated translation from translation team.
6443 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
6445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
6446         Don't use CGOTSETUP and CGOTRESTORE macros.
6448 2007-08-04  Roland McGrath  <roland@redhat.com>
6450         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
6452 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
6454         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
6455         __extension__ around the whole statement expression.
6457 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
6459         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
6460         elements during initialization.
6462         * po/pl.po: Updated translation from translation team.
6463         * po/tr.po: Likewise.
6464         * po/nl.po: Likewise.
6466 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
6468         * rt/aio.h: Add __nonnull attributes.
6470 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6472         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
6473         * stdlib/Makefile (tests): Add tst-strtod5.
6474         (tst-strtod5-ENV): New.
6475         * stdlib/tst-strtod5.c: New file.
6477         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
6478         failed.
6479         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
6480         on failure.
6482         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
6483         allocated.
6485 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6487         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
6488         numbers.
6490 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
6492         * io/Makefile (aux): Add have_o_cloexec.
6493         * include/fcntl.h: Declare __have_o_cloexec.
6494         * io/have_o_cloexec.c: New file.
6495         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
6496         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
6497         fcntl call if not necessary.
6498         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
6499         of local variable.
6501         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
6502         Avoid memset, add explicit initialization.
6503         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
6504         to the end and change into zero-sized array.
6505         Move lock member to fill a hole on 64-bit platforms.
6507         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
6508         inline functions.
6509         * include/stdlib.h: Add __strto*_internal prototypes here.
6510         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
6511         inline functions.
6512         * include/wchar.h: Add __wcsto*_internal prototypes.
6513         * sysdeps/generic/inttypes.h: No need to protect the declaration
6514         of the __strto*_internal and __wcsto*_internal members here.
6516         * rt/mqueue.h: Change const to __const and add nonnull attributes.
6518 2007-08-02  Roland McGrath  <roland@redhat.com>
6520         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
6521         $(inst_bindir)/getconf if possible.
6523         * posix/Makefile ($(objpfx)getconf.speclist): New target.
6524         (generated): Add it.
6525         ($(inst_libexecdir)/getconf): Use it.
6527 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6529         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6530         /proc is faster and sufficient.  /sys is still needed for
6531         __get_nprocs_conf.
6533 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6535         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6536         syscall as __fallocate64.
6537         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6538         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6540 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6542         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6543         value.
6545         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6546         if off_t is different rank from size_t.
6548         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6549         uw_frame_state_for): Avoid type punning warnings.
6550         * sysdeps/generic/unwind-dw2-fde-glibc.c
6551         (_Unwind_IteratePhdrCallback): Likewise.
6552         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6553         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6554         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6555         pointers.
6557 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6559         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6560         total processors using sysfs.
6561         (__get_nprocs): Use sysfs to determine which processors are online.
6563 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6565         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6566         syscall arguments count.
6568         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6570 2007-07-30  Roland McGrath  <roland@redhat.com>
6572         * manual/libc.texinfo: Update copyrights, formatting magic, and
6573         @dircategory.  From Karl Berry <karl@freefriends.org>.
6575 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6577         [BZ #4860]
6578         * io/Makefile (headers): Add bits/fcntl2.h.
6580         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6581         using gcc builtin.
6582         (__CPU_EQUAL_S): Likewise.
6584         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6585         (tests): Add tst-cpuset.
6586         * posix/sched_cpualloc.c: New file.
6587         * posix/sched_cpufree.c: New file.
6588         * posix/tst-cpuset.c: New file.
6589         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6590         GLIBC_2.7.
6591         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6592         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6593         macros.  Define CPU_*_S macros.
6595 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6597         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6598         entry.
6600         [BZ #4858]
6601         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6602         #.0g and value rounded to 1.0.
6603         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6605 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6607         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6608         for int_frac_digits and frac_digits.
6610         * login/logout.c (logout): Avoid aliasing violation.
6611         * login/logwtmp.c (logwtmp): Likewise.
6613         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6615         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6616         to avoid warning.
6617         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6618         warning.
6619         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6620         warning.
6621         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6622         to avoid warnings.
6624         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6625         void **.
6626         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6628         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6629         char * to avoid warning.
6630         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6632         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6634         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6635         allocate_arrays): Cast second argument to charmap_find_symbol
6636         to char * to avoid warnings.
6638         * locale/programs/repertoire.c (repertoire_new_char): Change
6639         from_nr, to_nr and cnt to unsigned long, adjust printf format
6640         string.
6642         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6643         Cast second argument to new_element to char * to avoid warnings.
6645         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6647         * intl/gettextP.h (struct loaded_domain): Change plural to const
6648         struct expression *.
6649         * intl/plural-eval.c (plural_eval): Change first argument to
6650         const struct expression *.
6651         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6652         argument to const struct expression **.
6653         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6654         prototypes.
6655         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6656         in call to __gettext_free_exp.
6658         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6659         unitialized wstring/wpattern var warnings.
6661         * posix/runtests.c (struct a_test): Make data field const char *.
6663         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6664         vars if not LDBL_MANT_DIG >= 106.
6666         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6668         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6669         __find_specmb to avoid warning.
6671         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6673         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6674         to avoid warnings.
6676         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6677         initializer.
6679         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6680         tv var when it will be actually used.
6682         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6683         to avoid warnings.
6685         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6686         char array resp. pointer.
6687         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6688         char array.
6689         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6690         to const unsigned char **.
6691         (ucs4_to_cns11643): Change second argument to unsigned char *.
6692         * iconvdata/euc-tw.c (BODY): Change endp type to
6693         const unsigned char *.
6694         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6695         to unsigned char *.
6696         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6697         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6698         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6699         types to unsigned char pointers/arrays instead of char.
6700         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6701         to unsigned char *.
6702         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6703         * iconvdata/jis0212.h: Include assert.h.
6704         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6705         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6706         of trying to handle that.
6707         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6708         shut up a warning.
6709         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6710         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6711         two dimensional const unsigned char arrays.
6712         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6713         Initialize endp to inptr to shut up a warning.
6715 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6717         [BZ #4772]
6718         * time/strptime_l.c (__strptime_internal): Silently ignore
6719         strftime modifiers and field width in recursive calls.
6721         * include/time.h (enum ptime_locale_status): Remove.
6722         (__strptime_internal): Remove decided and era_cnt arguments,
6723         add statep argument.
6724         * time/strptime_l.c (__strptime_internal): Remove decided
6725         and era_cnt arguments, add statep argument.  Don't recompute
6726         any fields in recursive calls, only update caller's tm
6727         and state, if recursive call fails, don't change tm nor
6728         any state.
6729         (get_alt_number): Adjust.
6730         (recursive): Adjust caller.
6731         (strptime): Likewise.
6732         * time/strptime.c (strptime): Likewise.
6734 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6736         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6737         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6738         if from and to charsets are the same.
6739         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6740         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6741         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6743 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6745         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6746         Don't define wint_t when __need_mbstate_t unless it
6747         is necessary.
6748         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6749         in the typedef if possible.
6750         * wctype/wctype.h (wint_t): Define by including
6751         wchar.h with __need_wint_t instead of including stddef.h
6752         with __need_wint_t and as fallback definining it ourselves.
6753         * iconv/gconv.h (__need_wint_t): Define before including
6754         wchar.h.
6755         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6756         or _GLIBCPP_USE_WCHAR_T.
6757         (__need_wchar_t): Don't define
6758         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6759         (__need_wint_t): Don't define before including stddef.h,
6760         define before including wchar.h only if _LIBC or
6761         _GLIBCPP_USE_WCHAR_T.
6762         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6763         * sysdeps/mach/hurd/_G_config.h: Likewise.
6764         * sysdeps/generic/_G_config.h: Likewise.
6765         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6766         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6767         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6768         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6770 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6772         * sysdeps/posix/posix_fallocate64.c: Undefine
6773         __posix_fallocate64_l64 before alias handling.
6774         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6775         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6776         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6777         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6779         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6781 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6783         * locale/programs/ld-collate.c (atwc): New variable.
6784         (add_to_tablewc): New toplevel function, moved from collate_output.
6785         (collate_output): Remove add_to_tablewc nested function.
6787         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6788         (name_insert): New function.
6789         (write_output): Remove hash_table and hash_size vars and name_insert
6790         nested function.
6792 2007-07-24  Roland McGrath  <roland@redhat.com>
6794         * Makerules (install-others-programs-nosubdir): New target.
6795         (install-no-libc.a-nosubdir): Depend on it.
6797         * iconv/Makefile (install-others-programs): Set this instead of
6798         install-others.
6799         * login/Makefile (install-others-programs): Likewise.
6800         * posix/Makefile (install-others-programs): Likewise.
6802         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6803         dependencies.
6805 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6807         * io/Makefile (tests): Add tst-posix_fallocate.
6808         * io/tst-posix_fallocate.c: New file.
6810         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6811         __ASSUME_FALLOCATE.
6813 2007-07-22  Roland McGrath  <roland@frob.com>
6815         * hurd/getdport.c: Add missing copyright year update.
6817         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6818         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6820 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6822         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6824         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6825         O_CLOEXEC is needed.
6826         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6827         Avoid additional fcntl to set O_CLOEXEC if not needed.
6828         * nis/nss_compat/compat-initgroups.c: Likewise.
6829         * nis/nss_compat/compat-pwd.c: Likewise.
6830         * nis/nss_compat/compat-spwd.c: Likewise.
6832 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6834         [BZ #3665]
6835         * manual/errno.texi: Change ECANCELED value to 119.
6837         [BZ #4610]
6838         * mach/lock-intern.h: Include <sys/cdefs.h>.
6840         [BZ #4178]
6841         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6842         reading A.
6844         [BZ #4126]
6845         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6846         to __sigsuspend.
6848         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6850 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6852         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6853         `__ASSEMBLER__'.
6854         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6856 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6858         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6859         descriptor received from nscd.
6861         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6863         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6864         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6865         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6866         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6867         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6868         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6870 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6872         [BZ #4816]
6873         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6875         [BZ #4813]
6876         * login/forkpty.c (forkpty): Close master and slave fds on
6877         fork failure.  Patch by
6878         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6880 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6882         * include/features.h (__USE_ISOC95): New define.
6883         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6884         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6885         for -std=iso9899:199409.
6886         * CONFORMANCE: Remove comments about unsupported AMD1.
6888 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6890         * sysdeps/ia64/sched_cpucount.c: New file.
6891         * sysdeps/powerpc/sched_cpucount.c: New file.
6893         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6894         __BEGIN_DECLS/__END_DECLS around the prototype.
6895         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6896         pointer to const cpu_set_t.
6898         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6899         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6900         __need_size_t and include stddef.h.
6901         * sysvipc/sys/msg.h: Likewise.
6902         * posix/sched.h: Likewise.
6903         * hurd/hurd/signal.h (__need_size_t): Define.
6905         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6906         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6907         no longer defines wint_t or wchar_t.
6909         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6910         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6911         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6912         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6913         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6914         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6915         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6916         * debug/printf_chk.c (__printf_chk): Likewise.
6917         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6918         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6920         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6921         Define.
6923         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6924         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6926 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6928         [BZ #4792]
6929         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6930         * malloc/malloc.h (realloc): Likewise.
6932         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6933         if one of proc_file_chain streams has that fileno.
6934         * stdio-common/Makefile (tests): Add tst-popen2.
6935         * stdio-common/tst-popen2.c: New test.
6937 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6939         * elf/ldconfig.c: Allow GPLv2 or any later version.
6940         * elf/readlib.c: Likewise.
6941         * elf/chroot_canon.c: Likewise.
6942         * elf/cache.c: Likewise.
6943         * nscd/mem.c: Likewise.
6944         * nscd/getpwuid_r.c: Likewise.
6945         * nscd/grpcache.c: Likewise.
6946         * nscd/aicache.c: Likewise.
6947         * nscd/getsrvbynm_r.c: Likewise.
6948         * nscd/nscd.c: Likewise.
6949         * nscd/servicescache.c: Likewise.
6950         * nscd/getsrvbypt_r.c: Likewise.
6951         * nscd/initgrcache.c: Likewise.
6952         * nscd/gethstbyad_r.c: Likewise.
6953         * nscd/gethstbynm2_r.c: Likewise.
6954         * nscd/getgrnam_r.c: Likewise.
6955         * nscd/nscd_setup_thread.c: Likewise.
6956         * nscd/getpwnam_r.c: Likewise.
6957         * nscd/gai.c: Likewise.
6958         * nscd/connections.c: Likewise.
6959         * nscd/dbg_log.c: Likewise.
6960         * nscd/cache.c: Likewise.
6961         * nscd/hstcache.c: Likewise.
6962         * nscd/nscd_conf.c: Likewise.
6963         * nscd/getgrgid_r.c: Likewise.
6964         * nscd/pwdcache.c: Likewise.
6965         * catgets/gencat.c: Likewise.
6966         * locale/programs/linereader.h: Likewise.
6967         * locale/programs/locarchive.c: Likewise.
6968         * locale/programs/ld-paper.c: Likewise.
6969         * locale/programs/locfile-kw.h: Likewise.
6970         * locale/programs/ld-address.c: Likewise.
6971         * locale/programs/xmalloc.c: Likewise.
6972         * locale/programs/ld-time.c: Likewise.
6973         * locale/programs/localedef.c: Likewise.
6974         * locale/programs/simple-hash.c: Likewise.
6975         * locale/programs/xstrdup.c: Likewise.
6976         * locale/programs/ld-numeric.c: Likewise.
6977         * locale/programs/locfile-kw.gperf: Likewise.
6978         * locale/programs/ld-collate.c: Likewise.
6979         * locale/programs/charmap-kw.gperf: Likewise.
6980         * locale/programs/charmap.h: Likewise.
6981         * locale/programs/charmap-kw.h: Likewise.
6982         * locale/programs/config.h: Likewise.
6983         * locale/programs/locfile.c: Likewise.
6984         * locale/programs/ld-ctype.c: Likewise.
6985         * locale/programs/charmap.c: Likewise.
6986         * locale/programs/ld-messages.c: Likewise.
6987         * locale/programs/repertoire.h: Likewise.
6988         * locale/programs/locale.c: Likewise.
6989         * locale/programs/ld-name.c: Likewise.
6990         * locale/programs/linereader.c: Likewise.
6991         * locale/programs/locfile.h: Likewise.
6992         * locale/programs/3level.h: Likewise.
6993         * locale/programs/ld-monetary.c: Likewise.
6994         * locale/programs/ld-measurement.c: Likewise.
6995         * locale/programs/charmap-dir.c: Likewise.
6996         * locale/programs/ld-identification.c: Likewise.
6997         * locale/programs/localedef.h: Likewise.
6998         * locale/programs/charmap-dir.h: Likewise.
6999         * locale/programs/repertoire.c: Likewise.
7000         * locale/programs/simple-hash.h: Likewise.
7001         * locale/programs/ld-telephone.c: Likewise.
7002         * locale/programs/locale-spec.c: Likewise.
7003         * locale/programs/locfile-token.h: Likewise.
7004         * posix/getconf.c: Likewise.
7005         * iconv/dummy-repertoire.c: Likewise.
7006         * iconv/iconv_charmap.c: Likewise.
7007         * iconv/iconvconfig.c: Likewise.
7008         * iconv/iconv_prog.c: Likewise.
7009         * malloc/memusagestat.c: Likewise.
7010         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
7012 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7014         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
7015         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
7016         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
7017         check for the first argument.
7019 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
7021         [BZ #4775]
7022         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
7023         (__tgmath_real_type): Fix if expr is const int or other const
7024         qualified integral type.
7025         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
7026         expressions and handle const qualified arguments.
7027         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
7028         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
7029         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
7030         statement expressions.
7031         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
7032         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
7033         (__TGMATH_UNARY_IMAG): Define.
7034         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
7035         * math/Makefile (tests): Add test-tgmath2.
7036         (CFLAGS-test-tgmath2.c): Add.
7037         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
7038         count_cfloat, count_cldouble): New variables.
7039         (NCCALLS): Define.
7040         (main): Check number of complex calls as well.
7041         (F(compile_test)): Add complex tests and tests with const qualified
7042         arguments.
7043         (y, z, ccount): Define.
7044         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
7045         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
7046         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
7047         F(cproj)): New functions.
7048         * math/test-tgmath2.c: New test.
7050 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
7052         [BZ #4776]
7053         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
7054         RPATH etc. as "/" rather than "", don't segfault on empty paths,
7055         instead output ".".
7056         * dlfcn/Makefile (distribute): Add glreflib3.c.
7057         (module-names): Add glreflib3.
7058         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
7059         glreflib1.so.
7060         (LDFLAGS_glreflib3.so): New.
7061         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
7062         glreflib1.so.
7063         * dlfcn/glreflib3.c: New file.
7065         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
7066         returned -1, return NULL.
7067         * intl/explodename.c (_nl_explode_name): Return -1 if
7068         _nl_normalize_codeset failed.
7070 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
7072         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
7073         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
7074         and avoid branch misspredicts for > 31 bytes memset case.
7075         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7076         Remove toc ref to __cache_line_size.
7078         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
7079         to get ISA-V2.0 branch hints.
7080         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
7081         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
7082         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
7083         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
7084         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
7085         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
7086         Remove toc ref to __cache_line_size.
7088         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
7089         Include math_ldbl_opt.h.
7091 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
7093         [BZ #4773]
7094         * time/strptime_l.c (__strptime_internal): Implement greedy
7095         matching of weekday and month names.
7097 2007-07-09  Roland McGrath  <roland@redhat.com>
7099         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
7100         (ELF_NOTE_ABI): Use it.
7101         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
7103 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
7105         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
7106         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7108 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
7110         [BZ #4745]
7111         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
7112         in loop to look for conversion specifier to avoid testing of
7113         wrong errno value.
7114         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
7115         * stdio-common/bug18.c: New file.
7116         * stdio-common/bug18a.c: New file.
7117         * stdio-common/bug19.c: New file.
7118         * stdio-common/bug19a.c: New file.
7120 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
7122         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
7123         running awk script.
7125 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
7127         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
7128         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
7129         Return NULL if mmap failed instead of asserting it does not.
7130         (calloc): Check for integer overflow.
7132         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
7133         than LONG_MAX / 10.
7135 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
7137         [BZ #4702]
7138         * nis/nss-default.c: Include errno.h.
7139         (init): Preserve errno.
7141 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
7143         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
7145 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
7147         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
7149 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7151         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
7153 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7155         * sysdeps/s390/dl-procinfo.c: New file.
7156         * sysdeps/s390/dl-procinfo.h: New file.
7157         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
7159 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
7161         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
7162         in PT_NOTE segments with multiple notes.
7163         * elf/readelflib.c (process_elf_file): Likewise.
7165 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
7167         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
7168         ISO C compliant.
7170 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
7172         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
7174 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
7176         * include/link.h: Don't include rtld-lowlevel.h.
7177         (struct link_map): Remove l_scope_lock.
7178         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
7179         (_dl_scope_free_list): New field (variable) in _rtld_global.
7180         (DL_LOOKUP_SCOPE_LOCK): Remove.
7181         (_dl_scope_free): New prototype.
7182         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
7183         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
7184         (_dl_profile_fixup): Likewise.
7185         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
7186         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
7187         THREAD_GSCOPE_RESET_FLAG around it.
7188         * elf/dl-close.c (_dl_close_worker): Don't use
7189         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
7190         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
7191         scopes were queued or if l_scope_mem has been abandoned.
7192         * elf/dl-open.c (_dl_scope_free): New function.
7193         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
7194         * elf/dl-support.c (_dl_scope_free_list): New variable.
7195         * elf/dl-lookup.c (add_dependency): Remove flags argument.
7196         Remove DL_LOOKUP_SCOPE_LOCK handling.
7197         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
7198         handling.
7199         * elf/dl-object.c (_dl_new_object): Don't use
7200         __rtld_mrlock_initialize.
7202 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
7204         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
7205         to fill in holes
7206         (rtld_global_ro): Likewise.
7208 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7210         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
7211         Move PT_LOAD checking to...
7212         (_dl_addr_inside_object): ... here, new function.
7213         * elf/dl-sym.c (do_sym): If not l_contiguous,
7214         call _dl_addr_inside_object.
7215         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7216         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
7217         * elf/dl-open.c (dl_open_worker): Likewise.
7218         (_dl_addr_inside_object): New function if IS_IN_rtld.
7219         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
7220         holes are present or are PROT_NONE protected.
7221         * include/link.h (struct link_map): Add l_contiguous field.
7222         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
7224 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7225             Tomas Janousek  <tjanouse@redhat.com>
7226             Ulrich Drepper  <drepper@redhat.com>
7228         [BZ #4647]
7229         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
7230         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
7231         socket.
7232         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
7233         unused member a bitmap.
7234         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
7235         servers are configured.
7237 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7239         * elf/rtld.c (dl_main): Don't call init_tls more than once.
7241 2007-06-17  Andreas Schwab  <schwab@suse.de>
7243         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
7245 2007-06-16  Andreas Jaeger  <aj@suse.de>
7247         [BZ #4125]
7248         * sysdeps/unix/sysv/linux/sys/ptrace.h
7249         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
7250         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
7251         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
7252         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
7253         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
7254         Define.
7255         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
7256         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
7257         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
7258         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
7260 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
7262         [BZ #4599]
7263         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
7264         determining whether there are IPv4/IPv6 addresses, ignore loopback
7265         addresses.
7267 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
7269         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
7270         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
7271         as the return type.  Change type of "r" variable to CMPtype.
7272         * soft-fp/eqsf2.c (__eqsf2): Likewise.
7273         * soft-fp/eqtf2.c (__eqtf2): Likewise.
7274         * soft-fp/gedf2.c (__gedf2): Likewise.
7275         * soft-fp/gesf2.c (__gesf2): Likewise.
7276         * soft-fp/getf2.c (__getf2): Likewise.
7277         * soft-fp/ledf2.c (__ledf2): Likewise.
7278         * soft-fp/lesf2.c (__lesf2): Likewise.
7279         * soft-fp/letf2.c (__letf2): Likewise.
7280         * soft-fp/unorddf2 (__unorddf2): Likewise.
7281         * soft-fp/unordsf2 (__unordsf2): Likewise.
7282         * soft-fp/unordtf2 (__unordtf2): Likewise.
7284 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
7286         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
7287         make sure gcc doesn't mess around with this.
7289 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
7291         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
7293 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
7295         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
7296         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
7297         at most once per _dl_close_worker.
7299 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
7301         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
7302         __sched_cpucount as const.
7303         * posix/sched_cpucount.c: Adjust.
7305         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
7306         instruction for counting bits.
7307         * sysdeps/x86_64/sched_cpucount.c: New file.
7309 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
7311         * configure.in: Avoid variable named BASH.
7312         * config.make.in: Likewise.
7313         Patch in part by Mike Frysinger.
7315 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
7317         [BZ #4586]
7318         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
7319         pseudo-zeros as zero.
7320         * sysdeps/x86_64/ldbl2mpn.c: New file.
7321         * sysdeps/ia64/ldbl2mpn.c: New file.
7323 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
7325         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
7326         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
7327         Remove unreachable code at the end.
7329 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7331         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
7332         ldbl-128ibm in comment.
7333         (fpclassifyl): Correct classification of denormals.
7334         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
7335         return value for MIN denormal. Rewrite using long double math too
7336         correctly handle denormals and canonicalize the results.
7338 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
7340         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
7341         (__mpn_construct_long_double): Fix conversion where result ought
7342         to be smaller than __LDBL_MIN__, or the low double should be
7343         denormal.  Fix decision where to negate low double - honor round
7344         to even rules.
7345         * stdio-common/tst-sprintf2.c: Include string.h.
7346         (COMPARE_LDBL): Define.
7347         (TEST): Also test whether a string hexadecimal float representation
7348         can be parsed back to the number.
7349         (main): Add a couple of further tests.
7351 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
7353         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
7354         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
7355         is non-zero, but smaller than 2 * __DBL_MIN__.
7356         * stdio-common/tst-sprintf2.c: New test.
7357         * stdio-common/Makefile (tests): Add tst-sprintf2.
7359         * math/test-misc.c (main): Don't run last batch of tests with
7360         IBM long double format.
7362 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7364         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
7365         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
7366         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
7367         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
7368         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7369         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
7370         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
7371         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
7372         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
7373         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
7376         New file.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
7378         New file.
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
7380         New file.
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
7382         New file.
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
7384         New file.
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
7386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
7387         New file.
7388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
7389         New file.
7390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
7391         New file.
7392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
7393         New file.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
7395         New file.
7397 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7399         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
7400         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
7401         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
7402         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
7403         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
7404         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
7405         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
7406         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
7408 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
7410         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
7411         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7412         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
7413         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7414         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
7415         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7416         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
7417         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7419 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7421         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
7422         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
7423         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
7424         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
7426 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
7428         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
7429         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
7431 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
7433         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
7434         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
7435         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
7436         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
7438 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
7440         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
7441         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
7443 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7445         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
7446         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
7448         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
7449         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
7450         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
7451         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7453 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
7455         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
7456         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
7457         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
7458         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
7460 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
7462         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
7463         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
7464         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
7465         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7466         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
7467         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7469 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7471         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
7472         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
7473         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
7474         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
7476 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
7478         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
7479         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
7480         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
7481         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
7482         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
7483         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
7484         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
7485         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
7486         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
7487         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
7488         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
7489         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
7490         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
7491         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
7492         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
7493         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
7495 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7497         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
7498         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
7500 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7502         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
7503         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
7505 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7507         * sysdeps/powerpc/powerpc32/970/Implies: New file.
7508         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
7509         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
7510         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
7511         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
7512         * sysdeps/powerpc/powerpc64/970/Implies: New file.
7513         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
7514         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
7515         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
7516         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
7518 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7520         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
7522 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
7524         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
7525         branch miss-predicts. Ensure that cache line crossing does not impact
7526         dispatch grouping.
7528 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7530         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7531         "../../powerpc32/power4/memcopy.h".
7532         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7533         "../../powerpc32/power4/wordcopy.c".
7535 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7537         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7538         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7539         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7540         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7541         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7542         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7544 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7546         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7548 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7550         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7551         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7552         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7553         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7554         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7555         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7556         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7557         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7559 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7561         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7563 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7565         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7566         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7567         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7568         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7569         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7570         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7571         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7573 2007-05-29  Roland McGrath  <roland@redhat.com>
7575         * po/Makefile (po-sed-cmd): New variable.
7576         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7578 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7580         * crypt/md5-crypt.c: Fix comment.
7582         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7583         of crashing.  When this is the case or if the reply is malformed,
7584         don't try to close the new file descriptor since it does not
7585         exist.
7586         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7588 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7590         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7591         if __NR_utimensat is not defined.
7593 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7595         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7597 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7599         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7600         (open): Fix comment typos.  Don't call __open_2 if flags
7601         is a compile time constant without O_CREAT.
7602         (__open64_2): Add nonnull attribute.
7603         (open64): Fix comment typos.  Don't call __open64_2 if flags
7604         is a compile time constant without O_CREAT.
7605         (__openat_2): Add nonnull attribute, fix nonnull attribute
7606         on redirect.
7607         (openat): Fix comment typos.  Don't call __openat_2 if flags
7608         is a compile time constant without O_CREAT.
7609         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7610         on redirect.
7611         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7612         is a compile time constant without O_CREAT.
7614 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7616         * Makerules (sysd-rules): Define PTW for ptw-* files.
7617         * Versions: Define GLIBC_2.7 for libc.
7618         * include/stdio.h: Declare __fortify_fail.
7619         * debug/fortify_fail.c: New file.
7620         * debug/Makefile (routines): Add fortify_fail.
7621         * debug/chk_fail.c: Use __fortify_fail.
7622         * debug/stack_chk_fail.c: Likewise.
7623         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7624         __openat64_2 for GLIBC_2.7.
7625         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7626         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7627         and fails if necessary.
7628         * io/open64.c: Likewise.
7629         * io/openat.c: Likewise.
7630         * io/openat64.c: Likewise.
7631         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7632         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7633         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7634         * io/bits/fcntl2.h: New file.
7635         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7636         __openat64_2.
7637         * include/bits/fcntl2.h: New file.
7638         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7639         Add open_2.
7640         * sysdeps/unix/sysv/linux/open_2.c: New file.
7642 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7644         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7645         as second parameter to handle_intel.
7647         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7648         the entry.
7650         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7651         handling to ...
7652         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7653         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7654         cacheinfo.
7655         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7656         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7657         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7659         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7661 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7663         [BZ #4525]
7664         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7665         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7666         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7668         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7670         [BZ #4514]
7671         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7672         reinitialize workend at the start of each do_positional format spec
7673         loop, free workstart before do_positional loops.
7674         (printf_unknown): Fix size of work_buffer.
7675         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7677         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7678         (public_sET_STATe): If ms->version < 3, put all chunks into
7679         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7680         chunks.
7682         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7683         * malloc/hooks.c: Likewise.
7684         * malloc/arena.c: Likewise.
7685         * malloc/malloc.c (do_check_malloc_state): Don't assert
7686         n_mmaps is not greater than n_mmaps_max.  This removes the need
7687         for the previous change.
7689         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7690         2007-05-07 commit.
7692 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7694         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7695         Define for kernel >= 2.6.22.
7697 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7699         * elf/dl-close.c (_dl_close_worker): When removing object from
7700         global scope, wait for all lookups to finish afterwards.
7701         * elf/dl-open.c (add_to_global): When global scope array must
7702         grow, allocate a new one and free old array only after all
7703         lookups finish.
7704         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7705         (_dl_lookup_symbol_x): Likewise.
7706         * elf/dl-support.c: Define _dl_wait_lookup_done.
7707         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7708         _dl_wait_lookup_done.
7710         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7711         not overlapping with arena.
7713         * malloc/mcheck.c (reallochook): If size==0, free the block.
7715         * rt/tst-shm.c: Use fstat64 instead of fstat.
7717         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7718         __NR_sync_file_range is not defined.
7720 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7722         Dummy files to prevent stub versions from being used.
7723         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7724         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7725         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7726         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7728         * version.h (VERSION): Set to 2.6.90.
7730 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7732         * version.h (VERSION): Define to 2.6.
7733         * include/features.h (__GLIBC_MINOR__): Define to 6.
7735         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7737         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7738         sizes.
7740 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7742         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7743         number of mmaps.  n_mmaps_max is the target.
7744         * malloc/hooks.c: Likewise.
7745         * malloc/arena.c: Likewise.
7747 2007-05-12  Andreas Jaeger  <aj@suse.de>
7749         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7750         getpid.
7752 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7754         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7755         adding new variables.
7757         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7758         optimize.  Completely extend global scope array before making the
7759         new entries visible.
7761 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7763         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7764         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7765         tst-getcpu.
7767         * include/link.h: Move l_version and l_nversion members around to
7768         fill gaps.
7770         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7772         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7773         (__sched_setaffinity_new): If syscall was successful and
7774         RESET_VGETCPU_CACHE is defined, use it before returning.
7775         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7777         * io/sys/stat.h: Make sure struct timespec is defined for
7778         __USE_ATFILE.
7780         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7781         UTIME_OMIT.
7782         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7783         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7784         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7785         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7786         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7787         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7788         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7789         * io/sys/stat.h: Declare utimensat, futimens.
7790         * io/utimensat.c: New file.
7791         * io/futimens.c: New file.
7792         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7793         * sysdeps/unix/sysv/linux/futimens.c: New file.
7794         * io/Makefile (routines): Add utimensat, futimens.
7795         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7796         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7797         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7798         available.
7800         * include/sys/cdefs.h: Redefine __nonnull so that test for
7801         incorrect parameters in the libc code itself are not omitted.
7803 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7805         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7806         exception in addition to inexact when asked to raise only FE_INEXACT.
7808         [BZ #3427]
7809         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7810         in *envp.
7812 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7814         [BZ #4403]
7815         * string/strfry.c (strfry): Make result more random.
7817 2007-05-07  Richard Henderson  <rth@redhat.com>
7819         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7820         if __NO_LONG_DOUBLE_MATH.
7821         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7822         available in the compiler, add .arch directive to the assembly.
7824 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7826         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7827         compat_symbol to GLIBC_2_1.
7828         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7829         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7830         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7831         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7832         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7833         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7834         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7835         libc, not libm.
7836         (__isnanl): New compat_symbol.
7838 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7839             Jakub Jelinek  <jakub@redhat.com>
7841         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7842         (new_heap): Initialize mprotect_size.
7843         (grow_heap): When growing, only mprotect from mprotect_size till
7844         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7845         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7847 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7848             Peter Bergner  <bergner@us.ibm.com>
7850         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7851         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7852         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7853         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7854         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7855         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7856         Call __fe_mask_env() if all FP exceptions disabled.
7857         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7858         from old FPSCR to new fenv to propagate DFP rounding modes.
7859         Call __fe_mask_env() if FP exceptions previously enabled.
7860         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7861         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7862         transitioning from all exceptions disabled to any exception enabled
7863         or visa versa.
7864         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7865         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7866         when transitioning from all exceptions disabled to any exception
7867         enabled or visa versa.
7868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7875 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7877         [BZ #4465]
7878         * posix/unistd.h: Remove __THROW from fdatasync.
7880 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7882         [BZ #4465]
7883         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7885 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7887         * stdio-common/vfprintf.c (process_string_arg): Optimize
7888         ridiculous precision in wide char code printing multi-byte string.
7889         Reported by Jim Meyering <jim@meyering.net>.
7891         [BZ #4131]
7892         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7893         boundaries to work around systems with overlapping binary loading.
7894         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7896 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7898         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7899         __mbsnrtowcs after last change.
7901         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7902         (get_ident): Likewise.
7904 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7906         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7907         with setting the sticky bit.
7908         * math/test-misc.c (main): Add more truncation tests.
7910 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7912         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7913         double in the function declaration.
7914         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7915         double in the function declaration.
7916         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7917         float in the function declaration.
7918         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7919         float in the function declaration.
7921         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7922         denormal operands.  Do not generate FP_EX_DENORM exception.
7923         (FP_UNPACK_RAW_EP): Ditto.
7924         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7925         undefined _FP_UNPACK_RAW_E.
7926         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7927         undefined _FP_UNPACK_RAW_EP.
7928         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7929         undefined _FP_PACK_RAW_E.
7930         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7931         undefined _FP_PACK_RAW_EP.
7933         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7934         _FP_FRAC_COPY_2.
7935         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7936         _FP_FRAC_COPY_4.
7938 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7939             Jakub Jelinek  <jakub@redhat.com>
7941         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7942         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7943         this case.
7944         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7946 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7948         * math/test-misc.c (main): Add tests for rounding long double
7949         values close to smallest double denormalized value to double.
7951 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7953         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7954         condition for truncating to 0.  Set sticky bit for such
7955         truncation.
7957 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7959         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7960         fixed length array for ignore.
7962 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7964         [BZ #4438]
7965         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7966         stack for large precisions.
7967         * stdio-common/test-vfprintf.c (main): Add test for large
7968         precision.
7970 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7972         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7973         for exponent 0.
7974         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7976         [BZ #4439]
7977         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7978         account in the size check.
7979         * resolv/tst-inet_ntop.c: New test.
7980         * resolv/Makefile (tests): Add tst-inet_ntop.
7982 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7983             Jakub Jelinek  <jakub@redhat.com>
7985         [BZ #4349]
7986         * malloc/malloc.c: Keep separate list for first blocks on the bin
7987         lists with a given size.  This helps skipping over list elements
7988         we know won't fit in two places.
7989         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7991 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7993         [BZ #4102]
7994         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7995         label to Teredo tunnel addresses 2001://32.
7997 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7999         * locale/programs/ld-collate.c (collate_read): Allow order_start
8000         after copy.
8002         * locale/programs/ld-collate.c (collate_read): Fix printing of
8003         error message.
8005         [BZ #3213]
8006         * locale/C-translit.h.in: Add entry for U2044.
8008         [BZ #4342]
8009         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
8010         hexa-decimal floats without exponent.
8011         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
8013 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
8015         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
8016         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
8017         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
8018         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
8019         GLIBC_2.6.
8020         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
8021         Add sched_getcpu.
8023 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
8025         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
8026         of 0 after the out_fail label.
8028 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
8030         [BZ #4406]
8031         * iconv/gconv_charset.h (strip): Allow ':'.
8032         * iconv/iconv_open.c (iconv_open): Adjust comment.
8034 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
8036         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
8037         version.
8039 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
8041         [BZ #4381]
8042         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
8043         alignment of buffer and tmp_buffer.
8044         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
8045         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
8046         alignment of buffer.
8047         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
8048         bigger than INT_MAX.
8049         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
8050         h_errnop arguments.  Fail if buflen is too small.
8051         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
8053 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
8055         [BZ #4405]
8056         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
8057         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
8059 2007-04-22  Roland McGrath  <roland@redhat.com>
8061         * elf/elf.h (NT_PRXFPREG): New macro.
8063 2007-04-19  Andreas Jaeger  <aj@suse.de>
8065         [BZ #3905]
8066         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
8067         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
8068         Added.
8070 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
8072         * include/sys/mman.h: Mark madvise hidden.
8073         * misc/madvise.c: Add libc_hidden_def.
8075 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
8077         * nis/nis_domain_of.c (__nis_domain_of): New function.
8078         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
8079         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
8080         * nis/nis_call.c (rec_dirsearch): Likewise.
8081         (first_shoot): Likewise.  Remove search_parent_first argument.
8082         (struct nis_server_cache): Rename search_parent_first field
8083         to search_parent.
8084         (nis_server_cache_search, nis_server_cache_add): Rename
8085         search_parent_first argument to search_parent.
8086         (__nisfind_server): Likewise.  If search_parent, call
8087         __nis_domain_of.
8089 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
8091         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
8093 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
8095         [BZ #4368]
8096         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
8098 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
8100         [BZ #4364]
8101         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
8103 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
8105         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
8106         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
8107         current number of locales in SUPPORTED.
8108         (create_archive): Initialize serial.
8109         (enlarge_archive): Preserve aliases rather than duplicating
8110         their locrecs.
8112 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
8114         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
8115         after _IO_un_link, not before it.
8117         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
8118         special case handling when wcp == wstartp + 1.  Fix a comment typo.
8119         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
8121 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
8123         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
8124         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
8125         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
8126         Remove __THROW.
8127         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
8128         _IO_file_xsgetn_maybe_mmap): Likewise.
8129         * libio/oldfileops.c (old_do_write): Likewise.
8130         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
8131         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
8132         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
8133         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
8134         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
8135         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
8136         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
8137         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
8138         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
8139         _IO_file_underflow, _IO_file_underflow_mmap,
8140         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
8141         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
8142         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
8143         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
8144         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
8145         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
8146         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
8147         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
8148         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
8149         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
8150         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
8151         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
8152         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
8153         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
8154         _IO_adjust_column_internal, _IO_default_uflow_internal,
8155         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
8156         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
8157         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
8158         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
8159         _IO_file_close_it_internal, _IO_file_underflow_internal,
8160         _IO_file_overflow_internal, _IO_file_attach_internal,
8161         _IO_file_fopen_internal, _IO_file_sync_internal,
8162         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
8163         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
8164         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
8165         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
8166         _IO_seekpos_unlocked): Likewise.
8167         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
8168         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
8170 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
8172         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
8173         argument in xmalloc size computation.
8175 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
8177         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
8178         math_opt_barrier and math_force_eval macros.
8180 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
8182         [BZ #3306]
8183         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
8184         * sysdeps/i386/fpu/math_private.h: New file.
8185         * sysdeps/x86_64/fpu/math_private.h: New file.
8186         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
8187         math_force_eval macros.  Use "+m" constraint on asm rather than
8188         "=m" and "m".
8189         * math/s_nextafter.c (__nextafter): Likewise.
8190         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
8191         Likewise.
8192         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8193         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
8194         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
8195         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
8196         math_opt_barrier and math_force_eval macros.
8197         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
8198         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
8199         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
8200         (__nexttoward): Use math_opt_barrier and
8201         math_force_eval macros.  Use "+m" constraint on asm rather than
8202         "=m" and "m".  Only use asm to force double result if
8203         FLT_EVAL_METHOD is 2.
8204         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
8205         (__nexttowardf): Use math_opt_barrier and
8206         math_force_eval macros.  Use "+m" constraint on asm rather than
8207         "=m" and "m".  Only use asm to force double result if
8208         FLT_EVAL_METHOD is not 0.
8209         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
8210         (__nexttowardf): Use math_opt_barrier and
8211         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
8212         x to float using asm.
8213         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
8214         (__nldbl_nexttowardf): Use math_opt_barrier and
8215         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
8216         x to float using asm.
8217         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
8218         (__nexttowardf): Use math_opt_barrier and math_force_eval
8219         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
8220         * math/bug-nextafter.c (zero, inf): New variables.
8221         (main): Add new tests.
8222         * math/bug-nexttoward.c (zero, inf): New variables.
8223         (main): Add new tests.
8225 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
8227         [BZ #3427]
8228         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
8229         exceptions both in SW and MXCSR.
8230         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
8231         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
8232         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8233         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
8234         in MXCSR if SSE is available.
8235         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
8236         and ldsodefs.h.
8237         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
8238         Fix comment typo.
8239         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
8240         Return 0 rather than 1.
8241         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
8242         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
8243         * math/test-fenv.c (feholdexcept_tests): New function.
8244         (main): Call it.
8246 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
8248         [BZ #3427]
8249         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
8250         in SW.
8252 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
8254         [BZ #4344]
8255         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
8256         Reported by David Anderson <davea42@earthlink.net>.
8258 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
8260         * posix/sys/wait.h: Remove unnecessary forward declaration.
8262 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
8264         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
8265         with obj->do_servers after first_shoot.
8267 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
8269         * posix/Makefile (routines): Add sched_cpucount.
8270         (tests): Add tst-cpucount.
8271         * posix/sched_cpucount.c: New file.
8272         * posix/tst-cpucount.c: New file.
8273         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
8274         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
8275         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8276         * posix/sched.h: Define CPU_COUNT.
8278 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
8280         * posix/fnmatch.c (STRUCT): Define.
8281         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
8282         * posix/fnmatch_loop.c (struct STRUCT): New type.
8283         (FCT): Add ends argument.  If ends != NULL and normal * is
8284         seen in the pattern, store current pattern and string pointers
8285         and return.  Adjust recursive calls.
8286         (EXT): Adjust FCT callers.
8287         (STRUCT): Undef at the end of the file.
8288         * posix/Makefile (tests): Add tst-fnmatch2.
8289         * posix/tst-fnmatch2.c: New test.
8291 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
8293         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
8294         and 1 on failure.
8296         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
8297         Change last argument to unsigned int.
8299 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
8301         * scripts/check-local-headers.sh: Filter out sys/capability.h.
8303 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
8305         * config.h.in (HAVE_LIBCAP): Add.
8306         * nscd/selinux.h: Include sys/capability.h rather than non-existent
8307         sys/capabilities.h.
8308         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
8309         free_caps.  Cast away const from 4th cap_set_flag argument.
8311 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
8313         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
8314         GLIBC_2.6.
8315         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
8316         Add sync_file_range.
8317         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
8319 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
8321         * sysdeps/powerpc/bits/atomic.h
8322         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
8323         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
8324         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8325         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
8326         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8327         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
8328         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
8329         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
8330         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8331         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
8332         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
8333         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
8334         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8335         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
8336         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8337         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
8338         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8339         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
8340         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8341         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
8343 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8345         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8346         (__cache_line_size): Define the variable here.  Add
8347         attribute_hidden, remove weak_extern.
8348         (__libc_start_main): Set __cache_line_size
8349         unconditionally.
8350         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
8351         (__cache_line_size): Define the variable here.  Add
8352         attribute_hidden, remove weak_extern.
8353         (DL_PLATFORM_AUXV): Set __cache_line_size
8354         unconditionally.
8355         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
8356         weak_extern, add attribute_hidden.
8357         (__elf_machine_runtime_setup): Assume __cache_line_size is always
8358         defined in ld.so.
8359         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
8360         definition.
8361         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
8363 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
8365         [BZ #4276]
8366         * timezone/africa: Update from tzdata2007d.
8367         * timezone/asia: Likewise.
8368         * timezone/australasia: Likewise.
8369         * timezone/backward: Likewise.
8370         * timezone/europe: Likewise.
8371         * timezone/iso3166.tab: Likewise.
8372         * timezone/leapseconds: Likewise.
8373         * timezone/northamerica: Likewise.
8374         * timezone/southamerica: Likewise.
8375         * timezone/zone.tab: Likewise.
8377         * timezone/private.h: Update from tzcode2007d.
8378         * timezone/zdump.c: Likewise.
8379         * timezone/zic.c: Likewise.
8381 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
8383         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
8384         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
8385         variables.
8386         (nis_server_cache_search, nis_server_cache_add): New functions.
8387         (__nisfind_server): Use them.  Add dbp and flags argument, if
8388         call __nisbind_create.
8389         (__nisbind_create): Add server_used and current_ep arguments,
8390         only call __nis_findfastest if server_used is ~0.
8391         (__do_niscall2, __prepare_niscall): Adjust callers.
8392         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
8393         ckey_cache_euid, ckey_cache_lock): New variables.
8394         (get_ckey): New function.
8395         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
8396         __pmap_getnisport.  Save __pmap_getnisport result in
8397         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
8398         key.
8399         * nis/nis_lookup.c (nis_lookup): Likewise.
8400         * nis/nis_table.c (nis_list): Likewise.
8401         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
8402         prototypes.
8404         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
8405         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
8406         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
8407         _nss_nisplus_getservbyport_r): Likewise.
8408         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
8409         _nss_nisplus_getnetbyaddr_r): Likewise.
8410         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
8411         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
8412         _nss_nisplus_getntohost_r): Likewise.
8413         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
8414         _nss_nisplus_getrpcbynumber_r): Likewise.
8416 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8418         * configure.in (libc_cv_gnu89_inline): Only do compile test.
8419         * configure: Rebuilt.
8421         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
8422         bit-fields.
8423         * soft-fp/extended.h (_FP_UNION_E): Likewise.
8425 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
8427         [BZ #2831]
8428         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
8429         bit-fields.
8431 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
8433         * nscd/gai.c: Include alloca.h.
8434         (__libc_use_alloca): Define.
8436 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
8438         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
8439         smaller scopes.
8440         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
8441         (DL_DST_REQUIRED): Adjust user.
8443         * include/dlfcn.h (struct link_map): New forward decl.
8445         * inet/getnameinfo.c: Include stddef.h.
8446         (getnameinfo): Use offsetof.
8448         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
8450         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
8452         * string/strerror_l.c: Include stdlib.h.
8454         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
8455         * config.make.in (gnu89-inline-CFLAGS): New variable.
8456         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
8457         -std=gnu99.
8458         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
8459         * argp/argp.h: Use it.
8460         * bits/mathinline.h: Likewise.
8461         * bits/sigset.h: Likewise.
8462         * bits/string.h: Likewise.
8463         * ctype/ctype.h: Likewise.
8464         * hurd/hurd.h: Likewise.
8465         * hurd/hurd/fd.h: Likewise.
8466         * hurd/hurd/port.h: Likewise.
8467         * hurd/hurd/signal.h: Likewise.
8468         * hurd/hurd/threadvar.h: Likewise.
8469         * hurd/hurd/userlink.h: Likewise.
8470         * io/sys/stat.h: Likewise.
8471         * libio/bits/stdio.h: Likewise.
8472         * libio/bits/stdio2.h: Likewise.
8473         * mach/lock-intern.h: Likewise.
8474         * mach/mach/mig_support.h: Likewise.
8475         * math/bits/cmathcalls.h: Likewise.
8476         * posix/bits/unistd.h: Likewise.
8477         * socket/bits/socket2.h: Likewise.
8478         * stdlib/bits/stdlib.h: Likewise.
8479         * stdlib/stdlib.h: Likewise.
8480         * string/argz.h: Likewise.
8481         * string/bits/string2.h: Likewise.
8482         * string/bits/string3.h: Likewise.
8483         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
8484         * sysdeps/generic/inttypes.h: Likewise.
8485         * sysdeps/generic/machine-lock.h: Likewise.
8486         * sysdeps/generic/machine-sp.h: Likewise.
8487         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
8488         * sysdeps/i386/i486/bits/string.h: Likewise.
8489         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
8490         * sysdeps/mach/alpha/machine-lock.h: Likewise.
8491         * sysdeps/mach/alpha/machine-sp.h: Likewise.
8492         * sysdeps/mach/i386/machine-lock.h: Likewise.
8493         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8494         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
8495         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
8496         * sysdeps/s390/bits/string.h: Likewise.
8497         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
8498         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
8499         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8500         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
8501         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8502         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
8503         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
8504         * wcsmbs/bits/wchar2.h: Likewise.
8505         * wcsmbs/wchar.h: Likewise.
8506         * stdlib/gmp.h: Likewise.  Include <features.h> to get
8507         __extern_inline definition.
8509 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
8511         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
8512         NULL.
8514         [BZ #3919]
8515         * math/libm-test.inc (log_test): Test -Inf and NaN.
8516         (log10_test, log1p_test, log2_test): Test -Inf.
8517         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
8518         FE_INVALID when argument is qNaN.
8519         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8520         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8521         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8522         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
8523         andb $1, %ah with testb $1, %ah, don't test for parity, instead
8524         testb $4, %ah and jump if non-zero.
8525         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8526         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8528         [BZ #4101]
8529         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8530         ancestors with the same depths.
8531         Patch by Niels Moeller <nisse@lysator.liu.se>.
8532         (filter_doc): Don't crash if argp is NULL.
8533         * argp/Makefile (tests): Add tst-argp2.
8534         * argp/tst-argp2.c: New test.
8536         [BZ #4130]
8537         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8538         open_not_cancel_2.
8539         (updwtmp_file): Likewise.
8541         [BZ #4181]
8542         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8543         (inet6_opt_append): Don't check extlen is big enough if extbuf
8544         is NULL.
8545         (inet6_opt_finish): Likewise.
8546         * inet/Makefile (tests): Add test-inet6_opt.
8547         * inet/test-inet6_opt.c: New test.
8549         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8550         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8551         NLMSG_ERR.  Instead use a page sized buffer.
8552         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8553         buffer.
8555 2007-03-14  Richard Henderson  <rth@redhat.com>
8557         * sysdeps/alpha/fpu/s_llround.c: New file.
8558         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8559         * sysdeps/alpha/fpu/s_lround.c: New file.
8560         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8561         * sysdeps/alpha/fpu/s_round.c: New file.
8562         * sysdeps/alpha/fpu/s_roundf.c: New file.
8563         * sysdeps/alpha/fpu/s_trunc.c: New file.
8564         * sysdeps/alpha/fpu/s_truncf.c: New file.
8566         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8567         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8568         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8569         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8570         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8571         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8573         * sysdeps/alpha/fpu/s_fmax.S: New file.
8574         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8575         * sysdeps/alpha/fpu/s_fmin.S: New file.
8576         * sysdeps/alpha/fpu/s_fminf.S: New file.
8577         * sysdeps/alpha/fpu/s_isnan.c: New file.
8578         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8579         * sysdeps/alpha/fpu/s_llrint.c: New file.
8580         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8581         * sysdeps/alpha/fpu/s_lrint.c: New file.
8582         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8583         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8584         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8586         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8587         (__fdimf, fdimf, __fdim, fdim): Remove.
8588         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8589         (__isnanf, __isnan, __isnanl): New.
8591 2007-03-13  Richard Henderson  <rth@redhat.com>
8593         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8595 2007-03-13  Richard Henderson  <rth@redhat.com>
8597         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8598         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8599         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8600         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8601         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8602         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8604 2007-03-13  Richard Henderson  <rth@redhat.com>
8606         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8607         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8608         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8609         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8610         Move to dl-auxv.h; initialize instead of extern weak.
8611         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8612         weak symbol.
8613         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8614         Extern instead of initialized.
8616 2007-03-13  Richard Henderson  <rth@redhat.com>
8618         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8619         __sigsuspend_nocancel.
8621 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8623         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8624         172.16/12 address range.
8626 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8628         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8629         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8630         message.
8632 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8634         [BZ #4069]
8635         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8636         earlier.
8637         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8639         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8640         for x qNaN and y either +-inf or non-integer value.
8641         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8642         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8643         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8645 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8647         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8648         from sysdep_headers.
8650 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8652         * time/tzfile.c (find_transition): Instead of a linear search try to
8653         guess the transition index, use a linear search if the result is at
8654         most 10 transitions away from the guess or binary search otherwise.
8656 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8658         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8659         memory reallocation.
8661 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8663         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8664         and fix some typos.
8665         Optimize use of TOLOWER.
8667         [BZ #3325]
8668         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8669         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8670         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8672         [BZ #3458]
8673         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8674         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8676         [BZ #4076]
8677         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8678         (open_dir_stream): Likewise.
8679         * io/Makefile (tests): Add bug-ftw5.
8680         * io/bug-ftw5.c: New file.
8682         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8683         * nscd/servicescache.c (cache_addserv): Likewise.
8685         * nscd/grpcache.c (cache_addgr): In case a record changed on
8686         refresh, adjust key_copy.
8688         [BZ #4074]
8689         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8690         refresh, adjust key_copy.
8692         [BZ #4070]
8693         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8694         special cases.
8695         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8697 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8699         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8700         optimization.
8702         * stdio-common/vfscanf.c: Small cleanups throughout.
8704 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8706         [BZ #3325]
8707         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8708         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8709         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8710         Patch by Jared Casper <jaredcasper@gmail.com>.
8712         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8713         * sysdeps/unix/opendir.c: Likewise.
8714         * sysdeps/unix/readdir.c: Likewise.
8716         [BZ #2211]
8717         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8718         point numbers.
8719         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8721         * stdio-common/vfscanf.c: Fix problems in width accounting.
8722         * stdio-common/tst-sscanf.c (double_tests): New tests.
8723         (main): Hook them up.
8725         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8726         More simplifications of floating-point reader.
8728         * stdio-common/Makefile (tests): Add tst-swscanf.
8729         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8730         testing.
8731         * stdio-common/tst-swscanf.c: New file.
8733 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8735         [BZ #2633]
8736         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8737         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8738         Remove using for __jmp_buf_tag.
8739         * locale/locale.h (struct lconv): Also define in std namespace.
8740         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8742         [BZ #3842]
8743         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8744         using __libc_enable_secure.
8746         [BZ #3818]
8747         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8749         [BZ #3745]
8750         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8751         of names for ellipsises.
8753         [BZ #3348]
8754         * malloc/memusage.sh: Cleanups.
8755         * debug/xtrace.sh: Quoting and trap changes.
8757 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8759         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8761         * locale/iso-3166.def: Update entry for Serbia.
8762         * locale/iso-4217.def: Define RSD, remove CSD.
8764         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8765         and 64-bit operations.
8767         [BZ #4040]
8768         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8769         16-bit operations.
8771         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8772         of writev.
8774 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8776         [BZ #3991]
8777         * assert/assert.h (assert): Simplify.
8778         (assert_perror): Likewise.
8779         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8781         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8782         reqdata.
8784         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8785         change: don't pass NULL in place of an integer.
8787 2007-02-02  Bruno Haible  <bruno@clisp.org>
8789         [BZ #3954]
8790         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8791         Add mapping for U+327E.
8792         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8793         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8794         mapping of 0xD9 0xE8.
8795         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8796         mapping of U+327E.
8797         Reported by Jungshik Shin <jungshik@google.com>.
8799         [BZ #3955]
8800         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8801         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8802         Reported by Jungshik Shin <jungshik@google.com>.
8804 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8806         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8807         byte variants.
8809         [BZ #4040]
8810         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8811         byte variants.  Patch mostly be tom@tommay.net.
8813 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8815         [BZ #3996]
8816         * posix/glob.c (attribute_hidden): Define if not defined.
8817         (glob): Unescape dirname, filename or username when needed and not
8818         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8819         is NULL.  Handle unescaped [ in pattern without closing ].
8820         Don't pass GLOB_CHECK down to recursive glob for directories.
8821         (__glob_pattern_type): New function.
8822         (__glob_pattern_p): Implement using __glob_pattern_type.
8823         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8824         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8825         Remove unreachable code.
8826         * posix/globtest.sh: Add a couple of new tests.
8828 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8830         * po/ru.po: Update from translation team.
8832 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8834         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8835         to the list of i486+ CPUs.
8836         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8838 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8840         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8841         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8842         references.
8844 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8846         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8848         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8849         * resolv/res_mkquery.c: Define __res_nopt.
8850         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8851         try adding EDNS0 record.
8852         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8853         EDNS0 record was send make sure we don't try it again.
8854         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8855         * include/resolv.h: Declare __res_nopt.
8857 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8859         [BZ #3944]
8860         * time/strptime_l.c (__strptime_internal): Set have_mon for
8861         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8862         have been computed from tm_yday and tm_year.  Don't crash
8863         in day_of_the_week or day_of_the_year if not have_mon
8864         and tm_mon contains bogus value.
8865         * time/Makefile (tests): Add tst-strptime3.
8866         * time/tst-strptime3.c: New test.
8868 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8870         [BZ #3957]
8871         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8872         bit for RE_HAT_LISTS_NOT_NEWLINE.
8873         (build_charclass_op): Remove bogus comment.
8874         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8875         * posix/bug-regex27.c: New test.
8876         * posix/bug-regex28.c: New test.
8878 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8880         * po/sv.po: Update from translation team.
8882 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8884         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8886 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8888         * include/locale.h (__uselocale): Add libc_hidden_proto.
8889         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8891         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8892         gettimeofday.
8894 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8896         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8897         returning.
8898         (PTR_DEMANGLE): Real definition now that it's not the same as
8899         PRT_MANGLE anymore.
8900         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8902         * string/strerror_l.c: New file.
8903         * string/Makefile (routines): Add strerror_l.
8904         * string/string.h: Declare strerror_l.
8905         * string/Versions: Export strerror_l for GLIBC_2.6.
8907 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8909         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8910         as parameter.  Construct request record.  Try sending request
8911         before the first poll use, it usually succeeds.  Adjust all
8912         callers.
8913         * nscd/nscd-client.h: Define MAXKEYLEN.
8914         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8916 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8918         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8919         from return value.
8920         * nscd/nscd_helper.c: Include string.h.
8921         (__nscd_cache_search): Remove const qualifier from return value.
8922         On strict alignment architectures check hash entry and data head
8923         alignment.
8924         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8925         mmapped data during GC cycle contains garbage.  If
8926         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8927         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8928         dropped to 0.
8929         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8930         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8931         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8932         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8933         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8935 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8937         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8939 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8941         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8942         names not numbers in cfi_*.
8944 2007-01-26  Andreas Jaeger  <aj@suse.de>
8946         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8947         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8948         Correct values of PER_HPUX and PER_OSF4.
8950 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8952         * elf/dl-minimal.c: Undefine _itoa first.
8953         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8954         * malloc/mtrace.c: Revert last change.
8955         * posix/wordexp.c: Likewise.
8957 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8959         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8960         and __geode__ to the list of i486+ CPUs.
8961         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8963 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8965         * stdio-common/_itoa.c: Include <limits.h>.
8966         * stdio-common/_itowa.c: Likewise.
8968 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8970         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8971         platforms.
8972         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8973         64-bit platforms.
8974         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8975         possible.
8976         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8977         if possible.
8979         [BZ #3902]
8980         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8981         * stdio-common/Makefile (tests): Add bug17.
8982         * stdio-common/bug17.c: New file.
8984 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8986         * iconvdata/brf.c: New file.
8987         * iconvdata/testdata/BRF: New file.
8988         * iconvdata/testdata/BRF..UTF8: New file.
8989         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8990         * iconvdata/Makefile: Add rules to build BRF.
8991         * iconvdata/TESTS: Add BRF entry.
8992         * iconvdata/gconv-modules: Likewise.
8993         * iconvdata/tst-tables.sh: Likewise.
8995 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8997         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8998         type `long long int', not `long int'.
8999         (wcstoq): Likewise.
9001 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
9003         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
9004         of values on 64-bit platforms which are too large.
9006 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
9007             Joe Kerian  <jkerian@us.us.ibm.com>
9009         [BZ #2749]
9010         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
9011         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
9012         (__copysignl): Use signbit() for comparison.
9013         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
9014         SET_LDOUBLE_WORDS64.
9016         [BZ #2423, #2749]
9017         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
9018         (__ceill): Remove calls to fegetround(), fesetround().
9019         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
9020         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
9021         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
9023 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
9025         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
9027         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
9029 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
9031         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
9032         demangle pointer.
9033         * csu/libc-start.c: Likewise.
9035 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
9037         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
9038         really work anyway.
9040 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
9042         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
9043         users.
9044         (handle_request): Remove unnecessary tests.
9046         * nscd/cache.c (cache_add): Record the failure to add to the cache.
9048 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
9050         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
9051         workbits in semi-raw fraction.
9053         * math/test-misc.c: Add new tests.
9055 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
9057         * math/basic-test.c: Include test-skeleton.c.
9058         (TEST_TRUNC): Define.
9059         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
9060         (main): Rename to ...
9061         (do_test): ...this.  Run new tests.
9062         (TEST_FUNCTION): Define.
9064 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
9065             Joe Kerian  <jkerian@us.us.ibm.com>
9067         [BZ #2749]
9068         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
9069         handling for high words.
9070         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
9071         and overflow for infinity.
9073 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
9075         * nscd/connections.c (handle_request): Add a __builtin_expect.
9077         * nscd/connections.c (serv2db): Change type into structure which
9078         also says whether this is a request for data.  Renamed to
9079         servinfo.  All users changed.
9080         (handle_request): Much simpler test whether we should search the cache.
9082         * nscd/connections.c (handle_request): Fix thinko in selinux test
9083         invocation.
9085         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
9086         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
9087         it before getting dl_load_lock and then relock.
9088         (_dl_lookup_symbol_x): Pass flags to add_dependency.
9089         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
9090         case we unlocked the scope.
9091         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
9092         _dl_lookup_symbol_x in case we locked the scope.
9093         (_dl_profile_fixup): Likewise.
9094         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
9095         set DL_LOOKUP_SCOPE_LOCK.
9097 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
9099         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
9100         CFLAGS-getsrvbynpt_r.c.
9101         * nscd/getsrvbynm_r.c: New file.
9102         * nscd/getsrvbypt_r.c: New file.
9103         * nscd/nscd_getserv_r.c: New file.
9104         * nscd/servicescache.c: New file.
9105         * nscd/Makefile (routines): Add nscd_getserv_r.
9106         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
9107         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
9108         CFLAGS-getsrvbypt_r.c.
9109         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
9110         table.  Add entries for services database.
9111         * nscd/connections.c (serv2str): Mark as const.  Add entries for
9112         services database.
9113         (dbs): Add .reset_res and servdb initialization.
9114         (serv2db): Add entries for services database.
9115         (verify_persistent_db): Accept dbnr == servdb.
9116         (invalidate_cache): Rewrite database name recognition to use a table.
9117         Call res_init() if .reset_res is set for database.
9118         (handle_request): Add code to handle services database.
9119         * nscd/gai.c: Don't define __getservbyname_r.
9120         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
9121         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
9122         (serv_response_header): Define.
9123         (struct datahead): Add serv_response_header member.
9124         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
9125         using table.
9126         * nscd/nscd.conf: Add entries for services database.
9127         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
9128         Declare serv_iov_disabled.
9129         Declare addservbyname, readdservbyname, addservbyport, and
9130         readdservbyport.
9131         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
9132         (find_db): Fix error message.
9133         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
9134         __nscd_getservbyname_r, and __nscd_getservbyport_r.
9135         * nscd/selinux.c (perms): Add entries for services database.
9136         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
9137         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
9139         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
9140         * nscd/hstcache.c: Likewise.
9141         * nscd/pwdcache.c: Likewise.
9143         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
9144         computation of keylen.
9146         * include/string.h: Only redefine strndupa if this is really for
9147         libc code.
9149 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
9151         * nscd/nscd_gethst_r.c: Minor cleanups.
9153         * nscd/connections.c (handle_request): Check selinux permissions
9154         for all non-admin commands.
9156         * sysdeps/i386/i486/bits/atomic.h: Define
9157         atomic_compare_and_exchange_val_acq,
9158         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
9159         using __sync_* built-ins for gcc >= 4.1.
9160         * sysdeps/x86_64/bits/atomic.h: Likewise.
9162         [BZ #3840]
9163         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
9164         and .oS.d files.
9166 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
9168         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
9169         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
9170         (do_test): Check errno and exit(0) if ENOSYS.
9172 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
9174         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
9175         thousands separators.
9176         * stdlib/Makefile: Add rules to build and run tst-strtod4.
9177         * stdlib/tst-strtod4.c: New test.
9179         [BZ #3855]
9180         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
9181         hexadecimal digit should accept just the initial 0.
9182         * stdlib/tst-strtod2.c (tests): New variable.
9183         (do_test): Run several tests rather than just one.
9185 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
9187         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
9188         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
9190 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
9192         * io/fts.c: Make sure fts_cur is always valid after return from
9193         fts_read.
9194         Patch by Miloslav Trmac <mitr@redhat.com>.
9196 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
9198         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
9199         (R_MIPS_NUM): Bump by 1.
9201 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
9203         * posix/execvp.c: Include alloca.h.
9204         (allocate_scripts_argv): Renamed to...
9205         (scripts_argv): ... this.  Don't allocate buffer here nor count
9206         arguments.
9207         (execvp): Use alloca if possible.
9208         * posix/Makefile: Add rules to build and run tst-vfork3 test.
9209         * posix/tst-vfork3.c: New test.
9211 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
9213         * string/Makefile (tst-strxfrm2-ENV): Define.
9214         * stdlib/Makefile (tst-strtod3-ENV): Define.
9216 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
9218         * posix/getconf.c: Update copyright year.
9219         * nss/getent.c: Likewise.
9220         * iconv/iconvconfig.c: Likewise.
9221         * iconv/iconv_prog.c: Likewise.
9222         * elf/ldconfig.c: Likewise.
9223         * catgets/gencat.c: Likewise.
9224         * csu/version.c: Likewise.
9225         * elf/ldd.bash.in: Likewise.
9226         * elf/sprof.c (print_version): Likewise.
9227         * locale/programs/locale.c: Likewise.
9228         * locale/programs/localedef.c: Likewise.
9229         * nscd/nscd.c (print_version): Likewise.
9230         * debug/xtrace.sh: Likewise.
9231         * malloc/memusage.sh: Likewise.
9232         * malloc/mtrace.pl: Likewise.
9233         * debug/catchsegv.sh: Likewise.
9235 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
9237         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
9238         attempts.
9240 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
9242         * posix/wordexp.c: Remove some unnecessary tests.
9244 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
9246         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
9247         blacklist the group till after we look it up.
9249 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
9251         * include/atomic.h (atomic_forced_read): New macro.
9253 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
9255         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
9257 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
9259         * nss/getXXbyYY_r.c: Include atomic.h.
9260         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
9261         add atomic_write_barrier () in between.
9263         * stdlib/Makefile (tests): Add tst-makecontext.
9264         * stdlib/tst-makecontext.c: New test.
9266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
9267         (__makecontext): Don't realign uc_mcontext.uc_regs.
9269 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
9271         * elf/dl-support.c: Include dl-procinfo.h.
9272         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
9273         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
9274         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
9275         Define.
9276         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
9277         hardcoded constants.
9278         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
9279         PPC_PLATFORM_* macros for array designators.
9281 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
9283         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
9284         names to the beginning.
9285         (_dl_powerpc_platforms): Add "power6x".
9286         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9287         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
9288         (_DL_PLATFORMS_COUNT): Increase.
9289         (_dl_string_platform): Handle power6x case.
9290         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
9291         PPC_FEATURE_POWER6_EXT): Define.
9292         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
9294 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
9296         [BZ #3747]
9297         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
9298         [-2^31 .. 2^31) range.
9299         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
9300         targets.
9301         * stdlib/tst-rand48-2.c: New test.
9302         * stdlib/Makefile (tests): Add tst-rand48-2.
9304 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
9306         * misc/tst-pselect.c (do_test): Fix sigblock argument.
9308 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
9310         * misc/tst-pselect.c (do_test): Make sure the helper process is
9311         terminating when the test is aborted.
9313 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
9315         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
9316         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9317         Handle relatime mount option.
9319         [BZ #2337]
9320         * libio/Makefile (tests): Add tst-setvbuf1.
9321         * libio/tst-setvbuf1.c: New file.
9323 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
9325         [BZ #2337]
9326         * libio/genops.c (__uflow): Fix a typo.
9327         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
9328         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
9329         the narrow buffer size.
9331 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
9333         [BZ #2337]
9334         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
9335         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
9336         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
9337         in _flags.
9338         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
9339         _IO_wstr_finish): Likewise.
9340         * libio/wmemstream.c (open_wmemstream): Likewise.
9341         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
9342         even for wide streams.
9344 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
9347         kernel-features.h.
9349 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
9351         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
9352         separators also if no non-zero digits found.
9353         * stdlib/Makefile (tests): Add tst-strtod3.
9355 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
9357         [BZ #3632]
9358         * include/features.h: Fix comment about default value for
9359         _POSIX_C_SOURCE.
9361         [BZ #3664]
9362         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
9363         empty parsed strings.
9364         * stdlib/Makefile (tests): Add tst-strtod2.
9365         * stdlib/tst-strtod2.c: New file.
9367         [BZ #3673]
9368         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
9369         computation.
9370         * stdlib/Makefile (tests): Add tst-atof2.
9371         * stdlib/tst-atof2.c: New file.
9373         [BZ #3674]
9374         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
9375         correctly if removing trailing zero of hex-float.
9376         * stdlib/Makefile (tests): Add tst-atof1.
9377         * stdlib/tst-atof1.c: New file.
9379 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
9381         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
9382         Start searching for next comma at p rather than rest.
9383         * misc/Makefile (tests): Add tst-mntent2.
9384         * misc/tst-mntent2.c: New test.
9386         * misc/getusershell.c (initshells): Check for integer overflows.
9387         Make strings buffer one bigger as fgets always succeeds when second
9388         argument is 1.  Don't use calloc for shells array.  Disallow
9389         / as shell.
9391 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
9393         * malloc/memusage.c: Handle realloc with new size of zero and
9394         non-NULL pointer correctly.
9395         (me): Really write first record twice.
9396         (struct entry): Make format bi-arch safe.
9397         (dest): Write out more realloc statistics.
9398         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
9400 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
9402         * nis/nis_subr.c (nis_getnames): Revert last change.
9404 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
9406         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
9407         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
9408         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
9409         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
9410         ENOTTY.
9411         * io/Makefile: Add rules to build and run tst-ttyname_r test.
9412         * io/tst-ttyname_r.c: New test.
9414 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9416         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
9418 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
9420         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
9421         jump table entries.
9423 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
9425         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
9426         `clone' function to ensure proper unwinding stop of gdb.
9427         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
9429 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
9431         * nscd/nscd.init: Remove obsolete and commented-out -S option
9432         handling.
9434 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
9436         [BZ #3514]
9437         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
9439         [BZ #3515]
9440         * manual/string.texi (strtok): Remove duplicate paragraph.
9442 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9444         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
9445         libgcc not supporting `rflags' unwinding (register # >= 17).
9447 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
9449         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
9450         succeeded.
9452 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
9453             Jakub Jelinek  <jakub@redhat.com>
9454             Jan Kratochvil  <jan.kratochvil@redhat.com>
9456         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
9457         unwind information.
9458         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
9459         'restore_rt' even in the 'signal' directory.
9460         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
9462 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
9464         [BZ #3559]
9465         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
9466         malloc crashed.  Don't allocate memory unnecessarily in each
9467         loop.
9469 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
9471         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
9473 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
9475         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
9477 2006-11-18  Bruno Haible  <bruno@clisp.org>
9479         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
9480         __sysconf only after having tried to call getgroups32.
9482 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
9484         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
9485         addresses for IPv4 queries if they can be mapped.
9487 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
9489         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
9490         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
9491         (signmask): Add .size directive.
9492         (othermask): Add .type directive.
9494 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
9496         * po/nl.po: Update from translation team.
9498         * timezone/zdump.c: Redo fix for BZ #3137.
9500 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
9502         * nss/nss_files/files-alias.c (get_next_alias): Set line back
9503         to first_unused after parsing :include: file.
9505 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9507         * timezone/africa: Update from tzdata2006o.
9508         * timezone/antarctica: Likewise.
9509         * timezone/asia: Likewise.
9510         * timezone/australasia: Likewise.
9511         * timezone/backward: Likewise.
9512         * timezone/europe: Likewise.
9513         * timezone/iso3166.tab: Likewise.
9514         * timezone/northamerica: Likewise.
9515         * timezone/southamerica: Likewise.
9516         * timezone/zone.tab: Likewise.
9518         * time/tzfile.c (__tzfile_read): Extend to handle new file format
9519         on machines with 64-bit time_t.
9521         * timezone/checktab.awk: Update from tzcode2006o.
9522         * timezone/ialloc.c: Likewise.
9523         * timezone/private.h: Likewise.
9524         * timezone/scheck.c: Likewise.
9525         * timezone/tzfile.h: Likewise.
9526         * timezone/tzselect.ksh: Likewise.
9527         * timezone/zdump.c: Likewise.
9528         * timezone/zic.c: Likewise.
9530         [BZ #3483]
9531         * elf/ldconfig.c (main): Call setlocale and textdomain.
9532         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9534         [BZ #3480]
9535         * manual/argp.texi: Fix typos.
9536         * manual/charset.texi: Likewise.
9537         * manual/errno.texi: Likewise.
9538         * manual/filesys.texi: Likewise.
9539         * manual/lang.texi: Likewise.
9540         * manual/maint.texi: Likewise.
9541         * manual/memory.texi: Likewise.
9542         * manual/message.texi: Likewise.
9543         * manual/resource.texi: Likewise.
9544         * manual/search.texi: Likewise.
9545         * manual/signal.texi: Likewise.
9546         * manual/startup.texi: Likewise.
9547         * manual/stdio.texi: Likewise.
9548         * manual/sysinfo.texi: Likewise.
9549         * manual/syslog.texi: Likewise.
9550         * manual/time.texi: Likewise.
9551         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9553         [BZ #3465]
9554         * sunrpc/clnt_raw.c: Minimal message improvements.
9555         * sunrpc/pm_getmaps.c: Likewise.
9556         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9557         * nis/nis_print_group_entry.c: Likewise.
9558         * locale/programs/repertoire.c: Likewise.
9559         * locale/programs/charmap.c: Likewise.
9560         * malloc/memusage.sh: Likewise.
9561         * elf/dl-deps.c: Likewise.
9562         * locale/programs/ld-collate.c: Likewise.
9563         * libio/vswprintf.c: Likewise.
9564         * malloc/memusagestat.c: Likewise.
9565         * sunrpc/auth_unix.c: Likewise.
9566         * sunrpc/rpc_main.c: Likewise.
9567         * nscd/cache.c: Likewise.
9568         * locale/programs/repertoire.c: Unify output messages.
9569         * locale/programs/charmap.c: Likewise.
9570         * locale/programs/ld-ctype.c: Likewise.
9571         * locale/programs/ld-monetary.c: Likewise.
9572         * locale/programs/ld-numeric.c: Likewise.
9573         * locale/programs/ld-time.c: Likewise.
9574         * elf/ldconfig.c: Likewise.
9575         * nscd/selinux.c: Likewise.
9576         * elf/cache.c: Likewise.
9577         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9579         [BZ #3451]
9580         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9581         change atomic.
9582         (ceil): Likewise.
9584 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9586         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9587         if N is one bigger than return value.
9588         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9589         and l1 last arguments, if buf is defined, verify the return value
9590         equals to strlen (buf) and verify no byte beyond passed length
9591         is modified.
9593 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9595         * po/sv.po: Update from translation team.
9597 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9599         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9600         noinline attribute.
9602 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9604         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9605         noinline attribute.
9607         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9608         Use __new_sys_siglist instead of _sys_siglist_internal as
9609         second macro argument.
9610         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9611         strong_alias.
9613 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9615         [BZ #3493]
9616         * posix/unistd.h (sysconf): Remove const attribute.
9618         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9619         temporary or deprecated addresses.
9620         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9622         * string/Makefile (tests): Add tst-strxfrm2.
9623         * string/tst-strxfrm2.c: New file.
9625 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9627         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9628         rather than r->r_brk.
9630 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9632         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9633         optimization even if needed > n.
9635         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9636         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9637         return false, otherwise return true.
9638         (cache_rpath): Return decompose_rpath return value.
9640 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9642         * include/libc-symbols.h (declare_symbol): Rename to...
9643         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9644         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9645         .size directive.
9646         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9647         changes.
9648         * sysdeps/gnu/siglist.c: Likewise.
9650 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9652         * sysdeps/powerpc/fpu/bits/mathinline.h
9653         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9654         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9656 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9658         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9659         Update handling of cache descriptor 0x49 for new models.
9660         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9661         Likewise.
9663 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9665         * malloc/memusage.c (dest): Reset not_me back to false after
9666         printing statistics.
9668 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9670         * configure.in: Work around ld --help change and avoid -z relro
9671         test completely if the architecture doesn't care about security.
9673 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9675         * po/sv.po: Update from translation team.
9677 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9679         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9680         generate compatibility version.
9682 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9684         * configure.in: Relax -z relro requirement a bit.
9686         * po/sv.po: Update from translation team.
9688 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9690         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9691         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9692         * elf/dl-close.c (_dl_close_worker): Likewise.
9693         * elf/dl-open.c (_dl_open_worker): Likewise.
9694         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9696 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9698         * configure.in: Require assembler support for visibility, compiler
9699         support for visibility and aliases, linker support for various -z
9700         options.
9701         * Makeconfig: Remove conditional code which now is unnecessary.
9702         * config.h.in: Likewise.
9703         * config.make.in: Likewise.
9704         * dlfcn/Makefile: Likewise.
9705         * elf/Makefile: Likewise.
9706         * elf/dl-load.c: Likewise.
9707         * elf/rtld.c: Likewise.
9708         * include/libc-symbols.h: Likewise.
9709         * include/stdio.h: Likewise.
9710         * io/Makefile: Likewise.
9711         * io/fstat.c: Likewise.
9712         * io/fstat64.c: Likewise.
9713         * io/fstatat.c: Likewise.
9714         * io/fstatat64.c: Likewise.
9715         * io/lstat.c: Likewise.
9716         * io/lstat64.c: Likewise.
9717         * io/mknod.c: Likewise.
9718         * io/mknodat.c: Likewise.
9719         * io/stat.c: Likewise.
9720         * io/stat64.c: Likewise.
9721         * libio/stdio.c: Likewise.
9722         * nscd/Makefile: Likewise.
9723         * stdlib/Makefile: Likewise.
9724         * stdlib/atexit.c: Likewise.
9725         * sysdeps/generic/ldsodefs.h: Likewise.
9726         * sysdeps/i386/dl-machine.h: Likewise.
9727         * sysdeps/i386/sysdep.h: Likewise.
9728         * sysdeps/i386/i686/memcmp.S: Likewise.
9729         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9730         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9731         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9733         * Makerules: USE_TLS support is now default.
9734         * tls.make.c: Likewise.
9735         * csu/Versions: Likewise.
9736         * csu/libc-start.c: Likewise.
9737         * csu/libc-tls.c: Likewise.
9738         * csu/version.c: Likewise.
9739         * dlfcn/dlinfo.c: Likewise.
9740         * elf/dl-addr.c: Likewise.
9741         * elf/dl-cache.c: Likewise.
9742         * elf/dl-close.c: Likewise.
9743         * elf/dl-iteratephdr.c: Likewise.
9744         * elf/dl-load.c: Likewise.
9745         * elf/dl-lookup.c: Likewise.
9746         * elf/dl-object.c: Likewise.
9747         * elf/dl-open.c: Likewise.
9748         * elf/dl-reloc.c: Likewise.
9749         * elf/dl-support.c: Likewise.
9750         * elf/dl-sym.c: Likewise.
9751         * elf/dl-sysdep.c: Likewise.
9752         * elf/dl-tls.c: Likewise.
9753         * elf/ldconfig.c: Likewise.
9754         * elf/rtld.c: Likewise.
9755         * elf/tst-tls-dlinfo.c: Likewise.
9756         * elf/tst-tls1.c: Likewise.
9757         * elf/tst-tls10.h: Likewise.
9758         * elf/tst-tls14.c: Likewise.
9759         * elf/tst-tls2.c: Likewise.
9760         * elf/tst-tls3.c: Likewise.
9761         * elf/tst-tls4.c: Likewise.
9762         * elf/tst-tls5.c: Likewise.
9763         * elf/tst-tls6.c: Likewise.
9764         * elf/tst-tls7.c: Likewise.
9765         * elf/tst-tls8.c: Likewise.
9766         * elf/tst-tls9.c: Likewise.
9767         * elf/tst-tlsmod1.c: Likewise.
9768         * elf/tst-tlsmod13.c: Likewise.
9769         * elf/tst-tlsmod13a.c: Likewise.
9770         * elf/tst-tlsmod14a.c: Likewise.
9771         * elf/tst-tlsmod2.c: Likewise.
9772         * elf/tst-tlsmod3.c: Likewise.
9773         * elf/tst-tlsmod4.c: Likewise.
9774         * elf/tst-tlsmod5.c: Likewise.
9775         * elf/tst-tlsmod6.c: Likewise.
9776         * include/errno.h: Likewise.
9777         * include/link.h: Likewise.
9778         * include/tls.h: Likewise.
9779         * locale/global-locale.c: Likewise.
9780         * locale/localeinfo.h: Likewise.
9781         * malloc/arena.c: Likewise.
9782         * malloc/hooks.c: Likewise.
9783         * malloc/malloc.c: Likewise.
9784         * resolv/Versions: Likewise.
9785         * sysdeps/alpha/dl-machine.h: Likewise.
9786         * sysdeps/alpha/libc-tls.c: Likewise.
9787         * sysdeps/generic/ldsodefs.h: Likewise.
9788         * sysdeps/generic/tls.h: Likewise.
9789         * sysdeps/i386/dl-machine.h: Likewise.
9790         * sysdeps/ia64/dl-machine.h: Likewise.
9791         * sysdeps/ia64/libc-tls.c: Likewise.
9792         * sysdeps/mach/hurd/fork.c: Likewise.
9793         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9794         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9795         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9796         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9797         * sysdeps/s390/libc-tls.c: Likewise.
9798         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9799         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9800         * sysdeps/sh/dl-machine.h: Likewise.
9801         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9802         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9803         * sysdeps/x86_64/dl-machine.h: Likewise.
9805         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9806         split out locking and parameter checking.
9807         (_dl_close): Call _dl_close_worker after locking and checking.
9808         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9809         _dl_close.
9810         * elf/Makefile: Add rules to build and run tst-thrlock.
9811         * elf/tst-thrlock.c:  New file.
9813         [BZ #3426]
9814         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9815         reality.
9817         [BZ #3429]
9818         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9819         we are sure we do not need it anymore for _dl_close.  Also move
9820         the asserts inside the lock region.
9821         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9823 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9825         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9826         argument.
9827         (_dl_lookup_symbol_x): Adjust caller.
9829         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9830         _ns_global_scope.
9831         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9833         * elf/dl-libc.c: Revert l_scope name changes.
9834         * elf/dl-load.c: Likewise.
9835         * elf/dl-object.c: Likewise.
9836         * elf/rtld.c: Likewise.
9837         * elf/dl-close.c (_dl_close): Likewise.
9838         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9839         always use __rtld_mrlock_{change,done}.  Always free old scope list
9840         here if not l_scope_mem.
9841         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9842         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9843         the lookup and __rtld_mrlock_unlock it after the lookup.
9844         * elf/dl-sym.c: Likewise.
9845         * include/link.h (struct r_scoperec): Remove.
9846         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9847         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9849 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9851         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9853 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9855         * configure.in: Disable building profile libraries by default.
9857 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9859         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9860         as signed longs, check for x_base + pos overflow.
9861         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9862         * sunrpc/tst-xdrmem2.c: New test.
9864 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9866         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9867         _dl_lookup_symbol_x code.
9869 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9871         * elf/dl-runtime.c: Include sysdep-cancel.h.
9872         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9873         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9874         instead of catomic_* macros.
9875         * elf/dl-sym.c: Include sysdep-cancel.h.
9876         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9877         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9878         * elf/dl-close.c: Include sysdep-cancel.h.
9879         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9880         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9881         * elf/dl-open.c: Include sysdep-cancel.h.
9882         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9883         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9885 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9887         [BZ #3313]
9888         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9889         fastbin rather than end of fastbin array.
9891 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9893         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9894         body macro.
9895         * sysdeps/x86_64/bits/atomic.h
9896         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9897         (catomic_decrement): Use correct body macro.
9899 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9901         * include/atomic.h: Add a unique prefix to all local variables
9902         in macros.
9903         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9905 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9907         [BZ #3369]
9908         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9909         and 7.
9911 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9913         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9915 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9917         [BZ #3313]
9918         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9919         determine highest fast bin to consolidate, always look into all of
9920         them.
9921         (do_check_malloc_state): Only require for empty bins for large
9922         sizes in main arena.
9924         * libio/stdio.h: Add more __wur attributes.
9926         * elf/dl-minimal.c (realloc): Optimize last patch.
9928 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9930         [BZ #3352]
9931         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9932         and use memcpy() if it does.
9934 2006-11-12  Andreas Jaeger  <aj@suse.de>
9936         [BZ #2510]
9937         * manual/search.texi (Hash Search Function): Clarify.
9938         (Array Search Function): Clarify.
9940 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9942         [BZ #2830]
9943         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9944         shifting.
9945         * math/atest-exp2.c (read_mpn_hex): Likewise.
9946         * math/atest-sincos.c (main): Likewise.
9948 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9950         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9951         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9952         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9953         version GLIBC_2.6.
9954         * Versions.def: Add GLIBC_2.6 for libc.
9956         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9958         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9960 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9962         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9964         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9966         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9967         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9969 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9971         * include/atomic.c: Define catomic_* operations.
9972         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9973         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9974         * malloc/memusage.c: Likewise.
9975         * gmon/mcount.c: Likewise.
9976         * elf/dl-close.c: Likewise.
9977         * elf/dl-open.c: Likewise.
9978         * elf/dl-profile.c: Likewise.
9979         * elf/dl-sym.c: Likewise.
9980         * elf/dl-runtime.c: Likewise.
9981         * elf/dl-fptr.c: Likewise.
9982         * resolv/res_libc.c: Likewise.
9984 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9986         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9987         components which lack them.
9989         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9990         at least one entry consisting of the parameter concatenated with
9991         the domain.
9993 2006-10-10  Roland McGrath  <roland@frob.com>
9995         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9996         * sysdeps/mach/hurd/futimes.c: Likewise.
9997         * sysdeps/mach/hurd/lutimes.c: Likewise.
9999 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
10000             Jakub Jelinek  <jakub@redhat.com>
10002         Implement reference counting of scope records.
10003         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
10004         from the list in objects which remain.  Always allocate new scope
10005         record.
10006         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
10007         don't resize, allocate a new one.
10008         * elf/dl-runtime.c: Update reference counters before using a scope
10009         array.
10010         * elf/dl-sym.c: Likewise.
10011         * elf/dl-libc.c: Adjust for l_scope name change.
10012         * elf/dl-load.c: Likewise.
10013         * elf/dl-object.c: Likewise.
10014         * elf/rtld.c: Likewise.
10015         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
10016         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
10017         Add l_scoperec_lock.
10018         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
10019         * sysdeps/generic/rtld-lowlevel.h: New file.
10021         * include/atomic.h: Rename atomic_and to atomic_and_val and
10022         atomic_or to atomic_or_val.  Define new macros atomic_and and
10023         atomic_or which do not return values.
10024         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
10025         Various cleanups.
10026         * sysdeps/i386/i486/bits/atomic.h: Likewise.
10028         * po/sv.po: Update from translation team.
10030 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
10032         * Versions.def: Add GLIBC_2.6 to libpthread.
10034         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
10035         (versioned_symbol): Likewise.
10036         (compat_symbol): Likewise.
10038         * po/tr.po: Update from translation team.
10040 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10042         * nis/Banner: Removed.  It's been integral part forever and the
10043         author info is incomplete anyway.
10044         * libio/Banner: Likewise.
10046         * nis/nis_table.c (nis_list): If __follow_path fails in the new
10047         code, make sure the nis_freeresult call doesn't crash and that the
10048         result is reported correctly.
10050 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
10052         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
10053         when callback is NULL.
10055         * nis/Versions (libnss_nisplus): Add
10056         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
10057         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
10058         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
10059         _nss_create_tablename): Rename to...
10060         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
10061         ... these.  No longer static.
10062         (internal_setgrent): Adjust users.
10063         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10064         Don't use locking around _nss_grp_create_tablename call.
10065         * nis/nss_nisplus/nisplus-initgroups.c: New file.
10067 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10069         * version.h (VERSION): Bump to 2.5.90 for new development tree.
10071 2006-10-06  Andreas Jaeger  <aj@suse.de>
10073         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
10075 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10077         * po/pl.po: Update from translation team.
10079         * nscd/nscd.c (main): Fix typo in message.
10080         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
10082 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
10084         [BZ #3291]
10085         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
10086         errno.h, signal.h, unistd.h and sysdep-cancel.h.
10087         (__sigprocmask): Define.
10089 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
10091         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
10092         used.
10094 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
10096         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
10097         in oldtotal and newtotal calculation.
10098         * nscd/nscd-client.h (struct mapped_database): Add datasize
10099         field.
10100         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
10101         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
10102         increased.
10103         (__nscd_cache_search): Add checks to make sure we never reference
10104         data beyond the current mapping.
10106 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10108         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
10109         variables const to avoid compiler warnings.
10111         * io/fts.c (fts_close): Remove redundant checks.
10112         (fts_build): Likewise.
10113         (fts_palloc): Likewise.
10115         * manual/message.texi (Advanced gettext functions,
10116         Using gettextized software): Fix typos.
10118 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10120         * posix/glob.c (glob_in_dir): Add some comments and asserts to
10121         explain why there are no leaks.
10123 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
10125         * libio/wmemstream.c: Include <wchar.h>.
10126         * libio/bug-wmemstream1.c: Likewise.
10127         * libio/tst-wmemstream1.c: Likewise.
10128         * libio/tst-wmemstream2.c: Likewise.
10130         * version.h (RELEASE): Bump to 2.5.
10131         * README: Regenerated.
10133         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
10135         [BZ #3273]
10136         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
10137         found no group members.
10138         Patch by Petr Baudis.
10140 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
10142         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
10143         assert bootstrap_map.l_tls_modid is zero.
10144         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
10145         if USE___THREAD.
10147 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
10149         * libio/stdio.h: Move open_wmemstream prototype to ...
10150         * wcsmbs/wchar.h: ... here.
10152 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10154         [BZ #3252]
10155         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
10156         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
10157         __{,l}chown to handle the rest.
10158         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
10159         fchownat syscall and __ASSUME_32BITUIDS case inline, call
10160         __{,l}chown to handle the rest.
10161         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
10162         i386/fchownat.c.
10163         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
10164         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
10166         [BZ #3253]
10167         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10168         time, rather allocate increasingly bigger arrays of pointers, if
10169         possible with alloca, if too large with malloc.
10171 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
10173         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
10175         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
10177 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
10179         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
10180         home addresses.
10181         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
10182         IFA_F_HOMEADDRESS flag for interfaces.
10183         * include/ifaddrs.h (struct in6addrinfo): Define
10184         in6ai_homeaddress.
10186 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
10188         [BZ #3225]
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
10190         PTR_DEMANGLE3): Define.
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
10192         PTR_DEMANGLE3): Likewise.
10193         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
10194         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
10195         Likewise.
10196         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
10198 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
10200         * po/libc.pot: Regenerated.
10201         * po/be.po: Updated.
10202         * po/ca.po: Likewise.
10203         * po/cs.po: Likewise.
10204         * po/da.po: Likewise.
10205         * po/de.po: Likewise.
10206         * po/el.po: Likewise.
10207         * po/en_GB.po: Likewise.
10208         * po/es.po: Likewise.
10209         * po/fi.po: Likewise.
10210         * po/fr.po: Likewise.
10211         * po/gl.po: Likewise.
10212         * po/hr.po: Likewise.
10213         * po/hu.po: Likewise.
10214         * po/ja.po: Likewise.
10215         * po/ko.po: Likewise.
10216         * po/nb.po: Likewise.
10217         * po/nl.po: Likewise.
10218         * po/pl.po: Likewise.
10219         * po/pt_BR.po: Likewise.
10220         * po/ru.po: Likewise.
10221         * po/rw.po: Likewise.
10222         * po/sk.po: Likewise.
10223         * po/sv.po: Likewise.
10224         * po/tr.po: Likewise.
10225         * po/zh_CN.po: Likewise.
10226         * po/zh_TW.po: Likewise.
10228         [BZ #3137]
10229         * iconv/iconv_prog.c (main): Fix spelling in error message.
10230         * iconv/iconvconfig.c (main): Likewise.
10231         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
10232         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
10233         * locale/programs/localedef.c (main): Likewise.
10234         * locale/programs/repertoire.c (repertoire_read): Likewise.
10235         * timezone/zdump.c (main): Likewise.
10236         * nscd/connections.c (handle_request): Fix spelling in log message.
10237         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
10239 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
10241         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
10242         interfaces.
10244 2006-09-20  Andreas Jaeger  <aj@suse.de>
10246         * math/libm-test.inc (lrint_test_upward): Fix typo.
10248 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
10250         [BZ #2592]
10251         * math/libm-test.inc (lrint_test_tonearest): New function.
10252         (lrint_test_towardzero): New function.
10253         (lrint_test_downward): New function.
10254         (lrint_test_upward): New function.
10255         (main): Run these new tests.
10256         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
10257         of values near to 0.
10258         (two52): Use double not long double.
10259         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
10260         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
10261         (two23): Use float not double.
10262         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
10263         (two23): Use float not double.
10264         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
10265         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
10266         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
10267         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
10269 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10271         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
10272         Cast sp to unsigned long to avoid compiler warning.
10273         Use __makecontext_ret function instead of a trampoline on the stack.
10274         (__makecontext_ret): New function.
10275         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
10277 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
10279         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
10280         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
10281         bits.
10283 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
10285         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
10286         sure no reference to the unloaded map's search list remains in the
10287         dependency's scope.
10289 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
10291         * elf/Makefile: Add rules to build and run unload7 test.
10292         * elf/unload7.c: New test.
10293         * elf/unload7mod1.c: New file.
10294         * elf/unload7mod2.c: New file.
10296 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
10298         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
10299         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
10300         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10301         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
10302         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
10303         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
10304         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
10305         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
10306         PTRACE_GETEVENTMSG): Likewise.
10307         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
10308         values.
10310 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
10312         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
10313         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10314         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
10315         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
10317 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
10319         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
10320         write '\0' to the fd.
10321         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
10322         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
10323         Change regs to unsigned long pointer from unsigned int, fix fscr
10324         offset.
10326 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
10328         * io/Makefile (CFLAGS-fstatat.c): Set.
10329         (CFLAGS-fstatat64.c): Likewise.
10330         (CFLAGS-mknodat.c): Likewise.
10332         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
10333         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
10334         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
10335         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
10337 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
10338             Steven Munroe  <sjmunroe@us.ibm.com>
10340         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
10341         names to the beginning.  Rename "cell" to "cellbe".
10342         (_dl_powerpc_platforms): New.
10343         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10344         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
10345         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
10346         (_DL_HWCAP_PLATFORM): Define to new mask.
10347         (_dl_platform_string, _dl_string_platform): New functions.
10348         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
10349         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
10351 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
10353         [BZ #2526]
10354         * README.libm: Fix a thinko in sqrt algorithm description.
10356         [BZ #3143]
10357         * manual/string.texi (argz_delete): Fix prototype.
10358         Patch by <alpt@freaknet.org>.
10360 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
10362         [BZ #3138]
10363         * io/test-lfs.c (do_prepare): Give name_len type size_t.
10364         * io/tst-fcntl.c (do_prepare): Likewise.
10365         * posix/tst-exec.c (do_prepare): Likewise.
10366         * posix/tst-preadwrite.c (do_prepare): Likewise.
10367         * posix/tst-spawn.c (do_prepare): Likewise.
10368         * posix/tst-truncate.c (do_prepare): Likewise.
10369         * rt/tst-aio.c (do_prepare): Likewise.
10370         * rt/tst-aio64.c (do_prepare): Likewise.
10371         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
10372         size_t.
10374 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
10376         [BZ #2821]
10377         * time/mktime.c (guess_time_tm): Fix overflow detection.
10378         * time/Makefile (tests): Add bug-mktime1.
10379         * time/bug-mktime1.c: New file.
10381         [BZ #3189, #3188]
10382         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
10383         (mremap): Likewise.
10385 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
10387         [BZ #1006]
10388         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
10389         Ensure relocation doesn't clobber any bits outside of the
10390         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
10391         R_SPARC_HI22 and R_SPARC_H44.
10393         [BZ #2775]
10394         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
10395         (long) (MINSIZE + nb - old_size) is positive.
10397         * malloc/arena.c (grow_heap): When growing bail even if new_size
10398         is negative.
10400         [BZ #3155]
10401         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
10402         stack below r1.
10404 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10406         * posix/regex_internal.c (re_string_reconstruct): Handle
10407         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10408         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10409         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10410         re_string_context_at.
10411         * posix/Makefile: Add rules to build and run bug-regex26 test.
10412         * posix/bug-regex26.c: New test.
10414         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
10415         rather than col_sym_free.  Move seqp declaration earlier.
10417         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
10419 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
10421         * nscd/initgrcache.c (addinitgroupsX): Move any_success
10422         decl before first goto out.
10424 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10426         * Makerules (shlib.lds): If have-hash-style, put .hash section
10427         at the end of the RO segment.
10429 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
10431         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
10432         style hash table format is used.
10434 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10436         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
10437         randomization rather than before.
10438         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
10440 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
10442         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
10444         * malloc/malloc.c (_int_malloc): Use full list insert and not
10445         shortcut which assumes the list is empty for large requests
10446         too.
10448         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
10450 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
10452         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
10453         and offout arguments to the prototype.
10454         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
10455         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
10456         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
10457         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
10458         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
10459         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
10460         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
10461         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
10463 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
10465         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
10467         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
10468         dlopen parameters.
10470 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
10472         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
10473         only if herrno is NETDB_INTERNAL.  Handle errors other than
10474         ERANGE outside of the loops, handle TRY_AGAIN.
10476         * locale/programs/ld-ctype.c (translit_flatten): Issue error
10477         if other's ctype category was missing.
10478         * locale/programs/ld-collate.c (collate_read): Return if
10479         copy_locale's collate category is missing.
10481 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
10483         [BZ #2684]
10484         * malloc/malloc.c (public_rEALLOc): Try harder by using other
10485         arenas if allocation failed.
10486         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
10488 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
10490         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
10491         waste bins[0..1].
10492         (malloc_state): Reduce bins size by 2.
10493         (_int_malloc): Fix test for large enough buffer for early termination.
10494         When no unsorted block matches perfectly and an exiting block has
10495         to be split, use full list insert and not shortcut which assumes
10496         the list is empty.
10498         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
10499         failure.
10501 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10503         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
10504         do anything.
10506         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
10507         symbol require exact match (these are PLTs).
10508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
10509         (_dl_ppc64_addr_sym_match): Likewise.
10511         [BZ #2683]
10512         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
10513         If symbol has a value use it.
10514         * elf/tst-dladdr1.c: New file.
10515         * elf/Makefile: Add rules to build and run tst-addr1.
10517 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
10519         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
10520         keeps failing and heap growth or new heap creation isn't
10521         successful either.
10522         * malloc/tst-malloc.c (main): Add new tests.
10524 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10526         [BZ #2734]
10527         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10528         as in the x86-64 code to use bswap.
10530 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10532         [BZ #2680]
10533         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10534         __USE_UNIX98.
10535         * posix/bits/unistd.h: Likewise.
10537 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10539         [BZ #2751]
10540         * string/strchr.c: Add cast to avoid warning.
10542 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10544         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10545         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10546         limit is needed to avoid the exploding of the address space
10547         requirement for secondary heaps.
10548         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10549         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10551 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10553         [BZ #3018]
10554         * Makerules (depfiles): Handle extra-test-objs the same as
10555         extra-objs.
10556         (common-mostlyclean): Likewise.
10557         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10558         instead.
10559         * elf/Makefile (extra-objs): Likewise.
10560         * stdlib/Makefile (extra-objs): Likewise.
10562 2006-08-14  Eric Blake  <ebb9@byu.net>
10564         [BZ #3044]
10565         * misc/error.h: Assume C89 or better.
10566         * misc/error.c: Likewise.
10568 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10570         [BZ #3040]
10571         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10572         __ASSUME_ATFCTS is defined.
10574 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10576         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10577         to sort in each call.
10579         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10580         is empty simply return and use next service.
10581         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10583         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10584         tells us when not finding a charmap file is an error.
10585         * locale/programs/charmap.h: Adjust charmap_read prototype.
10586         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10587         cannot find a charmap.
10588         * locale/programs/localedef.c (main): Adjust charmap_read call.
10590 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10592         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10593         sysdeps/posix/pause.c implementation instead.
10595 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10597         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10598         to EPERM.
10600 2006-08-13  Andreas Schwab  <schwab@suse.de>
10602         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10603         Don't clobber caller's LRSAVE.
10604         (_dl_prof_resolve): Likewise.
10606 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10608         [BZ #1996]
10609         * libio/memstream.c (open_memstream): Allocate initial buffer with
10610         calloc.
10611         * libio/wmemstream.c (open_wmemstream): Likewise.
10612         * libio/strops.c: Pretty printing.
10613         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10614         (enlarge_userbuf): New function.
10615         (_IO_str_seekoff): Call it if seek position is larger than current
10616         buffer.
10617         * libio/wstrops.c: Likewise.
10618         * libio/vasprintf.c: Add comment as to why we do not have to use
10619         calloc instead of malloc to allocate initial buffer.
10620         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10621         * libio/bug-memstream1.c: New file.
10622         * libio/bug-wmemstream1.c: New file.
10624 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10626         * libio/wstrops.c: Remove dead macro definitions and comments.
10627         * libio/strops.c: Likewise.
10629         [BZ #2764]
10630         * login/utmpname.c (__utmpname): Remove unnecessary test.
10632 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10634         [BZ #2832]
10635         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10636         0s from integers.
10638 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10640         [BZ #2987]
10641         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10642         for CPU clocks.
10643         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10644         setting of CPU clocks.
10646 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10648         [BZ #2841]
10649         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10650         since C99 requires the result to promote to 'int' when uint_least8_t
10651         and uint_least16_t promote to 'int'.
10653 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10655         [BZ #3013]
10656         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10657         lenght of one output field, correct bitmask creation.
10658         * locale/programs/ld-time.c: Add alignment.
10660         [BZ #2997]
10661         * misc/error.c: Add space between program name and message if file
10662         name is missing.
10664 2006-08-03  Eric Blake  <ebb9@byu.net>
10666         [BZ #2998]
10667         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10669 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10671         * malloc/memusagestat.c: Silence warnings.
10673         * malloc/malloc.c: Dynamically size mmap treshold if the program
10674         frees mmaped blocks.
10675         Patch by Valerie Henson and Arjan van de Ven.
10677 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10679         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10680         __USE_GNU.
10682         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10683         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10684         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10685         Only provide var definitions in strtol_l (or for *ull*
10686         in strtoll_l).
10688         * stdio-common/bug16.c (tests): New array.
10689         (do_tests): Allow the first hexadecimal digit
10690         to be 1, 2, 4 or 8.  Do 3 additional tests.
10692         * sysdeps/s390/fpu/libm-test-ulps: Update.
10694         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10695         fchownat syscall if available.
10696         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10697         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10698         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10700 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10702         * nis/nis_xdr.c: Avoid some function calls.
10704 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10705             Ulrich Drepper  <drepper@redhat.com>
10707         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10708         short cut if only one name component is stripped away.
10710 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10712         * nis/nis_call.c: Minor cleanups throughout.
10713         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10714         (first_shoot): Add search_parent_first parameter.  Only if it is set
10715         search parent server first.
10716         If directory for table found through cold start cache is not the same
10717         as referenced in the cache, don't use it.
10718         (__nisfind_server): Take additional parameter.  Pass it on to
10719         first_shoot.
10720         (__prepare_niscall): Adjust __nisfind_server call.
10721         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10722         * nis/nis_table.c: Adjust __nisfind_server call.
10723         * nis/nis_lookup.c: Likewise.
10724         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10726 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10728         [BZ #2182]
10729         * math/s_cacosh.c: Return values from positive branch.
10730         * math/s_cacoshf.c: Likewise.
10731         * math/s_cacoshl.c: Likewise.
10733         [BZ #2883]
10734         * sysvipc/sys/msg.h: Change return value to ssize_t.
10735         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10736         * sysvipc/msgrcv.c: Likewise.
10737         * include/sys/msg.h: Likewise.
10739         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10740         test introduced in patch for bz #661.
10741         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10742         element for NEWGROUPS.
10744         [BZ #2908]
10745         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10746         'f', use '1' as leading digit not '\1'.
10747         * stdio-common/Makefile (tests): Add bug16.
10748         * stdio-common/bug16.c: New file.
10750         [BZ #2914]
10751         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10752         and don't try to open it.  The patch introducing the macro
10753         contained a bug and used the same file name as the new file
10754         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10755         this out completely.
10757         [BZ #2926]
10758         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10759         Patch by Jerry James <Jerry.James@usu.edu>.
10761         * rt/Makefile (tests): Add tst-clock2.
10762         * rt/tst-clock2.c: New file.
10764         [BZ #2978]
10765         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10766         function and its parameters and pass it to new thread.
10767         (__gai_notify): Add support for alternative waiting for completion.
10768         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10769         waiting for completion.
10770         * resolv/getaddrinfo_a.c: Likewise.
10771         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10772         waiting for completion is used.
10773         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10774         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10775         * resolv/gai_error.c: Likewise.
10776         * resolv/gai_sigqueue.c: Likewise.
10778 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10780         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10781         errno to EBADF and return MACH_PORT_NULL.
10783 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10785         [BZ #2980]
10786         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10788 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10790         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10791         walk them instead of the symbol table.
10793 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10795         [BZ #2098]
10796         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10797         status of NSS calls, not the number of returned entries.
10799         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10800         request_key, keyctl.
10802 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10804         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10806 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10808         * elf/tst-auditmod1.c: Fix typo in #error.
10810 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10812         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10814         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10816 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10818         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10819         that the directory is empty even on non-POSIX filesystems.
10821 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10823         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10825         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10826         the backend NSS module.  If backend setgrent call failed, don't have
10827         internal_setgrent fail.  Just remember this until it is needed.
10828         * nis/nss_compat/compat-pwd.c: Likewise.
10829         * nis/nss_compat/compat-spwd.c: Likewise.
10831 2006-07-30  Roland McGrath  <roland@redhat.com>
10833         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10834         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10835         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10836         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10838         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10839         (nanosleep_not_cancel): New macro.
10840         (sigsuspend_not_cancel): new macro.
10841         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10842         (do_sigsuspend): Define as inline.
10843         (__sigsuspend): Always use do_sigsuspend.
10844         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10845         * include/signal.h: Declare __sigsuspend_nocancel.
10846         * sysdeps/posix/pause.c
10847         [! NO_CANCELLATION] (__pause_nocancel): New function.
10849         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10850         * include/time.h (__nanosleep_nocancel): Likewise.
10852 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10854         * locale/programs/localedef.c (add_to_readlist): Rename local
10855         variables to avoid confusion.
10857         * locale/programs/charmap.c (charmap_read): Emit error message if
10858         charmap couldn't be found or read.
10860 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10862         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10863         __ASSUME_FUTEX_LOCK_PI.
10864         * include/time.h: Declare __nanosleep_nocancel.
10865         * include/unistd.h: Declare __pause_nocancel.
10867         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10868         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10869         get the __stack_chk_fail_local definition when it's needed.
10871 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10873         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10874         * dlfcn/bug-atexit3.c: New file.
10875         * dlfcn/bug-atexit3-lib.cc: New file.
10877         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10878         used when the namespace is not the base namespace.
10880 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10882         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10883         (__new_exitfn): Bump it in every successful call.
10884         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10885         more exit handlers, call them right away.
10886         * stdlib/exit.h: Declare __new_exitfn_called.
10888 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10890         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10891         calling registered handler.
10893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10894         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10895         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10896         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10897         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10898         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10899         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10900         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10902 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10904         * elf/dl-lookup.c (dl_new_hash): New functions.
10905         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10906         value here.  Compute new-style hash value.  Pass new hash value
10907         and reference to variable with the old value to do_lookup_x.
10908         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10909         old-style hash table.
10910         (_dl_debug_bindings): Pass new hash value and reference to variable
10911         with the old value to do_lookup_x.
10912         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10913         new-style hash value and change old-style hash value parameter to
10914         be a reference.  Reoganize functions to determine whether
10915         new-style hash table is available.  Only fall back on old-style
10916         table.  If old-style hash value is needed, compute it here.
10917         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10918         entry.
10919         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10920         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10921         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10922         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10923         * Makeconfig: If linker supports --hash-style option add it to all
10924         linker command lines to build DSOs.
10925         * config.make.in: Define have-hash-style.
10926         * configure.in: Test whether linker supports --hash-style option.
10928         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10929         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10931 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10933         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10934         auditing.
10936         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10937         RPATH of main map twice.
10939 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10941         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10942         look further, return original strings.
10943         (_nl_find_msg): Do not return found translation if the conversion
10944         failed.  Either signal the string is unusable or that something went
10945         wrong and the original should be used.
10947 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10949         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10951 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10953         [BZ #2766]
10954         * misc/insremque.c (insque): Handle prev == NULL.
10955         * misc/Makefile (tests): Add tst-insremque.
10956         * misc/tst-insremque.c: New test.
10958 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10960         [BZ #2792]
10961         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10962         conflict with DL_DST_REQUIRED.
10964 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10966         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10967         match what Solaris does.
10969 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10971         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10972         local_setegid instead of seteuid and setegid.
10973         * sysdeps/generic/local-setxid.h: New file.
10974         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10976         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10978         * string/Makefile (tests): Add bug-envz1.
10979         * string/bug-envz1.c: New file.
10981 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10983         * posix/regex_internal.c (re_string_skip_chars): If no character has
10984         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10985         to the byte which couldn't be converted.
10986         (re_string_reconstruct): Don't clear valid_raw_len before calling
10987         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10988         tip_context using re_string_context_at.
10989         * posix/Makefile: Add rules to build and run bug-regex25 test.
10990         * posix/bug-regex25.c: New test.
10992 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10994         [BZ #2703]
10995         * string/envz.c (envz_strip): Correct erroneously reversed src
10996         and dest parameters to memmove() invocation.
10998 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
11000         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
11001         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
11002         to make sure the database has been already invalidated.
11003         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
11004         after the cache has been invalidated.  Use pthread_mutex_lock rather
11005         than pthread_mutex_trylock if fd != -1.
11006         * nscd/connections.c (invalidate_cache): Add fd argument, write
11007         response to fd if not calling prune_cache, pass fd to prune_cache.
11008         (handle_request): Adjust invalidate_cache caller.
11009         (nscd_run): Pass -1 as fd to prune_cache.
11011 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
11013         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
11014         the correct place.
11016 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
11018         * nscd/nscd.h (struct database_dyn): Add prunelock field.
11019         * nscd/cache.c (prune_cache): Take prunelock before starting the
11020         work.  Just return in case it is already taken.
11021         * nscd/connections.c (dbs): Initialize .prunelock.
11023 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
11025         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
11026         copying.  No need to allocate new array for group members.  Just
11027         move the pointers and update the size.
11029         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
11030         Avoid memory leak in case realloc fails.  Simplification for
11031         better code generation.
11033         Avoid deprecation warning because of libc_hidden_proto for
11034         inet6_option_alloc.
11035         * inet/inet6_option.c (option_alloc): Renamed from
11036         inet6_option_alloc.  Made static.
11037         (inet6_option_alloc): Now a simple wrapper around option_alloc.
11038         (inet6_option_append): Call option_alloc.
11039         * include/netinet/in.h: Remove libc_hidden_proto for
11040         inet6_option_alloc.
11042         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
11043         for cleanup when cb!=NULL [Coverity CID 233].
11045 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
11047         [BZ #2693]
11048         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
11049         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
11050         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
11051         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
11052         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
11053         and inet6_rth_getaddr.
11054         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
11055         array.
11056         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
11057         Mark inet6_option_* interfaces as deprecated.
11058         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
11059         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
11060         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
11061         inet6_rth_segments, and inet6_rth_getaddr.
11062         * inet/inet6_opt.c: New file.
11063         * inet/inet6_rth.c: New file.
11065         * inet/netinet/icmp6.h: Pretty printing.
11067         [BZ #2683]
11068         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
11070 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
11072         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
11073         doing it all here.  When server does not know the answer do not
11074         fail immediate, try parent first.
11076         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
11077         overflow test.
11079 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
11081         * nis/nis_call.c (__prepare_niscall): New function.  Split out
11082         from __do_niscall.
11083         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
11084         and exported.
11085         (__follow_path): New function.  Split out from nis_list.
11086         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
11087         _xdr_nis_result.
11088         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
11089         _xdr_nis_result.
11090         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
11091         and __follow_path.
11092         * nis/Versions: Export __prepare_niscall, __create_ib_request,
11093         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
11094         from libnsl for version GLIBC_PRIVATE.
11095         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
11096         Remove entry parameter from _nss_nisplus_parse_pwent and
11097         _nss_nisplus_parse_grent.
11098         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11099         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
11100         again.  Rewrite getpwent handling to not use nis_first_entry and
11101         nis_next_entry.  Roll out own niscall handling.
11102         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11104         * sunrpc/xdr_rec.c: Fix typo in comment.
11106 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
11108         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
11109         handling.
11111         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
11112         to allocate memory for my_pollfd.  Better initialization of
11113         cb_is_running.  Use TEMP_FAILURE_RETRY.
11115         * malloc/memusage.sh (memusageso): Add quotes.
11116         (memusagestat): Likewise.
11117         * debug/xtrace.sh (pcprofileso): Likewise.
11118         (pcprofiledump): Likewise.
11119         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
11120         replacement.
11121         * malloc/Makefile ($(objpfx)memusage): Likewise.
11123         * nis/nis_callback.c (__nis_create_callback): Calls to
11124         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
11125         asprintf call fails.
11127         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
11128         no uninitialized memory is passed to sendto.
11130 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
11132         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
11133         of snprintf+strdup.  Handle OOM.
11134         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
11135         cb->serv together.  Remove now obsolete free calls.
11136         (__nis_destroy_callback): Remove now obsolete free call.
11138 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
11140         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
11141         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
11142         and ULA respectively). Set precedence for IPv4 address to 10 as
11143         defined in RFC3484 for preferring IPv6.
11144         * posix/gai.conf: Update to match the new default tables.
11146 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
11148         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
11149         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
11150         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
11151         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
11153         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
11154         Removed.
11155         (init_nss_interface): Remove initialization of these variables.
11157 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
11159         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
11160         nis_free_directory forward to avoid duplication.
11162 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
11164         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
11165         rec_dirsearch returning NULL.
11166         (first_shoot): Handle __nis_finddirectory returning NULL.
11167         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
11169         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
11170         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
11172 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
11174         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
11175         pid changed.
11177 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
11179         * include/rpc/pmap_prot.h: Mark all functions as hidden.
11181         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
11182         * nscd/nscd_getgr_r.c: Likewise.
11184         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
11186         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
11187         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
11189         * stdlib/longlong.h (__clz_tab): Mark as hidden.
11191         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
11193         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
11195         * include/rpc/auth.h: Mark xdr_des_block_internal and
11196         xdr_opaque_auth_internal as hidden.
11198         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
11199         hidden.
11201         * include/rpc/xdr.h: Mark all _internal functions as hidden.
11203         * misc/getusershell.c (okshells): Don't use static initializers,
11204         do it dynamically.
11206         * stdlib/fmtmsg.c (keywords): Change type of len element to
11207         uint32_t to not waste space on 64bit machines.
11209         * locale/setlocale.c: Change _nl_category_names into a string.
11210         Add new _nl_category_name_idxs.  Change all users.
11211         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
11212         Declare _nl_category_name_idxs.
11213         * locale/findlocale.c: Adjust for _nl_category_names change.
11214         * locale/loadlocale.c: Likewise.
11215         * locale/newlocale.c: Likewise.
11216         * intl/dcigettext.c: Likewise.
11218         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
11219         (add_alias2): ...here.  New function.
11220         (__gconv_read_conf): Simplify builtin alias handling.
11221         (builtin_aliases): Convert to string to avoid relocations.
11222         * iconv/gconv_builtin.h: Add comment about correct formatting.
11224 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
11226         * resolv/res_debug.c (loc_ntoa): Make error const.
11228 2006-05-14  Andreas Schwab  <schwab@suse.de>
11230         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
11232 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
11234         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
11235         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
11236         sizeof (cpu_set_t).
11238 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
11240         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
11242         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
11244         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
11245         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
11247         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
11248         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
11250         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
11251         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
11252         xdr_cback_data.
11254         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
11255         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
11256         xdr_ypupdate_args.
11258         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
11259         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
11261         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
11262         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
11264         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
11265         * include/rpcsvc/nis_callback.h: New file.
11267         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
11268         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
11270         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
11271         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
11273         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
11274         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
11276         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
11277         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
11279         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
11280         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
11281         xdr_ypdelete_args.
11283         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
11284         __BEGIN_DECLS and __END_DECLS, the header is not installed.
11286         * nis/nis_error.c: Remove table of strings.  Use position
11287         independent mechanism.
11288         * nis/nis_error.h: New file.
11290 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
11292         * locale/programs/ld-time.c (time_finish): If wide era name or
11293         format aren't provided, set both wname and wformat to L"".
11295 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
11297         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
11298         results if the call was succesful.
11300         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
11302         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
11303         as hidden.
11305 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
11307         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
11309 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
11311         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
11312         caller makes sure this is not the case.
11313         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
11315 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
11317         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
11318         calls.
11320         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
11321         [Coverity CID 229, 230]
11323         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
11324         DGETTEXT calls.
11325         (hol_help): Likewise.  [Coverity CID 226, 227]
11327         * string/argz-replace.c (__argz_replace): Unconditionally call
11328         free on SRC.  [Coverity CID 225]
11330         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
11331         the return value of __nis_default_owner and __nis_default_group,
11332         it has been especially allocated.  [Coverity CID 224]
11334         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
11335         searchgroup and searchowner.  Significantly simplified.
11336         (__nis_default_owner): Remove duplication.  Do not locally copy the
11337         string before duplicating it.
11338         (__nis_default_group): Likewise.
11340         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
11341         we must clear the variable before calling __nisfind_server.
11343         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
11344         nis_getnames.  [Coverity CID 223]
11346         * locale/programs/locfile.c (locfile_read): Use alloca instead of
11347         xmalloc to allocate local repertoire name.  [Coverity CID 222]
11349         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
11350         allocate memory for the input to add_bytes.  [Coverity CID 221]
11352         * posix/wordexp.c (w_addword): Free word if realloc fails and it
11353         was allocated here.  [Coverity CID 219, 220]
11355         * posix/getconf.c (print_all): Free confstr data after printing.
11356         [Coverity CID 218]
11358         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
11359         list allocation fails.  [Coverity CID 215]
11361         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
11362         [Coverity CID 213]
11364         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
11365         string is NULL.  [Coverity CID 212]
11366         * argp/Makefile: Add rules to build and run bug-argp1.
11367         * argp/bug-argp1.c: New file.
11369         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
11370         end of string.
11371         * stdlib/canonicalize.c (__realpath): Likewise.
11373         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
11374         pointer.  [Coverity CID 206]
11376         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
11377         in statically linked code.
11378         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
11379         statically built code, be prepared to have no link map.
11380         [Coverity CID 205]
11382         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
11383         dgettext calls. [Coverity CID 204]
11385         * argp/argp-help.c (struct uparams): Remove valid member.  Change
11386         the one user.
11387         (uparam_names): Reduce size.  Avoid relative relocations.
11388         Moved to read-only segment.
11389         (fill_in_uparams): Update for new layout.
11391         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
11392         assumed to always be != NULL. [Coverity CID 202]
11394         * argp/argp-help.c (hol_entry_help): Remove some dead code
11395         [Coverity CID 200].
11397         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
11398         away a few more unconditional yperr2nss calls.
11399         (_nss_nis_getservbyname_r): Likewise.
11401 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
11403         * sysdeps/generic/ldsodefs.h: Remove support for non-core
11404         architectures.
11406         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
11407         that unused memory passed to sendto is nevertheless initialized.
11409         [BZ #2499]
11410         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
11411         possibly unaligned memory accesses.
11413         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
11414         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
11415         and __putlong respectively.  Correct buffer overflow check for
11416         NS_NOTIFY_OP.
11418         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
11420         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
11421         (send_dg): Rewrite error handling to be more compact and avoid
11422         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
11424         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
11426         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
11427         instead of ns_get16.
11428         (res_queriesmatch): Likewise.  Minor optimization.
11430         [BZ #2499]
11431         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
11432         __libc_res_nsend might reallocate the buffer for the answer.  In
11433         this case we have to reload the HP pointer.
11435 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11437         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
11438         some branch prediction hints.
11440         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
11441         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
11442         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
11443         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11444         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11445         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
11446         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
11447         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
11449 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11451         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
11452         by a GOT relocation to make Scrt1.o position independent.
11453         * sysdeps/s390/s390-64/elf/start.S: Likewise.
11455         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
11456         six system call parameters.
11457         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11459 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11461         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
11462         malloc&bzero.
11464         * sunrpc/svc_udp.c (BZERO): Remove definition.
11465         (CALLOC): Define.
11466         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
11468         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11469         (des_SPtrans): Use uint32_t type.
11470         (des_skb): Likewise.
11472         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
11474 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
11476         [BZ #2509]
11477         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
11478         on 32-bit arches.
11480 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11482         * locale/programs/ld-address.c (address_finish): Fix one more
11483         place where the iso639 array might be accessed beyond the limits.
11485 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
11487         * nis/nis_table.c (nis_list): Avoid clearing res twice before
11488         filling it for the first time.
11490         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
11491         Adjust all callers.
11492         Free res object content before returning.
11494         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
11496         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
11497         client->cl_auth.
11499         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
11500         cleanup for initial thread, just the free call on TVP.
11502         * nscd/gai.c (__getline): Define.
11505 See ChangeLog.16 for earlier changes.