Unify __WAIT_INT definition in stdlib.h and sys/wait.h.
[glibc.git] / ChangeLog
blobd8a8305c820dc17c4d03ffc7c39247d3b8f6033c
1 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10159]
4         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
6         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
7         patch.
9 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
11         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
12         Use it if we absolutely cannot reach any more correct list elements
13         because that many do not fit into the currently mapped database.
15 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
17         * nscd/nscd_helper.c: Include stddef.h.
18         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
19         in a couple of places.  Return NULL if trail is not less than
20         datasize, don't consider dataheads with length smaller than
21         offsetof (struct datahead, data) + datalen.
22         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
23         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
24         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
25         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
26         * nscd/nscd_getai.c (__nscd_getai): Likewise.
27         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
28         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
30         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
31         Rename ...
32         (fallocate64): ... to this.
33         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
34         Rename ...
35         (fallocate64): ... to this.
36         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
37         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
38         fallocate64@@GLIBC_2.10.
39         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
40         fallocate64@@GLIBC_2.11.
41         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
42         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
43         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
44         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
46         * nscd/selinux.c (nscd_avc_destroy): Removed.
47         * nscd/selinux.h (nscd_avc_destroy): Likewise.
48         * nscd/nscd.c (termination_handler): Don't call
49         nscd_avc_destroy.
51 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
53         * include/atomic.h: Formatting.
54         (catomic_compare_and_exchange_val_acq): Don't define if already
55         defined by bits/atomic.h.
57 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
59         * math/libm-test.inc (expm1_test): Add test for range error.
61         * Versions.def: Add GLIBC_2.11 for libc.
62         * debug/Makefile (routines): Add longjmp_chk.
63         Add rules to build and run tst-longjmp_chk.
64         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
65         * debug/longjmp_chk.c: New file.
66         * debug/tst-longjmp_chk.c: New file.
67         * include/bits/setjmp2.: New file.
68         * include/stdio.h: Mark __fortify_fail as internal_function.
69         * setjmp/Makefile (headers): Add bits/setjmp2.h.
70         * setjmp/bits/setjmp2.h: New file.
71         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
72         of the aliases.
73         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
74         defined.
75         * sysdeps/i386/____longjmp_chk.S: New file.
76         * sysdeps/x86_64/____longjmp_chk.S: New file.
77         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
78         * sysdeps/x86_64/__longjmp.S: Likewise.
80         * version.h: Bump for 2.11 development.
82         * elf/check-execstack.c: New file.
83         * elf/Makefile: Add rules to build and run check-execstack.
85 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
87         * version.h (VERSION): Bump to 2.10.1.
89         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
90         compatibility functions.
91         * nss/getXXent_r.c: Likewise.
92         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
93         * gshadow/getsgnam_r.c: Likewise.
94         * gshadow/Version: Remove duplicate entries.
96         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
97         for recent processor.
98         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
99         Likewise.
101 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
103         * version.h (VERSION): Bump for 2.10 release.
104         * include/features.h (__GLIBC_MINOR__): Bump to 10.
106         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
107         same place we add ASFLAGS-config.
109 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
111         [BZ #10128]
112         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
113         or FORMERR and the other NOERROR, don't raise an error.
115 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
117         [BZ #10118]
118         * Makeconfig (+asflags): New variable based upon ASFLAG or
119         asflags-cpu.
120         (ASFLAGS): Add override to set ASFLAGS to +asflags.
121         * config.make.in (asflags-cpu): Add variable based upon
122         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
123         the assembler.
124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
125         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
126         recognizes power6 instruction set due to passing -mcpu=power6 from
127         --with-cpu=power6 when compiling .S files.
128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
129         Likewise.
130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
131         Likewise.
132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
133         Likewise.
135 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
137         * string/stratcliff.c (do_test): Test for zero length
138         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
139         at the end of the page.
141 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
143         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
145         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
146         count is zero.
148         * po/da.po: Update from translation team.
150 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
152         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
153         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
155 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
157         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
158         and READ_IMPLIES_EXEC.
160 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
162         * po/da.po: Update from translation team.
164 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
166         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
167         comment change.
169 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
171         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
172         to MAP_ANON in PROT_NONE mmap64 call.
173         (open_archive): Likewise.
174         (file_data_available_p): Use mmap64 instead of mremap.
175         (enlarge_archive): Likewise.  Update head if ah->addr changed.
176         Attempt to reserve address space after mmap64 region.
178 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
180         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
181         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
182         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
184         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
185         atanh should set ERANGE.
187         [BZ #10087]
188         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
189         result of lookup to make call to implement STT_GNU_IFUNC.
190         (_dl_profile_fixup): Likewise.
191         Patch by H.J. Lu <hjl.tools@gmail.com>.
193         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
194         warning.
196         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
197         from definition.
199         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
200         label if it is not used.
202         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
203         of gmon_hist_hdr and gmon_hdr structures and use them.
204         * elf/sprof.c: Likewise.
206         * elf/dl-load.c (open_verify): Add temporary variable to avoid
207         warning.
209         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
211         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
212         to avoid cast.
214         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
215         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
216         to avoid warnings.
217         (iruserok_af): Use ss_family instead of casts.
219         * gmon/gmon.c (write_hist): Define real-type variant of
220         gmon_hist_hdr structure and use it.
221         (write_gmon): Likewise for gmon_hdr.
223         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
224         function if we are not going to define it.
225         * sysdeps/unix/sysv/linux/writev.c: Likewise.
227         * inet/inet6_option.c (option_alloc): Add temporary variable to
228         avoid warning.
230         * libio/strfile.h (struct _IO_streambuf): Use correct type and
231         name of VTable element.
232         * libio/iovsprintf.c: Avoid casts to avoid warnings.
233         * libio/iovsscanf.c: Likewise.
234         * libio/vasprintf.c: Likewise.
235         * libio/vsnprintf.c: Likewise.
236         * stdio-common/isoc99_vsscanf.c: Likewise.
237         * stdlib/strfmon_l.c: Likewise.
238         * debug/vasprintf_chk.c: Likewise.
239         * debug/vsnprintf_chk.c: Likewise.
240         * debug/vsprintf_chk.c: Likewise.
242         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
243         function pointers.
245 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
247         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
249 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
251         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
253         * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
254         * sysdeps/i386/fpu/s_tanf.S: Likewise.
255         * sysdeps/i386/fpu/s_tanl.S: Likewise.
256         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
257         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
258         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
259         * math/libm-test.inc: Add tests for errno after tan calls with
260         ±Inf.
262         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
263         errno value vor pow(+-0,neg).
264         * math/libm-test.inc (pow_test): Add tests for errno value for
265         pole errors.
267         * math/w_fmod.c: Also handle x=±Inf as error.
268         * math/w_fmodf.c: Likewise.
269         * math/w_fmodl.c: Likewise.
270         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
271         x=±Inf or y=0.
273         * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
274         * sysdeps/i386/fpu/s_cosf.S: Likewise.
275         * sysdeps/i386/fpu/s_cosl.S: Likewise.
276         * sysdeps/i386/fpu/s_sin.S: Likewise.
277         * sysdeps/i386/fpu/s_sinf.S: Likewise.
278         * sysdeps/i386/fpu/s_sinl.S: Likewise.
279         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
280         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
281         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
282         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
283         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
284         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
285         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
286         * math/libm-test.inc: Add tests for errno after sin/cos calls with
287         ±Inf.
289         * stdlib/strtod_l.c (round_and_return): We have to set errno to
290         ERANGE for underflows.
291         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
293         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
294         the 2001 revision.
296         * libio/tst-widetext.input: Remove surrogates.
298         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
300         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
301         for lgamma should set errno to ERANGE, not EDOM.
302         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
304 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
306         [BZ #10093]
307         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
308         UTF-16 surrogates.
310         * locale/programs/locarchive.c (enlarge_archive): Conserve address
311         space when temporarily mapping the whole content of the old file.
313         [BZ #10100]
314         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
315         not zero.
317 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
319         * iconvdata/sjis.c (BODY): Don't advance inptr before
320         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
321         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
322         two byte chars.
324 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
326         * locale/locarchive.h (struct locarhandle): Rename len field to
327         mmaped and add new reserved field.
328         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
329         (create_archive): Reserve address space and then map file into it.
330         (open_archive): Likewise.
331         (file_data_available_p): New function.
332         (compare_from_file): New function.
333         (close_archive): Adjust to member name changes.
334         (add_locale): Before comparing locale data, check it is mapped.
335         Otherwise fall back to reading from the file.
337 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
339         * stdio-common/psiginfo.c: Include <errno.h>.
341 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
343         [BZ #9920]
344         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
345         to get consistency between 32 and 64 bit architectures.
347         [BZ #10052]
348         * sysdeps/unix/make-syscalls.sh: Add rule to create target
349         directory for dummy syscall rules.
350         Patch by Chris Steinbroner <hesh@pobox.com>.
352 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
354         [BZ #10092]
355         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
356         MNT_EXPIRE.
358 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
360         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
361         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
363 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
365         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
366         data from vector to temporary buffer and call PWRITEV after it
367         instead of vice versa.
368         * sysdeps/posix/preadv.c: Fix up comment.
369         * misc/preadv.c: Likewise.
370         * misc/preadv64.c: Likewise.
371         * misc/pwritev.c: Likewise.
372         * misc/pwritev64.c: Likewise.
373         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
375 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
377         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
379         * shadow/Makefile (tests): Add tst-shadow.
380         * shadow/tst-shadow.c: New file.
382         [BZ #9955]
383         * gshadow/Makefile: New file.
384         * gshadow/Versions: New file.
385         * gshadow/fgetsgent.c: New file.
386         * gshadow/fgetsgent_r.c: New file.
387         * gshadow/getsgent.c: New file.
388         * gshadow/getsgent_r.c: New file.
389         * gshadow/getsgnam.c: New file.
390         * gshadow/getsgnam_r.c: New file.
391         * gshadow/gshadow.h: New file.
392         * gshadow/putsgent.c: New file.
393         * gshadow/sgetsgent.c: New file.
394         * gshadow/sgetsgent_r.c: New file.
395         * gshadow/tst-gshadow.c: New file.
396         * include/gshadow.h: New file.
397         * Makeconfig (all-subdirs): Add gshadow.
398         * Makefile (installed-headers): Add gshadow/gshadow.h.
399         * nss/Makefile (databases): Add sgrp.
400         * nss/Versions: Add gshadow functions as private exports.
401         * nss/nsswitch.conf: Add gshadow entry.
402         * nss/sgrp-lookup.c: New file.
403         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
404         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
405         * nss/nss_files/files-sgrp.c: New file.
406         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
407         * sysdeps/unix/sysv/linux/paths.h: Likewise.
409 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
411         * stdio-common/printf.h: Add missing const to register_printf_modifier.
412         * stdio-common/reg-modifier.c: Likewise.
414 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
416         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
417         is no FPU.
419 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
421         [BZ #10086]
422         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
423         headers up to 2.6.30.
425         * po/ca.po: Update from translation team.
427 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
429         [BZ #10069]
430         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
431         an object that uses static TLS if the TLS modid is higher than the
432         reserve we always allocate.  At least for multi-threaded code.
434 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
436         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
437         Numerically stable check for valid width.
439         * locale/programs/locarchive.c (open_archive): Map the entire file
440         and not just the administrative data.
441         (add_locale): When we find a hash sum match compare the content
442         to be sure.
444         * malloc/malloc.c (malloc_info): Output address space information.
446 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
448         * malloc/malloc.c (malloc_info): Also output system memory information.
450         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
451         architectures have preadv/pwritev in 2.6.30.
453         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
454         * sysdeps/posix/readv.c: Likewise.
455         Reported by Markus Armbruster <armbru@redhat.com>.
457         * malloc/hooks.c (top_check): Force hook value into register.
459 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
461         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
462         calls to _dl_relocate_object.
464 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
466         [BZ #9957]
467         * malloc/malloc.c (force_reg): Define.
468         (sYSMALLOc): Load hook variable into variable
469         before test and force into register.
470         (sYSTRIm): Likewise.
471         (public_mALLOc): Force hook value into register.
472         (public_fREe): Likewise.
473         (public_rEALLOc): Likewise.
474         (public_mEMALIGn): Likewise.
475         (public_vALLOc): Likewise.
476         (public_pVALLOc): Likewise.
477         (public_cALLOc): Likewise.
478         (__posix_memalign): Likewise.
479         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
480         before test and force into register.
481         * malloc/hooks.c (top_check): Likewise.
482         (public_sET_STATe): Pretty printing.
484         * resolv/res_send.c (send_dg): Don't just ignore the result we got
485         in case we only receive one reply in single-request mode.
487 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
489         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
490         are dlopened in statically linked program even for __LM_ID_CALLER.
492 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
494         * resolv/res_send.c (send_dg): Don't switch into single-request
495         mode if we already are in it.
497 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
499         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
500         are always at least 4 bytes in the returned line.
502 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
504         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
505         __libc_use_alloca (8192), if the stack is too small use 512 bytes
506         instead of 8K.  Stop searching in /proc/stat after hitting first
507         line not starting with cpu.
508         (next_line): Truncate too long
509         lines at buffer size * 3/4 instead of pretending there were line
510         breaks inside of large lines.
512 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
514         * sysdeps/x86_64/mp_clz_tab.c: New file.
516 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
517             Ulrich Drepper  <drepper@redhat.com>
519         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
520         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
521         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
523 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
525         * sysdeps/sh/libc-tls.c: New file.
527         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
529 2009-04-14  Roland McGrath  <roland@redhat.com>
531         * elf/elf.h: Add various missing ARM constants, to match binutils.
533 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
535         Optimizations from GMP.
536         * sysdeps/x86_64/add_n.S: New file.
537         * sysdeps/x86_64/addmul_1.S: New file.
538         * sysdeps/x86_64/lshift.S: New file.
539         * sysdeps/x86_64/mul_1.S: New file.
540         * sysdeps/x86_64/rshift.S: New file.
541         * sysdeps/x86_64/sub_n.S: New file.
542         * sysdeps/x86_64/submul_1.S: New file.
544 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
546         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
547         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
548         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
549         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
551 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
553         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
554         preadv/pwritev.
556 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
558         * sysdeps/x86-64/strrchr.S: New file.
560 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
562         * stdio-common/printf.h (struct printf_info): Add user element.
563         New types printf_arginfo_size_function, printf_va_arg_function.
564         Declare register_printf_specifier, register_printf_modifier,
565         register_printf_type.
566         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
567         (union printf_arg): Add pa_user element.
568         Adjust __printf_arginfo_table type.
569         Add __printf_va_arg_table, __printf_modifier_table,
570         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
571         declarations.
572         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
573         If registered arginfo call failed try normal specifier.
574         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
575         function.
576         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
577         * stdio-common/Versions: Export register_printf_modifier,
578         register_printf_type, and register_printf_specifier for GLIBC_2.10.
579         * stdio-common/reg-modifier.c: New file.
580         * stdio-common/reg-type.c: New file.
581         * stdio-common/reg-printf.c (__register_printf_specifier): New
582         function.  Mostly the old __register_printf_function function but
583         uses locking and type of third parameter changed.
584         (__register_printf_function): Implement using
585         __register_printf_specifier.
586         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
587         calls to arginfo functions.  Allocate enough memory for user-defined
588         types.  Call new va_arg functions to get user-defined types.
589         Try installed handlers even for existing format specifiers first.
591 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
593         * sysdeps/x86_64/rawmemchr.S: New file.
595         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
596         Simplified code and possible copy problem fixed.
598         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
599         function if it is not defined.  Add some necessary casts.
600         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
602         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
603         have preadv/pwritev in 2.6.30.
605 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
607         * malloc/malloc.c (malloc_info): New function.
608         * malloc/malloc.h: Declare it.
609         * malloc/Versions: Export malloc_info for GLIBC_2.10.
611         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
612         to avoid PLT slot.
614         * malloc/malloc.c (_int_realloc): Add parameter with old block
615         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
616         Adjust all callers.
617         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
619 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
621         * sysdeps/x86_64/strchrnul.S: New file.
623         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
624         depending libcrypt on -lfreebl3.
626         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
627         preadv/pwritev in 2.6.30.
629         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
630         instead of __strcasecmp.
632         * string/stratcliff.c (do_test): Add memchr tests..
633         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
634         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
635         first read quad word.
637 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
639         * string/strverscmp.c (__strverscmp): Fix last cleanups.
640         * string/tst-svc.input: Add new test case.
641         * string/tst-svc.expect: Adjust.
642         * string/Makefile: Don't ignore tst-svc error.
644         * sysdeps/x86_64/memchr.S: New file.
646         * resolv/resolv.h (RES_SNGLKUP): Define.
647         * resolv/res_init.c (res_setoptions): Recognize single-request option.
648         * resolv/res_send.c (send_dg): If we sent two requests at once and
649         only get one reply before timeout switch to mode where we send the
650         second request only after the first answer has been received.
652 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
654         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
655         * sysdeps/x86_64/strchr.S: Likewise.
657 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
659         * configure.in: We need to test for the compiler earlier.
661         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
662         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
663         GLIBC_2.10.
664         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
665         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
666         and pwritev.
667         * misc/preadv.c: New file.
668         * misc/preadv64.c: New file.
669         * misc/pwritev.c: New file.
670         * misc/pwritev64.c: New file.
671         * sysdeps/posx/preadv.c: New file.
672         * sysdeps/posx/preadv64.c: New file.
673         * sysdeps/posx/pwritev.c: New file.
674         * sysdeps/posx/pwritev64.c: New file.
675         * sysdeps/unix/sysv/linux/preadv.c: New file.
676         * sysdeps/unix/sysv/linux/preadv64.c: New file.
677         * sysdeps/unix/sysv/linux/pwritev.c: New file.
678         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
679         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
680         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
682         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
683         compatibility code.
684         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
686         * sysdeps/unix/sysv/linux/kernel-features.h: Define
687         __ASSUME_COMPLETE_READV_WRITEV.
688         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
689         with modern kernels.
690         * sysdeps/unix/sysv/linux/writev.c: Likewise.
692         * sysdeps/posix/readv.c: Since read is a cancellation point we have
693         to free a possible malloced buffer in case of cancellation.
694         * sysdeps/posix/writev.c: Likewise for write.
696 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
698         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
700         * configure.in: Recognize --enable-nss-crypt.
701         * config.make.in: Add nss-crypt entry.
702         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
703         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
704         and include path for NSS directory to compiler for md5-crypt,
705         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
706         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
707         function implementation, use NSS.  Introduce wrappers around the
708         hash function calls.  Little code size optimization.
709         * crypt/sha256-crypt.c: Likewise.
710         * crypt/sha512-crypt.c: Likewise.
711         * scripts/check-local-headers.sh: Ignore nss3 directory.
713         * configure.in: Rename pic_default to libc_cv_pic_default.
714         * config.make.in: Likewise.
716 2009-04-01  Roland McGrath  <roland@redhat.com>
718         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
719         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
720         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
721         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
722         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
723         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
724         (R_SPARC_NUM): Update.
725         From Dave Miller <davem@davemloft.net>.
727 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
729         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
731 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
733         * elf/dl-open.c: Keep track of used name spaces and only iterate over
734         those which are used.
735         * elf/dl-addr.c: Likewise.
736         * elf/dl-caller.c: Likewise.
737         * elf/dl-fini.c: Likewise.
738         * elf/dl-iteratephdr.c: Likewise.
739         * elf/dl-libc.c: Likewise.
740         * elf/dl-load.c: Likewise.
741         * elf/dl-support.c: Likewise.
742         * elf/dl-sym.c: Likewise.
743         * elf/rtld.c: Likewise.
744         * sysdeps/generic/ldsodefs.h: Likewise.
746         * elf/dl-load.c: Remove support for systems without MAP_ANON.
747         * elf/dl-minimal.c: Likewise.
748         * elf/dl-misc.c: Likewise.
749         * elf/rtld.c: Likewise.
750         * sysdeps/generic/ldsodefs.h: Likewise.
752 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
754         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
755         Avoid reuse of complex expression.
757         * po/fr.po: Update from translation team.
759 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
761         * include/dirent.h: Yet more changes to match sort function type
762         change.
763         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
764         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
765         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
767 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
769         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
771 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
773         * nscd/connections.c (restart): Try to preserve the process name
774         by reading the /proc/self/exe symlink and using the return name.
775         Patch by Jeff Bastian <jbastian@redhat.com>.
777 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
779         [BZ #9733]
780         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
781         if we are not loading a new audit library.
782         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
783         Only use profiling trampoline for auditing if we are not relocating
784         an audit library.
785         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
786         * elf/rtld.c: Likewise.
787         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
789         * elf/rtld.c (dl_main): Extend help message for --audit option.
791         [BZ #9759]
792         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
793         alphasort64, versionsort, and versionsort64 to POSIX 2008.
794         * dirent/alphasort.c: Adjust implementation to type change.
795         * dirent/alphasort64.c: Likewise.
796         * dirent/scandir.c: Likewise.
797         * dirent/versionsort.c: Likewise.
798         * dirent/versionsort64.c: Likewise.
799         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
800         declaration.
801         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
802         declaration.
804         [BZ #9880]
805         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
806         correctly.  Set segleft member in output as required.
807         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
808         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
810         [BZ #9881]
811         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
812         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
813         * inet/Makefile (tests): Add tst-inet6_rth.
814         * inet/tst-inet6_rth.c: New file.
816         [BZ #5807]
817         * string/strlen.c (strlen): Fix omission in the expression to test
818         for NUL bytes.
820 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
822         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
824         * elf/dl-runtime.c (reloc_offset): Define.
825         (reloc_index): Define.
826         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
827         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
828         computing index from reloc_offset.
829         (_dl_call_pltexit): Likewise.
830         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
831         the relocation index to _dl_fixup.
832         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
833         _dl_call_pltexit.
834         * sysdeps/x86_64/dl-runtime.c: New file.
836         [BZ #9893]
837         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
838         alignment of La_x86_64_regs.  Store xmm parameters.
839         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
841         [BZ #9913]
842         * string/strverscmp.c (__strverscmp): Fix case of different digits
843         in fractional part of string.
844         Patch by Jingyu Liu <jyliu@fortinet.com>.
845         * string/Makefile (tests): Add tst-svc2.
846         * string/tst-svc2.c: New file.
848         * string/strverscmp.c (__strverscmp): Optimize size of tables.
850         * locale/iso-639.def: Add Min Nan.
852 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
854         [BZ #9948]
855         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
857 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
859         * elf/dl-sysdep.c (auxvars): Compress data structure.
861         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
862         STT_GNU_IFUNC handling.
863         (elf_machine_rela): Likewise.
865 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
867         * config.h.in (USE_MULTIARCH): Define.
868         * configure.in: Handle --enable-multi-arch.
869         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
870         (_dl_fixup_profile): Likewise.
871         * elf/do-lookup.c (dl_lookup_x): Likewise.
872         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
873         * elf/elf.h (STT_GNU_IFUNC): Define.
874         * include/libc-symbols.h (libc_ifunc): Define.
875         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
876         framework in init-arch.h to get CPUID values.
877         * sysdeps/x86_64/multiarch/Makefile: New file.
878         * sysdeps/x86_64/multiarch/init-arch.c: New file.
879         * sysdeps/x86_64/multiarch/init-arch.h: New file.
880         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
882         * config.make.in (experimental-malloc): Define.
883         * configure.in: Handle --enable-experimental-malloc.
884         * malloc/Makefile: Handle experimental-malloc flag.
885         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
886         * malloc/arena.c: Likewise.
887         * malloc/hooks.c: Likewise.
888         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
890 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
892         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
893         prediction.  A few size optimizations.
895 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
897         * time/tzset.c: Optimize a bit for size.
899 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
901         * include/stdio.h (fmemopen): Add libc_hidden_proto.
902         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
904         * elf/sprof.c: Avoid warning about multi-line comment.
906 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
908         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
909         DST name.
910         * time/tst-posixtz.c: Add tests for quoted timezone names.
912 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
914         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
915         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
916         200809L instead of 200112L.
917         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
918         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
920         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
921         instead of __quick_exit_funcs to __run_exit_handlers.
922         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
923         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
924         (__cxa_at_quick_exit): Remove attribute_hidden.
925         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
926         to __run_exit_handlers.
927         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
928         attribute_hidden.
930 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
932         * po/id.po: Update from translation team.
934 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
937         .machine push; .machine "power6" and .machine pop around mtfsf
938         insns outside of _ARCH_PWR6 define.
939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
941         Likewise.
942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
943         Likewise.
944         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
945         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
946         relax_fenv_state): Likewise.
948 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
950         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
951         cxa_at_quick_exit.
952         (static-only-routines): Add at_quick_exit.
953         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
954         GLIBC_2.10.
955         * stdlib/quick_exit.c: New file.
956         * stdlib/at_quick_exit.c: New file.
957         * stdlib/cxa_at_quick_exit.c: New file.
958         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
959         it appropriately.
960         (__internal_atexit): New function.
961         (__new_exitfn): Now takes parameter to point to the list to use.
962         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
963         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
964         (exit): ...here.  Just call __run_exit_handlers appropriately.
965         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
966         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
967         * stdlib/on_exit.c: Adjust call to __new_exitfn.
968         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
970         * po/id.po: Update from translation team.
972 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
974         * po/ru.po: Update from translation team.
976 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
978         * po/nl.po: Update from translation team.
980 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
982         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
983         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
984         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
985         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
986         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
987         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
988         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
990         * po/pl.po: Update from translation team.
992 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
994         [BZ #7083]
995         * sysdeps/unix/sysv/linux/fallocate.c: New file.
996         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
997         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
998         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
999         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
1000         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
1001         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
1002         for GLIBC_2.10.
1003         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1004         Add fallocate and fallocate64.
1006         * io/fcntl.h: Pretty printing.
1008 2009-03-02  Richard Guenther  <rguenther@suse.de>
1010         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
1011         attribute also for non-C99 inline semantics variant.
1013 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1015         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
1016         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
1017         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
1018         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
1019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
1020         Likewise.
1021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
1022         Likewise.
1024 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
1026         * po/cs.po: Update from translation team.
1028 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
1030         * po/bg.po: Update from translation team.
1031         * po/sv.po: Likewise.
1032         * po/fi.po: Likewise.
1033         * po/vi.po: Likewise.
1035 2009-02-27  Roland McGrath  <roland@redhat.com>
1037         * Makeconfig (%.v.i): Depend on Makeconfig.
1038         Exclude % lines from initial #-comment removal.
1040 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
1042         * po/ko.po: Update from translation team.
1044 2009-02-26  Roland McGrath  <roland@redhat.com>
1046         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
1047         avoids unused warning.
1049 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
1050             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1052         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
1053         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
1054         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
1055         and asm/user.h.  Include asm/ptrace.h.
1056         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
1057         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
1058         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
1059         Undefine.
1060         (start_thread): Don't undefine.
1061         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
1062         Define.
1064 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
1066         * wctype/wctype.h: The *_l functions are in POSIX 2008.
1067         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
1068         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
1069         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
1070         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
1071         200112L to 200809L.
1072         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
1073         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
1074         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
1075         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
1076         _SC_THREAD_ROBUST_PRIO_PROTECT.
1077         * posix/unistd.h: fexecve is in POSIX 2008.
1078         * time/time.h: strftime_l is in POSIX 2008.
1079         * io/sys/stat.h: futimens is in POSIX 2008.
1080         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
1081         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
1082         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
1083         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
1084         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
1085         open_memstream, and vdprintf are in POSIX 2008.
1087 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
1089         * include/features.h: Define macros for XPG7/POSIX 2008.
1090         * ctype/ctype.h: The *_l functions are in POSIX 2008.
1091         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
1092         POSIX 2008.
1093         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
1094         * locale/xlocale.h: Define locale_t type.
1095         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
1096         in POSIX 2008.  Don't define locale_t here.
1097         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
1098         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
1099         UTIME_OMIT only with __USE_ATFILE.
1100         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
1101         * stdio-common/psiginfo.c: New file.
1102         * stdio-common/psiginfo-data.h: New file.
1103         * stdio-common/psiginfo-define.h: New file.
1104         * stdio-common/Makefile (routines): Add psiginfo.
1105         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
1106         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1107         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1108         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1109         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1110         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1111         * io/sys/stat.h: Move mknodat definition into same conditional as
1112         mknod.
1113         * time/sys/time.h: futimesat is not among the functions accepted
1114         into the POSIX standard.
1116         * include/features.h: If no feature selection given and we select
1117         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
1118         * posix/Versions: Export __posix_getopt.
1119         * posix/getopt.c (_getopt_initialize): Take additional parameter.
1120         Use it to alternatively initialize __posixly_correct.
1121         (_getopt_internal_r): Take addition parameter.  Pass on to
1122         _getopt_initialize.
1123         (_getopt_internal): Take addition parameter.  Pass on to
1124         _getopt_internal_r.
1125         (getopt): Pass additional zero to _getopt_internal.
1126         (__posix_getopt): New function.
1127         * posix/getopt.h: Add redirection for getopt.
1128         * posix/getopt1.c (getopt_long): Pass additional zero to
1129         _getopt_internal.
1130         (getopt_long_only): Likewise.
1131         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
1132         (_getopt_long_only_r): Likewise.
1133         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
1134         _getopt_internal_r.
1136 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
1138         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
1139         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
1140         * sysdeps/posix/sysconf.c (__sysconf): Handle
1141         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
1142         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
1144 2009-02-24  Roland McGrath  <roland@redhat.com>
1146         [BZ #9895]
1147         * README.template: Reworded not to use substituted version number.
1148         Renamed to ...
1149         * README: ... here (no longer generated).
1150         * Makefile (README): Target removed.
1152 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
1154         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
1155         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
1156         instead.
1158         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
1160         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
1162 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
1164         * po/bg.po: Update from translation team.
1166 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
1168         * stdlib/monetary.h: Uglify function parameter names.
1169         * sunrpc/rpc/pmap_clnt.h: Likewise.
1170         * sunrpc/rpc/svc.h: Likewise.
1171         * sunrpc/rpc/xdr.h: Likewise.
1172         * sunrpc/rpc/clnt.h: Likewise.
1173         * resolv/netdb.h: Likewise.
1174         * resolv/arpa/nameser.h: Likewise.
1175         * resolv/resolv.h: Likewise.
1176         * argp/argp.h: Likewise.
1177         * locale/langinfo.h: Likewise.
1178         * io/sys/stat.h: Likewise.
1179         * posix/spawn.h: Likewise.
1180         * nis/rpcsvc/nislib.h: Likewise.
1181         * malloc/obstack.h: Likewise.
1182         * sysdeps/ia64/bits/link.h: Likewise.
1183         * sysdeps/i386/bits/link.h: Likewise.
1184         * sysdeps/s390/bits/link.h: Likewise.
1185         * sysdeps/powerpc/bits/link.h: Likewise.
1186         * sysdeps/x86_64/bits/link.h: Likewise.
1187         * sysdeps/sparc/bits/link.h: Likewise.
1188         * sysdeps/sh/bits/link.h: Likewise.
1189         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
1190         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
1191         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
1192         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1194 2008-12-01  Fredrik Unger  <fred@tree.se>
1196         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
1197         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
1198         _FP_UNPACK_RAW_2, fix up first argument.
1200 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
1202         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
1203         (GET_NPROCS_PARSER): Change parameters and use next_line.
1204         (__get_nprocs): Rewrite to not use stdio routines.
1205         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
1206         Change parameters and use next_line.
1208 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
1210         [BZ #5381]
1211         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
1212         Change mempool_alloc prototype.
1213         * nscd/mem.c (gc): Don't handle mem_in_flight.
1214         (mempool_alloc): Third parameter now only indicates whether this is the
1215         first call (to allocate data) or not.  If it is, get db rdlock.
1216         Release it on error.  Don't handle mem_in_flight.
1217         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
1218         Adjust third parameter of mempool_alloc calls.
1219         Nothing to do here in case mempool_alloc fails.
1220         Avoid local variable shadowing parameter.  No need to get db rdlock
1221         before calling cache_add.
1222         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
1223         no mem_in_flight array anymore.
1224         * nscd/connections.c: Remove definition and handling of mem_in_flight.
1225         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
1226         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
1227         in case mempool_alloc fails. No need to get db rdlock before calling
1228         cache_add.
1229         * nscd/hstcache.c (cache_addhst): Likewise.
1230         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1231         * nscd/servicescache.c (cache_addserv): Likewise.
1232         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
1234 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
1236         * po/lt.po: Update from translation team.
1238 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
1240         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
1241         defined, allow additional data to be added using the optional
1242         MORE_ELF_HEADER_DATA macro.
1243         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
1244         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
1246 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
1248         * include/atomic.h: Define catomic_and if not already defined.
1249         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
1250         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1252 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
1254         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
1255         Change all callers.
1256         (_int_realloc): Likewise.  Third argument is now padded size
1257         All _int_* functions are now static.
1259         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
1260         * malloc/arena.c: Likewise.
1261         * include/malloc.h: Remove now unnecessary declarations of the _int_*
1262         functions.
1264         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
1265         easily.
1267         * malloc/malloc.c: Add branch prediction for use of the hooks.
1269         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
1271 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1273         [BZ #7095]
1274         * bits/confname.h: Add SUSv7 macros for getconf environments.
1275         * bits/environments.h: Likewise.
1276         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
1277         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
1278         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
1279         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
1280         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
1281         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
1282         * posix/getconf.c: Likewise.
1283         * posix/sysconf.c: Likewise.
1284         * sysdeps/posix/sysconf.c: Likewise.
1285         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
1286         environments.
1288 2009-01-16  Petr Baudis  <pasky@suse.cz>
1290         [BZ #9753]
1291         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
1292         even if we currently have zero nscount.
1294 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1296         [BZ #9781]
1297         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
1298         the input line is too long.
1300         * po/Makefile (libc.pot): Add f_print as function taking c-format
1301         parameter.
1303         * debug/xtrace.sh: Unify translatable messages.
1304         * elf/ldd.bash.in: Likewise.
1305         * elf/sprof.c: Likewise.
1306         * locale/programs/locale.c: Likewise.
1307         * malloc/memusage.sh: Likewise.
1308         * nss/getent.c: Likewise.
1310 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1312         * debug/pcprofiledump.c (print_version,
1313         argp_program_version_hook): New function.
1314         * elf/ldconfig.c (more_help): New function.
1315         (argp): Use it.
1316         * elf/sln.c (usage): New function.
1317         (main): Support --help and --version.
1318         * malloc/memusagestat.c (print_version): New function.
1319         (argp_program_version_hook): New variable.
1320         * nscd/nscd.c (more_help): New function.
1321         (argp): Use it.
1322         * posix/getconf.c (main): Send --version output to stdout.
1323         Support --help.
1324         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
1325         arguments.  All callers changed.
1326         (print_version): New function.
1327         (parseargs): Support --help and --version.
1328         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
1329         changed.
1330         (print_version): New function.
1331         (main): Use getopt_long.  Support --help and --version.
1332         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
1333         --version.
1335 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1337         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
1338         (update_data): Fix handling of wrapping back
1339         to the beginning of the buffer.
1341         [BZ #9823]
1342         * stdio-common/psignal.c (psignal): Fix test for empty string.
1344 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
1346         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
1347         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
1348         move _null_auth to .rodata.
1350         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
1351         value of 24.
1353         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
1355         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
1356         today than when the original code was written.  Use larger
1357         buffers.  This also makes it unnecessary to have stat information,
1358         if this causes extra efforts.
1359         (__opendir): In case O_DIRECTORY works, don't call fstat just for
1360         __alloc_dir.
1362 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
1364         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
1365         is set.
1366         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
1367         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1368         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
1369         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
1370         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
1371         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
1373 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1375         * po/ru.po: Update from translation team.
1377 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
1379         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
1380         Add _tid slot to maintain consistency with kernel.
1382 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1384         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
1385         incomplete characters at end of input buffer.
1386         * libio/Makefile (tests): Add tst-fgetwc.
1387         * libio/tst-fgetwc.c: New file.
1388         * libio/tst-fgetwc.input: New file.
1390 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
1392         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
1394 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
1396         [BZ #9793]
1397         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
1398         *OUTBUFSTART unless the whole output fit into the buffer.
1399         * iconv/Makefile (tests): Add tst-iconv4.
1400         * iconv/tst-iconv4.c: New file.
1402 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
1404         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
1405         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1407 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
1409         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
1410         newer linker scripts.
1412 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1414         [BZ #7040]
1415         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
1416         inotify_rm_watch should have type int.
1418 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
1420         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1421         Make aligned_restore_vmx a local symbol.
1422         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
1423         Likewise.
1425 2009-01-30  Andreas Jaeger  <aj@suse.de>
1427         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
1428         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
1429         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
1430         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
1431         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
1432         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
1433         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
1435 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
1437         [BZ #9726]
1438         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
1439         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
1441 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
1443         [BZ #9726]
1444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1445         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1447         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1449 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
1451         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
1452         memcpy instead of memcmp.
1453         (_dl_setup_pointer_guard): Likewise.
1455 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1457         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
1458         manipulated brk, use malloc_printerr.
1459         * misc/sbrk.c (__sbrk): Better error handling for nonsense
1460         requests.
1462 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1464         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
1465         rindex): For C++ add inlines so that they can be recognized as
1466         builtins.
1467         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
1469 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1470             Jakub Jelinek  <jakub@redhat.com>
1472         * string/string.h: Define correct C++ prototypes for gcc 4.4.
1473         * wcsmbs/wchar.h: Likewise.
1475 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1477         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
1478         (stackinfo_sub_sp): Define.
1480 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1482         [BZ #9750]
1483         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
1484         * include/alloca.h (alloca_account): Define.
1485         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1486         (stackinfo_sub_sp): Define.
1488         * nscd/connections.c (nscd_init): If database file access fails
1489         check whether this is due to permission problems and bail in that
1490         case.
1492         [BZ #9741]
1493         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1494         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1496 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1498         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1499         Add "t" to clobber list.
1500         (INTERNAL_SYSCALL_NCS): Likewise.
1502 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1504         * nss/getent.c (print_networks): Don't print comma between aliases.
1506 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1508         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1510         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1511         the hash table.
1512         * misc/Makefile (tests): Add bug-hsearch1.
1513         * misc/bug-hsearch1.c: New file.
1515 2009-01-22  Roland McGrath  <roland@redhat.com>
1517         * Makeconfig (%.v.i): Strip trailing # comments,
1518         not only whole-line comments.
1520 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1522         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1523         one parameter.  If non-NULL use it to initialize return value.
1524         (_dl_setup_pointer_guard): New function.
1525         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1526         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1527         * elf/rtld.c (security_init): Pass _dl_random to
1528         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1529         pointer_chk_guard.
1530         * elf/dl-sysdep.c (_dl_random): New variable.
1531         (_dl_sysdep_start): Handle AT_RANDOM.
1532         (_dl_show_auxv): Likewise.
1533         * elf/dl-support.c (_dl_random): New variable.
1534         (_dl_aux_init): Handle AT_RANDOM.
1535         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1536         to _dl_setup_stack_chk_guard.
1538         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1540 2009-01-10  Roland McGrath  <roland@redhat.com>
1542         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1544 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1546         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1548         [BZ #9706]
1549         * nss/nss_files/files-parse.c (strtou32): New function.
1550         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1551         across 32-bit and 64-bit platforms.
1552         (INT_FIELD_MAYBE_NULL): Likewise.
1554 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1556         [BZ #9720]
1557         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1558         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1559         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1560         Likewise.
1562 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1564         [BZ #697]
1565         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1566         being NULL also if there are no backreferences.
1567         * posix/rxspencer/tests: Add testcases.
1569 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1571         [BZ #9697]
1572         * posix/bug-regex17.c: Add testcases.
1573         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1574         handling.
1576 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1578         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1579         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1580         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1581         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1582         for elf subdir.
1583         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1584         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1585         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1586         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1587         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1590 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1592         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1593         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1594         re_string_skip_chars, re_string_reconstruct): Likewise.
1595         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1597 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1599         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1600         adjust the buffer alignment.
1602 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1604         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1605         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1606         net/route.h.
1608         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1609         flavor to description only when flavor is not NULL.
1611         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1612         mutex after SIGIO/SIGURG lookup loop.
1614 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1616         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1618 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1620         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1621         handling.
1623 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1625         * sysdeps/unix/sysv/linux/kernel-features.h
1626         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1628         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1629         if no output is written.
1631         * version.h: Bump to 2.10 development.
1633         * posix/getconf.c: Update copyright year.
1634         * nss/getent.c: Likewise.
1635         * iconv/iconvconfig.c: Likewise.
1636         * iconv/iconv_prog.c: Likewise.
1637         * elf/ldconfig.c: Likewise.
1638         * catgets/gencat.c: Likewise.
1639         * csu/version.c: Likewise.
1640         * elf/ldd.bash.in: Likewise.
1641         * elf/sprof.c (print_version): Likewise.
1642         * locale/programs/locale.c: Likewise.
1643         * locale/programs/localedef.c: Likewise.
1644         * nscd/nscd.c (print_version): Likewise.
1645         * debug/xtrace.sh: Likewise.
1646         * malloc/memusage.sh: Likewise.
1647         * malloc/mtrace.pl: Likewise.
1648         * debug/catchsegv.sh: Likewise.
1650 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1652         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1653         script.
1655 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1657         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1658         gethostbyname4_r function call succeeded, just leave the loop.
1660         [BZ #9694]
1661         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1662         very end.
1663         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1664         * wctype/Makefile (tests): Add bug-wctypeh.
1665         * wctype/bug-wctypeh.c: New file.
1667         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1668         LOCALDOMAIN is defined.
1669         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1671         * sysdeps/x86_64/bits/select.h: New file.
1673         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1675 2008-12-21  Bruno Haible  <bruno@clisp.org>
1677         [BZ #9677]
1678         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1679         if no output is written.
1681 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1683         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1684         libc internal symbol __dup2 to avoid access through the PLT.
1686 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1688         [BZ #6545]
1689         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1690         available only for __USE_GNU.
1692         * inet/Makefile (tests): Add tst-getni2.
1693         * inet/tst-getni2.c: New file.
1695         [BZ #7080]
1696         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1697         NULL when NI_NAMEREQD is set.
1698         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1699         * inet/Makefile (tests): Add tst-getni1.
1700         * inet/tst-getni1.c: New file.
1702 2008-12-03  Petr Baudis  <pasky@suse.cz>
1704         [BZ #7067]
1705         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1706         instead of prune_lock.
1707         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1708         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1710 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1712         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1713         use.
1715         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1716         handling.
1718         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1719         after reading name server list.
1721         [BZ #7058]
1722         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1723         handling for host name aliases.
1725 2008-11-24  Arkadiusz Miśkiewicz  <arekm@maven.pl>
1727         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1728         instead of doing things manually.
1730 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1732         * posix/regex_internal.h (build_wcs_upper_buffer):
1733         Return type is reg_error_t.
1735 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1737         * posix/globtest.sh: Use mktemp to create temporary file and
1738         directory.
1740         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1741         sets correctly.
1742         (__CPU_CLR_S): Likewise.
1743         (__CPU_ISSET_S): Likewise.
1745 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1746             Ulrich Drepper  <drepper@redhat.com>
1748         * scripts/firstversion.awk: Use custom comparison function to compare
1749         version numbers.
1750         * scripts/versions.awk: Use sort invocation which can handle
1751         multi-digit sub-version numbers.
1753 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1755         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1756         * locale/iso-639.def: Add Chhattisgarhi entry.
1758 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1760         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1761         ESRCH return value.
1762         (_nss_dns_gethostbyname4_r): Likewise.
1763         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1764         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1765         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1766         the no_data variable.
1768         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1769         information at the correct index.
1771         * socket/sys/socket.h: Declare accept4.
1772         * socket/accept4.c: New file.
1773         * sysdeps/unix/sysv/linux/accept4.c: New file.
1774         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1775         * socket/Makefile (routines): Add accept4.
1776         * socket/Versions: Export accept4 with version GLIBC_2.10.
1777         * socket/paccept.c: Removed.
1778         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1779         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1780         * Versions.def: Define GLIBC_2.10 for libc.
1781         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1783         * nscd/connections.c: Use accept4.
1785         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1787 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1789         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1790         flag already set.
1792         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1793         not exist.
1794         * stdlib/Makefile (tests): Add tst-unsetenv1.
1795         * stdlib/tst-unsetenv1.c: New file.
1797 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1799         * login/utmp_file.c (file_writable): New variable.
1800         (setutent_file): Don't try to open file for writing.
1801         (pututline_file): Before writing, make descriptor writable if
1802         necessary.
1804 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1806         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1807         to IPv4 or IPv6 if an interface has been found.
1809 2008-11-26  Roland McGrath  <roland@redhat.com>
1811         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1812         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1814         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1815         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1816         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1818         * elf/elf.h (NT_386_IOPERM): New macro.
1819         (NT_PPC_VSX): New macro.
1821 2008-11-25  Roland McGrath  <roland@redhat.com>
1823         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1824         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1825         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1826         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1827         Subdirectories moved to ports repository.
1828         * configure.in (base_machine): Remove alpha case.
1830 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1832         * sysdeps/mach/strerror_l.c: New file.
1834 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1836         [BZ #6411]
1837         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1838         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1839         magic numbers.
1840         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1841         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1842         (relax_fenv_state): Same as above.
1843         (FPSCR_29): Reserve bit in ISA 2.05.
1844         (FPSCR_NI): Provide define for compat.
1845         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1846         magic numbers.
1847         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1848         magic numbers.
1849         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1850         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1851         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1852         access to hwcap to account for hwcap size increase to uint64_t.
1853         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1854         Likewise.
1855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1856         (*setcontext): Likewise.
1857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1858         New file.
1859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1860         New file.
1861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1862         (*setcontext): dynamically select mtfsf insn based on
1863         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1864         increase to uint64_t.
1865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1866         (*swapcontext): dynamically select mtfsf insn based on
1867         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1868         increase to uint64_t.
1869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1870         New file.
1871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1872         New file.
1873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1874         (*setcontext): dynamically select mtfsf insn based on
1875         PPC_FEATURE_HAS_DFP.
1876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1877         (*swapcontext): dynamically select mtfsf insn based on
1878         PPC_FEATURE_HAS_DFP.
1880 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1882         * version.h: Bump for 2.9 release.
1883         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1885         [BZ #7029]
1886         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1887         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1888         all the rounding.
1890 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1892         [BZ #7009]
1893         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1894         unknown request types for now.
1896 2008-11-11  Roland McGrath  <roland@redhat.com>
1898         * sysdeps/x86_64/configure: New file.
1900         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1901         * configure: Regenerated.
1903 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1905         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1906         correct instruction to remove the stack frame.
1908 2008-11-03  Michael Matz  <matz@suse.de>
1910         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1911         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1913 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1915         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1916         Remove.
1918         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1919         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1920         of the thread variable instead of void *.
1921         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1922         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1923         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1924         __libc_tsd_define arguments.
1925         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1926         __libc_tsd_address arguments.  Remove union hack.
1927         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1928         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1929         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1930         Adjust __libc_tsd_{set,get} arguments.
1931         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1932         __libc_tsd_define arguments.
1933         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1934         arguments.
1935         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1936         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1937         (LOCALE): Adjust __libc_tsd_define arguments.
1938         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1939         arguments.
1940         (LOCALE): Adjust __libc_tsd_define arguments.
1941         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1942         arguments.
1943         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1944         arguments.
1946 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1948         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1949         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1951 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1953         [BZ #6966]
1954         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1956 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1957             Ulrich Drepper  <drepper@redhat.com>
1959         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1960         definition for GCC 3.1 and later.
1962 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1964         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1965         refetch dtv, as it might have changed.
1966         * elf/Makefile: Add rules to build and run tst-tls18.
1967         * elf/tst-tls18.c: New test.
1968         * elf/tst-tlsmod18a.c: New file.
1970 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1972         [BZ #6875]
1973         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1975 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1977         [BZ #6867]
1978         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1980         [BZ #6919]
1981         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1982         Fix length of copy operation.
1984 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1986         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1987         and fix its calling convention.
1989 2008-10-07  Andreas Schwab  <schwab@suse.de>
1991         [BZ #6942]
1992         * resolv/res_send.c (send_vc): Fix last change.
1993         (send_dg): Align here as well.
1995 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1997         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1998         return value in case rlimit is RLIM_INFINITY.
2000         [BZ #6947]
2001         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
2002         for UL_SETFSIZE.
2003         * resource/Makefile (tests): Add bug-ulimit1.
2004         * resource/bug-ulimit1.c: New file.
2006         [BZ #6974]
2007         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
2008         without dot.  Properly terminate the string with a null byte.
2009         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
2011         [BZ #6980]
2012         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
2013         negative sizees.
2014         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
2015         negative __size.
2017         [BZ #6995]
2018         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
2020 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
2022         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
2023         abort if there is no initgroups_dyn function.
2025         * resolv/res_send.c (send_dg): On timeout, only return nonzero
2026         result if any of the queries really provided an answer.
2028 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
2030         * po/lt.po: Update from translation team.
2032 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
2034         * po/id.po: Update from translation team.
2036 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
2038         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
2039         Fix tests for existence of second reply.
2041 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
2043         * po/id.po: New file.
2044         Contributed by the Indonesian translation team.
2046 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
2048         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
2049         initialization.
2051 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
2053         * elf/Makefile: Add rules to build and run tst-tls17.
2054         * elf/tst-tls17.c: New test.
2055         * elf/tst-tlsmod17a.c: New file.
2056         * elf/tst-tlsmod17b.c: Likewise.
2058 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
2060         * stdlib/divmod_1.c: Use correct type for dummy variable.
2061         * stdlib/mod_1.c: Likewise.
2063 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
2065         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
2067 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
2069         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
2070         __nonnull order for C++.
2071         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
2072         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
2074 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
2076         * stdlib/longlong.h: Update from GCC.
2078 2008-10-09  Jakub Jelinek <jakub@redhat.com>
2079             David S. Miller  <davem@davemloft.net>
2081         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
2082         make sure any registers used with 64-bit 'branch-on-register'
2083         instructions have their top 32-bits clear.
2084         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
2085         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
2087 2008-09-18  Andreas Schwab  <schwab@suse.de>
2089         [BZ #6942]
2090         * resolv/res_send.c (send_vc): Fix use of unaligned address.
2091         Properly handle partial reads.
2093 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
2095         * elf/elf.h (STO_MIPS_PLT): New.
2096         (R_MIPS_COPY): New.
2097         (R_MIPS_JUMP_SLOT): New.
2098         (R_MIPS_NUM): Redefine to 128.
2099         (DT_MIPS_PLTGOT): New.
2100         (DT_MIPS_RWPLT): New.
2101         (DT_MIPS_NUM): Redefine to 0x35.
2103 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
2105         * timezone/africa: Update from tzdata2008f.
2106         * timezone/asia: Likewise.
2107         * timezone/australasia: Likewise.
2108         * timezone/europe: Likewise.
2109         * timezone/leapseconds: Likewise.
2110         * timezone/northamerica: Likewise.
2111         * timezone/southamerica: Likewise.
2112         * timezone/zone.tab: Likewise.
2114 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
2116         * nscd/connections.c: Disable use of paccept for now.
2118 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
2120         * socket/Versions: Remove paccept export for GLIBC_2.9.
2121         * socket/Makefile (routines): Remove paccept.
2122         * socket/sys/socket.h: Remove paccept declaration.
2124         * po/sv.po: Update from translation team.
2126 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
2128         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
2129         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2131 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2133         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
2134         Patch by Olivier Fourdan <ofourdan@redhat.com>.
2136 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2138         * sunrpc/rpc/svc.h: Declare svcfd_create.
2139         Patch by Michael Solberg <msolberg@redhat.com>.
2141 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
2142             Ulrich Drepper  <drepper@redhat.com>
2144         * malloc/malloc.c (public_vALLOc): Try other arenas in case
2145         _int_valloc fails.
2146         (public_pVALLOc): Likewise.
2148 2008-09-02  Andreas Jaeger  <aj@suse.de>
2150         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
2151         commit.
2153 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
2155         [BZ #6860]
2156         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
2158 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
2160         * Makefile (check-data): Check data directory in add-ons.
2161         * elf/Makefile (check-data): Likewise.
2163 2008-08-18  Roland McGrath  <roland@redhat.com>
2165         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
2166         * configure: Regenerated.
2167         * config.make.in (cflags-cpu): New substituted variable.
2168         (with-cpu): Variable removed.
2169         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
2171 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
2173         [BZ #6845]
2174         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
2175         __signbitl definition and __LONG_DOUBLE_128__ guard from:
2176         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
2177         redundant.  Functions which call floating point assembler operations
2178         should go into a sysdeps powerpc/fpu directory.
2180 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
2182         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
2183         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2185 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
2187         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
2189         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
2190         change related to AT_EXECFN.  We cannot use that string.
2191         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
2192         _dl_execfn member.
2193         * elf/dl-support.c: Remove _dl_execfn variable.
2194         (_dl_aux_init): Remove handling of AT_EXECFN.
2195         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
2196         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
2198 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
2200         [BZ #6544]
2201         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
2202         byte gets added to writes and seeks from the end use the length of
2203         the buffer and not the currently terminating NUL byte.
2205         [BZ #6634]
2206         * login/utmp_file.c (getutent_r_file): Take additional parameter.
2207         Set to true if locking failed.
2208         (getutid_r_file): Adjust caller.
2209         (pututline_file): Likewise.  Return NULL in this case.
2210         Patch mostly by halesh.s@gmail.com.
2212 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
2214         [BZ #6589]
2215         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
2216         Define.
2217         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
2219 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
2221         [BZ #6839]
2222         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
2223         macro since it is now available in elf/dynamic-link.h.
2225 2008-08-12  Roland McGrath  <roland@frob.com>
2227         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
2228         in case used outside of libc.
2229         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
2231 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
2233         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
2234         directly instead of going through dn_comp.
2236 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
2238         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
2239         Fix asm constraints.
2241 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
2243         [BZ #6790]
2244         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
2245         (IPV6_PMTUDISC_PROBE): Likewise.
2247 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
2249         [BZ #6791]
2250         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
2252 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
2253             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2255         [BZ #6817]
2256         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
2257         Added the members 'vsx' and 'arch_2_06'.
2258         (_dl_powerpc_platforms): Add the member 'power7'.
2259         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
2260         to reflect the changes required by VSX and ISA 2.06.
2261         Modify _DL_PLATFORMS_COUNT to reflect the addition of
2262         'power7'.
2263         Defined PPC_PLATFORM_POWER7.
2264         (_dl_string_platform): Add support for POWER7.
2265         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
2266         capability and ISA 2.06.
2268 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
2270         [BZ #6824]
2271         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
2272         macro to detect use of 128 bit long double.
2273         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
2275 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
2277         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
2279         [BZ #5794]
2280         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
2281         parameters.
2282         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2283         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
2285 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
2287         * nscd/connections.c (main_loop_poll): Pass a buffer which is
2288         guaranteed to be large enough to read inotify event.  Ignore
2289         EAGAIN error.  Better error message.  Add branch predicition.
2290         (main_loop_epoll): Likewise.
2292 2008-08-02  Roland McGrath  <roland@frob.com>
2294         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
2295         Add memory clobbers.
2297 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
2299         * manual/arith.texi: Avoid @strong{Note:}.
2300         * manual/creature.texi: Likewise.
2301         * manual/filesys.texi: Likewise.
2302         * manual/math.texi: Likewise.
2303         * manual/memory.texi: Likewise.
2304         * manual/resource.texi: Likewise.
2305         * manual/syslog.texi: Likewise.
2306         * manual/time.texi: Likewise.
2308         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
2309         to prevent warning.
2311 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
2313         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
2314         new epoll_create1 interface.
2315         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2316         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
2317         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
2319         * include/arpa/nameser.h (NS_GET16): Use const pointer.
2320         (NS_GET32): Likewise.
2322         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
2323         syscalls, too.
2325         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
2326         use the AT_EXECFN value if it is no absolute path.
2327         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
2328         __ASSUME_AT_EXECFN.
2330         * Versions.def: Add GLIBC_2.9 to libresolv.
2331         * include/resolv.h: Remove hidden proto declarations for __ns_*
2332         functions.  Add them for __dn_count_labels and __p_secstodate.
2333         * include/arpa/nameser.h: Add a number of hidden proto declarations.
2334         Define ns_msg_getflags macro here.
2335         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
2336         and __p_secstodate.
2337         * resolv/Versions: Export functions from <arpa/nameser.h> from
2338         libresolv in version GLIBC_2.9.
2339         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
2340         hidden definitions.
2341         * resolv/ns_netint.c: Likewise.
2342         * resolv/ns_parse.c: Likewise.
2343         * resolv/ns_print.c: Likewise.
2344         * resolv/ns_samedomain.c: Likewise.
2345         * resolv/ns_ttl.c: Likewise.
2346         * resolv/arpa/nameser_compat.h: Likewise.
2347         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
2348         function calls.
2349         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
2350         instead of ns_get16.
2351         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
2352         __ns_get32 instead of ns_get16 and ns_get32 respectively.
2353         (gaih_getanswer_slice): Likewise.
2354         * resolv/Makefile (libresolv-routines): Add ns_date.
2355         * resolv/ns_date.c: New file.
2357         * elf/Makefile (check-localplt.out): Also check libresolv and
2358         libcrypt.
2360 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
2362         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2363         __ASSUME_O_CLOEXEC.
2365 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
2367         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
2368         buffer passed to NSS functions.
2370         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
2372         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
2373         Define.
2375         * misc/syslog.c (openlog_internal): Fix compile problem.
2377 2008-07-28  Roland McGrath  <roland@redhat.com>
2379         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
2381 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
2383         * io/ftw.c (add_object): Remove inline to avoid warning.
2385         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
2387         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
2388         Use it instead of locally defined resplen2 variable.
2389         (res_nsend): Adjust for __libc_res_nsend interface change.
2390         (send_vc): Initialize *resplen2 if necessary.  Read length of
2391         package into an appropriately aligned variable.  Store converted length
2392         in new variable and use it appropriately.
2393         Add branch prediction help.
2394         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
2395         and pass it on to __libc_res_nsend.  Adjust all callers.
2396         (__libc_res_nsearch): Likewise.
2397         (__libc_res_nqeurydomain): Likewise.
2398         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
2399         change.
2400         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
2401         Define resplen2 variable and pass it to __libc_res_nsearch and then
2402         to gaih_getanswer.
2403         (getanswer_r): In case of incorrect DNS data don't overread buffer.
2404         Add branch prediction.
2405         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
2406         (gaih_getanswer): Don't decode second slice if first one failed due
2407         to a too small buffer.  Don't let not found status of second
2408         decoder shadow results of the first.
2409         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
2410         and __libc_res_nquery interface changes
2411         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
2412         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
2413         __libc_res_nsearch, and __libc_res_nsend.
2414         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
2415         change.
2416         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
2417         __libc_res_nsearch interface changes.
2419 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
2421         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
2423         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
2424         file descriptors with close-on-exec set.
2425         (exec_comm_child): Fix the case where the write end of the pipe is
2426         STDOUT_FILENO already.  In case it is, clear close-on-exec.
2428         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
2429         * io/pipe2.c: Likewise.
2430         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
2431         instead of __ASSUME_PACCEPT.
2432         * include/unistd.h: Declare __have_pipe2.
2433         * libio/iopopen.c: Implement "e" flag.
2434         * libio/Makefile (tests): Add tst-popen1.
2435         * libio/tst-popen1.c: New file.
2437         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
2438         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2440 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2442         [BZ #6771]
2443         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
2444         success call of _IO_SEEKOFF or calls which failed because the
2445         descriptor is for a pipe.
2447         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
2448         magic number.
2450         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
2452         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
2453         F_SETFD use if we know fopen set the flag.
2455         * login/utmp_file.c (setutent_file): Minor optimization in case
2456         O_CLOEXEC is available.
2458 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
2460         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2461         * elf/Makefile: Use pie-ccflag variable.
2462         * nscd/Makefile: Likewise.
2463         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2465 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
2467         [BZ #6724]
2468         * Versions.def: Add GLIBC_2.9 version tag for libutil.
2469         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
2470         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
2471         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
2472         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
2473         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
2474         utmp32, utmpx32 and login32.
2475         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
2476         versions of struct utmp functions to libc and libutil.
2477         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
2478         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
2479         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
2480         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
2481         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
2482         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
2483         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
2484         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
2485         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2486         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2487         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2488         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2489         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2490         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2491         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2492         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2493         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2494         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2495         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2496         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2497         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2498         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2500 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2502         * scripts/gen-as-const.awk: Generate more widely usable code by
2503         using 64-bit arithmetic.
2505         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2506         the same treatment as narrow output code in last patch.
2508         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2510         [BZ #6763]
2511         * elf/dl-load.c (local_strdup): Remove inline.
2512         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2513         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2514         part of the object.
2516         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2518 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2520         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2521         the new syscalls, too.
2523         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2524         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2526         [BZ #6698]
2527         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2528         parameter for end of buffer.  If temporary copy is too large use
2529         malloc.
2530         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2531         interface change.
2532         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2533         string rewrite when allocating buffer.
2535         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2536         syscalls, too.
2538         * nscd/connections.c (nscd_init): Clean up fcntl call.
2540         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2541         SOCK_NONBLOCK if possible.
2543         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2544         SOCK_CLOEXEC if available.
2546         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2547         __libc_clntudp_bufcreate_internal.
2548         * include/sys/socket.h: Declare __have_sock_cloexec.
2549         * socket/Makefile (aux): Add have_sock_cloexec.
2550         * socket/have_sock_cloexec.c: New file.
2551         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2552         __libc_clntudp_bufcreate.
2553         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2554         which takes an additional parameter.  Create socket with non-blocking
2555         mode and close-on-exec flag set, if wanted.
2556         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2557         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2558         instead of clntudp_create.  The socket has already the close-on-exec
2559         flag set if SOCK_CLOEXEC is defined.
2561 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2563         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2564         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2565         appropriate.
2566         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2567         non-blocking mode by using socket, paccept, and inotify_init1.
2569         * Versions.def (glibc): Add GLIBC_2.9.
2570         * io/Makefile (routines): Add dup3 and pipe2.
2571         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2572         * io/dup3.c: New file.
2573         * io/pipe2.c: New file.
2574         * posix/unistd.h: Declare dup3 and pipe2.
2575         * socket/Makefile (routines): Add paccept.
2576         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2577         * socket/paccept.c: New file.
2578         * socket/sys/socket.h: Declare paccept.
2579         * sysdeps/unix/syscalls.list: Add entry for dup3.
2580         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2581         epoll_create2 and inotify_init1.
2582         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2583         * sysdeps/unix/sysv/linux/paccept.c: New file.
2584         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2585         possible.
2586         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2587         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2588         inotify_init1, and pipe2 entries.
2589         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2590         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2591         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2592         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2593         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2594         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2595         SOCK_NONBLOCK.
2596         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2597         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2598         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2599         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2600         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2601         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2602         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2603         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2604         EPOLL_NONBLOCK.  Declare epoll_create2.
2605         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2606         EFD_NONBLOCK.
2607         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2608         IN_NONBLOCK.  Declare inotify_init1.
2609         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2610         SFD_NONBLOCK.
2611         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2612         TFD_NONBLOCK.
2614         * elf/elf.h: Define AT_EXECFN.
2615         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2616         LD_ORIGIN_PATH.
2617         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2618         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2619         if __ASSUME_AT_EXECFN is defined.
2620         (_dl_aux_init): Handle AT_EXECFN.
2621         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2622         for 2.6.27 and up.
2623         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2624         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2625         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2626         _dl_execfn if available and avoid compatibility code if
2627         __ASSUME_AT_EXECFN is defined.
2629         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2630         _dl_discover_osversion only for older kernels.
2632 2008-07-22  Roland McGrath  <roland@frob.com>
2634         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2636 2008-07-21  Roland McGrath  <roland@frob.com>
2638         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2639         returned too much data out of line.
2641 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2643         * locale/setlocale.c (setname): Remove inline to avoid compiler
2644         warning.
2646         [BZ #6712]
2647         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2649 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2651         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2652         doesn't manage to write anything, fail.
2654         * malloc/hooks.c (__malloc_check_init): Remove printf.
2656 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2658         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2660 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2662         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2663         from inotify.
2664         (main_loop_epoll): Likewise.
2666 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2668         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2670         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2671         if DEBUG is defined.
2673         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2674         query.  Adjust buffer size computation for padding.
2676 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2678         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2679         * stdio-common/tst-setvbuf1.c: New file.
2680         * stdio-common/tst-setvbuf1.expect: New file.
2682         [BZ #6719]
2683         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2684         when selecting fully-buffered stream.
2685         Patch by Wang Xin <wxinee@gmail.com>.
2687 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2689         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2690         (__open_2): New function.
2691         (__open64_2): New alias to __open_2.
2692         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2693         (__openat_2): New function.
2694         (__openat64_2): New alias to __openat_2.
2696 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2698         [BZ #6723]
2699         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2701 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2703         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2704         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2705         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2706         __hurd_dfail.
2707         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2708         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2709         * sysdeps/mach/hurd/send.c (__send): Likewise.
2710         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2711         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2713 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2715         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2716         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2717         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2718         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2719         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2720         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2722 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2724         [BZ #6657]
2725         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2726         of %EY.
2727         Patch by Petr Baudis.
2729 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2731         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2732         Patch by Peter Jones <pjones@redhat.com>.
2734 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2736         [BZ #6654]
2737         * stdlib/canonicalize.c (__realpath): readlink can write too much
2738         into the buffer on platforms without PATH_MAX.
2740 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2742         [BZ #6653]
2743         * posix/tst-regex.c (main): Rename to...
2744         (do_test): ... this. Remove cmdline option processing.
2745         (TIMEOUT): Define.
2746         (TEST_FUNCTION): Define.
2747         (CMDLINE_OPTIONS): Define.
2749 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2751         [BZ #5210]
2752         * configure.in: Add -Werror to -fstack-protector test to catch
2753         unsupported architectures.
2754         Patch by Gilles Esponasse <g.esp@free.fr>.
2756 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2758         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2759         getcontext returns ENOSYS.
2761 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2763         * nscd/connections.c (main_loop_poll): Fix test for read error.
2764         (main_loop_epoll): Likewise.
2766 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2768         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2769         better place so it is not called when nscd is used.
2771         * nscd/connections.c: Also recognize and handle changes to the
2772         resolver configuration file.
2774 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2776         * time/strftime.c: Pass reference to tzset_called around to handle
2777         recursive calls.
2779         [BZ #6612]
2780         * time/strftime.c (__strftime_internal): Call tzset() only
2781         when printing timezone-dependent values.
2782         Based on a patch by Petr Baudis <pasky@suse.cz>.
2784         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2785         unconditionally use second gaih_getanswer_slice result.
2787         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2788         (getaddrinfo): RES must always be non-NULL.
2790 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2792         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2793         cr[34] registers.
2794         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2795         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2796         Likewise.
2797         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2798         register.
2800 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2802         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2803         fields.
2804         * nscd/connections.c (inotify_fd): New variable.
2805         (nscd_init): Try to open an inotify descriptor.
2806         If successful, watch files for databases using inotify instead of
2807         having prune threads stat the files.
2808         (nscd_run_prune): Recognize clear_cache flag being set and call
2809         prune_cache appropriately.
2810         (main_loop_poll): Add inotify descriptor to wait set and handle the
2811         reported changes.
2812         (main_loop_epoll): Likewise.
2813         * nscd/cache.c (prune_cache): Don't stat files for databases if
2814         inotify is used.
2815         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2816         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2818         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2819         fixed-size portion of the record.
2820         * nscd/servicescache.c (cache_addserv): Likewise.
2821         * nscd/pwdcache.c (cache_addpw): Likewise.
2822         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2824 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2826         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2827         out we don't use uninitialized memory.
2829         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2830         the client.
2832 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2834         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2835         ignore T_DNAME messages.
2836         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2838 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2840         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2841         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2843 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2845         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2846         instead of portstr to nscd_getserv_r.  Patch by
2847         Roman Kagan <rkagan@mail.ru>.
2849 2008-05-26  Jim Meyering  <meyering@redhat.com>
2851         Remove more useless "if" tests before "free".
2852         * include/inline-hashtab.h (htab_delete): Likewise.
2853         * libio/freopen.c (freopen): Likewise.
2854         * libio/freopen64.c (freopen64): Likewise.
2855         * locale/programs/ld-collate.c (collate_read): Likewise.
2856         * misc/fstab.c (libc_freeres_fn): Likewise.
2857         * posix/glob.c (globfree): Likewise.
2859 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2861         * string/Makefile (strop-tests): Add memmem.
2862         * string/test-memmem.c: New file.
2863         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2864         (test_init): Size buf1 according to BUF1PAGES.
2866 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2868         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2869         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2870         (CFLAGS-scanf17.c): New.
2871         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2872         * stdio-common/scanf15.c (main): Likewise.
2873         * stdio-common/scanf16.c: New file.
2874         * stdio-common/scanf17.c: New file.
2876 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2878         * resolv/res_send.c (send_dg): If we already have one of two
2879         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2880         use the one answer insted of failing.
2882 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2884         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2885         being executed on PowerPC as the expected result exceeds IBM
2886         long double 128 __LDBL_MAX__.
2888 2008-05-21  Roland McGrath  <roland@redhat.com>
2890         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2892         * Makefile (check-data): Use $(abi-name) before other guesses.
2893         Look in $(add-ons) dirs before scripts/data/.
2894         * elf/Makefile (check-data): Likewise.
2896         * scripts/soversions.awk: Grok ABI line.
2897         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2898         Emit definition for abi-name variable.
2900 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2902         * string/endian.h: Define new fixed-size hto* and *toh macros only
2903         if [__USE_BSD].
2905         * iconvdata/Depend: Add localedata.
2907 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2909         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2911 2008-05-08  David S. Miller  <davem@davemloft.net>
2913         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2914         HIDDEN_JUMPTARGET.
2915         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2916         (__SYSCALL_CLOBBERS): Remove %g* registers.
2917         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2918         (__SYSCALL_CLOBBERS): Likewise.
2919         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2920         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2922 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2924         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2925         (CALL_ERRNO_LOCATION): Define.
2926         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2927         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2928         (CALL_ERRNO_LOCATION): Define.
2929         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2930         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2931         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2933 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2935         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2936         variable.
2938 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2940         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2941         (FIRST_FRAME_POINTER): Define.
2943 2008-05-09  David S. Miller  <davem@davemloft.net>
2945         * sysdeps/sparc/sparc64/backtrace.c: New file.
2947 2008-05-14  David S. Miller  <davem@davemloft.net>
2949         * sysdeps/sparc/machine-gmon.h: New file.
2950         * sysdeps/sparc/sparc-mcount.S: Likewise.
2951         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2952         sysdep_routines in gmon directory.
2954 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2956         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2958 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2960         * resolv/res_query.c (__libc_res_nquery): In case one of two
2961         answer was too short don't try to read that answer's header.
2963         * resolv/res_send.c (send_dg): In case of timeout and there are
2964         two queries and one has been answered, return value indicating
2965         success.
2967 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2969         * nscd/cache.c (cache_add): Take additional parameter specifying
2970         whether this is in response of a cache refill.  Check alignment
2971         of package data.  Revamp waking of pruning thread.
2972         (prune_cache): Small optimization.
2973         * nscd/nscd.h: Adjust cache_add prototypes.
2974         * nscd/aicache.c: Adjust cache_add calls.
2975         * nscd/grpcache.c: Likewise.
2976         * nscd/hstcache.c: Likewise.
2977         * nscd/initgrcache.c: Likewise.
2978         * nscd/pwdcache.c: Likewise.
2979         * nscd/servicescache.c: Likewise.
2980         * nscd/connections.c (restart): Really disable cache use before
2981         exec attempt.  If it fails, reenable cache.
2982         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2983         time to max to be able to notice concurrent cache additions.  Unlock
2984         prune_lock while performing gc.  Afterwards compute wakeup time with
2985         current wakeup_time value in mind.
2987 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2989         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2991         * nscd/mem.c (gc): Correctly determine highest used array element
2992         in mark.
2994         * nscd/mem.c (markrange): Add assert to check entries are all
2995         aligned.  Small cleanup in bitmap use.
2997         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2998         blockoff of type nscd_ssize_t.
2999         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
3000         (mempoll_alloc): Record block offset and not address.
3002         * nscd/mem.c (gc): Fix test for stack overuse.
3004         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
3005         more asserts.
3007         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
3008         entry is available, believe it.
3010         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
3011         no answers return NSS_STATUS_NOTFOUND.
3012         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
3013         buffer does not have any content.
3015 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
3017         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
3019         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
3020         lookup, don't assign canon unconditionally.
3022 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3024         * string/Makefile (distribute): Add str-two-way.h.
3026 2008-03-29  Eric Blake  <ebb9@byu.net>
3028         Rewrite string searches to O(n) rather than O(n^2).
3029         * string/str-two-way.h: New file.  For linear fixed-allocation
3030         string searching.
3031         * string/memmem.c: New implementation.
3032         * string/strstr.c: New implementation.
3033         * string/strcasestr.c: New implementation.
3035 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
3037         * posix/regcomp.c (optimize_utf8): Add a note on why we test
3038         opr.ctx_type.
3039         (calc_first): Initialize constraint field.
3040         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3041         Use search_duplicated_node to avoid loops.  Fix grammar.
3042         (duplicate_node): Merge constraint field for all node types.
3043         (calc_eclosure_iter): Look at constraint field for all node types.
3044         * posix/regex_internal.c (create_cd_newstate): Don't look at
3045         create_cd_newstate.
3047 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3049         [BZ #6428]
3050         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
3052         [BZ #6442]
3053         * string/endian.h: Add macros for fixed-size endian conversion.
3054         * bits/byteswap.h: Allow inclusion from <endian.h>.
3055         * sysdeps/i386/bits/byteswap.h: Likewise.
3056         * sysdeps/ia64/bits/byteswap.h: Likewise.
3057         * sysdeps/s390/bits/byteswap.h: Likewise.
3058         * sysdeps/x86_64/bits/byteswap.h: Likewise.
3059         * string/Makefile (tests): Add tst-endian.
3060         * string/tst-endian.c: New file.
3062         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
3063         Patch by Reuben Thomas.
3065 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
3067         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
3069 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
3071         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
3073         [BZ #6461]
3074         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
3075         Add missing braces.
3076         (BODY for __gconv_transform_internal_ascii): Likewise.
3078         [BZ #6472]
3079         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
3080         to be treated like link-local addresses.
3081         (match_prefix): Don't treat IPv4 loopback address special when
3082         converting to v4 mapped addressed.
3084         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
3085         if necessary.
3086         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
3087         * posix/tst-rfc3484-2.c: Likewise.
3088         * posix/tst-rfc3484-3.c: Likewise.
3090         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
3091         and SCTP.
3093         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
3095         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
3097         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
3099 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
3101         * po/lt.po: New file.  From Lituanian translation team.
3103 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
3105         Introduce TLS descriptors for i386 and x86_64.
3106         * include/inline-hashtab.h: New file, copied from 2005's
3107         libiberty, with fix for memory leak imported afterwards by
3108         Glauber de Oliveira Costa.
3109         * elf/tlsdeschtab.h: New file.
3110         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
3111         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
3112         (CHECK_STATIC_TLS): Move to...
3113         * elf/dynamic-link.h: ... this file.
3114         (TRY_STATIC_TLS): New macro.
3115         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
3116         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
3117         R_386_TLS_DESC): Define.
3118         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
3119         binutils.
3120         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
3121         R_X86_64_TLSDESC): Define.
3122         (R_386_NUM, R_X86_64_NUM): Adjust.
3123         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
3124         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
3125         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
3126         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
3127         release tlsdesc_table.
3128         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
3129         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
3130         (elf_machine_rel): Handle R_386_TLS_DESC.
3131         (elf_machine_rela): Likewise.
3132         (elf_machine_lazy_rel): Likewise.
3133         (elf_machine_lazy_rela): Likewise.
3134         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
3135         * sysdeps/i386/dl-tlsdesc.S: New file.
3136         * sysdeps/i386/dl-tlsdesc.h: New file.
3137         * sysdeps/i386/tlsdesc.c: New file.
3138         * sysdeps/i386/tlsdesc.sym: New file.
3139         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
3140         tlsdesc_table.
3141         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
3142         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
3143         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
3144         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
3145         release tlsdesc_table.
3146         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
3147         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
3148         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
3149         (elf_machine_rel): Handle R_X86_64_TLSDESC.
3150         (elf_machine_rela): Likewise.
3151         (elf_machine_lazy_rel): Likewise.
3152         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
3153         (__tls_get_addr): Do not declare for non-shared compiles.
3154         * sysdeps/x86_64/dl-tlsdesc.S: New file.
3155         * sysdeps/x86_64/dl-tlsdesc.h: New file.
3156         * sysdeps/x86_64/tlsdesc.c: New file.
3157         * sysdeps/x86_64/tlsdesc.sym: New file.
3158         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
3159         tlsdesc_table for both 32- and 64-bit structs.
3161 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
3163         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
3164         its own function.  This reduces the frame setup costs and more.
3166 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
3168         [BZ #3406]
3169         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
3170         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
3172 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
3174         * io/openat.c (__openat_2): Also pass fd to __openat.
3175         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
3176         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
3178         * string/tester.c (test_memcmp): Add a few more tests.
3179         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
3181 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
3183         * nscd/cache.c (cache_add): Before returning with failure and this
3184         is the first use of the record, mark it as unusable.
3185         * nscd/aicache.c: Don't touch the dataset after cache_add returns
3186         reporting a failure.
3187         * nscd/grpcache.c: Likewise
3188         * nscd/hstcache.c: Likewise.
3189         * nscd/initgrcache.c: Likewise.
3190         * nscd/pwdcache.c: Likewise.
3191         * nscd/servicescache.c: Likewise.
3193 2008-05-10  Roland McGrath  <roland@redhat.com>
3195         [BZ #6505]
3196         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
3198 2008-05-08  David S. Miller  <davem@davemloft.net>
3200         * misc/truncate64.c (truncate64): Use __truncate not truncate.
3202         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
3203         (__ieee754_y0l): Likewise.
3204         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
3205         (__ieee754_y1l): Likewise.
3206         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
3207         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
3208         frexpl and ldexpl.  math_private.h provides them and the latter
3209         is not even used.
3210         (__log1pl): Use __frexpl.
3212 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
3214         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
3215         prototypes.
3216         * include/arpa/nameser_compat.h: Define T_UNSPEC.
3217         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
3218         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
3219         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
3220         af==AF_UNSPEC.
3221         (_nss_nis_gethostbyname4_r): New function.
3222         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
3223         Change to also handle af==AF_UNSPEC.
3224         (get_tablename): New function.  Use it to avoid duplication.
3225         (_nss_nisplus_gethostbyname4_r): New function.
3226         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
3227         available.
3228         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
3229         * nss/nss.h: Define struct gaih_addrtuple.
3230         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
3231         af==AF_UNSPEC.
3232         (_nss_files_gethostbyname4_r): New function.
3233         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
3234         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
3235         calls.
3236         * resolv/res_query.c (__libc_res_nquery): Take two additional
3237         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
3238         look up IPv4 and IPv6.
3239         Change all callers.
3240         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
3241         for an additional query and answer buffer.  Pass to send_vc and
3242         send_dg.
3243         (send_vc): Send possibly two requests and receive two answers.
3244         (send_dg): Likewise.
3245         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
3246         __libc_res_nquery.
3247         (_nss_dns_gethostbyname4_r): New function.
3248         (gaih_getanswer_slice): Likewise.
3249         (gaih_getanswer): Likewise.
3250         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
3251         __libc_res_nquery call.
3252         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
3253         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
3254         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
3255         available.
3257 2008-05-05  David S. Miller  <davem@davemloft.net>
3259         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
3260         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
3262 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3264         Fix termios bit macros.
3265         Move *DLY definitions where they belong, in termios.h.
3266         Add *[0-3] definitions.
3267         Fixes confusion between VT and FF.
3268         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
3269         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
3270         are already defined to avoid collision with termios.h.
3271         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
3272         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
3273         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
3274         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
3275         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
3276         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
3277         VTDLY, VT0, VT1): New macros.
3278         [__USE_GNU] (OLCUC): Change value of macro.
3279         [__USE_XOPEN] (OFILL): New macro.
3280         [__USE_BSD] (CRTSCTS): Change value.
3281         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
3282         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
3283         (B7200, B14400, B28800, B76800): New macros.
3285 2008-05-01  David S. Miller  <davem@davemloft.net>
3287         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
3288         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
3289         (gen-as-const-headers): Add it.
3290         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
3291         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
3292         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
3293         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
3295         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
3296         six system call parameters.
3297         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
3299 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
3301         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
3302         RUSAGE_LWP.
3303         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
3304         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
3306 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
3308         * stdlib/tst-setcontext.c: Include unistd.h.
3310 2008-04-25  David S. Miller  <davem@davemloft.net>
3312         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
3313         Pass "union semun" properly in to sys_ipc, it must be passed
3314         by value, not by reference.
3316 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
3318         * nscd/Makefile (nscd-cflags): Set back to -fpie.
3319         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
3320         * nscd/connections.c (mem_in_flight): Likewise.
3322         * nscd/nscd.h (dbs): Make hidden.
3324         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
3325         Avoid returning -1, return 0 instead.
3327 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
3329         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
3331 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
3333         [BZ #5209]
3334         * sysdeps/unix/sysv/linux/times.c: New file.
3336         [BZ #5381]
3337         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
3338         mem_in_flight_list variables.  Add new parameter to mempool_alloc
3339         prototype.
3340         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
3341         appropriate mem_in_flight element.
3342         (gc): Take allocations which have not yet been committed to the
3343         database into account.
3344         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
3345         Reset mem_in_flight before returning.
3346         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
3347         cue it up in mem_in_flight_list.
3348         * nscd/aicache.c: Adjust mempool_alloc call.
3349         * nscd/grpcache.c: Likewise.
3350         * nscd/hstcache.c: Likewise.
3351         * nscd/initgrcache.c: Likewise.
3352         * nscd/pwdcache.c: Likewise.
3353         * nscd/servicescache.c: Likewise.
3354         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
3355         of -fpie.
3357         * nscd/connections.c (handle_request): Provide better error message
3358         in case SELinux forbids the service.
3360         * version.h (VERSION): Bump to 2.8.90.
3362 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
3364         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
3366 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3368         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
3369         Also use for 32-bit.
3370         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
3371         __nextafter instead of nextafter to avoid local PLT.
3372         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
3373         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
3375         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
3377         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
3378         __fe_nomask_env.
3379         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
3380         <fenv_libc.h> instead of <fenv.h>.
3381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3384         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
3386         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
3387         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
3388         function from fegetexcept and make old name weak alias.
3389         * include/fenv.h: Declare __fegetexcept.
3390         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
3391         fegetexcept.
3392         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
3393         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
3394         to fetestexcept.
3395         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
3396         instead of frexpl to avoid local PLT.
3397         * math/s_significandl.c (__significandl): Use __ilogbl instead of
3398         ilogbl to avoid local PLT.
3399         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
3400         instead of ldexpl to avoid local PLT.
3401         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
3402         __roundl not roundl to avoid local PLT.
3403         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
3404         local PLTs.  Use __sincosl instead of separate sinl and cosl
3405         calls.
3406         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
3408         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
3409         version for ppc64 to 2.4.21 since without it makecontext will fail.
3411         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
3412         to the ABI in use.
3413         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
3414         .__tls_get_addr.
3415         [__powerpc64__] (TLS_GD): Likewise.
3417 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
3419         [BZ #4997]
3420         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
3421         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
3422         mantissa.
3423         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3424         Likewise.  Also account for when x is an odd number between 2^52
3425         and 2^53-1.
3426         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
3427         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3428         * math/libm-test.inc (lround_test, llround_test): Added test cases to
3429         detect aforementioned erroneous conditions.
3431 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3433         * configure.in: Check for -fno-section-anchors in addition to
3434         -fno-toplevel-reorder.
3436 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3438         * include/features.h (__GLIBC_MINOR__): Bump to 8.
3440         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
3441         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
3442         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
3443         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
3444         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
3445         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
3447 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3449         [BZ #5443]
3450         * time/era.c: Transform __libc_setlocale_lock into rwlock.
3451         * time/alt_digit.c: Likewise.
3452         * wcsmbs/wcsmbsload.c: Likewise.
3454 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
3456         * version.h (VERSION): Bump to 2.8.
3458         * timzeone/asia: Update from tzdata2008b.
3459         * timezone/backward: Likewise.
3460         * timezone/europe: Likewise.
3461         * timezone/northamerica: Likewise.
3462         * timezone/southamerica: Likewise.
3463         * timezone/iso3166.tab: Likewise.
3464         * timezone/leapseconds: Likewise.
3465         * timezone/zone.tab: Likewise.
3466         * timezone/private.h: Update from tzcode2008a.
3467         * timezone/zdump.c: Likewise.
3468         * timezone/zic.c: Likewise.
3470 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3472         [BZ #5741]
3473         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
3474         Define additonal Data Cache Block instruction macros.
3475         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
3476         Replace dcbst with dcbf and sync with sync/isync.
3478 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
3480         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
3481         Always set ELF_RTYPE_CLASS_PLT.
3482         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
3484 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
3486         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3487         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3488         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3489         For ISA 2.01 and later replace mftb with mfspr 268.
3491 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3493         [BZ #5768]
3494         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3495         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3497 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3499         [BZ #5768]
3500         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3501         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3502         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3503         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3505 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3507         * stdlib/tst-makecontext.c (othervar): New variable.
3508         (cf): Test sign extending the argument to long.
3510 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3512         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3513         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3514         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3515         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3516         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3517         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3518         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3520 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3522         * elf/Makefile (tests): Substitute tests-vis-yes here.
3523         (tests-vis-yes): Delete.
3524         (modules-name, modules-vis-yes): Similarly.
3526 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3528         [BZ #4407]
3529         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3530         Preserve sign in signgamp when x is zero.
3532 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3534         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3535         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3536         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3537         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3538         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3539         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3541 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3543         [BZ #4314]
3544         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3545         buffers.
3547         [BZ #5209]
3548         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3549         a reserved error value.
3551         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3552         value to check for correct sign extension.
3554         [BZ #5436]
3555         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3556         Copy 64-bit parameter values even though this is not required in
3557         the standard.
3559         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3560         PC save.
3562 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3564         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3565         PC save.
3567 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3569         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3571 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3573         [BZ #5998]
3574         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3575         in line-buffered stream failed.
3576         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3578 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3580         [BZ #6024]
3581         * scripts/abi-versions.awk: If the version specified by
3582         --enable-oldest-abi is older than the first version for this
3583         architecture, use the default version.
3585         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3586         as well when ignoring the whole category.
3588 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3590         [BZ #6042]
3591         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3592         ETHERTYPE_* definitions.
3593         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3595 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3597         * stdlib/mbtowc.c (__no_r_state): Remove.
3598         (mbtowc): New static state variable.  Use it instead of
3599         __no_r_state.
3600         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3601         (__wctomb_state): New hidden variable.
3602         (wctomb): Use __wctomb_state instead of __no_r_state.
3603         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3604         (__wctomb_state): New extern decl.
3605         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3607 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3609         [BZ #5475]
3610         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3612 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3614         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3616 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3618         * po/nl.po: Update from translation team.
3620 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3622         [BZ #6007]
3623         * string/strfry.c: Handle empty strings again.
3625 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3627         [BZ #5443]
3628         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3629         before looking for translation.
3630         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3631         * locale/freelocale.c: Likewise.
3632         * locale/newlocale.c: Likewise.
3633         * locale/setlocale.c: Likewise.
3634         Based partially on a patch by ryo@np.css.fujitsu.com.
3636 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3638         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3639         acquiring wrlock.  Do conv_tab allocation while holding lock.
3640         * intl/Makefile: Add rules to build and run tst-gettext6.
3641         * intl/tst-gettext6.c: New test.
3642         * intl/tst-gettext6.sh: New file.
3644 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3646         * po/nl.po: Update from translation team.
3648         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3649         provided through st_blksize, try the default size before giving up.
3651 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3653         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3655         [BZ #5939]
3656         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3658         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3659         error message.  POSIX today does not require the messages to be in
3660         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3662         [BZ #5979]
3663         * sunrpc/auth_unix.c: Unify printed strings.
3664         * sunrpc/clnt_tcp.c: Likewise.
3665         * sunrpc/clnt_udp.c: Likewise.
3666         * sunrpc/clnt_unix.c: Likewise.
3667         * sunrpc/svc_tcp.c: Likewise.
3668         * sunrpc/svc_udp.c: Likewise.
3669         * sunrpc/svc_unix.c: Likewise.
3670         * sunrpc/xdr.c: Likewise.
3671         * sunrpc/xdr_array.c: Likewise.
3672         * sunrpc/xdr_rec.c: Likewise.
3673         * sunrpc/xdr_ref.c: Likewise.
3674         * locale/programs/ld-time.c (time_finish): Unify messages.
3675         * locale/programs/locfile.c (handle_copy): Fix typo.
3676         * nscd/nscd.c (options): Fix typo.
3678         [BZ #5995]
3679         * stdlib/strtod_l.c: Use correct sign for result in one more
3680         underflow case.
3681         Patch by Eric Blake <ebb9@byu.net>.
3683 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3685         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3686         and creat system calls.
3687         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3688         call.
3689         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3690         system calls.
3691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3692         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3693         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3695 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3697         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3698         <linux/limits.h> has defined it.
3699         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3700         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3701         headers.
3702         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3703         it instead of ARG_MAX.
3705 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3707         * posix/gai.conf: Fix comment for scope nullbits.
3708         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3709         default to 128 bits for v4 mapped addresses.
3711 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3713         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3714         ptrace call to get the ieee_instruction_pointer from the kernel.
3715         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3716         ptrace call to set the ieee_instructtion_pointer.
3717         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3718         Add comment that ieee_instruction_pointer is always 0.
3720 2008-03-09  Andreas Jaeger  <aj@suse.de>
3722         [BZ #5857]
3723         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3724         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3725         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3727         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3728         (rint_test): Likewise.
3730 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3732         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3733         call.
3734         (__nisfind_server): Similar for open readColdStartFile call.
3735         Patch partially by Jim Meyering.
3736         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3737         around internal_setent call.
3739         * po/vi.po: New Vietnamese translation.
3741         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3742         ADJ_OFFSET_SS_READ.
3744         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3745         remove CLONE_STOPPED.
3747 2008-02-10  Jim Meyering  <meyering@redhat.com>
3749         Remove useless "if" before "free":
3750         * elf/ldconfig.c (parse_conf_include): Likewise.
3751         * gmon/gmon.c (weak_alias): Likewise.
3752         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3753         * inet/rcmd.c (__validuser2_sa): Likewise.
3754         * intl/bindtextdom.c (set_binding_values): Likewise.
3755         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3756         * libio/genops.c (save_for_backup): Likewise.
3757         * libio/wgenops.c (save_for_wbackup): Likewise.
3758         * locale/programs/ld-collate.c (collate_read): Likewise.
3759         * locale/programs/linereader.c (get_string): Likewise.
3760         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3761         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3762         * resolv/res_debug.c (do_section): Likewise.
3763         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3764         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3765         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3766         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3767         * time/tzset.c (tzset_internal): Likewise.
3769 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3771         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3772         of ASSEMBLER.
3774 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3776         [BZ #5903]
3777         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3778         not stream for output file.  Open output file here.
3779         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3780         and output file name.
3781         (process_fd): Likewise.
3782         (process_file): Likewise.
3783         (main): Adjust callers of changed functions.
3784         * iconv/iconv_prog.h: Adjust prototype.
3786 2008-03-09  Andreas Jaeger  <aj@suse.de>
3788         [BZ #5753]
3789         * sysdeps/ia64/ieee754.h: Use protected namespace
3790         __BIG_ENDIAN/__LITTLE_ENDIAN.
3791         * sysdeps/ieee754/ieee754.h: Likewise.
3792         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3794 2008-03-08  Roland McGrath  <roland@frob.com>
3796         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3797         ignore a signal that came from a machine exception, treat it as a
3798         fatal core-dump signal instead.
3799         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3801         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3802         Clear DF bit in thread state's eflags.
3803         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3805 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3807         [BZ #5774]
3808         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3809         of NAN(...) sequence.
3810         * stdlib/Makefile (tests): Add tst-strtod6.
3811         * stdlib/tst-strtod6.c: New file.
3813         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3815         [BZ #5762]
3816         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3817         putting offending option character in quotes.  Clean up error
3818         messages.
3819         * po/be.po: Adjust msgstr in translation file.
3820         * po/bg.po: Likewise.
3821         * po/ca.po: Likewise.
3822         * po/cs.po: Likewise.
3823         * po/da.po: Likewise.
3824         * po/de.po: Likewise.
3825         * po/es.po: Likewise.
3826         * po/fr.po: Likewise.
3827         * po/hr.po: Likewise.
3828         * po/ko.po: Likewise.
3829         * po/nl.po: Likewise.
3830         * po/rw.po: Likewise.
3831         * po/sk.po: Likewise.
3832         * po/sv.po: Likewise.
3833         * po/tr.po: Likewise.
3834         * po/zh_CN.po: Likewise.
3835         * po/zh_TW.po: Likewise.
3837         [BZ #5760]
3838         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3839         Patch by Roland Bless <roland@bless.de>.
3841         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3842         .o file.
3843         * elf/Makefile (routines): Add dl-sysdep.
3844         (elide-routines.os): Likewise.
3846 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3848         [BZ #5786]
3849         * elf/dl-sysdep.c: Undefine ROUND after use.
3850         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3851         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3852         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3853         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3854         to ...
3855         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3856         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3857         if necessary.
3858         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3860         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3861         _dl_tls_get_addr_soft element.
3862         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3863         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3864         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3865         GLRO.
3866         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3867         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3868         of internal_function.
3870         * stdlib/Makefile (aux): Add tens_in_limb.
3871         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3872         * stdlib/tens_in_limb.c: ...here.  New file.
3874         [BZ #5778]
3875         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3876         __statfs_chown_restricted.
3877         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3878         for _PC_CHOWN_RESTRICTED.
3879         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3880         Implement __statfs_chown_restricted.
3881         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3882         _POSIX_CHOWN_RESTRICTED value to zero.
3883         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3884         defined to zero.
3886         * sysdeps/x86_64/rtld-memset.c: New file.
3888 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3890         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3892         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3893         Barcelona machine.  Make default fall through branch of
3894         __x86_64_preferred_memory_instruction check as the integer code path.
3896 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3898         * sysdeps/x86_64/cacheinfo.c
3899         (__x86_64_preferred_memory_instruction): New variable.
3900         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3902         * sysdeps/x86_64/memset.S: Rewrite.
3904 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3906         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3907         __obstack_printf_chk): New prototypes.
3908         (__vasprintf_chk, __vdprintf_chk,
3909         __obstack_vprintf_chk): Likewise.
3910         Add libc_hidden_proto.
3911         * libio/obprintf.c
3912         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3913         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3914         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3915         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3916         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3917         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3918         __obstack_vprintf_chk): New prototypes.
3919         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3920         obstack_vprintf): New inlines.
3921         * debug/dprintf_chk.c: New file.
3922         * debug/vdprintf_chk.c: New file.
3923         * debug/asprintf_chk.c: New file.
3924         * debug/vasprintf_chk.c: New file.
3925         * debug/obprintf_chk.c: New file.
3926         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3927         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3928         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3929         @@GLIBC_2.8.
3930         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3931         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3932         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3933         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3934         libc_hidden_proto.
3935         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3936         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3937         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3938         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3939         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3940         @@GLIBC_2.8.
3941         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3942         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3943         obstack_vprintf_chk.
3944         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3945         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3946         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3947         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3948         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3949         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3951 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3953         [BZ #5779]
3954         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3955         Patch by Roy Marples <roy@marples.name>.
3957         [BZ #5736]
3958         * malloc/malloc.c: Fix typo in comment.
3960         [BZ #5627]
3961         * locale/iso-639.def: Add Shuswap.
3963 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3965         [BZ #5790]
3966         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3967         overwrite *h_errnop/*errnop values from getanswer_r in case of
3968         failure.
3970 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3972         [BZ #5818]
3973         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3974         (verify_persistent_db): Remove one unnecessary test and add a new one
3975         for bad configuration.
3976         (nscd_init): Improve error reported when persistent database cannot
3977         be reused.
3978         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3979         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3980         .suggested_module and .max_db_size and case config file says the
3981         values are zero.
3982         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3984         [BZ #5854]
3985         * nis/ypclnt.c (yp_order): Fix handling of return value of
3986         do_ypcall_tr call.
3987         Patch by Jeff Moyer <jmoyer@redhat.com>.
3989         * po/fr.po: Update from translation team.
3991 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3992             Carlos O'Donell <carlos@systemhalted.org>
3994         [BZ #5012]
3995         * FAQ.in: Describe why glibc needs to be compiled with
3996         optimization.
3998 2008-02-19  Roland McGrath  <roland@redhat.com>
4000         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
4002 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
4004         [BZ #5737]
4005         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
4006         __USE_MISC is defined.
4008 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
4010         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
4011         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
4012         sys/timerfd.h.
4013         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
4014         timerfd_gettime, timerfd_settime.
4015         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
4016         timerfd_gettime, timerfd_settime for GLIBC_2.8.
4018 2008-02-08  Roland McGrath  <roland@redhat.com>
4020         * elf/elf.h (NT_PPC_SPE): New macro.
4022 2008-02-06  Roland McGrath  <roland@redhat.com>
4024         * Makerules ($(common-objpfx)sysd-rules):
4025         Depend on $(sysdep-makeconfigs).
4027 2008-01-31  Roland McGrath  <roland@redhat.com>
4029         [BZ #5442]
4030         * configure.in: Use -print-file-name if it yields a directory,
4031         for each of include and include-fixed.
4032         * configure: Regenerated.
4034         * Makeconfig (sysd-rules-targets): New variable.
4035         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
4036         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
4038 2008-01-30  Roland McGrath  <roland@redhat.com>
4040         * manual/libc.texinfo: Update back-cover text.
4042         * elf/elf.h (NT_386_TLS): New macro.
4044 2008-01-29  Roland McGrath  <roland@redhat.com>
4046         * Makeconfig (sysd-rules-patterns): New variable.
4047         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
4048         (check-inhibit-asm): New canned sequence, replaces ...
4049         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
4050         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
4051         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
4052         (CFLAGS-rtld): Variable removed.
4054 2008-01-24  Roland McGrath  <roland@redhat.com>
4056         * configure.in: Let configure fragments set base_os.
4057         * configure: Regenerated.
4059 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
4061         * po/ko.po: Update from translation team.
4063 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
4065         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
4067 2008-01-12  Andreas Jaeger  <aj@suse.de>
4069         [BZ #5040]
4070         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
4071         Add EPOLLRDHUP.
4073 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4075         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
4076         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
4077         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
4079 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
4081         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
4082         * elf/dl-close.c (_dl_close): Check for it.
4083         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
4084         (_dl_allocate_static_tls): Likewise.
4085         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
4086         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
4087         to it.
4088         * elf/tst-tls16.c: New file.
4089         * elf/tst-tlsmod16a.c: New file.
4090         * elf/tst-tlsmod16b.c: New file.
4091         * elf/Makefile: Add rules to build and run tst-tls16.
4093 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
4095         [BZ #5628]
4096         * bits/shm.h: Fix comment describing shmid_ds.
4097         * sysdeps/gnu/bits/shm.h: Likewise.
4098         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
4099         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4100         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4101         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4102         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4103         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
4104         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4105         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4106         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
4108         [BZ #5607]
4109         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
4110         prototypes.
4111         * conform/data/limits.h-data: Adjust limits changed in v6 and add
4112         additional suffixes.
4113         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
4114         Add optional functions mq_timedreceive and mq_timedsend.
4115         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
4116         * conform/data/pthread.h-data: Fix prototype of
4117         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
4118         * conform/data/semaphore.h-data: Allow time.h definitions.
4119         * conform/data/signal.h-data: Likewise.
4120         * conform/data/stdio.h-data: getw and putw are not required in v6.
4121         * conform/data/stdlib.h-data: Change setstate prototype.
4122         * conform/data/string.h-data: Fix strerror_r prototype.
4123         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
4124         * conform/data/unistd.h-data: pthread_atfork not required in v6.
4125         Fix readlink prototype.
4126         * conform/data/netinet/in.h-data: Add const to in6addr_any and
4127         in6addr_loopback.
4128         * inet/netinet/in.h: Cleanup namespace.
4129         * posix/regex.h: Likewise.
4130         * resolv/netdb.h: Likewise.
4131         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
4132         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4133         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4134         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
4135         of names of in in6_addr.
4136         (default_precedence): Likewise.
4137         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
4138         NULL definition.
4140 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
4142         * conform/data/fmtmsg.h-data: Add missing allows.
4143         * conform/data/ftw.h-data: Likewise.
4144         * conform/data/inttypes.h-data: Likewise.
4145         * conform/data/math.h-data: Likewise.
4146         * conform/data/signal.h-data: Likewise.
4147         * conform/data/net/if.h-data: Likewise.
4148         * conform/data/netinet/in.h-data: Likewise.
4149         * conform/data/sys/socket.h-data: Likewise.
4151         [BZ #5614]
4152         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
4153         (__strtok_r): Simplify.
4154         * string/tester.c (test_strtok_r): Add test case for futile search
4155         with single-character seach string.
4157 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
4159         * po/ko.po: Update from translation team.
4161 2008-01-11  Andreas Jaeger  <aj@suse.de>
4163         [BZ #5600]
4164         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
4165         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
4166         kernel header.
4168 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
4170         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
4171         native interface lookup in all the relevant places.
4173 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
4174             Ulrich Drepper  <drepper@redhat.com>
4176         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
4177         field.  Use sockaddr_in6 for source_addr.
4178         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
4179         (match_prefix): Likewise.
4180         (get_label): Likewise.
4181         (get_precedence): Likewise.
4182         (rfc3484_sort): Change to use indirect access to results array.
4183         Adjust to use of sockaddr_in6.  Replace service_order test with
4184         simple index comparison.
4185         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
4186         service_order field.  Adjust qsort_t calls.  Access sorted result
4187         array indirectly through order array.
4188         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
4189         * posix/tst-rfc3484-2.c: Likewise.
4190         * posix/tst-rfc3484-3.c: Likewise.
4192 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
4194         [BZ #5541]
4195         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
4196         pollfd structures.
4197         Patch by André Cruz.
4199         [BZ #5545]
4200         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
4201         (clnt_spcreateerror): Likewise.
4203         [BZ #5553]
4204         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
4205         (public_mEMALIGn): Likewise.
4206         Patch mostly by Daniel Jacobowitz.
4208 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
4210         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
4211         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
4212         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
4213         * stdlib/tst-makecontext2.c: New test.
4215 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
4217         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
4218         defined.
4219         (REINIT_PARAMS): Likewise.  Undefine before end of file.
4220         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
4221         transliteration hooks and REINIT_PARAMS afterwards.
4222         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
4223         status.
4224         (REINIT_PARAMS): Define.
4225         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
4226         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
4227         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
4228         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
4229         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
4230         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
4231         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
4232         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
4233         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
4234         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
4235         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
4236         * iconvdata/tst-iconv7.c: New test.
4238 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
4240         * libio/stdio.h (vscanf): Fix definition for loser compilers.
4242 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
4244         [BZ #5112]
4245         * nscd/connections.c (restart): Fix condition.
4247 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
4249         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
4250         __ctype_toupper_loc): Add __THROW.
4252 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
4254         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
4255         recognition of interface family.
4257         * posix/getconf.c: Update copyright year.
4258         * nss/getent.c: Likewise.
4259         * iconv/iconvconfig.c: Likewise.
4260         * iconv/iconv_prog.c: Likewise.
4261         * elf/ldconfig.c: Likewise.
4262         * catgets/gencat.c: Likewise.
4263         * csu/version.c: Likewise.
4264         * elf/ldd.bash.in: Likewise.
4265         * elf/sprof.c (print_version): Likewise.
4266         * locale/programs/locale.c: Likewise.
4267         * locale/programs/localedef.c: Likewise.
4268         * nscd/nscd.c (print_version): Likewise.
4269         * debug/xtrace.sh: Likewise.
4270         * malloc/memusage.sh: Likewise.
4271         * malloc/mtrace.pl: Likewise.
4272         * debug/catchsegv.sh: Likewise.
4274 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
4276         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
4277         second lookup.
4279 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
4281         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
4282         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4284 2007-12-17  Roland McGrath  <roland@redhat.com>
4286         * inet/ether_line.c (ether_line): Remove unused variable.
4288 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4290         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
4291         and winp.
4292         * login/openpty.c (openpty): Likewise.
4293         * login/pty.h (openpty, forkpty): Likewise.
4294         * manual/terminal.texi (openpty, forkpty): Likewise.
4296 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
4298         * malloc/malloc.c (public_cALLOc): For arenas other than
4299         main_arena, count all bytes inside the mprotect_size range of the
4300         heap as uninitialized.
4302 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
4304         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
4305         executable stacks.
4307         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
4308         mTRIm for all of them.
4309         (mTRIm): Additionally iterate over all free blocks and use madvise
4310         to free memory for all those blocks which contain at least one
4311         memory page.
4312         * malloc/tst-trim1.c: New file.
4313         * malloc/Makefile (tests): Add tst-trim1.
4315         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
4317 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
4319         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
4320         First cast argument to long
4321         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
4322         Return long.
4323         (__vdso_clock_gettime): Likewise.
4324         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
4325         return long.
4327 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
4329         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
4330         * locale/nl_langinfo_l.c: Real implementation, copied from
4331         nl_langinfo.c.
4332         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
4334 2007-12-01  Jim Meyering  <meyering@redhat.com>
4336         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4337         that would inhibit utf8-optimization of a regexp containing line-
4338         or buffer-anchors, e.g., `^', `$'.
4340 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4342         * time/bug-getdate1.c (do_test): Don't use century values which
4343         aren't valid on 32-bit systems.
4345 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
4347         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
4348         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
4349         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
4350         __strcat_g, __strncat_g): Add __asm__.
4352 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4354         [BZ #5477]
4355         * io/fchmodat.c: Fix typo in stub_warning use.
4356         Patch by Petr Salinger.
4358 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
4360         * iconvdata/hp-thai8.c: New file.
4361         * iconvdata/Makefile: Add rules for hp-thai8.c.
4362         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
4363         * iconvdata/gconv-modules: Likewise.
4365         [BZ #5464]
4366         * iconvdata/hp-greek8.c: New file.
4367         * iconvdata/Makefile: Add rules for hp-greek8.c.
4368         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
4369         * iconvdata/gconv-modules: Likewise.
4371         [BZ #5463]
4372         * iconvdata/hp-turkish8.c: New file.
4373         * iconvdata/Makefile: Add rules for hp-turkish8.c.
4374         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
4375         * iconvdata/gconv-modules: Likewise.
4377         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
4378         (shrink_heap): ... this new function.
4379         (heap_trim): Call shrink_heap instead of grow_heap.
4381         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
4382         case don't call alloc_perturb.
4384 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
4386         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
4387         possible.
4388         * sysdeps/unix/sysv/linux/kernel-features.h
4389         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
4390         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
4392 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
4394         [BZ #5424]
4395         * stdio-common/vfprintf.c: Do not overflow when adding to done.
4396         * stdio-common/Makefile (tests): Add bug22.
4397         * stdio-common/bug22.c: New file.
4399         [BZ #5451]
4400         * time/getdate.c: Fix filling in default values.
4401         * time/bug-getdate1.c: New file.
4402         * time/Makefile: Add rules to build and run bug-getdate1.
4404         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
4405         * iconvdata/ebcdic-es.c: Likewise.
4406         * iconvdata/ebcdic-es-a.c: Likewise.
4407         * iconvdata/ebcdic-uk.c: Likewise.
4408         * iconvdata/iso8859-16.c: Likewise.
4409         * iconvdata/viscii.c: Likewise.
4410         * iconvdata/iso8859-9e.c: Likewise.
4411         * iconvdata/Makefile: Adjust appropriately.
4413         [BZ #5428]
4414         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
4415         __need_wint_t.
4417 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4419         [BZ #5427]
4420         * iconvdata/hp-roman9.c: New file.
4421         * iconvdata/Makefile: Add rules for hp-roman9.c.
4422         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
4423         * iconvdata/gconv-modules: Likewise.
4425         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
4426         * iconvdata/Makefile: Adjust appropriately.
4428         [BZ #5441]
4429         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
4430         structure, it's allocated with alloca.
4431         * stdio-common/Makefile (tests): Add bug21.
4432         * stdio-common/bug21.c: New file.
4434 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
4436         [BZ #5452]
4437         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
4438         keyword for gcc's braced-groups.
4440 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4442         [BZ #5454]
4443         * inet/ether_line.c: Strip hostname of whitespaces.
4444         * inet/Makefile (tests): Add tst-ether_line.
4445         * inet/tst-ether_line.c: New file.
4447 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
4449         [BZ #5439]
4450         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
4452         [BZ #5435]
4453         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
4455         * stdlib/tst-setcontext.c: Catch the case where the links gets
4456         messed up and we do not reach main again.
4458         * po/ca.po: Update from translation team.
4460 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
4462         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
4463         * posix/regex.h (REG_ENOSYS): Likewise.
4464         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
4466 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
4468         * nscd/nscd.h (MAX_STACK_USE): Define.
4469         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
4470         (gc): Initialize stack_used based on allocation in prune_cache.
4471         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
4472         Clear array before use.
4474         * nscd/aicache.c (addhstaiX): Update statistics counter in case
4475         memory allocation failed.
4476         * nscd/hstcache.c (cache_addhst): Likewise.
4477         * nscd/grpcache.c (cache_addgr): Likewise.
4478         * nscd/servicescache.c (cache_addserv): Likewise.
4479         * nscd/pwdcache.c (cache_addpw): Likewise.
4480         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4482 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
4484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
4485         and creat system calls.
4487         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4489 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4491         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4492         Add netiucv/iucv.h.
4493         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4494         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4495         protocol.
4496         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4497         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4498         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4500 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4502         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4503         strncat): Define as macros to avoid compile errors.
4505         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4506         creat entries.
4508 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4510         [BZ #5382]
4511         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4512         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4513         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4514         overflow it.
4515         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4517         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4518         Return zero in case the thread library is not NPTL.
4520         [BZ #5375]
4521         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4522         initializing interface list.
4524         [BZ #5378]
4525         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4526         use result of nss_getgrgid_r if nothing was found.  For other
4527         error return with a failure.
4528         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4530         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4531         macro name.
4533 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4535         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4536         (get_scope): For IPv4 scope, use scopes table.
4537         (fini): Free scopes table if necessary.
4538         (free_scopelist): New function.
4539         (scopecmp): New function.
4540         (gaiconf_init): Also handle scopev4 entries.
4541         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4542         * posix/tst-rfc3484-2.c (do_test): Likewise.
4543         * posix/gai.conf: Document scopev4 defaults.
4544         * posix/Makefile (tests): Add tst-rfc3484-3.
4545         * posix/tst-rfc3484-3.c: New file.
4547         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4548         Teredo tunnels.
4549         * posix/gai.conf: Update for current default tables.
4551 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4553         * po/tr.po: Update from translation team.
4555 2007-11-18  Roland McGrath  <roland@frob.com>
4557         * manual/arith.texi (Remainder Functions): Spelling fix.
4558         From Shaun Silk <genix@mysoul.com.au>.
4560         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4562 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4564         * po/zh_CN.po: Update from translation team.
4566         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4567         Add sys/signalfd.h and sys/eventfd.h.
4569 2007-11-15  Bruno Haible  <bruno@clisp.org>
4571         [BZ #5346]
4572         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4573         union.
4574         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4575         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4576         it needs only fixed stack space. Delay the initialization of
4577         msgid_len until it is needed.
4579 2007-11-15  Andreas Jaeger  <aj@suse.de>
4581         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4582         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4584 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4586         * po/ko.po: Update from translation team.
4588 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4590         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4591         significantly.  The device type is also part of the ifinfomsg data.
4593         * po/sv.po: Update from translation team.
4594         * po/nl.po: Likewise.
4596         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4597         to wake up in 24 hours.
4599         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4601 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4603         * po/cs.po: Update from translation team.
4604         * po/pl.po: Likewise.
4606         * include/ifaddrs.h: Remove in6ai_temporary.
4607         (struct in6addrinfo): Add index element.
4608         Declare __check_native.
4609         * inet/Makefile (aux): Add check_native.
4610         * sysdeps/unix/sysv/linux/check_native.c: New file.
4611         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4612         IFA_F_TEMPORARY.  Pass back ifa_index.
4613         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4614         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4615         call __check_native if necessary.
4616         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4617         to sort addresses.  Pass information about the results.
4618         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4619         of rfc3484_sort interface.
4620         * posix/tst-rfc3484-2.c: Likewise.
4622         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4623         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4624         for _quicksort.
4625         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4626         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4627         on as third parameter to compare function and _quicksort.
4628         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4629         to the compare function.
4630         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4631         * Versions.def: Add GLIBC_2.8 for libc.
4633         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4634         * posix/tst-rfc3484-2.c: Likewise.
4636         * include/kernel-features.h: Moved to...
4637         * sysdeps/mach/hurd/kernel-features.h: ...here.
4639 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4641         * sysdeps/i386/i586/memcpy_chk.S: New file.
4642         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4643         * sysdeps/i386/i586/memset_chk.S: Likewise.
4645 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4647         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4648         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4649         list of interfaces.  Also store prefix length.
4650         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4651         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4652         prefix if source and destination address are in the same subnet.
4653         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4654         Always look for matching record in in6ai list.
4655         Correct source_addr_len value for IPv6->IPv4 converted records.
4657 2007-11-11  Roland McGrath  <roland@frob.com>
4659         * include/kernel-features.h: New file.
4661 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4663         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4664         complications for 64-bit platforms.
4666         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4667         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4668         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4669         open64_2.
4670         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4671         entries.
4672         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4673         * sysdeps/wordsize-64/alphasort.c: New file.
4674         * sysdeps/wordsize-64/alphasort64.c: New file.
4675         * sysdeps/wordsize-64/fseeko.c: New file.
4676         * sysdeps/wordsize-64/fseeko64.c: New file.
4677         * sysdeps/wordsize-64/ftello.c: New file.
4678         * sysdeps/wordsize-64/ftello64.c: New file.
4679         * sysdeps/wordsize-64/ftw.c: New file.
4680         * sysdeps/wordsize-64/ftw64.c: New file.
4681         * sysdeps/wordsize-64/iofgetpos.c: New file.
4682         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4683         * sysdeps/wordsize-64/iofopen.c: New file.
4684         * sysdeps/wordsize-64/iofopen64.c: New file.
4685         * sysdeps/wordsize-64/iofsetpos.c: New file.
4686         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4687         * sysdeps/wordsize-64/lockf.c: New file.
4688         * sysdeps/wordsize-64/lockf64.c: New file.
4689         * sysdeps/wordsize-64/mkostemp.c: New file.
4690         * sysdeps/wordsize-64/mkostemp64.c: New file.
4691         * sysdeps/wordsize-64/mkstemp.c: New file.
4692         * sysdeps/wordsize-64/mkstemp64.c: New file.
4693         * sysdeps/wordsize-64/scandir.c: New file.
4694         * sysdeps/wordsize-64/scandir64.c: New file.
4695         * sysdeps/wordsize-64/tmpfile.c: New file.
4696         * sysdeps/wordsize-64/tmpfile64.c: New file.
4697         * sysdeps/wordsize-64/versionsort.c: New file.
4698         * sysdeps/wordsize-64/versionsort64.c: New file.
4699         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4700         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4701         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4702         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4703         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4704         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4705         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4706         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4707         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4708         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4709         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4710         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4712         * crypt/sha256-crypt.c: Fix a comment.
4713         * crypt/sha512-crypt.c: Likewise.
4715 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4717         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4719 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4721         [BZ #5277]
4722         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4723         because output buffer is too small break, don't loop.
4724         * iconvdata/Makefile (tests): Add bug-iconv6.
4725         * iconvdata/bug-iconv6.c: New file.
4727 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4729         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4730         with size_t type.
4731         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4732         size_t.  Add casts where needed.
4734         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4735         old headers, don't call avc_has_perm if we don't have the
4736         permission information.
4738 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4740         * elf/rtld.c (dl_main): Use the page size to find the map start.
4742 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4744         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4745         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4747         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4748         when the lookup call failed.
4750         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4751         Add prune_cond and wakeup_time.
4752         (CACHE_PRUNE_INTERNAL): Define.
4753         Update declarations of prune_cache and setup_thread.
4754         * nscd/connections.c (dbs): Update initializers.
4755         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4756         (nscd_init): Default number of threads is now 4.
4757         (invalidate_cache): Take lock before calling prune_cache.
4758         (handle_request): If SELinux forbids the request, say so.
4759         (readylist_cond): Use static initializer.
4760         (nscd_run_prune): New function.  Used only by pruning threads.
4761         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4762         here.
4763         (fd_ready): Update nscd_run reference.
4764         (start_threads): No need to initialize readylist_cond.
4765         Start pruning threads separately.
4766         * nscd/nscd_setup_thread.c: Change return value type to int and always
4767         return 0.
4768         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4769         to int and return nonzero value if we can use the TID address hack.
4770         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4771         the database is later than the new entry's timeout, update the
4772         wakeup time and wake the cleanup thread.
4773         (prune_cache): Return seconds the next entry in the database is still
4774         valid.  Remove locking for pruning here.
4775         * nscd/nscd.conf: Document default number of threads.
4777 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4779         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4780         stack is properly aligned for the target function.
4781         Correct unwind info.
4783         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4784         when using auditing libraries.
4786 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4788         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4789         _nss_dns_getnetbyaddr2_r.
4790         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4791         extra parameter to getanswer_r.
4792         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4793         _nss_dns_getnetbyaddr2_r.
4795         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4796         gethstbynm3_r.
4797         * nscd/gethstbynm2_r.c: Remove.
4798         * nscd/gethstbynm3_r.c: New file.
4799         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4800         __gethostbyaddr_r.
4801         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4802         __gethostbyaddr_r compatibility wrapper.
4803         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4804         determining timeout of entry.
4805         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4806         __gethostbyaddr2_r.
4807         (addhstbyX): Pass reference to variable for TTL to lookup and
4808         cache_addhst.
4809         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4810         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4811         and __nss_next2.  Remove __nss_services_lookup.
4812         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4813         Add compat wrapper.
4814         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4815         __nss_next2.
4816         * nss/getXXent_r.c: Likewise.
4817         * nss/getnssent_r.c: Likewise.
4818         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4819         does not exist in module, try the optional second name.
4820         (__nss_next2): New function.
4821         (__nss_next): Now wrapper around __nss_next2.
4822         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4823         Declare __nss_next2.
4824         Adjust definition of db_lookup_function type.
4825         * nss/service-lookup.c: Define NO_COMPAT.
4826         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4827         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4828         * inet/ether_ntoh.c: Likewise.
4829         * sunrpc/netname.c: Likewise.
4830         * sunrpc/publickey.c: Likewise.
4831         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4832         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4833         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4834         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4835         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4837         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4839         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4841 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4843         [BZ #5204]
4844         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4845         * crypt/sha512c-test.c: Likewise.
4847         [BZ #5225]
4848         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4849         to keep track of end of %[ format string element.
4850         * stdio-common/Makefile (tests): Add bug20.
4851         * stdio-common/bug20.c: New file.
4853         [BZ #5222]
4854         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4855         path elements in counting mode.
4857 2007-10-27  Andreas Jaeger  <aj@suse.de>
4859         [BZ #5040]
4860         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4862         [BZ #3112]
4863         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4864         (__cleanup): Free shared library when exiting.
4865         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4866         (__cleanup): Free shared library when exiting.
4868 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4870         [BZ #2549]
4871         * math/libm-test.inc (check_float_internal): Support
4872         denormalized return.
4874 2007-10-23  Andreas Jaeger  <aj@suse.de>
4876         [BZ #5208]
4877         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4878         __LONG_LONG_PAIR to handle little endian byte order.
4879         Suggested by abhishekrai@google.com
4881 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4883         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4885 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4887         * nscd/cache.c (prune_cache): Move test for modified file outside
4888         of locking.
4890 2007-10-21  Andreas Jaeger  <aj@suse.de>
4892         * manual/texinfo.tex: Update to latest version.
4894         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4896         * manual/arith.texi (Status bit operations): Fix formatting.
4898         * manual/errno.texi (Error Messages): Fix formatting.
4900         * manual/sysinfo.texi (System Parameters): Fix formatting.
4902         * manual/libc.texinfo: Update VERSION and UPDATED.
4904 2007-10-19  Roland McGrath  <roland@redhat.com>
4906         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4908 2007-10-06  David S. Miller  <davem@davemloft.net>
4910         * configure.in: Add sparcv9v2 and sparc64v2.
4911         * scripts/config.sub: Likewise.
4912         * configure: Regenerate.
4913         * elf/elf.h (HWCAP_SPARC_N2): New.
4914         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4915         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4916         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4917         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4918         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4919         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4920         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4922 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4924         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4925         even if the poll result indicates there is data to read.
4926         Patch by Jeff Moyer <jmoyer@redhat.com>.
4928 2007-10-18  Roland McGrath  <roland@redhat.com>
4930         * elf/elf.h (NT_PPC_VMX): New macro.
4932 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4934         * version.h (VERSION): Set to 2.7.90.
4936 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4938         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4939         weak_alias.
4941 2007-10-17  Roland McGrath  <roland@frob.com>
4943         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4944         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4946 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4948         * version.h (VERSION): Bump to 2.7.
4949         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4951         [BZ #5186]
4952         * time/tzset.c (__tz_convert): Don't force testing for a change of
4953         TZ if not called from localtime.  But then also see whether the
4954         file changed, in case __use_tzfile is set.
4956         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4957         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4958         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4959         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4960         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4961         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4962         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4963         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4965 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4967         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4968         and admin selects to be able to replace the gai.conf file, lock
4969         data structures around the qsort call.
4971 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4973         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4974         new memset.
4975         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4976         too high for the improvements.  Implement bzero unconditionally for
4977         use in libc.
4979 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4980             Jakub Jelinek  <jakub@redhat.com>
4982         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4983         even when time_t is 32-bit.
4984         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4985         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4986         always set after the search.
4988 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4990         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4991         unreachable code on 32-bit machines.
4993 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4995         [BZ #5184]
4996         * time/strftime_l.c: Include stdbool.h.
4997         (my_strftime): New wrapper, old function renamed to...
4998         (__strftime_internal): ... new function.  Add tzset_called
4999         argument, pass it down to recursive calls, don't call tzset ()
5000         if already true, set to true after call to tzset ().
5002 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
5004         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
5005         into account when copying TZ string.
5007 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
5009         * time/tzfile.c (__tzfile_compute): For use_last case set i to
5010         num_transition rather than num_transitions - 1.
5012 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
5014         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
5015         PIC indirect jump.
5017         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
5018         a local label rather than HIDDEN_JUMPTARGET.
5020 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
5022         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
5023         (init_cacheinfo): Initialize it.
5024         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
5025         Always define bzero.
5026         Remove non-glibc code.
5027         * sysdeps/x86_64/bzero.S: Make an empty file.
5029 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5031         * sysdeps/x86_64/cacheinfo.c
5032         (__x86_64_preferred_memory_instruction): New.
5033         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5035         * sysdeps/x86_64/memset.S: Rewrite.
5037 2007-10-15  Roland McGrath  <roland@redhat.com>
5039         * po/libc.pot: Regenerated.
5041 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
5043         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
5044         pointers.
5046         [BZ #3425]
5047         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
5048         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
5049         address record to T_A/T_AAAA requests.
5051 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5053         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
5055         * posix/glob.c: Add some branch prediction throughout.
5057         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
5058         read from nscd.
5060         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
5061         service_order.
5062         (rfc3484_sort): Make sure that even if qsort doesn't support
5063         stable sorting out sorting here is stable by comparing service_order.
5064         (getaddrinfo): Initialize service_order.
5065         * posix/tst-rfc3484.c (do_test): Adjust for addition of
5066         service_order field to sorting structure.
5067         * posix/tst-rfc3484-2.c (do_test): Likewise.
5069         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
5070         * time/tzset.c (tzset_internal): Break TZ string parsing out into
5071         __tzset_parse_tz and updating of daylight, timezone, tzname into
5072         update_vars.
5073         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
5074         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
5075         happens in __tz_compute.
5076         * time/tzfile.c (__tzfile_read): Also read TZ string.
5077         (find_transition): Fold into __tzfile_compute.
5078         (__tzfile_compute): For times beyond the last transition try to
5079         use the TZ string.
5080         * timezone/tst-timezone.c: Information in daylight and tzname does
5081         change for Asia/Tokyo timezone with more concrete information.
5082         Remove the test.
5084         * include/stdio.h: Add libc_hidden_proto for ftello.
5085         * libio/ftello.c: Add libc_hidden_def.
5087         [BZ #1140]
5088         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
5089         on the specified time and not the last entries in the file.  Move
5090         code to determine tzname[] to...
5091         (find_transition): ...here.  Add ugly guess for times before the
5092         first transition.
5094 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
5096         [BZ #3195]
5097         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
5098         no entry.
5099         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
5100         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
5101         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
5102         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
5104         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
5105         read mechanism when there are no group members and avoid no-op
5106         read syscall in this case.
5108         [BZ #3242]
5109         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
5110         (__readall): If reading failed due to EAGAIN error wait a bit
5111         and possibly try again.
5112         (__readvall): Likewise.
5114 2007-10-13  Bruno Haible  <bruno@clisp.org>
5116         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
5117         when we cannot recode the message.
5119 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
5121         [BZ #4359]
5122         * libio/__freading.c (__freading): Don't return true for
5123         write-only streams.  For read/write streams, check whether we
5124         performed a read operation already.
5125         * libio/Makefile (tests): Add tst-ext2.
5126         * libio/tst-ext2.c: New file.
5128 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
5130         * locale/programs/repertoire.c (repertoire_read): Always free
5131         memory for repertoire file name [Coverity CID 270].
5133         * elf/cache.c (save_aux_cache): Free memory allocated for
5134         temporary file name [Coverity CID 267].
5136 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
5138         * misc/Makefile (headers): Add bits/error.h.
5140 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
5142         * posix/fnmatch_loop.c: Take rule index returned as part of
5143         findidx return value into account when accessing weights.
5144         * posix/regcomp.c: Likewise.
5145         * posix/regexec.c: Likewise.
5147         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
5148         (skip_to): Fix problems with parameter of elifdef/elifndef.
5150 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
5152         * iconv/gconv_simple.c: Add some branch prediction.
5154 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
5156         * locale/programs/ld-collate.c (collate_read): If ignore_content
5157         and nowtok is tok_define, eat any tok_eol tokens.
5159 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
5161         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
5162         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
5164         * inet/netinet/in.h: Don't include bits/socket.h.
5165         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
5166         macro.
5167         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
5169 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
5171         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
5172         and tok_elifndef.
5173         * locale/programs/locfile-kw.gperf: Likewise.
5174         * locale/programs/ld-collate.c: Implement primitive preprocessor.
5176 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
5178         * stdio-common/printf-parse.h: Include string.h and wchar.h.
5179         (__find_specwc): Change into __extern_always_inline function.
5180         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
5181         (__parse_one_specmb): Remove ps argument.
5182         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
5183         Adjust __find_specmb and __parse_one_specmb callers.
5184         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
5185         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
5186         Removed.
5187         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
5188         caller.
5190 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
5192         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
5193         with some Pentium Ds.
5195 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
5197         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
5198         __read not read.
5199         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
5200         __write not write.
5202 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5204         [BZ #181]
5205         * locale/C-time.c: Set week_1stday data to 19971201.
5206         * locale/programs/ld-time.c (time_finish): Default for
5207         first_workday is Monday.
5209         [BZ #2633]
5210         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
5212         [BZ #5103]
5213         * posix/glob.c (glob): Recognize patterns starting \/.
5214         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
5215         (main): Add test for pattern starting \/.
5217         * misc/error.h: Use __const instead of const.
5218         * misc/bits/error.h: Likewise.
5220 2007-10-07  Andreas Jaeger  <aj@suse.de>
5222         * include/bits/error.h: New file.
5224         * misc/bits/error.h (error_at_line): Fix prototype.
5226 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
5228         [BZ #3924]
5229         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
5230         more little bugs in creating the stack frame when pltexit has to
5231         be called.
5233         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
5234         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
5236         [BZ #4407]
5237         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
5238         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
5239         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
5240         * math/libm-test.inc: Add test for this case.
5242         [BZ #5010]
5243         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
5244         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
5245         map service succeeded.
5246         (svc_is_mapped): New function.
5247         (svc_unregister): Use it before trying to unmap service.
5249 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
5251         * timezone/zic.c: Update from tzcode2007h.
5253         [BZ #5063]
5254         * timezone/africa: Update from tzdata2007h.
5255         * timezone/antarctica: Likewise.
5256         * timezone/asia: Likewise.
5257         * timezone/australasia: Likewise.
5258         * timezone/europe: Likewise.
5259         * timezone/leapseconds: Likewise.
5260         * timezone/northamerica: Likewise.
5261         * timezone/southamerica: Likewise.
5262         * timzeone/zone.tab: Likewise.
5264         [BZ #5104]
5265         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
5267         [BZ #5113]
5268         * string/bits/string2.h (__strdup): Cast parameters to calloc to
5269         avoid warning with -Wconversion.
5270         (__strndup): Likewise.
5271         Half the patch by Christian Iseli <christian.iseli@licr.org>.
5273         [BZ #5112]
5274         * nscd/connections.c (restart): Don't resync if database is
5275         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
5277         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
5278         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
5280         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
5281         evetnfd_read, eventfd_write.
5282         * sysdeps/unix/sysv/linux/eventfd.c: New file.
5283         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
5284         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
5285         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
5286         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
5287         eventfd_write for GLIBC_2.7.
5289         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
5290         * sysdeps/unix/sysv/linux/signalfd.c: New file.
5291         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
5292         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
5294 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
5296         * stdlib/msort.c: Include stdint.h.
5297         (struct msort_param): New type.
5298         (msort_with_tmp): Use struct msort_param pointer for unchanging
5299         parameters.  Add optimized handling for several common sizes
5300         and indirect sorting mode.
5301         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
5302         sorting.
5303         Suggested by Belazougui Djamel .
5305         * stdlib/Makefile (tests): Add tst-qsort2.
5306         * stdlib/tst-qsort2.c: New test.
5308 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
5310         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
5311         for dup2 in case another thread races with the current one.  Retry
5312         in this case.
5314         * misc/error.h: Remove support for use outside of libc.  We have to
5315         include <features.h> now.  Include <bits/error.h> if possible.
5316         * misc/bits/error.h: New file.
5318 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
5320         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
5321         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
5322         __extern_always_inline functions unconditionally, drop macros.
5324         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
5325         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
5326         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
5328         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
5329         add __artificial__ attribute.
5331 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
5333         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
5334         backward to forward direction.
5336         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
5338         [BZ #645]
5339         * locale/programs/ld-collate.c (collate_finish): Compare against last
5340         used section which is known to have rules defined.
5341         (collate_read): After order_start, correctly record order of sections
5342         and queue sections up.
5344 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
5346         [BZ #5071]
5347         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
5348         the same number of pages.
5349         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
5351         * locale/programs/ld-collate.c (collate_read): After initial copy
5352         statement, continue in state 0.
5354         * include/stdio_ext.h (__fsetlocking): Define as macro.
5356 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
5358         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
5359         of section order.
5361         * po/pt_BR.po: Fix typo.
5363 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
5365         * iconvdata/Makefile (modules): Add ISO8859-9E.
5366         (distribute): Add iso8859-9e.c.
5367         (gen-8bit-gap-modules): Add iso8859-9e.
5368         * iconvdata/iso8859-9e.c: New file.
5369         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
5370         * iconvdata/TESTS: Likewise.
5371         * iconvdata/tst-tables.sh: Likewise.
5373         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5375         * locale/iso-639.def: Add several new entries.
5377 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5379         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
5380         void * pointers instead of struct link_map **.
5381         (_dl_scope_free): Change argument type to void *.
5382         * include/link.h (struct link_map): Change type of l_reldeps
5383         to struct link_map_reldeps, move l_reldepsact into that
5384         struct too.
5385         * elf/dl-deps.c: Include atomic.h.
5386         (_dl_map_object_deps): Only change l->l_initfini when it is
5387         fully populated, use _dl_scope_free for freeing it.  Optimize
5388         removal of libs from reldeps by using l_reserved flag, when
5389         some removal is needed, allocate a new list instead of
5390         reallocating and free the old with _dl_scope_free.  Adjust
5391         for l_reldeps and l_reldepsact changes.
5392         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
5393         searching in l_initfini and l_reldeps without holding dl_load_lock.
5394         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
5395         l_reldepsact changes.
5396         * elf/dl-close.c (_dl_close_worker): Likewise.
5397         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
5399 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
5401         * iconvdata/Makefile (modules): Add KOI8-RU.
5402         (distribute): Add koi8-ru.c.
5403         (gen-8bit-gap-modules): Add koi8-ru.
5404         * iconvdata/koi8-ru.c: New file.
5405         * iconvdata/gconv-modules: Add entries for KOI8-RU.
5406         * iconvdata/TESTS: Likewise.
5407         * iconvdata/tst-tables.sh: Likewise.
5409         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5411 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
5413         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
5414         with __warning__/__error__ attributes.
5415         (__warnattr): Define.
5416         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
5417         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
5418         __warnattr.
5419         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
5420         of __*_chk if compile time detectable overflow is found.
5421         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
5422         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
5423         with __warnattr.
5424         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
5425         instead of __*_chk if compile time detectable overflow is found.
5426         (__gets_alias): Rename to...
5427         (__gets_warn): ... this.  Add __warnattr.
5428         (gets): Call __gets_warn instead of __gets_alias.
5429         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
5430         aliases with __warnattr.
5431         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
5432         time detectable overflow is found.
5433         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
5434         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
5435         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
5436         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
5437         __getdomainname_chk_warn): New aliases with __warnattr.
5438         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
5439         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
5440         __*_chk_warn instead of __*_chk if compile time detectable overflow
5441         is found.
5442         (__getgroups_chk): Rename argument to __listlen from listlen.
5443         (__getwd_alias): Rename to...
5444         (__getwd_warn): ... this.  Add __warnattr.
5445         (getwd): Call __getwd_warn instead of __getwd_alias.
5446         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
5447         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
5448         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
5449         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
5450         __wcsnrtombs_chk_warn): New aliases with __warnattr.
5451         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
5452         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
5453         compile time detectable overflow is found.
5454         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
5455         to use __*_chk or not.
5456         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
5457         in comparisons which function should be called and in __*_chk*
5458         arguments.  Call __*_chk_warn instead of __*_chk if compile time
5459         detectable overflow is found.
5460         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
5461         __*_chk argument.
5462         * debug/tst-chk1.c (do_test): Add a few more tests.
5464 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
5466         [BZ #5058]
5467         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
5468         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
5469         (_nl_unload_domain): Finalize conversions_lock.
5470         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
5471         handling table of known conversions.
5473 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5475         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
5476         close_not_cancel_no_status instead of close.
5478 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
5480         [BZ #5028]
5481         * posix/regcomp.c (lookup_collation_sequence_value): Check that
5482         nrules != 0 for multibyte chars.
5484 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
5486         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5487         Provide better error message in case the type is unknown.
5489         [BZ #4963]
5490         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5491         * string/stratcliff.c: Make usable to test wide char functions.
5492         * wcsmbs/wcsatcliff.c: New file.
5493         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5495         [BZ #4972]
5496         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5497         (distribute): Add mac-centraleurope.c.
5498         (gen-8bit-gap-modules): Add mac-centraleurope.
5499         * iconvdata/mac-centraleurope.c: New file.
5500         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5501         * iconvdata/TESTS: Likewise.
5502         * iconvdata/tst-tables.sh: Likewise.
5504         [BZ #5043]
5505         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5507 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5509         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5510         from __x86_64_core_cache_size_half.
5511         (init_cacheinfo): Compute shared cache size for AMD processors with
5512         shared L3 correctly.
5513         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5514         name change.
5515         Patch in large parts by Evandro Menezes.
5517 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5519         * elf/dl-lookup.c (add_dependency): Handle failing memory
5520         allocation for dependency list.  Remove unnecessary check.
5522         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5523         open/close when determining source addresses.
5525         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5526         sha512-crypt, and sha512.
5527         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5528         (distribute): Add sha256.h and sha512.h.
5529         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5530         and call the appropriate code.
5531         * crypt/sha256-crypt.c: New file.
5532         * crypt/sha256.c: New file.
5533         * crypt/sha256.h: New file.
5534         * crypt/sha256c-test.c: New file.
5535         * crypt/sha256test.c: New file.
5536         * crypt/sha512-crypt.c: New file.
5537         * crypt/sha512.c: New file.
5538         * crypt/sha512.h: New file.
5539         * crypt/sha512c-test.c: New file.
5540         * crypt/sha512test.c: New file.
5542 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5544         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5545         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5546         __syslog_chk.
5548 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5550         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5551         %as in fscanf format strings.
5553         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5554         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5555         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5556         Likewise.
5557         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5558         Likewise.
5560         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5561         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5562         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5563         * elf/dl-sym.c (do_sym): Likewise.
5564         * include/link.h (struct link_map): Add l_serial field.
5565         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5566         * elf/dl-lookup.c (add_dependency): Add flags argument.
5567         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5568         flags, use THREAD_GSCOPE_RESET_FLAG before and
5569         THREAD_GSCOPE_SET_FLAG after
5570         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5571         Don't dereference map until it has been found on some list.
5572         If map->l_serial changed, return -1.
5574 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5576         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5577         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5578         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5579         libc_hidden_proto.
5580         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5581         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5582         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5583         add libc_hidden_proto.
5584         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5585         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5586         conformance requested.
5587         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5588         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5589         conformance requested.
5590         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5591         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5592         conformance requested.
5593         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5594         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5595         ISO C99 or POSIX conformance requested.
5596         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5597         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5598         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5599         and __isoc99_vsscanf@@GLIBC_2.7.
5600         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5601         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5602         (tests): Add scanf14.
5603         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5604         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5605         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5606         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5607         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5608         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5609         from using internal headers.
5610         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5611         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5612         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5613         and __isoc99_vswscanf@@GLIBC_2.7.
5614         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5615         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5616         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5617         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5618         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5619         * stdio-common/isoc99_scanf.c: New file.
5620         * stdio-common/isoc99_vsscanf.c: New file.
5621         * stdio-common/isoc99_vscanf.c: New file.
5622         * stdio-common/isoc99_vfscanf.c: New file.
5623         * stdio-common/isoc99_fscanf.c: New file.
5624         * stdio-common/isoc99_sscanf.c: New file.
5625         * wcsmbs/isoc99_fwscanf.c: New file.
5626         * wcsmbs/isoc99_vswscanf.c: New file.
5627         * wcsmbs/isoc99_swscanf.c: New file.
5628         * wcsmbs/isoc99_wscanf.c: New file.
5629         * wcsmbs/isoc99_vwscanf.c: New file.
5630         * wcsmbs/isoc99_vfwscanf.c: New file.
5631         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5632         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5633         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5634         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5635         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5636         * stdio-common/scanf14.c: New test.
5637         * stdio-common/scanf15.c: New test.
5638         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5639         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5640         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5641         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5642         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5643         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5644         __nldbl___isoc99_scanf@@GLIBC_2.7,
5645         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5646         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5647         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5648         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5649         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5650         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5651         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5652         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5653         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5654         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5655         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5656         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5657         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5658         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5659         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5660         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5661         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5662         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5663         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5664         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5665         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5666         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5667         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5668         functions.
5669         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5670         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5671         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5672         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5673         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5674         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5675         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5676         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5677         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5678         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5679         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5680         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5682         * stdio-common/Makefile (tests): Add scanf13.
5683         (scanf13-ENV): New.
5684         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5685         m modifier followed by l.
5686         (STRING_ARG): Add width argument.
5687         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5688         <case L_('C')>: Handle %mlc and %mC.
5689         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5690         arguments.
5691         * stdio-common/scanf13.c: New test.
5693         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5694         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5696 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5698         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5699         type and __THROW marker of splice, vmsplice, and tee.
5700         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5701         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5702         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5703         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5704         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5705         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5706         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5707         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5708         as cancellation points.
5710 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5712         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5713         parse more than three parts of the version number.
5715 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5717         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5718         modifier.  Patch by Jakub Jelinek.
5720 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5722         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5723         call_fallocate in misc subdir.
5724         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5725         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5726         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5727         instead of __fallocate64.
5728         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5730 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5732         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5733         * rt/Makefile (headers): Add bits/mqueue2.h.
5734         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5735         optimizing with GCC and __va_arg_pack_len is defined.
5736         * rt/bits/mqueue2.h: New file.
5737         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5738         (mq_open): New strong_alias.
5739         (__mq_open_2): New function.
5740         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5741         (mq_open): New strong_alias.
5742         (__mq_open_2): New function.
5743         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5744         * Versions.def (librt): Add GLIBC_2.7 version.
5745         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5746         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5748         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5749         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5750         is defined rather than when not C++.
5751         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5752         __openat64_alias): New redirects.
5753         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5754         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5755         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5756         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5757         functions instead of function-like macros.
5759 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5761         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5762         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5763         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5765 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5767         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5768         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5770 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5772         * inet/tst-network.c: Increment ERRORS for failing tests.
5774 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5776         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5777         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5778         implement as __extern_always_inline function.
5779         (vsyslog): Define as __extern_always_inline function unconditionally.
5780         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5781         When __va_arg_pack is defined, implement as __extern_always_inline
5782         functions.
5783         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5784         __extern_always_inline functions unconditionally.
5785         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5786         bits/stdio2.h will be included.
5787         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5788         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5789         implement as __extern_always_inline functions.
5790         (vswprintf, vwprintf, vfwprintf): Define as
5791         __extern_always_inline functions unconditionally.
5792         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5794 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5796         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5797         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5798         attribute.
5799         * include/features.h (__USE_EXTERN_INLINES): Define only when
5800         __extern_inline is defined.
5801         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5802         is defined instead of when not __cplusplus.
5803         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5804         is defined instead of when not __cplusplus.
5805         * socket/sys/socket.h: Include bits/socket2.h when
5806         __extern_always_inline is defined instead of when not __cplusplus.
5807         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5808         is defined instead of when not __cplusplus.
5809         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5810         is defined instead of when not __cplusplus.
5811         * string/string.h: Include bits/string3.h when __extern_always_inline
5812         is defined instead of when not __cplusplus.
5813         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5814         is defined instead of when not __cplusplus.
5815         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5816         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5817         is not defined.
5818         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5819         defined __extern_always_inline instead of !defined __cplusplus.
5820         * libio/bits/stdio-ldbl.h: Likewise.
5821         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5822         * misc/bits/syslog.h (syslog): Don't define for C++.
5823         (vsyslog): Use __extern_always_inline function for C++ instead of
5824         a macro.
5825         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5826         whenever that macro is defined.
5827         (vprintf): Don't provide the inline for C++.
5828         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5829         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5830         define the macros for C++.
5831         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5832         __extern_always_inline functions for C++.
5833         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5834         stat64, lstat64, fstat64, fstatat64): Don't define if not
5835         __USE_EXTERN_INLINES.
5836         * wcsmbs/bits/wchar2.h: Fix #error message.
5837         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5838         (vswprintf, vwprintf, vfwprintf): Define using
5839         __extern_always_inline functions for C++.
5840         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5841         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5842         strncpy, strcat, strncat): Define as __extern_always_inline
5843         functions instead of macros for C++.
5844         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5845         defined __extern_inline.
5846         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5847         to __extern_inline whenever that macro is defined.
5848         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5849         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5850         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5851         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5852         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5853         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5854         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5855         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5856         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5857         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5858         prototypes.  Only provide __extern_inline routines if
5859         __USE_EXTERN_INLINES.
5860         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5861         tests.
5862         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5863         For now avoid some *printf tests in C++.  Skip all testing
5864         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5865         is not.
5866         * debug/tst-chk4.cc: New file.
5867         * debug/tst-chk5.cc: New file.
5868         * debug/tst-chk6.cc: New file.
5869         * debug/tst-lfschk4.cc: New file.
5870         * debug/tst-lfschk5.cc: New file.
5871         * debug/tst-lfschk6.cc: New file.
5872         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5873         prototypes in C++.
5874         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5875         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5876         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5878 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5880         * po/cs.po: Update from translation team.
5882 2007-09-11  Roland McGrath  <roland@redhat.com>
5884         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5885         compiling.
5887 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5889         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5891 2007-09-05  Roland McGrath  <roland@redhat.com>
5893         * manual/signal.texi (Signaling Another Process): Typo fix.
5894         From Karl Berry <karl@freefriends.org>.
5896 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5898         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5899         zero if not defined.
5900         (make_request): Recognize optimistic addresses and treat them like
5901         deprecated addresses.
5902         Reported by Neil Horman <nhorman@redhat.com>.
5904 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5906         * nscd/connections.c (send_ro_fd): Also transfer file size.
5907         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5908         file size don't call fstat.
5910         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5911         ahead and map the file.  This should always be correct and we can
5912         catch problems later.
5914 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5916         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5917         prototypes.
5918         (__fread_alias, __fread_unlocked_alias): New aliases.
5919         (fread): New extern inline.
5920         (fread_unlocked): Likewise.  Undef macro before definition of
5921         the inline function.
5922         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5923         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5924         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5925         and __fread_unlocked_chk@@GLIBC_2.7.
5926         * debug/fread_chk.c: New file.
5927         * debug/fread_u_chk.c: New file.
5928         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5930 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5932         * sysdeps/unix/sysv/linux/syscalls.list
5933         (personality): Change caller to EXTRA.
5935 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5937         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5938         to keep gcc quiet.
5939         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5941         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5942         NDEBUG is defined.
5944         * Makerules: Use -p option with mkdir.
5946         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5947         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5948         (_xdr_directory_obj): Likewise.
5949         (xdr_entry_obj): Likewise.
5950         (xdr_group_obj): Likewise.
5951         (xdr_link_obj): Likewise.
5952         (xdr_table_obj): Likewise.
5953         (_xdr_nis_result): Likewise.
5954         (_xdr_ns_request): Likewise.
5955         (_xdr_ib_request): Likewise.
5956         (_xdr_nis_taglist): Likewise.
5957         (xdr_cback_data): Likewise.
5958         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5959         (xdr_ypresp_maplist): Likewise.
5961         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5963         * posix/regex_internal.h: Prevent some declarations and definitions
5964         to be seen when used in tests.
5966         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5967         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5969         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5971         * config.make.in (datarootdir): Add to shut up configure.
5973         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5974         associativity for fully-associative caches.
5976         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5977         requests.  Fill on more associativity values for L2.
5978         Patch mostly by Evandro Menezes.
5980 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5982         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5983         (_libc_vdso_platform_setup): Avoid using exported variable by using
5984         alias.
5986         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5988         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5989         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5990         defined.
5992 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5994         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5995         align stack for call if pltexit is to be used.
5997         [BZ #3924]
5998         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5999         align for function call in case pltexit has to be called later.
6001         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
6002         implicit atomic operation when storing function pointer.
6003         (_dl_runtime_profile): Likewise.
6005 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
6007         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
6008         NIS_NOTFOUND.
6010 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
6012         [BZ #4566]
6013         * string/strtok.c: Fix typo in comment.
6015         [BZ #4582]
6016         * debug/segfault.c: Fix typos in comments.
6018         [BZ #4588]
6019         * stdio-common/tempnam.c: Fix comment, it is not checked that
6020         TMPDIR points to a writable directory.
6022         [BZ #4726]
6023         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
6024         memory allocated for the name server address.
6026         [BZ #4946]
6027         * nscd/connections.c (handle_request): Using sendfile always
6028         requires that mmap is used for the database.
6029         Patch by Petr Baudis <pasky@suse.cz>.
6031         [BZ #4905]
6032         * nscd/hstcache.c (cache_addhst): When reloading an entry which
6033         suddenly has two or more addresses, ignore it and remove the old
6034         entry.
6036         [BZ #4814]
6037         * resolv/res_hconf.c: Prepare for compiling outside libc.
6038         * nscd/res_hconf.c: New file.
6039         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
6040         the new file.
6041         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
6042         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
6044         * nscd/hstcache.c (cache_addhst): Minimal optimization.
6046         [BZ #4925]
6047         * debug/pcprofiledump.c: Turn on internationalization by calling
6048         setlocale.  Patch mostly by Benno Schulenberg.
6050         [BZ #4936]
6051         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
6052         the state.
6053         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
6054         * iconvdata/bug-iconv5.c: New file.
6056 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
6058         [BZ #4896]
6059         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
6060         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
6061         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
6062         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
6063         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
6064         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
6065         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
6066         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
6068 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
6070         [BZ #4937]
6071         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
6072         lookup loop.  Suggested by John Reiser.
6074 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
6076         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
6078 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
6080         * csu/libc-start.c: Don't handle VDSO_SETUP here.
6081         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
6082         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
6083         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
6084         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
6085         to...
6086         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
6088 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
6090         * po/nl.po: Update from translation team.
6092 2007-08-16  Andreas Jaeger  <aj@suse.de>
6094         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
6095         Reported by Peter Festner <peter.festner@ewetel.net>.
6097 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
6099         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
6101 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
6103         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
6104         to check for undefined symbols.
6106         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
6107         If the syscall fails, set errno to the actual returned error number
6108         rather than EINVAL.
6109         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
6110         arguments are incorrect, set errno to EINVAL, if the syscall
6111         fails, set errno to the actual returned error number.
6113         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
6114         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
6116         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
6117         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
6118         file.
6119         (ASI_PNF, ASI_BLK_P): Don't define.
6120         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
6121         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
6122         file.
6123         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
6124         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
6125         file.
6127 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
6129         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
6130         FE_UNDERFLOW on Niagara CPUs.
6132         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
6133         exceptions.
6135 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
6137         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
6138         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
6139         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
6140         flush should be used or not inside of the function.
6141         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
6143         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
6144         __thread_start): Use HIDDEN_JUMPTARGET.
6145         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
6146         __thread_start): Likewise.
6147         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
6149         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
6150         Add libc_hidden_proto.
6151         (STRTOF): Add libc_hidden_proto.
6152         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
6153         (strtold_l, wcstold_l): Use them as second argument for
6154         long_double_symbol.
6156 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
6158         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
6160 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6162         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
6164 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
6166         * po/bg.po: New file.  From the translation team.
6168 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
6170         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
6171         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
6172         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
6173         when each feature was introduced.
6175         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
6176         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
6177         (CHECK_HASH): New macro.
6178         (PREPARE_VERSION): Use it.
6180         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
6181         prototype if not __ASSUME_PSELECT.
6182         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
6183         prototype if not __ASSUME_PPOLL.
6185         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
6187         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
6188         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
6189         is defined.
6191 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
6193         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
6194         (_libc_vdso_platform_setup): If vDSO is not available point
6195         __vdso_gettimeofday to the vsyscall.
6196         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
6197         __vdso_gettimeofday instead of vsyscall.
6199 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
6201         * nscd/servicescache.c: Include kernel-features.h.
6202         * nscd/gai.c: Likewise.
6203         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
6204         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
6205         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
6206         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6207         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6208         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
6209         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6210         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
6211         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6213 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
6215         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
6216         and _dl_get_origin defines anymore.
6218         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
6219         Build fix for systems which might lack POSIX timer support.
6221         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
6222         (_libc_vdso_platform_setup): Mangle function pointers before storing
6223         them.
6224         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
6225         Demangle vdso pointer before use.
6226         (INTERNAL_VSYSCALL): Likewise.
6228         * elf/cache.c (primes): Mark as const.
6229         Noted by Roland McGrath.
6231 2007-08-01  Andreas Jaeger  <aj@suse.de>
6232             Jakub Jelinek  <jakub@redhat.com>
6234         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
6235         (options): Add option.
6236         (parse_opt): Handle option.
6237         (manual_link): Adjust process_file caller.  Call implicit_soname.
6238         (search_dir): Formatting.  Use and populate auxiliary cache.
6239         (main): Load and save auxiliary cache.
6240         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
6241         stat64 from fstat64 to caller.
6242         (implicit_soname): New function.
6243         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
6244         leave *soname as NULL.
6245         * elf/cache.c: Include libgen.h.
6246         (print_entry, print_cache, compare, save_cache, add_to_cache):
6247         Formatting and cleanups.
6248         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
6249         aux_cache_file): New structures.
6250         (AUX_CACHEMAGIC): Define.
6251         (primes): New array.
6252         (aux_hash_size, aux_hash): New variables.
6253         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
6254         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
6255         load_aux_cache, save_aux_cache): New functions.
6256         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
6257         (init_aux_cache, search_aux_cache, add_to_aux_cache,
6258         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
6259         (process_file): Adjust prototype.
6261 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
6263         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
6264         with __need_size_t.
6266 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
6268         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
6269         r_found_version structure as second parameter.
6270         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
6271         (_dl_vdso_vsym): Change type of second parameter accordingly.
6272         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
6273         (_libc_vdso_platform_setup): Adjust.
6274         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6275         (_libc_vdso_platform_setup): Likewise.
6277         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
6278         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
6279         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
6280         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
6281         * csu/libc-start.c: Pretty printing.
6282         Use VDSO_SETUP if defined.
6283         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
6284         and let generic code call into _libc_vdso_platform_setup.
6285         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
6286         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
6287         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
6288         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
6289         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
6290         for GLIBC_PRIVATE.
6291         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
6292         (sysdep_rountines): Add dl-vdso.
6294         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
6295         of routines.
6297         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
6298         attribute_hidden to __vdso_gettimeofday prototype.
6300 2007-08-12  Roland McGrath  <roland@redhat.com>
6302         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
6303         From: Karl Berry <karl@freefriends.org>.
6305 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
6307         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
6308         an atime update for the files we read.
6310 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6312         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
6314         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
6315         instead of mkstemp.
6317         * misc/Makefile (routines): Add mkostemp and mkostemp64.
6318         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
6319         * misc/mkostemp.c: New file.
6320         * misc/mkostemp64.c: New file.
6321         * stdlib/stdlib.h: Declare the new functions.
6322         * sysdeps/posix/tempname.c: Add new parameter which is added to
6323         the flags for open.  Remove __GT_BIGFILE handling.
6324         * stdio-common/tempname.c: Likewise.
6325         * include/stdio.h: Adjust __gen_tempname prototype.
6326         Renumber __GT_* constants.
6327         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
6328         * misc/mkdtemp.c: Likewise.
6329         * misc/mkstemp.c: Likewise.
6330         * misc/mkstemp64.c: Likewise.
6331         * misc/mktemp.c: Likewise.
6332         * stdio-common/tempnam.c: Likewise.
6333         * stdio-common/tmpfile.c: Likewise.
6334         * stdio-common/tmpfile64.c: Likewise.
6335         * stdio-common/tmpnam.c: Likewise.
6336         * stdio-common/tmpnam_r.c: Likewise.
6338 2007-08-10  Roland McGrath  <roland@frob.com>
6340         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
6341         New macros.
6342         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
6343         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6345 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6347         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
6348         possible.
6349         * nss/nss_files/files-alias.c (internal_setent): Likewise.
6350         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
6351         * nss/nss_files/files-have_o_cloexec.c: New file.
6353         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
6354         available.
6356 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
6358         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
6359         ___new_wcstold_l): New weak aliases.
6360         (strtold_l, wcstold_l): Use them as second argument for
6361         long_double_symbol.
6363 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
6365         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
6366         register in test for error.
6368         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
6369         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
6371         * po/sv.po: Update from translation team.
6373 2007-08-06  Roland McGrath  <roland@redhat.com>
6375         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
6376         Remove __strto*_l inlines.
6377         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
6378         * stdlib/strtod.c: Add libc_hidden_def.
6379         * stdlib/strtod_l.c: Likewise.
6380         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
6381         for __new_strtold and __new_wcstold.
6382         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
6383         __STRTOF, STRTOF.
6384         * stdlib/strtol.c: Add libc_hidden_def.
6385         * stdlib/strtol_l.c: Likewise.
6386         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
6387         strtoq.
6389         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
6391         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
6392         * scripts/data/localplt-generic.data: ... here.
6393         * elf/Makefile (check-data): Get generic file if no other.
6394         ($(objpfx)check-localplt.out): Make target unconditional.
6396         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
6397         Use ElfW(Nhdr).
6399 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
6401         * po/zh_CN.po: Updated translation from translation team.
6403 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
6405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
6406         Don't use CGOTSETUP and CGOTRESTORE macros.
6408 2007-08-04  Roland McGrath  <roland@redhat.com>
6410         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
6412 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
6414         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
6415         __extension__ around the whole statement expression.
6417 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
6419         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
6420         elements during initialization.
6422         * po/pl.po: Updated translation from translation team.
6423         * po/tr.po: Likewise.
6424         * po/nl.po: Likewise.
6426 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
6428         * rt/aio.h: Add __nonnull attributes.
6430 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6432         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
6433         * stdlib/Makefile (tests): Add tst-strtod5.
6434         (tst-strtod5-ENV): New.
6435         * stdlib/tst-strtod5.c: New file.
6437         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
6438         failed.
6439         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
6440         on failure.
6442         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
6443         allocated.
6445 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6447         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
6448         numbers.
6450 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
6452         * io/Makefile (aux): Add have_o_cloexec.
6453         * include/fcntl.h: Declare __have_o_cloexec.
6454         * io/have_o_cloexec.c: New file.
6455         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
6456         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
6457         fcntl call if not necessary.
6458         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
6459         of local variable.
6461         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
6462         Avoid memset, add explicit initialization.
6463         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
6464         to the end and change into zero-sized array.
6465         Move lock member to fill a hole on 64-bit platforms.
6467         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
6468         inline functions.
6469         * include/stdlib.h: Add __strto*_internal prototypes here.
6470         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
6471         inline functions.
6472         * include/wchar.h: Add __wcsto*_internal prototypes.
6473         * sysdeps/generic/inttypes.h: No need to protect the declaration
6474         of the __strto*_internal and __wcsto*_internal members here.
6476         * rt/mqueue.h: Change const to __const and add nonnull attributes.
6478 2007-08-02  Roland McGrath  <roland@redhat.com>
6480         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
6481         $(inst_bindir)/getconf if possible.
6483         * posix/Makefile ($(objpfx)getconf.speclist): New target.
6484         (generated): Add it.
6485         ($(inst_libexecdir)/getconf): Use it.
6487 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6489         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6490         /proc is faster and sufficient.  /sys is still needed for
6491         __get_nprocs_conf.
6493 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6495         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6496         syscall as __fallocate64.
6497         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6498         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6500 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6502         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6503         value.
6505         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6506         if off_t is different rank from size_t.
6508         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6509         uw_frame_state_for): Avoid type punning warnings.
6510         * sysdeps/generic/unwind-dw2-fde-glibc.c
6511         (_Unwind_IteratePhdrCallback): Likewise.
6512         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6513         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6514         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6515         pointers.
6517 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6519         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6520         total processors using sysfs.
6521         (__get_nprocs): Use sysfs to determine which processors are online.
6523 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6525         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6526         syscall arguments count.
6528         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6530 2007-07-30  Roland McGrath  <roland@redhat.com>
6532         * manual/libc.texinfo: Update copyrights, formatting magic, and
6533         @dircategory.  From Karl Berry <karl@freefriends.org>.
6535 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6537         [BZ #4860]
6538         * io/Makefile (headers): Add bits/fcntl2.h.
6540         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6541         using gcc builtin.
6542         (__CPU_EQUAL_S): Likewise.
6544         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6545         (tests): Add tst-cpuset.
6546         * posix/sched_cpualloc.c: New file.
6547         * posix/sched_cpufree.c: New file.
6548         * posix/tst-cpuset.c: New file.
6549         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6550         GLIBC_2.7.
6551         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6552         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6553         macros.  Define CPU_*_S macros.
6555 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6557         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6558         entry.
6560         [BZ #4858]
6561         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6562         #.0g and value rounded to 1.0.
6563         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6565 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6567         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6568         for int_frac_digits and frac_digits.
6570         * login/logout.c (logout): Avoid aliasing violation.
6571         * login/logwtmp.c (logwtmp): Likewise.
6573         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6575         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6576         to avoid warning.
6577         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6578         warning.
6579         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6580         warning.
6581         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6582         to avoid warnings.
6584         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6585         void **.
6586         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6588         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6589         char * to avoid warning.
6590         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6592         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6594         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6595         allocate_arrays): Cast second argument to charmap_find_symbol
6596         to char * to avoid warnings.
6598         * locale/programs/repertoire.c (repertoire_new_char): Change
6599         from_nr, to_nr and cnt to unsigned long, adjust printf format
6600         string.
6602         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6603         Cast second argument to new_element to char * to avoid warnings.
6605         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6607         * intl/gettextP.h (struct loaded_domain): Change plural to const
6608         struct expression *.
6609         * intl/plural-eval.c (plural_eval): Change first argument to
6610         const struct expression *.
6611         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6612         argument to const struct expression **.
6613         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6614         prototypes.
6615         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6616         in call to __gettext_free_exp.
6618         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6619         unitialized wstring/wpattern var warnings.
6621         * posix/runtests.c (struct a_test): Make data field const char *.
6623         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6624         vars if not LDBL_MANT_DIG >= 106.
6626         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6628         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6629         __find_specmb to avoid warning.
6631         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6633         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6634         to avoid warnings.
6636         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6637         initializer.
6639         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6640         tv var when it will be actually used.
6642         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6643         to avoid warnings.
6645         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6646         char array resp. pointer.
6647         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6648         char array.
6649         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6650         to const unsigned char **.
6651         (ucs4_to_cns11643): Change second argument to unsigned char *.
6652         * iconvdata/euc-tw.c (BODY): Change endp type to
6653         const unsigned char *.
6654         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6655         to unsigned char *.
6656         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6657         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6658         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6659         types to unsigned char pointers/arrays instead of char.
6660         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6661         to unsigned char *.
6662         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6663         * iconvdata/jis0212.h: Include assert.h.
6664         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6665         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6666         of trying to handle that.
6667         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6668         shut up a warning.
6669         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6670         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6671         two dimensional const unsigned char arrays.
6672         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6673         Initialize endp to inptr to shut up a warning.
6675 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6677         [BZ #4772]
6678         * time/strptime_l.c (__strptime_internal): Silently ignore
6679         strftime modifiers and field width in recursive calls.
6681         * include/time.h (enum ptime_locale_status): Remove.
6682         (__strptime_internal): Remove decided and era_cnt arguments,
6683         add statep argument.
6684         * time/strptime_l.c (__strptime_internal): Remove decided
6685         and era_cnt arguments, add statep argument.  Don't recompute
6686         any fields in recursive calls, only update caller's tm
6687         and state, if recursive call fails, don't change tm nor
6688         any state.
6689         (get_alt_number): Adjust.
6690         (recursive): Adjust caller.
6691         (strptime): Likewise.
6692         * time/strptime.c (strptime): Likewise.
6694 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6696         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6697         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6698         if from and to charsets are the same.
6699         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6700         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6701         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6703 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6705         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6706         Don't define wint_t when __need_mbstate_t unless it
6707         is necessary.
6708         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6709         in the typedef if possible.
6710         * wctype/wctype.h (wint_t): Define by including
6711         wchar.h with __need_wint_t instead of including stddef.h
6712         with __need_wint_t and as fallback definining it ourselves.
6713         * iconv/gconv.h (__need_wint_t): Define before including
6714         wchar.h.
6715         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6716         or _GLIBCPP_USE_WCHAR_T.
6717         (__need_wchar_t): Don't define
6718         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6719         (__need_wint_t): Don't define before including stddef.h,
6720         define before including wchar.h only if _LIBC or
6721         _GLIBCPP_USE_WCHAR_T.
6722         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6723         * sysdeps/mach/hurd/_G_config.h: Likewise.
6724         * sysdeps/generic/_G_config.h: Likewise.
6725         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6726         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6727         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6728         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6730 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6732         * sysdeps/posix/posix_fallocate64.c: Undefine
6733         __posix_fallocate64_l64 before alias handling.
6734         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6735         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6736         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6737         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6739         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6741 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6743         * locale/programs/ld-collate.c (atwc): New variable.
6744         (add_to_tablewc): New toplevel function, moved from collate_output.
6745         (collate_output): Remove add_to_tablewc nested function.
6747         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6748         (name_insert): New function.
6749         (write_output): Remove hash_table and hash_size vars and name_insert
6750         nested function.
6752 2007-07-24  Roland McGrath  <roland@redhat.com>
6754         * Makerules (install-others-programs-nosubdir): New target.
6755         (install-no-libc.a-nosubdir): Depend on it.
6757         * iconv/Makefile (install-others-programs): Set this instead of
6758         install-others.
6759         * login/Makefile (install-others-programs): Likewise.
6760         * posix/Makefile (install-others-programs): Likewise.
6762         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6763         dependencies.
6765 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6767         * io/Makefile (tests): Add tst-posix_fallocate.
6768         * io/tst-posix_fallocate.c: New file.
6770         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6771         __ASSUME_FALLOCATE.
6773 2007-07-22  Roland McGrath  <roland@frob.com>
6775         * hurd/getdport.c: Add missing copyright year update.
6777         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6778         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6780 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6782         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6784         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6785         O_CLOEXEC is needed.
6786         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6787         Avoid additional fcntl to set O_CLOEXEC if not needed.
6788         * nis/nss_compat/compat-initgroups.c: Likewise.
6789         * nis/nss_compat/compat-pwd.c: Likewise.
6790         * nis/nss_compat/compat-spwd.c: Likewise.
6792 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6794         [BZ #3665]
6795         * manual/errno.texi: Change ECANCELED value to 119.
6797         [BZ #4610]
6798         * mach/lock-intern.h: Include <sys/cdefs.h>.
6800         [BZ #4178]
6801         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6802         reading A.
6804         [BZ #4126]
6805         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6806         to __sigsuspend.
6808         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6810 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6812         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6813         `__ASSEMBLER__'.
6814         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6816 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6818         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6819         descriptor received from nscd.
6821         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6823         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6824         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6825         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6826         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6827         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6828         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6830 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6832         [BZ #4816]
6833         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6835         [BZ #4813]
6836         * login/forkpty.c (forkpty): Close master and slave fds on
6837         fork failure.  Patch by
6838         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6840 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6842         * include/features.h (__USE_ISOC95): New define.
6843         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6844         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6845         for -std=iso9899:199409.
6846         * CONFORMANCE: Remove comments about unsupported AMD1.
6848 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6850         * sysdeps/ia64/sched_cpucount.c: New file.
6851         * sysdeps/powerpc/sched_cpucount.c: New file.
6853         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6854         __BEGIN_DECLS/__END_DECLS around the prototype.
6855         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6856         pointer to const cpu_set_t.
6858         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6859         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6860         __need_size_t and include stddef.h.
6861         * sysvipc/sys/msg.h: Likewise.
6862         * posix/sched.h: Likewise.
6863         * hurd/hurd/signal.h (__need_size_t): Define.
6865         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6866         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6867         no longer defines wint_t or wchar_t.
6869         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6870         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6871         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6872         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6873         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6874         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6875         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6876         * debug/printf_chk.c (__printf_chk): Likewise.
6877         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6878         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6880         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6881         Define.
6883         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6884         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6886 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6888         [BZ #4792]
6889         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6890         * malloc/malloc.h (realloc): Likewise.
6892         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6893         if one of proc_file_chain streams has that fileno.
6894         * stdio-common/Makefile (tests): Add tst-popen2.
6895         * stdio-common/tst-popen2.c: New test.
6897 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6899         * elf/ldconfig.c: Allow GPLv2 or any later version.
6900         * elf/readlib.c: Likewise.
6901         * elf/chroot_canon.c: Likewise.
6902         * elf/cache.c: Likewise.
6903         * nscd/mem.c: Likewise.
6904         * nscd/getpwuid_r.c: Likewise.
6905         * nscd/grpcache.c: Likewise.
6906         * nscd/aicache.c: Likewise.
6907         * nscd/getsrvbynm_r.c: Likewise.
6908         * nscd/nscd.c: Likewise.
6909         * nscd/servicescache.c: Likewise.
6910         * nscd/getsrvbypt_r.c: Likewise.
6911         * nscd/initgrcache.c: Likewise.
6912         * nscd/gethstbyad_r.c: Likewise.
6913         * nscd/gethstbynm2_r.c: Likewise.
6914         * nscd/getgrnam_r.c: Likewise.
6915         * nscd/nscd_setup_thread.c: Likewise.
6916         * nscd/getpwnam_r.c: Likewise.
6917         * nscd/gai.c: Likewise.
6918         * nscd/connections.c: Likewise.
6919         * nscd/dbg_log.c: Likewise.
6920         * nscd/cache.c: Likewise.
6921         * nscd/hstcache.c: Likewise.
6922         * nscd/nscd_conf.c: Likewise.
6923         * nscd/getgrgid_r.c: Likewise.
6924         * nscd/pwdcache.c: Likewise.
6925         * catgets/gencat.c: Likewise.
6926         * locale/programs/linereader.h: Likewise.
6927         * locale/programs/locarchive.c: Likewise.
6928         * locale/programs/ld-paper.c: Likewise.
6929         * locale/programs/locfile-kw.h: Likewise.
6930         * locale/programs/ld-address.c: Likewise.
6931         * locale/programs/xmalloc.c: Likewise.
6932         * locale/programs/ld-time.c: Likewise.
6933         * locale/programs/localedef.c: Likewise.
6934         * locale/programs/simple-hash.c: Likewise.
6935         * locale/programs/xstrdup.c: Likewise.
6936         * locale/programs/ld-numeric.c: Likewise.
6937         * locale/programs/locfile-kw.gperf: Likewise.
6938         * locale/programs/ld-collate.c: Likewise.
6939         * locale/programs/charmap-kw.gperf: Likewise.
6940         * locale/programs/charmap.h: Likewise.
6941         * locale/programs/charmap-kw.h: Likewise.
6942         * locale/programs/config.h: Likewise.
6943         * locale/programs/locfile.c: Likewise.
6944         * locale/programs/ld-ctype.c: Likewise.
6945         * locale/programs/charmap.c: Likewise.
6946         * locale/programs/ld-messages.c: Likewise.
6947         * locale/programs/repertoire.h: Likewise.
6948         * locale/programs/locale.c: Likewise.
6949         * locale/programs/ld-name.c: Likewise.
6950         * locale/programs/linereader.c: Likewise.
6951         * locale/programs/locfile.h: Likewise.
6952         * locale/programs/3level.h: Likewise.
6953         * locale/programs/ld-monetary.c: Likewise.
6954         * locale/programs/ld-measurement.c: Likewise.
6955         * locale/programs/charmap-dir.c: Likewise.
6956         * locale/programs/ld-identification.c: Likewise.
6957         * locale/programs/localedef.h: Likewise.
6958         * locale/programs/charmap-dir.h: Likewise.
6959         * locale/programs/repertoire.c: Likewise.
6960         * locale/programs/simple-hash.h: Likewise.
6961         * locale/programs/ld-telephone.c: Likewise.
6962         * locale/programs/locale-spec.c: Likewise.
6963         * locale/programs/locfile-token.h: Likewise.
6964         * posix/getconf.c: Likewise.
6965         * iconv/dummy-repertoire.c: Likewise.
6966         * iconv/iconv_charmap.c: Likewise.
6967         * iconv/iconvconfig.c: Likewise.
6968         * iconv/iconv_prog.c: Likewise.
6969         * malloc/memusagestat.c: Likewise.
6970         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6972 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6974         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6975         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6976         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6977         check for the first argument.
6979 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6981         [BZ #4775]
6982         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6983         (__tgmath_real_type): Fix if expr is const int or other const
6984         qualified integral type.
6985         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6986         expressions and handle const qualified arguments.
6987         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6988         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6989         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6990         statement expressions.
6991         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6992         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6993         (__TGMATH_UNARY_IMAG): Define.
6994         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6995         * math/Makefile (tests): Add test-tgmath2.
6996         (CFLAGS-test-tgmath2.c): Add.
6997         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6998         count_cfloat, count_cldouble): New variables.
6999         (NCCALLS): Define.
7000         (main): Check number of complex calls as well.
7001         (F(compile_test)): Add complex tests and tests with const qualified
7002         arguments.
7003         (y, z, ccount): Define.
7004         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
7005         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
7006         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
7007         F(cproj)): New functions.
7008         * math/test-tgmath2.c: New test.
7010 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
7012         [BZ #4776]
7013         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
7014         RPATH etc. as "/" rather than "", don't segfault on empty paths,
7015         instead output ".".
7016         * dlfcn/Makefile (distribute): Add glreflib3.c.
7017         (module-names): Add glreflib3.
7018         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
7019         glreflib1.so.
7020         (LDFLAGS_glreflib3.so): New.
7021         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
7022         glreflib1.so.
7023         * dlfcn/glreflib3.c: New file.
7025         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
7026         returned -1, return NULL.
7027         * intl/explodename.c (_nl_explode_name): Return -1 if
7028         _nl_normalize_codeset failed.
7030 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
7032         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
7033         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
7034         and avoid branch misspredicts for > 31 bytes memset case.
7035         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7036         Remove toc ref to __cache_line_size.
7038         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
7039         to get ISA-V2.0 branch hints.
7040         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
7041         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
7042         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
7043         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
7044         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
7045         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
7046         Remove toc ref to __cache_line_size.
7048         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
7049         Include math_ldbl_opt.h.
7051 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
7053         [BZ #4773]
7054         * time/strptime_l.c (__strptime_internal): Implement greedy
7055         matching of weekday and month names.
7057 2007-07-09  Roland McGrath  <roland@redhat.com>
7059         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
7060         (ELF_NOTE_ABI): Use it.
7061         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
7063 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
7065         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
7066         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7068 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
7070         [BZ #4745]
7071         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
7072         in loop to look for conversion specifier to avoid testing of
7073         wrong errno value.
7074         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
7075         * stdio-common/bug18.c: New file.
7076         * stdio-common/bug18a.c: New file.
7077         * stdio-common/bug19.c: New file.
7078         * stdio-common/bug19a.c: New file.
7080 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
7082         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
7083         running awk script.
7085 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
7087         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
7088         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
7089         Return NULL if mmap failed instead of asserting it does not.
7090         (calloc): Check for integer overflow.
7092         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
7093         than LONG_MAX / 10.
7095 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
7097         [BZ #4702]
7098         * nis/nss-default.c: Include errno.h.
7099         (init): Preserve errno.
7101 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
7103         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
7105 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
7107         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
7109 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7111         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
7113 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7115         * sysdeps/s390/dl-procinfo.c: New file.
7116         * sysdeps/s390/dl-procinfo.h: New file.
7117         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
7119 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
7121         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
7122         in PT_NOTE segments with multiple notes.
7123         * elf/readelflib.c (process_elf_file): Likewise.
7125 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
7127         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
7128         ISO C compliant.
7130 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
7132         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
7134 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
7136         * include/link.h: Don't include rtld-lowlevel.h.
7137         (struct link_map): Remove l_scope_lock.
7138         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
7139         (_dl_scope_free_list): New field (variable) in _rtld_global.
7140         (DL_LOOKUP_SCOPE_LOCK): Remove.
7141         (_dl_scope_free): New prototype.
7142         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
7143         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
7144         (_dl_profile_fixup): Likewise.
7145         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
7146         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
7147         THREAD_GSCOPE_RESET_FLAG around it.
7148         * elf/dl-close.c (_dl_close_worker): Don't use
7149         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
7150         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
7151         scopes were queued or if l_scope_mem has been abandoned.
7152         * elf/dl-open.c (_dl_scope_free): New function.
7153         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
7154         * elf/dl-support.c (_dl_scope_free_list): New variable.
7155         * elf/dl-lookup.c (add_dependency): Remove flags argument.
7156         Remove DL_LOOKUP_SCOPE_LOCK handling.
7157         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
7158         handling.
7159         * elf/dl-object.c (_dl_new_object): Don't use
7160         __rtld_mrlock_initialize.
7162 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
7164         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
7165         to fill in holes
7166         (rtld_global_ro): Likewise.
7168 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7170         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
7171         Move PT_LOAD checking to...
7172         (_dl_addr_inside_object): ... here, new function.
7173         * elf/dl-sym.c (do_sym): If not l_contiguous,
7174         call _dl_addr_inside_object.
7175         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7176         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
7177         * elf/dl-open.c (dl_open_worker): Likewise.
7178         (_dl_addr_inside_object): New function if IS_IN_rtld.
7179         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
7180         holes are present or are PROT_NONE protected.
7181         * include/link.h (struct link_map): Add l_contiguous field.
7182         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
7184 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7185             Tomas Janousek  <tjanouse@redhat.com>
7186             Ulrich Drepper  <drepper@redhat.com>
7188         [BZ #4647]
7189         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
7190         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
7191         socket.
7192         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
7193         unused member a bitmap.
7194         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
7195         servers are configured.
7197 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
7199         * elf/rtld.c (dl_main): Don't call init_tls more than once.
7201 2007-06-17  Andreas Schwab  <schwab@suse.de>
7203         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
7205 2007-06-16  Andreas Jaeger  <aj@suse.de>
7207         [BZ #4125]
7208         * sysdeps/unix/sysv/linux/sys/ptrace.h
7209         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
7210         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
7211         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
7212         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
7213         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
7214         Define.
7215         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
7216         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
7217         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
7218         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
7220 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
7222         [BZ #4599]
7223         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
7224         determining whether there are IPv4/IPv6 addresses, ignore loopback
7225         addresses.
7227 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
7229         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
7230         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
7231         as the return type.  Change type of "r" variable to CMPtype.
7232         * soft-fp/eqsf2.c (__eqsf2): Likewise.
7233         * soft-fp/eqtf2.c (__eqtf2): Likewise.
7234         * soft-fp/gedf2.c (__gedf2): Likewise.
7235         * soft-fp/gesf2.c (__gesf2): Likewise.
7236         * soft-fp/getf2.c (__getf2): Likewise.
7237         * soft-fp/ledf2.c (__ledf2): Likewise.
7238         * soft-fp/lesf2.c (__lesf2): Likewise.
7239         * soft-fp/letf2.c (__letf2): Likewise.
7240         * soft-fp/unorddf2 (__unorddf2): Likewise.
7241         * soft-fp/unordsf2 (__unordsf2): Likewise.
7242         * soft-fp/unordtf2 (__unordtf2): Likewise.
7244 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
7246         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
7247         make sure gcc doesn't mess around with this.
7249 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
7251         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
7253 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
7255         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
7256         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
7257         at most once per _dl_close_worker.
7259 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
7261         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
7262         __sched_cpucount as const.
7263         * posix/sched_cpucount.c: Adjust.
7265         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
7266         instruction for counting bits.
7267         * sysdeps/x86_64/sched_cpucount.c: New file.
7269 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
7271         * configure.in: Avoid variable named BASH.
7272         * config.make.in: Likewise.
7273         Patch in part by Mike Frysinger.
7275 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
7277         [BZ #4586]
7278         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
7279         pseudo-zeros as zero.
7280         * sysdeps/x86_64/ldbl2mpn.c: New file.
7281         * sysdeps/ia64/ldbl2mpn.c: New file.
7283 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
7285         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
7286         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
7287         Remove unreachable code at the end.
7289 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7291         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
7292         ldbl-128ibm in comment.
7293         (fpclassifyl): Correct classification of denormals.
7294         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
7295         return value for MIN denormal. Rewrite using long double math too
7296         correctly handle denormals and canonicalize the results.
7298 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
7300         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
7301         (__mpn_construct_long_double): Fix conversion where result ought
7302         to be smaller than __LDBL_MIN__, or the low double should be
7303         denormal.  Fix decision where to negate low double - honor round
7304         to even rules.
7305         * stdio-common/tst-sprintf2.c: Include string.h.
7306         (COMPARE_LDBL): Define.
7307         (TEST): Also test whether a string hexadecimal float representation
7308         can be parsed back to the number.
7309         (main): Add a couple of further tests.
7311 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
7313         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
7314         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
7315         is non-zero, but smaller than 2 * __DBL_MIN__.
7316         * stdio-common/tst-sprintf2.c: New test.
7317         * stdio-common/Makefile (tests): Add tst-sprintf2.
7319         * math/test-misc.c (main): Don't run last batch of tests with
7320         IBM long double format.
7322 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7324         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
7325         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
7326         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
7327         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
7328         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7329         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
7330         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
7331         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
7332         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
7333         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
7336         New file.
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
7338         New file.
7339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
7340         New file.
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
7342         New file.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
7344         New file.
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
7347         New file.
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
7349         New file.
7350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
7351         New file.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
7353         New file.
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
7355         New file.
7357 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7359         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
7360         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
7361         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
7362         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
7363         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
7364         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
7365         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
7366         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
7368 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
7370         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
7371         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7372         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
7373         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7374         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
7375         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7376         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
7377         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7379 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7381         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
7382         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
7383         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
7384         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
7386 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
7388         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
7389         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
7391 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
7393         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
7394         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
7395         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
7396         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
7398 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
7400         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
7401         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
7403 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7405         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
7406         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
7408         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
7409         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
7410         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
7411         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7413 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
7415         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
7416         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
7417         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
7418         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
7420 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
7422         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
7423         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
7424         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
7425         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7426         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
7427         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7429 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7431         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
7432         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
7433         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
7434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
7436 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
7438         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
7439         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
7440         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
7441         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
7442         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
7443         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
7444         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
7445         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
7446         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
7447         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
7448         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
7449         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
7450         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
7451         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
7452         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
7453         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
7455 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7457         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
7458         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
7460 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7462         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
7463         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
7465 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7467         * sysdeps/powerpc/powerpc32/970/Implies: New file.
7468         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
7469         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
7470         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
7471         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
7472         * sysdeps/powerpc/powerpc64/970/Implies: New file.
7473         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
7474         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
7475         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
7476         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
7478 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7480         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
7482 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
7484         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
7485         branch miss-predicts. Ensure that cache line crossing does not impact
7486         dispatch grouping.
7488 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7490         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7491         "../../powerpc32/power4/memcopy.h".
7492         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7493         "../../powerpc32/power4/wordcopy.c".
7495 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7497         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7498         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7499         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7500         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7501         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7502         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7504 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7506         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7508 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7510         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7511         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7512         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7513         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7514         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7515         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7516         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7517         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7519 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7521         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7523 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7525         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7526         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7527         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7528         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7529         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7530         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7531         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7533 2007-05-29  Roland McGrath  <roland@redhat.com>
7535         * po/Makefile (po-sed-cmd): New variable.
7536         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7538 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7540         * crypt/md5-crypt.c: Fix comment.
7542         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7543         of crashing.  When this is the case or if the reply is malformed,
7544         don't try to close the new file descriptor since it does not
7545         exist.
7546         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7548 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7550         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7551         if __NR_utimensat is not defined.
7553 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7555         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7557 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7559         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7560         (open): Fix comment typos.  Don't call __open_2 if flags
7561         is a compile time constant without O_CREAT.
7562         (__open64_2): Add nonnull attribute.
7563         (open64): Fix comment typos.  Don't call __open64_2 if flags
7564         is a compile time constant without O_CREAT.
7565         (__openat_2): Add nonnull attribute, fix nonnull attribute
7566         on redirect.
7567         (openat): Fix comment typos.  Don't call __openat_2 if flags
7568         is a compile time constant without O_CREAT.
7569         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7570         on redirect.
7571         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7572         is a compile time constant without O_CREAT.
7574 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7576         * Makerules (sysd-rules): Define PTW for ptw-* files.
7577         * Versions: Define GLIBC_2.7 for libc.
7578         * include/stdio.h: Declare __fortify_fail.
7579         * debug/fortify_fail.c: New file.
7580         * debug/Makefile (routines): Add fortify_fail.
7581         * debug/chk_fail.c: Use __fortify_fail.
7582         * debug/stack_chk_fail.c: Likewise.
7583         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7584         __openat64_2 for GLIBC_2.7.
7585         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7586         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7587         and fails if necessary.
7588         * io/open64.c: Likewise.
7589         * io/openat.c: Likewise.
7590         * io/openat64.c: Likewise.
7591         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7592         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7593         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7594         * io/bits/fcntl2.h: New file.
7595         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7596         __openat64_2.
7597         * include/bits/fcntl2.h: New file.
7598         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7599         Add open_2.
7600         * sysdeps/unix/sysv/linux/open_2.c: New file.
7602 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7604         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7605         as second parameter to handle_intel.
7607         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7608         the entry.
7610         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7611         handling to ...
7612         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7613         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7614         cacheinfo.
7615         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7616         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7617         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7619         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7621 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7623         [BZ #4525]
7624         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7625         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7626         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7628         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7630         [BZ #4514]
7631         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7632         reinitialize workend at the start of each do_positional format spec
7633         loop, free workstart before do_positional loops.
7634         (printf_unknown): Fix size of work_buffer.
7635         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7637         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7638         (public_sET_STATe): If ms->version < 3, put all chunks into
7639         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7640         chunks.
7642         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7643         * malloc/hooks.c: Likewise.
7644         * malloc/arena.c: Likewise.
7645         * malloc/malloc.c (do_check_malloc_state): Don't assert
7646         n_mmaps is not greater than n_mmaps_max.  This removes the need
7647         for the previous change.
7649         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7650         2007-05-07 commit.
7652 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7654         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7655         Define for kernel >= 2.6.22.
7657 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7659         * elf/dl-close.c (_dl_close_worker): When removing object from
7660         global scope, wait for all lookups to finish afterwards.
7661         * elf/dl-open.c (add_to_global): When global scope array must
7662         grow, allocate a new one and free old array only after all
7663         lookups finish.
7664         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7665         (_dl_lookup_symbol_x): Likewise.
7666         * elf/dl-support.c: Define _dl_wait_lookup_done.
7667         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7668         _dl_wait_lookup_done.
7670         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7671         not overlapping with arena.
7673         * malloc/mcheck.c (reallochook): If size==0, free the block.
7675         * rt/tst-shm.c: Use fstat64 instead of fstat.
7677         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7678         __NR_sync_file_range is not defined.
7680 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7682         Dummy files to prevent stub versions from being used.
7683         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7684         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7685         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7686         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7688         * version.h (VERSION): Set to 2.6.90.
7690 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7692         * version.h (VERSION): Define to 2.6.
7693         * include/features.h (__GLIBC_MINOR__): Define to 6.
7695         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7697         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7698         sizes.
7700 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7702         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7703         number of mmaps.  n_mmaps_max is the target.
7704         * malloc/hooks.c: Likewise.
7705         * malloc/arena.c: Likewise.
7707 2007-05-12  Andreas Jaeger  <aj@suse.de>
7709         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7710         getpid.
7712 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7714         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7715         adding new variables.
7717         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7718         optimize.  Completely extend global scope array before making the
7719         new entries visible.
7721 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7723         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7724         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7725         tst-getcpu.
7727         * include/link.h: Move l_version and l_nversion members around to
7728         fill gaps.
7730         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7732         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7733         (__sched_setaffinity_new): If syscall was successful and
7734         RESET_VGETCPU_CACHE is defined, use it before returning.
7735         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7737         * io/sys/stat.h: Make sure struct timespec is defined for
7738         __USE_ATFILE.
7740         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7741         UTIME_OMIT.
7742         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7743         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7744         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7745         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7746         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7747         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7748         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7749         * io/sys/stat.h: Declare utimensat, futimens.
7750         * io/utimensat.c: New file.
7751         * io/futimens.c: New file.
7752         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7753         * sysdeps/unix/sysv/linux/futimens.c: New file.
7754         * io/Makefile (routines): Add utimensat, futimens.
7755         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7756         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7757         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7758         available.
7760         * include/sys/cdefs.h: Redefine __nonnull so that test for
7761         incorrect parameters in the libc code itself are not omitted.
7763 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7765         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7766         exception in addition to inexact when asked to raise only FE_INEXACT.
7768         [BZ #3427]
7769         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7770         in *envp.
7772 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7774         [BZ #4403]
7775         * string/strfry.c (strfry): Make result more random.
7777 2007-05-07  Richard Henderson  <rth@redhat.com>
7779         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7780         if __NO_LONG_DOUBLE_MATH.
7781         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7782         available in the compiler, add .arch directive to the assembly.
7784 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7786         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7787         compat_symbol to GLIBC_2_1.
7788         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7789         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7790         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7791         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7792         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7793         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7794         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7795         libc, not libm.
7796         (__isnanl): New compat_symbol.
7798 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7799             Jakub Jelinek  <jakub@redhat.com>
7801         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7802         (new_heap): Initialize mprotect_size.
7803         (grow_heap): When growing, only mprotect from mprotect_size till
7804         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7805         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7807 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7808             Peter Bergner  <bergner@us.ibm.com>
7810         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7811         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7812         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7813         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7814         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7815         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7816         Call __fe_mask_env() if all FP exceptions disabled.
7817         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7818         from old FPSCR to new fenv to propagate DFP rounding modes.
7819         Call __fe_mask_env() if FP exceptions previously enabled.
7820         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7821         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7822         transitioning from all exceptions disabled to any exception enabled
7823         or visa versa.
7824         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7825         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7826         when transitioning from all exceptions disabled to any exception
7827         enabled or visa versa.
7828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7835 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7837         [BZ #4465]
7838         * posix/unistd.h: Remove __THROW from fdatasync.
7840 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7842         [BZ #4465]
7843         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7845 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7847         * stdio-common/vfprintf.c (process_string_arg): Optimize
7848         ridiculous precision in wide char code printing multi-byte string.
7849         Reported by Jim Meyering <jim@meyering.net>.
7851         [BZ #4131]
7852         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7853         boundaries to work around systems with overlapping binary loading.
7854         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7856 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7858         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7859         __mbsnrtowcs after last change.
7861         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7862         (get_ident): Likewise.
7864 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7866         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7867         with setting the sticky bit.
7868         * math/test-misc.c (main): Add more truncation tests.
7870 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7872         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7873         double in the function declaration.
7874         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7875         double in the function declaration.
7876         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7877         float in the function declaration.
7878         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7879         float in the function declaration.
7881         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7882         denormal operands.  Do not generate FP_EX_DENORM exception.
7883         (FP_UNPACK_RAW_EP): Ditto.
7884         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7885         undefined _FP_UNPACK_RAW_E.
7886         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7887         undefined _FP_UNPACK_RAW_EP.
7888         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7889         undefined _FP_PACK_RAW_E.
7890         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7891         undefined _FP_PACK_RAW_EP.
7893         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7894         _FP_FRAC_COPY_2.
7895         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7896         _FP_FRAC_COPY_4.
7898 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7899             Jakub Jelinek  <jakub@redhat.com>
7901         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7902         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7903         this case.
7904         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7906 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7908         * math/test-misc.c (main): Add tests for rounding long double
7909         values close to smallest double denormalized value to double.
7911 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7913         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7914         condition for truncating to 0.  Set sticky bit for such
7915         truncation.
7917 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7919         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7920         fixed length array for ignore.
7922 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7924         [BZ #4438]
7925         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7926         stack for large precisions.
7927         * stdio-common/test-vfprintf.c (main): Add test for large
7928         precision.
7930 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7932         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7933         for exponent 0.
7934         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7936         [BZ #4439]
7937         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7938         account in the size check.
7939         * resolv/tst-inet_ntop.c: New test.
7940         * resolv/Makefile (tests): Add tst-inet_ntop.
7942 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7943             Jakub Jelinek  <jakub@redhat.com>
7945         [BZ #4349]
7946         * malloc/malloc.c: Keep separate list for first blocks on the bin
7947         lists with a given size.  This helps skipping over list elements
7948         we know won't fit in two places.
7949         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7951 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7953         [BZ #4102]
7954         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7955         label to Teredo tunnel addresses 2001://32.
7957 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7959         * locale/programs/ld-collate.c (collate_read): Allow order_start
7960         after copy.
7962         * locale/programs/ld-collate.c (collate_read): Fix printing of
7963         error message.
7965         [BZ #3213]
7966         * locale/C-translit.h.in: Add entry for U2044.
7968         [BZ #4342]
7969         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7970         hexa-decimal floats without exponent.
7971         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7973 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7975         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7976         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7977         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7978         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7979         GLIBC_2.6.
7980         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7981         Add sched_getcpu.
7983 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7985         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7986         of 0 after the out_fail label.
7988 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7990         [BZ #4406]
7991         * iconv/gconv_charset.h (strip): Allow ':'.
7992         * iconv/iconv_open.c (iconv_open): Adjust comment.
7994 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7996         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7997         version.
7999 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
8001         [BZ #4381]
8002         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
8003         alignment of buffer and tmp_buffer.
8004         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
8005         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
8006         alignment of buffer.
8007         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
8008         bigger than INT_MAX.
8009         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
8010         h_errnop arguments.  Fail if buflen is too small.
8011         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
8013 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
8015         [BZ #4405]
8016         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
8017         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
8019 2007-04-22  Roland McGrath  <roland@redhat.com>
8021         * elf/elf.h (NT_PRXFPREG): New macro.
8023 2007-04-19  Andreas Jaeger  <aj@suse.de>
8025         [BZ #3905]
8026         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
8027         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
8028         Added.
8030 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
8032         * include/sys/mman.h: Mark madvise hidden.
8033         * misc/madvise.c: Add libc_hidden_def.
8035 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
8037         * nis/nis_domain_of.c (__nis_domain_of): New function.
8038         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
8039         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
8040         * nis/nis_call.c (rec_dirsearch): Likewise.
8041         (first_shoot): Likewise.  Remove search_parent_first argument.
8042         (struct nis_server_cache): Rename search_parent_first field
8043         to search_parent.
8044         (nis_server_cache_search, nis_server_cache_add): Rename
8045         search_parent_first argument to search_parent.
8046         (__nisfind_server): Likewise.  If search_parent, call
8047         __nis_domain_of.
8049 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
8051         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
8053 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
8055         [BZ #4368]
8056         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
8058 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
8060         [BZ #4364]
8061         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
8063 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
8065         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
8066         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
8067         current number of locales in SUPPORTED.
8068         (create_archive): Initialize serial.
8069         (enlarge_archive): Preserve aliases rather than duplicating
8070         their locrecs.
8072 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
8074         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
8075         after _IO_un_link, not before it.
8077         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
8078         special case handling when wcp == wstartp + 1.  Fix a comment typo.
8079         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
8081 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
8083         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
8084         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
8085         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
8086         Remove __THROW.
8087         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
8088         _IO_file_xsgetn_maybe_mmap): Likewise.
8089         * libio/oldfileops.c (old_do_write): Likewise.
8090         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
8091         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
8092         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
8093         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
8094         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
8095         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
8096         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
8097         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
8098         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
8099         _IO_file_underflow, _IO_file_underflow_mmap,
8100         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
8101         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
8102         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
8103         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
8104         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
8105         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
8106         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
8107         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
8108         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
8109         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
8110         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
8111         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
8112         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
8113         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
8114         _IO_adjust_column_internal, _IO_default_uflow_internal,
8115         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
8116         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
8117         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
8118         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
8119         _IO_file_close_it_internal, _IO_file_underflow_internal,
8120         _IO_file_overflow_internal, _IO_file_attach_internal,
8121         _IO_file_fopen_internal, _IO_file_sync_internal,
8122         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
8123         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
8124         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
8125         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
8126         _IO_seekpos_unlocked): Likewise.
8127         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
8128         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
8130 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
8132         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
8133         argument in xmalloc size computation.
8135 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
8137         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
8138         math_opt_barrier and math_force_eval macros.
8140 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
8142         [BZ #3306]
8143         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
8144         * sysdeps/i386/fpu/math_private.h: New file.
8145         * sysdeps/x86_64/fpu/math_private.h: New file.
8146         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
8147         math_force_eval macros.  Use "+m" constraint on asm rather than
8148         "=m" and "m".
8149         * math/s_nextafter.c (__nextafter): Likewise.
8150         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
8151         Likewise.
8152         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8153         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
8154         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
8155         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
8156         math_opt_barrier and math_force_eval macros.
8157         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
8158         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
8159         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
8160         (__nexttoward): Use math_opt_barrier and
8161         math_force_eval macros.  Use "+m" constraint on asm rather than
8162         "=m" and "m".  Only use asm to force double result if
8163         FLT_EVAL_METHOD is 2.
8164         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
8165         (__nexttowardf): Use math_opt_barrier and
8166         math_force_eval macros.  Use "+m" constraint on asm rather than
8167         "=m" and "m".  Only use asm to force double result if
8168         FLT_EVAL_METHOD is not 0.
8169         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
8170         (__nexttowardf): Use math_opt_barrier and
8171         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
8172         x to float using asm.
8173         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
8174         (__nldbl_nexttowardf): Use math_opt_barrier and
8175         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
8176         x to float using asm.
8177         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
8178         (__nexttowardf): Use math_opt_barrier and math_force_eval
8179         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
8180         * math/bug-nextafter.c (zero, inf): New variables.
8181         (main): Add new tests.
8182         * math/bug-nexttoward.c (zero, inf): New variables.
8183         (main): Add new tests.
8185 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
8187         [BZ #3427]
8188         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
8189         exceptions both in SW and MXCSR.
8190         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
8191         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
8192         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8193         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
8194         in MXCSR if SSE is available.
8195         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
8196         and ldsodefs.h.
8197         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
8198         Fix comment typo.
8199         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
8200         Return 0 rather than 1.
8201         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
8202         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
8203         * math/test-fenv.c (feholdexcept_tests): New function.
8204         (main): Call it.
8206 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
8208         [BZ #3427]
8209         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
8210         in SW.
8212 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
8214         [BZ #4344]
8215         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
8216         Reported by David Anderson <davea42@earthlink.net>.
8218 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
8220         * posix/sys/wait.h: Remove unnecessary forward declaration.
8222 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
8224         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
8225         with obj->do_servers after first_shoot.
8227 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
8229         * posix/Makefile (routines): Add sched_cpucount.
8230         (tests): Add tst-cpucount.
8231         * posix/sched_cpucount.c: New file.
8232         * posix/tst-cpucount.c: New file.
8233         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
8234         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
8235         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8236         * posix/sched.h: Define CPU_COUNT.
8238 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
8240         * posix/fnmatch.c (STRUCT): Define.
8241         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
8242         * posix/fnmatch_loop.c (struct STRUCT): New type.
8243         (FCT): Add ends argument.  If ends != NULL and normal * is
8244         seen in the pattern, store current pattern and string pointers
8245         and return.  Adjust recursive calls.
8246         (EXT): Adjust FCT callers.
8247         (STRUCT): Undef at the end of the file.
8248         * posix/Makefile (tests): Add tst-fnmatch2.
8249         * posix/tst-fnmatch2.c: New test.
8251 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
8253         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
8254         and 1 on failure.
8256         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
8257         Change last argument to unsigned int.
8259 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
8261         * scripts/check-local-headers.sh: Filter out sys/capability.h.
8263 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
8265         * config.h.in (HAVE_LIBCAP): Add.
8266         * nscd/selinux.h: Include sys/capability.h rather than non-existent
8267         sys/capabilities.h.
8268         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
8269         free_caps.  Cast away const from 4th cap_set_flag argument.
8271 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
8273         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
8274         GLIBC_2.6.
8275         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
8276         Add sync_file_range.
8277         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
8279 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
8281         * sysdeps/powerpc/bits/atomic.h
8282         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
8283         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
8284         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8285         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
8286         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8287         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
8288         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
8289         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
8290         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8291         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
8292         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
8293         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
8294         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
8295         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
8296         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8297         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
8298         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8299         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
8300         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
8301         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
8303 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8305         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8306         (__cache_line_size): Define the variable here.  Add
8307         attribute_hidden, remove weak_extern.
8308         (__libc_start_main): Set __cache_line_size
8309         unconditionally.
8310         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
8311         (__cache_line_size): Define the variable here.  Add
8312         attribute_hidden, remove weak_extern.
8313         (DL_PLATFORM_AUXV): Set __cache_line_size
8314         unconditionally.
8315         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
8316         weak_extern, add attribute_hidden.
8317         (__elf_machine_runtime_setup): Assume __cache_line_size is always
8318         defined in ld.so.
8319         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
8320         definition.
8321         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
8323 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
8325         [BZ #4276]
8326         * timezone/africa: Update from tzdata2007d.
8327         * timezone/asia: Likewise.
8328         * timezone/australasia: Likewise.
8329         * timezone/backward: Likewise.
8330         * timezone/europe: Likewise.
8331         * timezone/iso3166.tab: Likewise.
8332         * timezone/leapseconds: Likewise.
8333         * timezone/northamerica: Likewise.
8334         * timezone/southamerica: Likewise.
8335         * timezone/zone.tab: Likewise.
8337         * timezone/private.h: Update from tzcode2007d.
8338         * timezone/zdump.c: Likewise.
8339         * timezone/zic.c: Likewise.
8341 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
8343         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
8344         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
8345         variables.
8346         (nis_server_cache_search, nis_server_cache_add): New functions.
8347         (__nisfind_server): Use them.  Add dbp and flags argument, if
8348         call __nisbind_create.
8349         (__nisbind_create): Add server_used and current_ep arguments,
8350         only call __nis_findfastest if server_used is ~0.
8351         (__do_niscall2, __prepare_niscall): Adjust callers.
8352         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
8353         ckey_cache_euid, ckey_cache_lock): New variables.
8354         (get_ckey): New function.
8355         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
8356         __pmap_getnisport.  Save __pmap_getnisport result in
8357         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
8358         key.
8359         * nis/nis_lookup.c (nis_lookup): Likewise.
8360         * nis/nis_table.c (nis_list): Likewise.
8361         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
8362         prototypes.
8364         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
8365         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
8366         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
8367         _nss_nisplus_getservbyport_r): Likewise.
8368         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
8369         _nss_nisplus_getnetbyaddr_r): Likewise.
8370         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
8371         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
8372         _nss_nisplus_getntohost_r): Likewise.
8373         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
8374         _nss_nisplus_getrpcbynumber_r): Likewise.
8376 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8378         * configure.in (libc_cv_gnu89_inline): Only do compile test.
8379         * configure: Rebuilt.
8381         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
8382         bit-fields.
8383         * soft-fp/extended.h (_FP_UNION_E): Likewise.
8385 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
8387         [BZ #2831]
8388         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
8389         bit-fields.
8391 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
8393         * nscd/gai.c: Include alloca.h.
8394         (__libc_use_alloca): Define.
8396 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
8398         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
8399         smaller scopes.
8400         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
8401         (DL_DST_REQUIRED): Adjust user.
8403         * include/dlfcn.h (struct link_map): New forward decl.
8405         * inet/getnameinfo.c: Include stddef.h.
8406         (getnameinfo): Use offsetof.
8408         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
8410         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
8412         * string/strerror_l.c: Include stdlib.h.
8414         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
8415         * config.make.in (gnu89-inline-CFLAGS): New variable.
8416         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
8417         -std=gnu99.
8418         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
8419         * argp/argp.h: Use it.
8420         * bits/mathinline.h: Likewise.
8421         * bits/sigset.h: Likewise.
8422         * bits/string.h: Likewise.
8423         * ctype/ctype.h: Likewise.
8424         * hurd/hurd.h: Likewise.
8425         * hurd/hurd/fd.h: Likewise.
8426         * hurd/hurd/port.h: Likewise.
8427         * hurd/hurd/signal.h: Likewise.
8428         * hurd/hurd/threadvar.h: Likewise.
8429         * hurd/hurd/userlink.h: Likewise.
8430         * io/sys/stat.h: Likewise.
8431         * libio/bits/stdio.h: Likewise.
8432         * libio/bits/stdio2.h: Likewise.
8433         * mach/lock-intern.h: Likewise.
8434         * mach/mach/mig_support.h: Likewise.
8435         * math/bits/cmathcalls.h: Likewise.
8436         * posix/bits/unistd.h: Likewise.
8437         * socket/bits/socket2.h: Likewise.
8438         * stdlib/bits/stdlib.h: Likewise.
8439         * stdlib/stdlib.h: Likewise.
8440         * string/argz.h: Likewise.
8441         * string/bits/string2.h: Likewise.
8442         * string/bits/string3.h: Likewise.
8443         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
8444         * sysdeps/generic/inttypes.h: Likewise.
8445         * sysdeps/generic/machine-lock.h: Likewise.
8446         * sysdeps/generic/machine-sp.h: Likewise.
8447         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
8448         * sysdeps/i386/i486/bits/string.h: Likewise.
8449         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
8450         * sysdeps/mach/alpha/machine-lock.h: Likewise.
8451         * sysdeps/mach/alpha/machine-sp.h: Likewise.
8452         * sysdeps/mach/i386/machine-lock.h: Likewise.
8453         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8454         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
8455         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
8456         * sysdeps/s390/bits/string.h: Likewise.
8457         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
8458         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
8459         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8460         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
8461         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8462         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
8463         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
8464         * wcsmbs/bits/wchar2.h: Likewise.
8465         * wcsmbs/wchar.h: Likewise.
8466         * stdlib/gmp.h: Likewise.  Include <features.h> to get
8467         __extern_inline definition.
8469 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
8471         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
8472         NULL.
8474         [BZ #3919]
8475         * math/libm-test.inc (log_test): Test -Inf and NaN.
8476         (log10_test, log1p_test, log2_test): Test -Inf.
8477         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
8478         FE_INVALID when argument is qNaN.
8479         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8480         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8481         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8482         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
8483         andb $1, %ah with testb $1, %ah, don't test for parity, instead
8484         testb $4, %ah and jump if non-zero.
8485         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8486         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8488         [BZ #4101]
8489         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8490         ancestors with the same depths.
8491         Patch by Niels Moeller <nisse@lysator.liu.se>.
8492         (filter_doc): Don't crash if argp is NULL.
8493         * argp/Makefile (tests): Add tst-argp2.
8494         * argp/tst-argp2.c: New test.
8496         [BZ #4130]
8497         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8498         open_not_cancel_2.
8499         (updwtmp_file): Likewise.
8501         [BZ #4181]
8502         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8503         (inet6_opt_append): Don't check extlen is big enough if extbuf
8504         is NULL.
8505         (inet6_opt_finish): Likewise.
8506         * inet/Makefile (tests): Add test-inet6_opt.
8507         * inet/test-inet6_opt.c: New test.
8509         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8510         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8511         NLMSG_ERR.  Instead use a page sized buffer.
8512         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8513         buffer.
8515 2007-03-14  Richard Henderson  <rth@redhat.com>
8517         * sysdeps/alpha/fpu/s_llround.c: New file.
8518         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8519         * sysdeps/alpha/fpu/s_lround.c: New file.
8520         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8521         * sysdeps/alpha/fpu/s_round.c: New file.
8522         * sysdeps/alpha/fpu/s_roundf.c: New file.
8523         * sysdeps/alpha/fpu/s_trunc.c: New file.
8524         * sysdeps/alpha/fpu/s_truncf.c: New file.
8526         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8527         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8528         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8529         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8530         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8531         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8533         * sysdeps/alpha/fpu/s_fmax.S: New file.
8534         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8535         * sysdeps/alpha/fpu/s_fmin.S: New file.
8536         * sysdeps/alpha/fpu/s_fminf.S: New file.
8537         * sysdeps/alpha/fpu/s_isnan.c: New file.
8538         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8539         * sysdeps/alpha/fpu/s_llrint.c: New file.
8540         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8541         * sysdeps/alpha/fpu/s_lrint.c: New file.
8542         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8543         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8544         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8546         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8547         (__fdimf, fdimf, __fdim, fdim): Remove.
8548         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8549         (__isnanf, __isnan, __isnanl): New.
8551 2007-03-13  Richard Henderson  <rth@redhat.com>
8553         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8555 2007-03-13  Richard Henderson  <rth@redhat.com>
8557         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8558         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8559         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8560         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8561         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8562         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8564 2007-03-13  Richard Henderson  <rth@redhat.com>
8566         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8567         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8568         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8569         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8570         Move to dl-auxv.h; initialize instead of extern weak.
8571         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8572         weak symbol.
8573         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8574         Extern instead of initialized.
8576 2007-03-13  Richard Henderson  <rth@redhat.com>
8578         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8579         __sigsuspend_nocancel.
8581 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8583         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8584         172.16/12 address range.
8586 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8588         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8589         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8590         message.
8592 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8594         [BZ #4069]
8595         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8596         earlier.
8597         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8599         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8600         for x qNaN and y either +-inf or non-integer value.
8601         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8602         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8603         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8605 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8607         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8608         from sysdep_headers.
8610 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8612         * time/tzfile.c (find_transition): Instead of a linear search try to
8613         guess the transition index, use a linear search if the result is at
8614         most 10 transitions away from the guess or binary search otherwise.
8616 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8618         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8619         memory reallocation.
8621 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8623         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8624         and fix some typos.
8625         Optimize use of TOLOWER.
8627         [BZ #3325]
8628         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8629         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8630         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8632         [BZ #3458]
8633         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8634         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8636         [BZ #4076]
8637         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8638         (open_dir_stream): Likewise.
8639         * io/Makefile (tests): Add bug-ftw5.
8640         * io/bug-ftw5.c: New file.
8642         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8643         * nscd/servicescache.c (cache_addserv): Likewise.
8645         * nscd/grpcache.c (cache_addgr): In case a record changed on
8646         refresh, adjust key_copy.
8648         [BZ #4074]
8649         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8650         refresh, adjust key_copy.
8652         [BZ #4070]
8653         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8654         special cases.
8655         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8657 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8659         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8660         optimization.
8662         * stdio-common/vfscanf.c: Small cleanups throughout.
8664 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8666         [BZ #3325]
8667         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8668         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8669         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8670         Patch by Jared Casper <jaredcasper@gmail.com>.
8672         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8673         * sysdeps/unix/opendir.c: Likewise.
8674         * sysdeps/unix/readdir.c: Likewise.
8676         [BZ #2211]
8677         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8678         point numbers.
8679         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8681         * stdio-common/vfscanf.c: Fix problems in width accounting.
8682         * stdio-common/tst-sscanf.c (double_tests): New tests.
8683         (main): Hook them up.
8685         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8686         More simplifications of floating-point reader.
8688         * stdio-common/Makefile (tests): Add tst-swscanf.
8689         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8690         testing.
8691         * stdio-common/tst-swscanf.c: New file.
8693 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8695         [BZ #2633]
8696         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8697         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8698         Remove using for __jmp_buf_tag.
8699         * locale/locale.h (struct lconv): Also define in std namespace.
8700         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8702         [BZ #3842]
8703         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8704         using __libc_enable_secure.
8706         [BZ #3818]
8707         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8709         [BZ #3745]
8710         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8711         of names for ellipsises.
8713         [BZ #3348]
8714         * malloc/memusage.sh: Cleanups.
8715         * debug/xtrace.sh: Quoting and trap changes.
8717 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8719         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8721         * locale/iso-3166.def: Update entry for Serbia.
8722         * locale/iso-4217.def: Define RSD, remove CSD.
8724         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8725         and 64-bit operations.
8727         [BZ #4040]
8728         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8729         16-bit operations.
8731         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8732         of writev.
8734 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8736         [BZ #3991]
8737         * assert/assert.h (assert): Simplify.
8738         (assert_perror): Likewise.
8739         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8741         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8742         reqdata.
8744         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8745         change: don't pass NULL in place of an integer.
8747 2007-02-02  Bruno Haible  <bruno@clisp.org>
8749         [BZ #3954]
8750         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8751         Add mapping for U+327E.
8752         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8753         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8754         mapping of 0xD9 0xE8.
8755         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8756         mapping of U+327E.
8757         Reported by Jungshik Shin <jungshik@google.com>.
8759         [BZ #3955]
8760         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8761         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8762         Reported by Jungshik Shin <jungshik@google.com>.
8764 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8766         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8767         byte variants.
8769         [BZ #4040]
8770         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8771         byte variants.  Patch mostly be tom@tommay.net.
8773 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8775         [BZ #3996]
8776         * posix/glob.c (attribute_hidden): Define if not defined.
8777         (glob): Unescape dirname, filename or username when needed and not
8778         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8779         is NULL.  Handle unescaped [ in pattern without closing ].
8780         Don't pass GLOB_CHECK down to recursive glob for directories.
8781         (__glob_pattern_type): New function.
8782         (__glob_pattern_p): Implement using __glob_pattern_type.
8783         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8784         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8785         Remove unreachable code.
8786         * posix/globtest.sh: Add a couple of new tests.
8788 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8790         * po/ru.po: Update from translation team.
8792 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8794         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8795         to the list of i486+ CPUs.
8796         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8798 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8800         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8801         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8802         references.
8804 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8806         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8808         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8809         * resolv/res_mkquery.c: Define __res_nopt.
8810         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8811         try adding EDNS0 record.
8812         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8813         EDNS0 record was send make sure we don't try it again.
8814         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8815         * include/resolv.h: Declare __res_nopt.
8817 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8819         [BZ #3944]
8820         * time/strptime_l.c (__strptime_internal): Set have_mon for
8821         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8822         have been computed from tm_yday and tm_year.  Don't crash
8823         in day_of_the_week or day_of_the_year if not have_mon
8824         and tm_mon contains bogus value.
8825         * time/Makefile (tests): Add tst-strptime3.
8826         * time/tst-strptime3.c: New test.
8828 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8830         [BZ #3957]
8831         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8832         bit for RE_HAT_LISTS_NOT_NEWLINE.
8833         (build_charclass_op): Remove bogus comment.
8834         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8835         * posix/bug-regex27.c: New test.
8836         * posix/bug-regex28.c: New test.
8838 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8840         * po/sv.po: Update from translation team.
8842 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8844         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8846 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8848         * include/locale.h (__uselocale): Add libc_hidden_proto.
8849         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8851         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8852         gettimeofday.
8854 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8856         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8857         returning.
8858         (PTR_DEMANGLE): Real definition now that it's not the same as
8859         PRT_MANGLE anymore.
8860         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8862         * string/strerror_l.c: New file.
8863         * string/Makefile (routines): Add strerror_l.
8864         * string/string.h: Declare strerror_l.
8865         * string/Versions: Export strerror_l for GLIBC_2.6.
8867 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8869         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8870         as parameter.  Construct request record.  Try sending request
8871         before the first poll use, it usually succeeds.  Adjust all
8872         callers.
8873         * nscd/nscd-client.h: Define MAXKEYLEN.
8874         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8876 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8878         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8879         from return value.
8880         * nscd/nscd_helper.c: Include string.h.
8881         (__nscd_cache_search): Remove const qualifier from return value.
8882         On strict alignment architectures check hash entry and data head
8883         alignment.
8884         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8885         mmapped data during GC cycle contains garbage.  If
8886         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8887         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8888         dropped to 0.
8889         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8890         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8891         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8892         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8893         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8895 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8897         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8899 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8901         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8902         names not numbers in cfi_*.
8904 2007-01-26  Andreas Jaeger  <aj@suse.de>
8906         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8907         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8908         Correct values of PER_HPUX and PER_OSF4.
8910 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8912         * elf/dl-minimal.c: Undefine _itoa first.
8913         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8914         * malloc/mtrace.c: Revert last change.
8915         * posix/wordexp.c: Likewise.
8917 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8919         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8920         and __geode__ to the list of i486+ CPUs.
8921         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8923 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8925         * stdio-common/_itoa.c: Include <limits.h>.
8926         * stdio-common/_itowa.c: Likewise.
8928 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8930         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8931         platforms.
8932         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8933         64-bit platforms.
8934         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8935         possible.
8936         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8937         if possible.
8939         [BZ #3902]
8940         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8941         * stdio-common/Makefile (tests): Add bug17.
8942         * stdio-common/bug17.c: New file.
8944 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8946         * iconvdata/brf.c: New file.
8947         * iconvdata/testdata/BRF: New file.
8948         * iconvdata/testdata/BRF..UTF8: New file.
8949         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8950         * iconvdata/Makefile: Add rules to build BRF.
8951         * iconvdata/TESTS: Add BRF entry.
8952         * iconvdata/gconv-modules: Likewise.
8953         * iconvdata/tst-tables.sh: Likewise.
8955 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8957         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8958         type `long long int', not `long int'.
8959         (wcstoq): Likewise.
8961 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8963         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8964         of values on 64-bit platforms which are too large.
8966 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8967             Joe Kerian  <jkerian@us.us.ibm.com>
8969         [BZ #2749]
8970         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8971         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8972         (__copysignl): Use signbit() for comparison.
8973         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8974         SET_LDOUBLE_WORDS64.
8976         [BZ #2423, #2749]
8977         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8978         (__ceill): Remove calls to fegetround(), fesetround().
8979         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8980         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8981         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8983 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8985         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8987         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8989 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8991         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8992         demangle pointer.
8993         * csu/libc-start.c: Likewise.
8995 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8997         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8998         really work anyway.
9000 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
9002         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
9003         users.
9004         (handle_request): Remove unnecessary tests.
9006         * nscd/cache.c (cache_add): Record the failure to add to the cache.
9008 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
9010         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
9011         workbits in semi-raw fraction.
9013         * math/test-misc.c: Add new tests.
9015 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
9017         * math/basic-test.c: Include test-skeleton.c.
9018         (TEST_TRUNC): Define.
9019         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
9020         (main): Rename to ...
9021         (do_test): ...this.  Run new tests.
9022         (TEST_FUNCTION): Define.
9024 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
9025             Joe Kerian  <jkerian@us.us.ibm.com>
9027         [BZ #2749]
9028         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
9029         handling for high words.
9030         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
9031         and overflow for infinity.
9033 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
9035         * nscd/connections.c (handle_request): Add a __builtin_expect.
9037         * nscd/connections.c (serv2db): Change type into structure which
9038         also says whether this is a request for data.  Renamed to
9039         servinfo.  All users changed.
9040         (handle_request): Much simpler test whether we should search the cache.
9042         * nscd/connections.c (handle_request): Fix thinko in selinux test
9043         invocation.
9045         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
9046         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
9047         it before getting dl_load_lock and then relock.
9048         (_dl_lookup_symbol_x): Pass flags to add_dependency.
9049         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
9050         case we unlocked the scope.
9051         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
9052         _dl_lookup_symbol_x in case we locked the scope.
9053         (_dl_profile_fixup): Likewise.
9054         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
9055         set DL_LOOKUP_SCOPE_LOCK.
9057 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
9059         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
9060         CFLAGS-getsrvbynpt_r.c.
9061         * nscd/getsrvbynm_r.c: New file.
9062         * nscd/getsrvbypt_r.c: New file.
9063         * nscd/nscd_getserv_r.c: New file.
9064         * nscd/servicescache.c: New file.
9065         * nscd/Makefile (routines): Add nscd_getserv_r.
9066         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
9067         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
9068         CFLAGS-getsrvbypt_r.c.
9069         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
9070         table.  Add entries for services database.
9071         * nscd/connections.c (serv2str): Mark as const.  Add entries for
9072         services database.
9073         (dbs): Add .reset_res and servdb initialization.
9074         (serv2db): Add entries for services database.
9075         (verify_persistent_db): Accept dbnr == servdb.
9076         (invalidate_cache): Rewrite database name recognition to use a table.
9077         Call res_init() if .reset_res is set for database.
9078         (handle_request): Add code to handle services database.
9079         * nscd/gai.c: Don't define __getservbyname_r.
9080         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
9081         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
9082         (serv_response_header): Define.
9083         (struct datahead): Add serv_response_header member.
9084         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
9085         using table.
9086         * nscd/nscd.conf: Add entries for services database.
9087         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
9088         Declare serv_iov_disabled.
9089         Declare addservbyname, readdservbyname, addservbyport, and
9090         readdservbyport.
9091         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
9092         (find_db): Fix error message.
9093         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
9094         __nscd_getservbyname_r, and __nscd_getservbyport_r.
9095         * nscd/selinux.c (perms): Add entries for services database.
9096         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
9097         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
9099         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
9100         * nscd/hstcache.c: Likewise.
9101         * nscd/pwdcache.c: Likewise.
9103         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
9104         computation of keylen.
9106         * include/string.h: Only redefine strndupa if this is really for
9107         libc code.
9109 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
9111         * nscd/nscd_gethst_r.c: Minor cleanups.
9113         * nscd/connections.c (handle_request): Check selinux permissions
9114         for all non-admin commands.
9116         * sysdeps/i386/i486/bits/atomic.h: Define
9117         atomic_compare_and_exchange_val_acq,
9118         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
9119         using __sync_* built-ins for gcc >= 4.1.
9120         * sysdeps/x86_64/bits/atomic.h: Likewise.
9122         [BZ #3840]
9123         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
9124         and .oS.d files.
9126 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
9128         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
9129         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
9130         (do_test): Check errno and exit(0) if ENOSYS.
9132 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
9134         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
9135         thousands separators.
9136         * stdlib/Makefile: Add rules to build and run tst-strtod4.
9137         * stdlib/tst-strtod4.c: New test.
9139         [BZ #3855]
9140         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
9141         hexadecimal digit should accept just the initial 0.
9142         * stdlib/tst-strtod2.c (tests): New variable.
9143         (do_test): Run several tests rather than just one.
9145 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
9147         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
9148         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
9150 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
9152         * io/fts.c: Make sure fts_cur is always valid after return from
9153         fts_read.
9154         Patch by Miloslav Trmac <mitr@redhat.com>.
9156 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
9158         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
9159         (R_MIPS_NUM): Bump by 1.
9161 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
9163         * posix/execvp.c: Include alloca.h.
9164         (allocate_scripts_argv): Renamed to...
9165         (scripts_argv): ... this.  Don't allocate buffer here nor count
9166         arguments.
9167         (execvp): Use alloca if possible.
9168         * posix/Makefile: Add rules to build and run tst-vfork3 test.
9169         * posix/tst-vfork3.c: New test.
9171 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
9173         * string/Makefile (tst-strxfrm2-ENV): Define.
9174         * stdlib/Makefile (tst-strtod3-ENV): Define.
9176 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
9178         * posix/getconf.c: Update copyright year.
9179         * nss/getent.c: Likewise.
9180         * iconv/iconvconfig.c: Likewise.
9181         * iconv/iconv_prog.c: Likewise.
9182         * elf/ldconfig.c: Likewise.
9183         * catgets/gencat.c: Likewise.
9184         * csu/version.c: Likewise.
9185         * elf/ldd.bash.in: Likewise.
9186         * elf/sprof.c (print_version): Likewise.
9187         * locale/programs/locale.c: Likewise.
9188         * locale/programs/localedef.c: Likewise.
9189         * nscd/nscd.c (print_version): Likewise.
9190         * debug/xtrace.sh: Likewise.
9191         * malloc/memusage.sh: Likewise.
9192         * malloc/mtrace.pl: Likewise.
9193         * debug/catchsegv.sh: Likewise.
9195 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
9197         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
9198         attempts.
9200 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
9202         * posix/wordexp.c: Remove some unnecessary tests.
9204 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
9206         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
9207         blacklist the group till after we look it up.
9209 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
9211         * include/atomic.h (atomic_forced_read): New macro.
9213 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
9215         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
9217 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
9219         * nss/getXXbyYY_r.c: Include atomic.h.
9220         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
9221         add atomic_write_barrier () in between.
9223         * stdlib/Makefile (tests): Add tst-makecontext.
9224         * stdlib/tst-makecontext.c: New test.
9226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
9227         (__makecontext): Don't realign uc_mcontext.uc_regs.
9229 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
9231         * elf/dl-support.c: Include dl-procinfo.h.
9232         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
9233         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
9234         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
9235         Define.
9236         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
9237         hardcoded constants.
9238         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
9239         PPC_PLATFORM_* macros for array designators.
9241 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
9243         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
9244         names to the beginning.
9245         (_dl_powerpc_platforms): Add "power6x".
9246         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9247         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
9248         (_DL_PLATFORMS_COUNT): Increase.
9249         (_dl_string_platform): Handle power6x case.
9250         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
9251         PPC_FEATURE_POWER6_EXT): Define.
9252         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
9254 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
9256         [BZ #3747]
9257         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
9258         [-2^31 .. 2^31) range.
9259         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
9260         targets.
9261         * stdlib/tst-rand48-2.c: New test.
9262         * stdlib/Makefile (tests): Add tst-rand48-2.
9264 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
9266         * misc/tst-pselect.c (do_test): Fix sigblock argument.
9268 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
9270         * misc/tst-pselect.c (do_test): Make sure the helper process is
9271         terminating when the test is aborted.
9273 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
9275         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
9276         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9277         Handle relatime mount option.
9279         [BZ #2337]
9280         * libio/Makefile (tests): Add tst-setvbuf1.
9281         * libio/tst-setvbuf1.c: New file.
9283 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
9285         [BZ #2337]
9286         * libio/genops.c (__uflow): Fix a typo.
9287         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
9288         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
9289         the narrow buffer size.
9291 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
9293         [BZ #2337]
9294         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
9295         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
9296         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
9297         in _flags.
9298         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
9299         _IO_wstr_finish): Likewise.
9300         * libio/wmemstream.c (open_wmemstream): Likewise.
9301         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
9302         even for wide streams.
9304 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
9307         kernel-features.h.
9309 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
9311         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
9312         separators also if no non-zero digits found.
9313         * stdlib/Makefile (tests): Add tst-strtod3.
9315 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
9317         [BZ #3632]
9318         * include/features.h: Fix comment about default value for
9319         _POSIX_C_SOURCE.
9321         [BZ #3664]
9322         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
9323         empty parsed strings.
9324         * stdlib/Makefile (tests): Add tst-strtod2.
9325         * stdlib/tst-strtod2.c: New file.
9327         [BZ #3673]
9328         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
9329         computation.
9330         * stdlib/Makefile (tests): Add tst-atof2.
9331         * stdlib/tst-atof2.c: New file.
9333         [BZ #3674]
9334         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
9335         correctly if removing trailing zero of hex-float.
9336         * stdlib/Makefile (tests): Add tst-atof1.
9337         * stdlib/tst-atof1.c: New file.
9339 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
9341         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
9342         Start searching for next comma at p rather than rest.
9343         * misc/Makefile (tests): Add tst-mntent2.
9344         * misc/tst-mntent2.c: New test.
9346         * misc/getusershell.c (initshells): Check for integer overflows.
9347         Make strings buffer one bigger as fgets always succeeds when second
9348         argument is 1.  Don't use calloc for shells array.  Disallow
9349         / as shell.
9351 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
9353         * malloc/memusage.c: Handle realloc with new size of zero and
9354         non-NULL pointer correctly.
9355         (me): Really write first record twice.
9356         (struct entry): Make format bi-arch safe.
9357         (dest): Write out more realloc statistics.
9358         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
9360 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
9362         * nis/nis_subr.c (nis_getnames): Revert last change.
9364 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
9366         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
9367         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
9368         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
9369         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
9370         ENOTTY.
9371         * io/Makefile: Add rules to build and run tst-ttyname_r test.
9372         * io/tst-ttyname_r.c: New test.
9374 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9376         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
9378 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
9380         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
9381         jump table entries.
9383 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
9385         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
9386         `clone' function to ensure proper unwinding stop of gdb.
9387         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
9389 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
9391         * nscd/nscd.init: Remove obsolete and commented-out -S option
9392         handling.
9394 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
9396         [BZ #3514]
9397         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
9399         [BZ #3515]
9400         * manual/string.texi (strtok): Remove duplicate paragraph.
9402 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9404         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
9405         libgcc not supporting `rflags' unwinding (register # >= 17).
9407 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
9409         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
9410         succeeded.
9412 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
9413             Jakub Jelinek  <jakub@redhat.com>
9414             Jan Kratochvil  <jan.kratochvil@redhat.com>
9416         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
9417         unwind information.
9418         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
9419         'restore_rt' even in the 'signal' directory.
9420         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
9422 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
9424         [BZ #3559]
9425         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
9426         malloc crashed.  Don't allocate memory unnecessarily in each
9427         loop.
9429 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
9431         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
9433 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
9435         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
9437 2006-11-18  Bruno Haible  <bruno@clisp.org>
9439         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
9440         __sysconf only after having tried to call getgroups32.
9442 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
9444         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
9445         addresses for IPv4 queries if they can be mapped.
9447 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
9449         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
9450         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
9451         (signmask): Add .size directive.
9452         (othermask): Add .type directive.
9454 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
9456         * po/nl.po: Update from translation team.
9458         * timezone/zdump.c: Redo fix for BZ #3137.
9460 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
9462         * nss/nss_files/files-alias.c (get_next_alias): Set line back
9463         to first_unused after parsing :include: file.
9465 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9467         * timezone/africa: Update from tzdata2006o.
9468         * timezone/antarctica: Likewise.
9469         * timezone/asia: Likewise.
9470         * timezone/australasia: Likewise.
9471         * timezone/backward: Likewise.
9472         * timezone/europe: Likewise.
9473         * timezone/iso3166.tab: Likewise.
9474         * timezone/northamerica: Likewise.
9475         * timezone/southamerica: Likewise.
9476         * timezone/zone.tab: Likewise.
9478         * time/tzfile.c (__tzfile_read): Extend to handle new file format
9479         on machines with 64-bit time_t.
9481         * timezone/checktab.awk: Update from tzcode2006o.
9482         * timezone/ialloc.c: Likewise.
9483         * timezone/private.h: Likewise.
9484         * timezone/scheck.c: Likewise.
9485         * timezone/tzfile.h: Likewise.
9486         * timezone/tzselect.ksh: Likewise.
9487         * timezone/zdump.c: Likewise.
9488         * timezone/zic.c: Likewise.
9490         [BZ #3483]
9491         * elf/ldconfig.c (main): Call setlocale and textdomain.
9492         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9494         [BZ #3480]
9495         * manual/argp.texi: Fix typos.
9496         * manual/charset.texi: Likewise.
9497         * manual/errno.texi: Likewise.
9498         * manual/filesys.texi: Likewise.
9499         * manual/lang.texi: Likewise.
9500         * manual/maint.texi: Likewise.
9501         * manual/memory.texi: Likewise.
9502         * manual/message.texi: Likewise.
9503         * manual/resource.texi: Likewise.
9504         * manual/search.texi: Likewise.
9505         * manual/signal.texi: Likewise.
9506         * manual/startup.texi: Likewise.
9507         * manual/stdio.texi: Likewise.
9508         * manual/sysinfo.texi: Likewise.
9509         * manual/syslog.texi: Likewise.
9510         * manual/time.texi: Likewise.
9511         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9513         [BZ #3465]
9514         * sunrpc/clnt_raw.c: Minimal message improvements.
9515         * sunrpc/pm_getmaps.c: Likewise.
9516         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9517         * nis/nis_print_group_entry.c: Likewise.
9518         * locale/programs/repertoire.c: Likewise.
9519         * locale/programs/charmap.c: Likewise.
9520         * malloc/memusage.sh: Likewise.
9521         * elf/dl-deps.c: Likewise.
9522         * locale/programs/ld-collate.c: Likewise.
9523         * libio/vswprintf.c: Likewise.
9524         * malloc/memusagestat.c: Likewise.
9525         * sunrpc/auth_unix.c: Likewise.
9526         * sunrpc/rpc_main.c: Likewise.
9527         * nscd/cache.c: Likewise.
9528         * locale/programs/repertoire.c: Unify output messages.
9529         * locale/programs/charmap.c: Likewise.
9530         * locale/programs/ld-ctype.c: Likewise.
9531         * locale/programs/ld-monetary.c: Likewise.
9532         * locale/programs/ld-numeric.c: Likewise.
9533         * locale/programs/ld-time.c: Likewise.
9534         * elf/ldconfig.c: Likewise.
9535         * nscd/selinux.c: Likewise.
9536         * elf/cache.c: Likewise.
9537         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9539         [BZ #3451]
9540         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9541         change atomic.
9542         (ceil): Likewise.
9544 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9546         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9547         if N is one bigger than return value.
9548         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9549         and l1 last arguments, if buf is defined, verify the return value
9550         equals to strlen (buf) and verify no byte beyond passed length
9551         is modified.
9553 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9555         * po/sv.po: Update from translation team.
9557 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9559         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9560         noinline attribute.
9562 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9564         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9565         noinline attribute.
9567         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9568         Use __new_sys_siglist instead of _sys_siglist_internal as
9569         second macro argument.
9570         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9571         strong_alias.
9573 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9575         [BZ #3493]
9576         * posix/unistd.h (sysconf): Remove const attribute.
9578         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9579         temporary or deprecated addresses.
9580         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9582         * string/Makefile (tests): Add tst-strxfrm2.
9583         * string/tst-strxfrm2.c: New file.
9585 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9587         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9588         rather than r->r_brk.
9590 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9592         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9593         optimization even if needed > n.
9595         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9596         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9597         return false, otherwise return true.
9598         (cache_rpath): Return decompose_rpath return value.
9600 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9602         * include/libc-symbols.h (declare_symbol): Rename to...
9603         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9604         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9605         .size directive.
9606         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9607         changes.
9608         * sysdeps/gnu/siglist.c: Likewise.
9610 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9612         * sysdeps/powerpc/fpu/bits/mathinline.h
9613         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9614         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9616 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9618         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9619         Update handling of cache descriptor 0x49 for new models.
9620         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9621         Likewise.
9623 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9625         * malloc/memusage.c (dest): Reset not_me back to false after
9626         printing statistics.
9628 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9630         * configure.in: Work around ld --help change and avoid -z relro
9631         test completely if the architecture doesn't care about security.
9633 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9635         * po/sv.po: Update from translation team.
9637 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9639         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9640         generate compatibility version.
9642 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9644         * configure.in: Relax -z relro requirement a bit.
9646         * po/sv.po: Update from translation team.
9648 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9650         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9651         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9652         * elf/dl-close.c (_dl_close_worker): Likewise.
9653         * elf/dl-open.c (_dl_open_worker): Likewise.
9654         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9656 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9658         * configure.in: Require assembler support for visibility, compiler
9659         support for visibility and aliases, linker support for various -z
9660         options.
9661         * Makeconfig: Remove conditional code which now is unnecessary.
9662         * config.h.in: Likewise.
9663         * config.make.in: Likewise.
9664         * dlfcn/Makefile: Likewise.
9665         * elf/Makefile: Likewise.
9666         * elf/dl-load.c: Likewise.
9667         * elf/rtld.c: Likewise.
9668         * include/libc-symbols.h: Likewise.
9669         * include/stdio.h: Likewise.
9670         * io/Makefile: Likewise.
9671         * io/fstat.c: Likewise.
9672         * io/fstat64.c: Likewise.
9673         * io/fstatat.c: Likewise.
9674         * io/fstatat64.c: Likewise.
9675         * io/lstat.c: Likewise.
9676         * io/lstat64.c: Likewise.
9677         * io/mknod.c: Likewise.
9678         * io/mknodat.c: Likewise.
9679         * io/stat.c: Likewise.
9680         * io/stat64.c: Likewise.
9681         * libio/stdio.c: Likewise.
9682         * nscd/Makefile: Likewise.
9683         * stdlib/Makefile: Likewise.
9684         * stdlib/atexit.c: Likewise.
9685         * sysdeps/generic/ldsodefs.h: Likewise.
9686         * sysdeps/i386/dl-machine.h: Likewise.
9687         * sysdeps/i386/sysdep.h: Likewise.
9688         * sysdeps/i386/i686/memcmp.S: Likewise.
9689         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9690         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9691         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9693         * Makerules: USE_TLS support is now default.
9694         * tls.make.c: Likewise.
9695         * csu/Versions: Likewise.
9696         * csu/libc-start.c: Likewise.
9697         * csu/libc-tls.c: Likewise.
9698         * csu/version.c: Likewise.
9699         * dlfcn/dlinfo.c: Likewise.
9700         * elf/dl-addr.c: Likewise.
9701         * elf/dl-cache.c: Likewise.
9702         * elf/dl-close.c: Likewise.
9703         * elf/dl-iteratephdr.c: Likewise.
9704         * elf/dl-load.c: Likewise.
9705         * elf/dl-lookup.c: Likewise.
9706         * elf/dl-object.c: Likewise.
9707         * elf/dl-open.c: Likewise.
9708         * elf/dl-reloc.c: Likewise.
9709         * elf/dl-support.c: Likewise.
9710         * elf/dl-sym.c: Likewise.
9711         * elf/dl-sysdep.c: Likewise.
9712         * elf/dl-tls.c: Likewise.
9713         * elf/ldconfig.c: Likewise.
9714         * elf/rtld.c: Likewise.
9715         * elf/tst-tls-dlinfo.c: Likewise.
9716         * elf/tst-tls1.c: Likewise.
9717         * elf/tst-tls10.h: Likewise.
9718         * elf/tst-tls14.c: Likewise.
9719         * elf/tst-tls2.c: Likewise.
9720         * elf/tst-tls3.c: Likewise.
9721         * elf/tst-tls4.c: Likewise.
9722         * elf/tst-tls5.c: Likewise.
9723         * elf/tst-tls6.c: Likewise.
9724         * elf/tst-tls7.c: Likewise.
9725         * elf/tst-tls8.c: Likewise.
9726         * elf/tst-tls9.c: Likewise.
9727         * elf/tst-tlsmod1.c: Likewise.
9728         * elf/tst-tlsmod13.c: Likewise.
9729         * elf/tst-tlsmod13a.c: Likewise.
9730         * elf/tst-tlsmod14a.c: Likewise.
9731         * elf/tst-tlsmod2.c: Likewise.
9732         * elf/tst-tlsmod3.c: Likewise.
9733         * elf/tst-tlsmod4.c: Likewise.
9734         * elf/tst-tlsmod5.c: Likewise.
9735         * elf/tst-tlsmod6.c: Likewise.
9736         * include/errno.h: Likewise.
9737         * include/link.h: Likewise.
9738         * include/tls.h: Likewise.
9739         * locale/global-locale.c: Likewise.
9740         * locale/localeinfo.h: Likewise.
9741         * malloc/arena.c: Likewise.
9742         * malloc/hooks.c: Likewise.
9743         * malloc/malloc.c: Likewise.
9744         * resolv/Versions: Likewise.
9745         * sysdeps/alpha/dl-machine.h: Likewise.
9746         * sysdeps/alpha/libc-tls.c: Likewise.
9747         * sysdeps/generic/ldsodefs.h: Likewise.
9748         * sysdeps/generic/tls.h: Likewise.
9749         * sysdeps/i386/dl-machine.h: Likewise.
9750         * sysdeps/ia64/dl-machine.h: Likewise.
9751         * sysdeps/ia64/libc-tls.c: Likewise.
9752         * sysdeps/mach/hurd/fork.c: Likewise.
9753         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9754         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9755         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9756         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9757         * sysdeps/s390/libc-tls.c: Likewise.
9758         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9759         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9760         * sysdeps/sh/dl-machine.h: Likewise.
9761         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9762         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9763         * sysdeps/x86_64/dl-machine.h: Likewise.
9765         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9766         split out locking and parameter checking.
9767         (_dl_close): Call _dl_close_worker after locking and checking.
9768         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9769         _dl_close.
9770         * elf/Makefile: Add rules to build and run tst-thrlock.
9771         * elf/tst-thrlock.c:  New file.
9773         [BZ #3426]
9774         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9775         reality.
9777         [BZ #3429]
9778         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9779         we are sure we do not need it anymore for _dl_close.  Also move
9780         the asserts inside the lock region.
9781         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9783 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9785         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9786         argument.
9787         (_dl_lookup_symbol_x): Adjust caller.
9789         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9790         _ns_global_scope.
9791         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9793         * elf/dl-libc.c: Revert l_scope name changes.
9794         * elf/dl-load.c: Likewise.
9795         * elf/dl-object.c: Likewise.
9796         * elf/rtld.c: Likewise.
9797         * elf/dl-close.c (_dl_close): Likewise.
9798         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9799         always use __rtld_mrlock_{change,done}.  Always free old scope list
9800         here if not l_scope_mem.
9801         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9802         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9803         the lookup and __rtld_mrlock_unlock it after the lookup.
9804         * elf/dl-sym.c: Likewise.
9805         * include/link.h (struct r_scoperec): Remove.
9806         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9807         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9809 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9811         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9813 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9815         * configure.in: Disable building profile libraries by default.
9817 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9819         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9820         as signed longs, check for x_base + pos overflow.
9821         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9822         * sunrpc/tst-xdrmem2.c: New test.
9824 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9826         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9827         _dl_lookup_symbol_x code.
9829 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9831         * elf/dl-runtime.c: Include sysdep-cancel.h.
9832         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9833         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9834         instead of catomic_* macros.
9835         * elf/dl-sym.c: Include sysdep-cancel.h.
9836         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9837         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9838         * elf/dl-close.c: Include sysdep-cancel.h.
9839         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9840         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9841         * elf/dl-open.c: Include sysdep-cancel.h.
9842         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9843         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9845 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9847         [BZ #3313]
9848         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9849         fastbin rather than end of fastbin array.
9851 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9853         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9854         body macro.
9855         * sysdeps/x86_64/bits/atomic.h
9856         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9857         (catomic_decrement): Use correct body macro.
9859 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9861         * include/atomic.h: Add a unique prefix to all local variables
9862         in macros.
9863         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9865 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9867         [BZ #3369]
9868         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9869         and 7.
9871 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9873         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9875 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9877         [BZ #3313]
9878         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9879         determine highest fast bin to consolidate, always look into all of
9880         them.
9881         (do_check_malloc_state): Only require for empty bins for large
9882         sizes in main arena.
9884         * libio/stdio.h: Add more __wur attributes.
9886         * elf/dl-minimal.c (realloc): Optimize last patch.
9888 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9890         [BZ #3352]
9891         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9892         and use memcpy() if it does.
9894 2006-11-12  Andreas Jaeger  <aj@suse.de>
9896         [BZ #2510]
9897         * manual/search.texi (Hash Search Function): Clarify.
9898         (Array Search Function): Clarify.
9900 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9902         [BZ #2830]
9903         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9904         shifting.
9905         * math/atest-exp2.c (read_mpn_hex): Likewise.
9906         * math/atest-sincos.c (main): Likewise.
9908 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9910         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9911         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9912         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9913         version GLIBC_2.6.
9914         * Versions.def: Add GLIBC_2.6 for libc.
9916         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9918         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9920 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9922         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9924         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9926         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9927         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9929 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9931         * include/atomic.c: Define catomic_* operations.
9932         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9933         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9934         * malloc/memusage.c: Likewise.
9935         * gmon/mcount.c: Likewise.
9936         * elf/dl-close.c: Likewise.
9937         * elf/dl-open.c: Likewise.
9938         * elf/dl-profile.c: Likewise.
9939         * elf/dl-sym.c: Likewise.
9940         * elf/dl-runtime.c: Likewise.
9941         * elf/dl-fptr.c: Likewise.
9942         * resolv/res_libc.c: Likewise.
9944 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9946         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9947         components which lack them.
9949         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9950         at least one entry consisting of the parameter concatenated with
9951         the domain.
9953 2006-10-10  Roland McGrath  <roland@frob.com>
9955         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9956         * sysdeps/mach/hurd/futimes.c: Likewise.
9957         * sysdeps/mach/hurd/lutimes.c: Likewise.
9959 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9960             Jakub Jelinek  <jakub@redhat.com>
9962         Implement reference counting of scope records.
9963         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9964         from the list in objects which remain.  Always allocate new scope
9965         record.
9966         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9967         don't resize, allocate a new one.
9968         * elf/dl-runtime.c: Update reference counters before using a scope
9969         array.
9970         * elf/dl-sym.c: Likewise.
9971         * elf/dl-libc.c: Adjust for l_scope name change.
9972         * elf/dl-load.c: Likewise.
9973         * elf/dl-object.c: Likewise.
9974         * elf/rtld.c: Likewise.
9975         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9976         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9977         Add l_scoperec_lock.
9978         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9979         * sysdeps/generic/rtld-lowlevel.h: New file.
9981         * include/atomic.h: Rename atomic_and to atomic_and_val and
9982         atomic_or to atomic_or_val.  Define new macros atomic_and and
9983         atomic_or which do not return values.
9984         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9985         Various cleanups.
9986         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9988         * po/sv.po: Update from translation team.
9990 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9992         * Versions.def: Add GLIBC_2.6 to libpthread.
9994         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9995         (versioned_symbol): Likewise.
9996         (compat_symbol): Likewise.
9998         * po/tr.po: Update from translation team.
10000 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10002         * nis/Banner: Removed.  It's been integral part forever and the
10003         author info is incomplete anyway.
10004         * libio/Banner: Likewise.
10006         * nis/nis_table.c (nis_list): If __follow_path fails in the new
10007         code, make sure the nis_freeresult call doesn't crash and that the
10008         result is reported correctly.
10010 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
10012         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
10013         when callback is NULL.
10015         * nis/Versions (libnss_nisplus): Add
10016         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
10017         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
10018         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
10019         _nss_create_tablename): Rename to...
10020         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
10021         ... these.  No longer static.
10022         (internal_setgrent): Adjust users.
10023         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10024         Don't use locking around _nss_grp_create_tablename call.
10025         * nis/nss_nisplus/nisplus-initgroups.c: New file.
10027 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10029         * version.h (VERSION): Bump to 2.5.90 for new development tree.
10031 2006-10-06  Andreas Jaeger  <aj@suse.de>
10033         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
10035 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
10037         * po/pl.po: Update from translation team.
10039         * nscd/nscd.c (main): Fix typo in message.
10040         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
10042 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
10044         [BZ #3291]
10045         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
10046         errno.h, signal.h, unistd.h and sysdep-cancel.h.
10047         (__sigprocmask): Define.
10049 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
10051         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
10052         used.
10054 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
10056         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
10057         in oldtotal and newtotal calculation.
10058         * nscd/nscd-client.h (struct mapped_database): Add datasize
10059         field.
10060         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
10061         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
10062         increased.
10063         (__nscd_cache_search): Add checks to make sure we never reference
10064         data beyond the current mapping.
10066 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10068         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
10069         variables const to avoid compiler warnings.
10071         * io/fts.c (fts_close): Remove redundant checks.
10072         (fts_build): Likewise.
10073         (fts_palloc): Likewise.
10075         * manual/message.texi (Advanced gettext functions,
10076         Using gettextized software): Fix typos.
10078 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10080         * posix/glob.c (glob_in_dir): Add some comments and asserts to
10081         explain why there are no leaks.
10083 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
10085         * libio/wmemstream.c: Include <wchar.h>.
10086         * libio/bug-wmemstream1.c: Likewise.
10087         * libio/tst-wmemstream1.c: Likewise.
10088         * libio/tst-wmemstream2.c: Likewise.
10090         * version.h (RELEASE): Bump to 2.5.
10091         * README: Regenerated.
10093         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
10095         [BZ #3273]
10096         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
10097         found no group members.
10098         Patch by Petr Baudis.
10100 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
10102         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
10103         assert bootstrap_map.l_tls_modid is zero.
10104         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
10105         if USE___THREAD.
10107 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
10109         * libio/stdio.h: Move open_wmemstream prototype to ...
10110         * wcsmbs/wchar.h: ... here.
10112 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10114         [BZ #3252]
10115         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
10116         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
10117         __{,l}chown to handle the rest.
10118         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
10119         fchownat syscall and __ASSUME_32BITUIDS case inline, call
10120         __{,l}chown to handle the rest.
10121         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
10122         i386/fchownat.c.
10123         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
10124         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
10126         [BZ #3253]
10127         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10128         time, rather allocate increasingly bigger arrays of pointers, if
10129         possible with alloca, if too large with malloc.
10131 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
10133         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
10135         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
10137 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
10139         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
10140         home addresses.
10141         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
10142         IFA_F_HOMEADDRESS flag for interfaces.
10143         * include/ifaddrs.h (struct in6addrinfo): Define
10144         in6ai_homeaddress.
10146 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
10148         [BZ #3225]
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
10150         PTR_DEMANGLE3): Define.
10151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
10152         PTR_DEMANGLE3): Likewise.
10153         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
10154         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
10155         Likewise.
10156         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
10158 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
10160         * po/libc.pot: Regenerated.
10161         * po/be.po: Updated.
10162         * po/ca.po: Likewise.
10163         * po/cs.po: Likewise.
10164         * po/da.po: Likewise.
10165         * po/de.po: Likewise.
10166         * po/el.po: Likewise.
10167         * po/en_GB.po: Likewise.
10168         * po/es.po: Likewise.
10169         * po/fi.po: Likewise.
10170         * po/fr.po: Likewise.
10171         * po/gl.po: Likewise.
10172         * po/hr.po: Likewise.
10173         * po/hu.po: Likewise.
10174         * po/ja.po: Likewise.
10175         * po/ko.po: Likewise.
10176         * po/nb.po: Likewise.
10177         * po/nl.po: Likewise.
10178         * po/pl.po: Likewise.
10179         * po/pt_BR.po: Likewise.
10180         * po/ru.po: Likewise.
10181         * po/rw.po: Likewise.
10182         * po/sk.po: Likewise.
10183         * po/sv.po: Likewise.
10184         * po/tr.po: Likewise.
10185         * po/zh_CN.po: Likewise.
10186         * po/zh_TW.po: Likewise.
10188         [BZ #3137]
10189         * iconv/iconv_prog.c (main): Fix spelling in error message.
10190         * iconv/iconvconfig.c (main): Likewise.
10191         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
10192         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
10193         * locale/programs/localedef.c (main): Likewise.
10194         * locale/programs/repertoire.c (repertoire_read): Likewise.
10195         * timezone/zdump.c (main): Likewise.
10196         * nscd/connections.c (handle_request): Fix spelling in log message.
10197         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
10199 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
10201         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
10202         interfaces.
10204 2006-09-20  Andreas Jaeger  <aj@suse.de>
10206         * math/libm-test.inc (lrint_test_upward): Fix typo.
10208 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
10210         [BZ #2592]
10211         * math/libm-test.inc (lrint_test_tonearest): New function.
10212         (lrint_test_towardzero): New function.
10213         (lrint_test_downward): New function.
10214         (lrint_test_upward): New function.
10215         (main): Run these new tests.
10216         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
10217         of values near to 0.
10218         (two52): Use double not long double.
10219         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
10220         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
10221         (two23): Use float not double.
10222         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
10223         (two23): Use float not double.
10224         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
10225         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
10226         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
10227         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
10229 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10231         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
10232         Cast sp to unsigned long to avoid compiler warning.
10233         Use __makecontext_ret function instead of a trampoline on the stack.
10234         (__makecontext_ret): New function.
10235         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
10237 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
10239         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
10240         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
10241         bits.
10243 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
10245         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
10246         sure no reference to the unloaded map's search list remains in the
10247         dependency's scope.
10249 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
10251         * elf/Makefile: Add rules to build and run unload7 test.
10252         * elf/unload7.c: New test.
10253         * elf/unload7mod1.c: New file.
10254         * elf/unload7mod2.c: New file.
10256 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
10258         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
10259         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
10260         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10261         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
10262         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
10263         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
10264         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
10265         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
10266         PTRACE_GETEVENTMSG): Likewise.
10267         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
10268         values.
10270 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
10272         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
10273         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10274         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
10275         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
10277 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
10279         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
10280         write '\0' to the fd.
10281         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
10282         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
10283         Change regs to unsigned long pointer from unsigned int, fix fscr
10284         offset.
10286 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
10288         * io/Makefile (CFLAGS-fstatat.c): Set.
10289         (CFLAGS-fstatat64.c): Likewise.
10290         (CFLAGS-mknodat.c): Likewise.
10292         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
10293         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
10294         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
10295         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
10297 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
10298             Steven Munroe  <sjmunroe@us.ibm.com>
10300         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
10301         names to the beginning.  Rename "cell" to "cellbe".
10302         (_dl_powerpc_platforms): New.
10303         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10304         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
10305         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
10306         (_DL_HWCAP_PLATFORM): Define to new mask.
10307         (_dl_platform_string, _dl_string_platform): New functions.
10308         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
10309         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
10311 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
10313         [BZ #2526]
10314         * README.libm: Fix a thinko in sqrt algorithm description.
10316         [BZ #3143]
10317         * manual/string.texi (argz_delete): Fix prototype.
10318         Patch by <alpt@freaknet.org>.
10320 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
10322         [BZ #3138]
10323         * io/test-lfs.c (do_prepare): Give name_len type size_t.
10324         * io/tst-fcntl.c (do_prepare): Likewise.
10325         * posix/tst-exec.c (do_prepare): Likewise.
10326         * posix/tst-preadwrite.c (do_prepare): Likewise.
10327         * posix/tst-spawn.c (do_prepare): Likewise.
10328         * posix/tst-truncate.c (do_prepare): Likewise.
10329         * rt/tst-aio.c (do_prepare): Likewise.
10330         * rt/tst-aio64.c (do_prepare): Likewise.
10331         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
10332         size_t.
10334 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
10336         [BZ #2821]
10337         * time/mktime.c (guess_time_tm): Fix overflow detection.
10338         * time/Makefile (tests): Add bug-mktime1.
10339         * time/bug-mktime1.c: New file.
10341         [BZ #3189, #3188]
10342         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
10343         (mremap): Likewise.
10345 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
10347         [BZ #1006]
10348         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
10349         Ensure relocation doesn't clobber any bits outside of the
10350         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
10351         R_SPARC_HI22 and R_SPARC_H44.
10353         [BZ #2775]
10354         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
10355         (long) (MINSIZE + nb - old_size) is positive.
10357         * malloc/arena.c (grow_heap): When growing bail even if new_size
10358         is negative.
10360         [BZ #3155]
10361         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
10362         stack below r1.
10364 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10366         * posix/regex_internal.c (re_string_reconstruct): Handle
10367         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10368         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10369         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10370         re_string_context_at.
10371         * posix/Makefile: Add rules to build and run bug-regex26 test.
10372         * posix/bug-regex26.c: New test.
10374         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
10375         rather than col_sym_free.  Move seqp declaration earlier.
10377         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
10379 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
10381         * nscd/initgrcache.c (addinitgroupsX): Move any_success
10382         decl before first goto out.
10384 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10386         * Makerules (shlib.lds): If have-hash-style, put .hash section
10387         at the end of the RO segment.
10389 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
10391         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
10392         style hash table format is used.
10394 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10396         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
10397         randomization rather than before.
10398         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
10400 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
10402         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
10404         * malloc/malloc.c (_int_malloc): Use full list insert and not
10405         shortcut which assumes the list is empty for large requests
10406         too.
10408         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
10410 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
10412         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
10413         and offout arguments to the prototype.
10414         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
10415         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
10416         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
10417         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
10418         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
10419         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
10420         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
10421         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
10423 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
10425         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
10427         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
10428         dlopen parameters.
10430 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
10432         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
10433         only if herrno is NETDB_INTERNAL.  Handle errors other than
10434         ERANGE outside of the loops, handle TRY_AGAIN.
10436         * locale/programs/ld-ctype.c (translit_flatten): Issue error
10437         if other's ctype category was missing.
10438         * locale/programs/ld-collate.c (collate_read): Return if
10439         copy_locale's collate category is missing.
10441 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
10443         [BZ #2684]
10444         * malloc/malloc.c (public_rEALLOc): Try harder by using other
10445         arenas if allocation failed.
10446         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
10448 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
10450         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
10451         waste bins[0..1].
10452         (malloc_state): Reduce bins size by 2.
10453         (_int_malloc): Fix test for large enough buffer for early termination.
10454         When no unsorted block matches perfectly and an exiting block has
10455         to be split, use full list insert and not shortcut which assumes
10456         the list is empty.
10458         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
10459         failure.
10461 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10463         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
10464         do anything.
10466         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
10467         symbol require exact match (these are PLTs).
10468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
10469         (_dl_ppc64_addr_sym_match): Likewise.
10471         [BZ #2683]
10472         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
10473         If symbol has a value use it.
10474         * elf/tst-dladdr1.c: New file.
10475         * elf/Makefile: Add rules to build and run tst-addr1.
10477 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
10479         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
10480         keeps failing and heap growth or new heap creation isn't
10481         successful either.
10482         * malloc/tst-malloc.c (main): Add new tests.
10484 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10486         [BZ #2734]
10487         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10488         as in the x86-64 code to use bswap.
10490 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10492         [BZ #2680]
10493         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10494         __USE_UNIX98.
10495         * posix/bits/unistd.h: Likewise.
10497 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10499         [BZ #2751]
10500         * string/strchr.c: Add cast to avoid warning.
10502 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10504         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10505         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10506         limit is needed to avoid the exploding of the address space
10507         requirement for secondary heaps.
10508         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10509         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10511 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10513         [BZ #3018]
10514         * Makerules (depfiles): Handle extra-test-objs the same as
10515         extra-objs.
10516         (common-mostlyclean): Likewise.
10517         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10518         instead.
10519         * elf/Makefile (extra-objs): Likewise.
10520         * stdlib/Makefile (extra-objs): Likewise.
10522 2006-08-14  Eric Blake  <ebb9@byu.net>
10524         [BZ #3044]
10525         * misc/error.h: Assume C89 or better.
10526         * misc/error.c: Likewise.
10528 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10530         [BZ #3040]
10531         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10532         __ASSUME_ATFCTS is defined.
10534 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10536         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10537         to sort in each call.
10539         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10540         is empty simply return and use next service.
10541         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10543         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10544         tells us when not finding a charmap file is an error.
10545         * locale/programs/charmap.h: Adjust charmap_read prototype.
10546         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10547         cannot find a charmap.
10548         * locale/programs/localedef.c (main): Adjust charmap_read call.
10550 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10552         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10553         sysdeps/posix/pause.c implementation instead.
10555 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10557         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10558         to EPERM.
10560 2006-08-13  Andreas Schwab  <schwab@suse.de>
10562         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10563         Don't clobber caller's LRSAVE.
10564         (_dl_prof_resolve): Likewise.
10566 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10568         [BZ #1996]
10569         * libio/memstream.c (open_memstream): Allocate initial buffer with
10570         calloc.
10571         * libio/wmemstream.c (open_wmemstream): Likewise.
10572         * libio/strops.c: Pretty printing.
10573         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10574         (enlarge_userbuf): New function.
10575         (_IO_str_seekoff): Call it if seek position is larger than current
10576         buffer.
10577         * libio/wstrops.c: Likewise.
10578         * libio/vasprintf.c: Add comment as to why we do not have to use
10579         calloc instead of malloc to allocate initial buffer.
10580         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10581         * libio/bug-memstream1.c: New file.
10582         * libio/bug-wmemstream1.c: New file.
10584 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10586         * libio/wstrops.c: Remove dead macro definitions and comments.
10587         * libio/strops.c: Likewise.
10589         [BZ #2764]
10590         * login/utmpname.c (__utmpname): Remove unnecessary test.
10592 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10594         [BZ #2832]
10595         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10596         0s from integers.
10598 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10600         [BZ #2987]
10601         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10602         for CPU clocks.
10603         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10604         setting of CPU clocks.
10606 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10608         [BZ #2841]
10609         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10610         since C99 requires the result to promote to 'int' when uint_least8_t
10611         and uint_least16_t promote to 'int'.
10613 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10615         [BZ #3013]
10616         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10617         lenght of one output field, correct bitmask creation.
10618         * locale/programs/ld-time.c: Add alignment.
10620         [BZ #2997]
10621         * misc/error.c: Add space between program name and message if file
10622         name is missing.
10624 2006-08-03  Eric Blake  <ebb9@byu.net>
10626         [BZ #2998]
10627         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10629 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10631         * malloc/memusagestat.c: Silence warnings.
10633         * malloc/malloc.c: Dynamically size mmap treshold if the program
10634         frees mmaped blocks.
10635         Patch by Valerie Henson and Arjan van de Ven.
10637 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10639         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10640         __USE_GNU.
10642         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10643         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10644         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10645         Only provide var definitions in strtol_l (or for *ull*
10646         in strtoll_l).
10648         * stdio-common/bug16.c (tests): New array.
10649         (do_tests): Allow the first hexadecimal digit
10650         to be 1, 2, 4 or 8.  Do 3 additional tests.
10652         * sysdeps/s390/fpu/libm-test-ulps: Update.
10654         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10655         fchownat syscall if available.
10656         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10657         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10658         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10660 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10662         * nis/nis_xdr.c: Avoid some function calls.
10664 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10665             Ulrich Drepper  <drepper@redhat.com>
10667         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10668         short cut if only one name component is stripped away.
10670 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10672         * nis/nis_call.c: Minor cleanups throughout.
10673         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10674         (first_shoot): Add search_parent_first parameter.  Only if it is set
10675         search parent server first.
10676         If directory for table found through cold start cache is not the same
10677         as referenced in the cache, don't use it.
10678         (__nisfind_server): Take additional parameter.  Pass it on to
10679         first_shoot.
10680         (__prepare_niscall): Adjust __nisfind_server call.
10681         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10682         * nis/nis_table.c: Adjust __nisfind_server call.
10683         * nis/nis_lookup.c: Likewise.
10684         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10686 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10688         [BZ #2182]
10689         * math/s_cacosh.c: Return values from positive branch.
10690         * math/s_cacoshf.c: Likewise.
10691         * math/s_cacoshl.c: Likewise.
10693         [BZ #2883]
10694         * sysvipc/sys/msg.h: Change return value to ssize_t.
10695         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10696         * sysvipc/msgrcv.c: Likewise.
10697         * include/sys/msg.h: Likewise.
10699         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10700         test introduced in patch for bz #661.
10701         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10702         element for NEWGROUPS.
10704         [BZ #2908]
10705         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10706         'f', use '1' as leading digit not '\1'.
10707         * stdio-common/Makefile (tests): Add bug16.
10708         * stdio-common/bug16.c: New file.
10710         [BZ #2914]
10711         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10712         and don't try to open it.  The patch introducing the macro
10713         contained a bug and used the same file name as the new file
10714         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10715         this out completely.
10717         [BZ #2926]
10718         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10719         Patch by Jerry James <Jerry.James@usu.edu>.
10721         * rt/Makefile (tests): Add tst-clock2.
10722         * rt/tst-clock2.c: New file.
10724         [BZ #2978]
10725         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10726         function and its parameters and pass it to new thread.
10727         (__gai_notify): Add support for alternative waiting for completion.
10728         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10729         waiting for completion.
10730         * resolv/getaddrinfo_a.c: Likewise.
10731         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10732         waiting for completion is used.
10733         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10734         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10735         * resolv/gai_error.c: Likewise.
10736         * resolv/gai_sigqueue.c: Likewise.
10738 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10740         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10741         errno to EBADF and return MACH_PORT_NULL.
10743 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10745         [BZ #2980]
10746         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10748 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10750         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10751         walk them instead of the symbol table.
10753 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10755         [BZ #2098]
10756         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10757         status of NSS calls, not the number of returned entries.
10759         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10760         request_key, keyctl.
10762 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10764         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10766 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10768         * elf/tst-auditmod1.c: Fix typo in #error.
10770 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10772         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10774         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10776 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10778         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10779         that the directory is empty even on non-POSIX filesystems.
10781 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10783         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10785         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10786         the backend NSS module.  If backend setgrent call failed, don't have
10787         internal_setgrent fail.  Just remember this until it is needed.
10788         * nis/nss_compat/compat-pwd.c: Likewise.
10789         * nis/nss_compat/compat-spwd.c: Likewise.
10791 2006-07-30  Roland McGrath  <roland@redhat.com>
10793         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10794         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10795         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10796         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10798         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10799         (nanosleep_not_cancel): New macro.
10800         (sigsuspend_not_cancel): new macro.
10801         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10802         (do_sigsuspend): Define as inline.
10803         (__sigsuspend): Always use do_sigsuspend.
10804         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10805         * include/signal.h: Declare __sigsuspend_nocancel.
10806         * sysdeps/posix/pause.c
10807         [! NO_CANCELLATION] (__pause_nocancel): New function.
10809         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10810         * include/time.h (__nanosleep_nocancel): Likewise.
10812 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10814         * locale/programs/localedef.c (add_to_readlist): Rename local
10815         variables to avoid confusion.
10817         * locale/programs/charmap.c (charmap_read): Emit error message if
10818         charmap couldn't be found or read.
10820 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10822         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10823         __ASSUME_FUTEX_LOCK_PI.
10824         * include/time.h: Declare __nanosleep_nocancel.
10825         * include/unistd.h: Declare __pause_nocancel.
10827         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10828         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10829         get the __stack_chk_fail_local definition when it's needed.
10831 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10833         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10834         * dlfcn/bug-atexit3.c: New file.
10835         * dlfcn/bug-atexit3-lib.cc: New file.
10837         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10838         used when the namespace is not the base namespace.
10840 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10842         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10843         (__new_exitfn): Bump it in every successful call.
10844         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10845         more exit handlers, call them right away.
10846         * stdlib/exit.h: Declare __new_exitfn_called.
10848 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10850         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10851         calling registered handler.
10853         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10854         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10855         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10856         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10857         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10858         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10859         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10860         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10862 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10864         * elf/dl-lookup.c (dl_new_hash): New functions.
10865         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10866         value here.  Compute new-style hash value.  Pass new hash value
10867         and reference to variable with the old value to do_lookup_x.
10868         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10869         old-style hash table.
10870         (_dl_debug_bindings): Pass new hash value and reference to variable
10871         with the old value to do_lookup_x.
10872         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10873         new-style hash value and change old-style hash value parameter to
10874         be a reference.  Reoganize functions to determine whether
10875         new-style hash table is available.  Only fall back on old-style
10876         table.  If old-style hash value is needed, compute it here.
10877         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10878         entry.
10879         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10880         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10881         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10882         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10883         * Makeconfig: If linker supports --hash-style option add it to all
10884         linker command lines to build DSOs.
10885         * config.make.in: Define have-hash-style.
10886         * configure.in: Test whether linker supports --hash-style option.
10888         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10889         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10891 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10893         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10894         auditing.
10896         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10897         RPATH of main map twice.
10899 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10901         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10902         look further, return original strings.
10903         (_nl_find_msg): Do not return found translation if the conversion
10904         failed.  Either signal the string is unusable or that something went
10905         wrong and the original should be used.
10907 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10909         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10911 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10913         [BZ #2766]
10914         * misc/insremque.c (insque): Handle prev == NULL.
10915         * misc/Makefile (tests): Add tst-insremque.
10916         * misc/tst-insremque.c: New test.
10918 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10920         [BZ #2792]
10921         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10922         conflict with DL_DST_REQUIRED.
10924 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10926         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10927         match what Solaris does.
10929 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10931         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10932         local_setegid instead of seteuid and setegid.
10933         * sysdeps/generic/local-setxid.h: New file.
10934         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10936         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10938         * string/Makefile (tests): Add bug-envz1.
10939         * string/bug-envz1.c: New file.
10941 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10943         * posix/regex_internal.c (re_string_skip_chars): If no character has
10944         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10945         to the byte which couldn't be converted.
10946         (re_string_reconstruct): Don't clear valid_raw_len before calling
10947         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10948         tip_context using re_string_context_at.
10949         * posix/Makefile: Add rules to build and run bug-regex25 test.
10950         * posix/bug-regex25.c: New test.
10952 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10954         [BZ #2703]
10955         * string/envz.c (envz_strip): Correct erroneously reversed src
10956         and dest parameters to memmove() invocation.
10958 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10960         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10961         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10962         to make sure the database has been already invalidated.
10963         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10964         after the cache has been invalidated.  Use pthread_mutex_lock rather
10965         than pthread_mutex_trylock if fd != -1.
10966         * nscd/connections.c (invalidate_cache): Add fd argument, write
10967         response to fd if not calling prune_cache, pass fd to prune_cache.
10968         (handle_request): Adjust invalidate_cache caller.
10969         (nscd_run): Pass -1 as fd to prune_cache.
10971 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10973         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10974         the correct place.
10976 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10978         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10979         * nscd/cache.c (prune_cache): Take prunelock before starting the
10980         work.  Just return in case it is already taken.
10981         * nscd/connections.c (dbs): Initialize .prunelock.
10983 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10985         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10986         copying.  No need to allocate new array for group members.  Just
10987         move the pointers and update the size.
10989         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10990         Avoid memory leak in case realloc fails.  Simplification for
10991         better code generation.
10993         Avoid deprecation warning because of libc_hidden_proto for
10994         inet6_option_alloc.
10995         * inet/inet6_option.c (option_alloc): Renamed from
10996         inet6_option_alloc.  Made static.
10997         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10998         (inet6_option_append): Call option_alloc.
10999         * include/netinet/in.h: Remove libc_hidden_proto for
11000         inet6_option_alloc.
11002         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
11003         for cleanup when cb!=NULL [Coverity CID 233].
11005 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
11007         [BZ #2693]
11008         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
11009         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
11010         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
11011         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
11012         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
11013         and inet6_rth_getaddr.
11014         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
11015         array.
11016         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
11017         Mark inet6_option_* interfaces as deprecated.
11018         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
11019         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
11020         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
11021         inet6_rth_segments, and inet6_rth_getaddr.
11022         * inet/inet6_opt.c: New file.
11023         * inet/inet6_rth.c: New file.
11025         * inet/netinet/icmp6.h: Pretty printing.
11027         [BZ #2683]
11028         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
11030 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
11032         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
11033         doing it all here.  When server does not know the answer do not
11034         fail immediate, try parent first.
11036         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
11037         overflow test.
11039 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
11041         * nis/nis_call.c (__prepare_niscall): New function.  Split out
11042         from __do_niscall.
11043         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
11044         and exported.
11045         (__follow_path): New function.  Split out from nis_list.
11046         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
11047         _xdr_nis_result.
11048         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
11049         _xdr_nis_result.
11050         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
11051         and __follow_path.
11052         * nis/Versions: Export __prepare_niscall, __create_ib_request,
11053         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
11054         from libnsl for version GLIBC_PRIVATE.
11055         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
11056         Remove entry parameter from _nss_nisplus_parse_pwent and
11057         _nss_nisplus_parse_grent.
11058         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11059         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
11060         again.  Rewrite getpwent handling to not use nis_first_entry and
11061         nis_next_entry.  Roll out own niscall handling.
11062         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11064         * sunrpc/xdr_rec.c: Fix typo in comment.
11066 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
11068         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
11069         handling.
11071         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
11072         to allocate memory for my_pollfd.  Better initialization of
11073         cb_is_running.  Use TEMP_FAILURE_RETRY.
11075         * malloc/memusage.sh (memusageso): Add quotes.
11076         (memusagestat): Likewise.
11077         * debug/xtrace.sh (pcprofileso): Likewise.
11078         (pcprofiledump): Likewise.
11079         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
11080         replacement.
11081         * malloc/Makefile ($(objpfx)memusage): Likewise.
11083         * nis/nis_callback.c (__nis_create_callback): Calls to
11084         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
11085         asprintf call fails.
11087         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
11088         no uninitialized memory is passed to sendto.
11090 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
11092         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
11093         of snprintf+strdup.  Handle OOM.
11094         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
11095         cb->serv together.  Remove now obsolete free calls.
11096         (__nis_destroy_callback): Remove now obsolete free call.
11098 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
11100         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
11101         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
11102         and ULA respectively). Set precedence for IPv4 address to 10 as
11103         defined in RFC3484 for preferring IPv6.
11104         * posix/gai.conf: Update to match the new default tables.
11106 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
11108         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
11109         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
11110         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
11111         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
11113         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
11114         Removed.
11115         (init_nss_interface): Remove initialization of these variables.
11117 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
11119         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
11120         nis_free_directory forward to avoid duplication.
11122 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
11124         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
11125         rec_dirsearch returning NULL.
11126         (first_shoot): Handle __nis_finddirectory returning NULL.
11127         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
11129         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
11130         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
11132 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
11134         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
11135         pid changed.
11137 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
11139         * include/rpc/pmap_prot.h: Mark all functions as hidden.
11141         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
11142         * nscd/nscd_getgr_r.c: Likewise.
11144         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
11146         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
11147         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
11149         * stdlib/longlong.h (__clz_tab): Mark as hidden.
11151         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
11153         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
11155         * include/rpc/auth.h: Mark xdr_des_block_internal and
11156         xdr_opaque_auth_internal as hidden.
11158         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
11159         hidden.
11161         * include/rpc/xdr.h: Mark all _internal functions as hidden.
11163         * misc/getusershell.c (okshells): Don't use static initializers,
11164         do it dynamically.
11166         * stdlib/fmtmsg.c (keywords): Change type of len element to
11167         uint32_t to not waste space on 64bit machines.
11169         * locale/setlocale.c: Change _nl_category_names into a string.
11170         Add new _nl_category_name_idxs.  Change all users.
11171         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
11172         Declare _nl_category_name_idxs.
11173         * locale/findlocale.c: Adjust for _nl_category_names change.
11174         * locale/loadlocale.c: Likewise.
11175         * locale/newlocale.c: Likewise.
11176         * intl/dcigettext.c: Likewise.
11178         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
11179         (add_alias2): ...here.  New function.
11180         (__gconv_read_conf): Simplify builtin alias handling.
11181         (builtin_aliases): Convert to string to avoid relocations.
11182         * iconv/gconv_builtin.h: Add comment about correct formatting.
11184 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
11186         * resolv/res_debug.c (loc_ntoa): Make error const.
11188 2006-05-14  Andreas Schwab  <schwab@suse.de>
11190         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
11192 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
11194         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
11195         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
11196         sizeof (cpu_set_t).
11198 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
11200         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
11202         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
11204         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
11205         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
11207         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
11208         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
11210         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
11211         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
11212         xdr_cback_data.
11214         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
11215         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
11216         xdr_ypupdate_args.
11218         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
11219         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
11221         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
11222         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
11224         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
11225         * include/rpcsvc/nis_callback.h: New file.
11227         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
11228         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
11230         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
11231         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
11233         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
11234         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
11236         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
11237         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
11239         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
11240         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
11241         xdr_ypdelete_args.
11243         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
11244         __BEGIN_DECLS and __END_DECLS, the header is not installed.
11246         * nis/nis_error.c: Remove table of strings.  Use position
11247         independent mechanism.
11248         * nis/nis_error.h: New file.
11250 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
11252         * locale/programs/ld-time.c (time_finish): If wide era name or
11253         format aren't provided, set both wname and wformat to L"".
11255 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
11257         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
11258         results if the call was succesful.
11260         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
11262         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
11263         as hidden.
11265 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
11267         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
11269 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
11271         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
11272         caller makes sure this is not the case.
11273         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
11275 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
11277         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
11278         calls.
11280         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
11281         [Coverity CID 229, 230]
11283         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
11284         DGETTEXT calls.
11285         (hol_help): Likewise.  [Coverity CID 226, 227]
11287         * string/argz-replace.c (__argz_replace): Unconditionally call
11288         free on SRC.  [Coverity CID 225]
11290         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
11291         the return value of __nis_default_owner and __nis_default_group,
11292         it has been especially allocated.  [Coverity CID 224]
11294         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
11295         searchgroup and searchowner.  Significantly simplified.
11296         (__nis_default_owner): Remove duplication.  Do not locally copy the
11297         string before duplicating it.
11298         (__nis_default_group): Likewise.
11300         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
11301         we must clear the variable before calling __nisfind_server.
11303         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
11304         nis_getnames.  [Coverity CID 223]
11306         * locale/programs/locfile.c (locfile_read): Use alloca instead of
11307         xmalloc to allocate local repertoire name.  [Coverity CID 222]
11309         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
11310         allocate memory for the input to add_bytes.  [Coverity CID 221]
11312         * posix/wordexp.c (w_addword): Free word if realloc fails and it
11313         was allocated here.  [Coverity CID 219, 220]
11315         * posix/getconf.c (print_all): Free confstr data after printing.
11316         [Coverity CID 218]
11318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
11319         list allocation fails.  [Coverity CID 215]
11321         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
11322         [Coverity CID 213]
11324         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
11325         string is NULL.  [Coverity CID 212]
11326         * argp/Makefile: Add rules to build and run bug-argp1.
11327         * argp/bug-argp1.c: New file.
11329         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
11330         end of string.
11331         * stdlib/canonicalize.c (__realpath): Likewise.
11333         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
11334         pointer.  [Coverity CID 206]
11336         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
11337         in statically linked code.
11338         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
11339         statically built code, be prepared to have no link map.
11340         [Coverity CID 205]
11342         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
11343         dgettext calls. [Coverity CID 204]
11345         * argp/argp-help.c (struct uparams): Remove valid member.  Change
11346         the one user.
11347         (uparam_names): Reduce size.  Avoid relative relocations.
11348         Moved to read-only segment.
11349         (fill_in_uparams): Update for new layout.
11351         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
11352         assumed to always be != NULL. [Coverity CID 202]
11354         * argp/argp-help.c (hol_entry_help): Remove some dead code
11355         [Coverity CID 200].
11357         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
11358         away a few more unconditional yperr2nss calls.
11359         (_nss_nis_getservbyname_r): Likewise.
11361 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
11363         * sysdeps/generic/ldsodefs.h: Remove support for non-core
11364         architectures.
11366         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
11367         that unused memory passed to sendto is nevertheless initialized.
11369         [BZ #2499]
11370         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
11371         possibly unaligned memory accesses.
11373         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
11374         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
11375         and __putlong respectively.  Correct buffer overflow check for
11376         NS_NOTIFY_OP.
11378         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
11380         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
11381         (send_dg): Rewrite error handling to be more compact and avoid
11382         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
11384         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
11386         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
11387         instead of ns_get16.
11388         (res_queriesmatch): Likewise.  Minor optimization.
11390         [BZ #2499]
11391         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
11392         __libc_res_nsend might reallocate the buffer for the answer.  In
11393         this case we have to reload the HP pointer.
11395 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11397         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
11398         some branch prediction hints.
11400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
11401         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
11402         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
11403         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11404         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11405         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
11406         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
11407         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
11409 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11411         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
11412         by a GOT relocation to make Scrt1.o position independent.
11413         * sysdeps/s390/s390-64/elf/start.S: Likewise.
11415         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
11416         six system call parameters.
11417         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11419 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11421         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
11422         malloc&bzero.
11424         * sunrpc/svc_udp.c (BZERO): Remove definition.
11425         (CALLOC): Define.
11426         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
11428         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11429         (des_SPtrans): Use uint32_t type.
11430         (des_skb): Likewise.
11432         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
11434 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
11436         [BZ #2509]
11437         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
11438         on 32-bit arches.
11440 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11442         * locale/programs/ld-address.c (address_finish): Fix one more
11443         place where the iso639 array might be accessed beyond the limits.
11445 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
11447         * nis/nis_table.c (nis_list): Avoid clearing res twice before
11448         filling it for the first time.
11450         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
11451         Adjust all callers.
11452         Free res object content before returning.
11454         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
11456         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
11457         client->cl_auth.
11459         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
11460         cleanup for initial thread, just the free call on TVP.
11462         * nscd/gai.c (__getline): Define.
11465 See ChangeLog.16 for earlier changes.