.
[glibc/history.git] / ChangeLog
blob2ea0108da47b602735d9f43ce052cb9d791d157a
1 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10100]
4         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
5         not zero.
7 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
9         * iconvdata/sjis.c (BODY): Don't advance inptr before
10         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
11         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
12         two byte chars.
14 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
16         * locale/locarchive.h (struct locarhandle): Rename len field to
17         mmaped and add new reserved field.
18         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
19         (create_archive): Reserve address space and then map file into it.
20         (open_archive): Likewise.
21         (file_data_available_p): New function.
22         (compare_from_file): New function.
23         (close_archive): Adjust to member name changes.
24         (add_locale): Before comparing locale data, check it is mapped.
25         Otherwise fall back to reading from the file.
27 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
29         * stdio-common/psiginfo.c: Include <errno.h>.
31 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
33         [BZ #9920]
34         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
35         to get consistency between 32 and 64 bit architectures.
37         [BZ #10052]
38         * sysdeps/unix/make-syscalls.sh: Add rule to create target
39         directory for dummy syscall rules.
40         Patch by Chris Steinbroner <hesh@pobox.com>.
42 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
44         [BZ #10092]
45         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
46         MNT_EXPIRE.
48 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
50         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
51         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
53 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
55         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
56         data from vector to temporary buffer and call PWRITEV after it
57         instead of vice versa.
58         * sysdeps/posix/preadv.c: Fix up comment.
59         * misc/preadv.c: Likewise.
60         * misc/preadv64.c: Likewise.
61         * misc/pwritev.c: Likewise.
62         * misc/pwritev64.c: Likewise.
63         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
65 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
67         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
69         * shadow/Makefile (tests): Add tst-shadow.
70         * shadow/tst-shadow.c: New file.
72         [BZ #9955]
73         * gshadow/Makefile: New file.
74         * gshadow/Versions: New file.
75         * gshadow/fgetsgent.c: New file.
76         * gshadow/fgetsgent_r.c: New file.
77         * gshadow/getsgent.c: New file.
78         * gshadow/getsgent_r.c: New file.
79         * gshadow/getsgnam.c: New file.
80         * gshadow/getsgnam_r.c: New file.
81         * gshadow/gshadow.h: New file.
82         * gshadow/putsgent.c: New file.
83         * gshadow/sgetsgent.c: New file.
84         * gshadow/sgetsgent_r.c: New file.
85         * gshadow/tst-gshadow.c: New file.
86         * include/gshadow.h: New file.
87         * Makeconfig (all-subdirs): Add gshadow.
88         * Makefile (installed-headers): Add gshadow/gshadow.h.
89         * nss/Makefile (databases): Add sgrp.
90         * nss/Versions: Add gshadow functions as private exports.
91         * nss/nsswitch.conf: Add gshadow entry.
92         * nss/sgrp-lookup.c: New file.
93         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
94         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
95         * nss/nss_files/files-sgrp.c: New file.
96         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
97         * sysdeps/unix/sysv/linux/paths.h: Likewise.
99 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
101         * stdio-common/printf.h: Add missing const to register_printf_modifier.
102         * stdio-common/reg-modifier.c: Likewise.
104 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
106         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
107         is no FPU.
109 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
111         [BZ #10086]
112         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
113         headers up to 2.6.30.
115         * po/ca.po: Update from translation team.
117 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
119         [BZ #10069]
120         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
121         an object that uses static TLS if the TLS modid is higher than the
122         reserve we always allocate.  At least for multi-threaded code.
124 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
126         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
127         Numerically stable check for valid width.
129         * locale/programs/locarchive.c (open_archive): Map the entire file
130         and not just the administrative data.
131         (add_locale): When we find a hash sum match compare the content
132         to be sure.
134         * malloc/malloc.c (malloc_info): Output address space information.
136 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
138         * malloc/malloc.c (malloc_info): Also output system memory information.
140         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
141         architectures have preadv/pwritev in 2.6.30.
143         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
144         * sysdeps/posix/readv.c: Likewise.
145         Reported by Markus Armbruster <armbru@redhat.com>.
147         * malloc/hooks.c (top_check): Force hook value into register.
149 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
151         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
152         calls to _dl_relocate_object.
154 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
156         [BZ #9957]
157         * malloc/malloc.c (force_reg): Define.
158         (sYSMALLOc): Load hook variable into variable
159         before test and force into register.
160         (sYSTRIm): Likewise.
161         (public_mALLOc): Force hook value into register.
162         (public_fREe): Likewise.
163         (public_rEALLOc): Likewise.
164         (public_mEMALIGn): Likewise.
165         (public_vALLOc): Likewise.
166         (public_pVALLOc): Likewise.
167         (public_cALLOc): Likewise.
168         (__posix_memalign): Likewise.
169         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
170         before test and force into register.
171         * malloc/hooks.c (top_check): Likewise.
172         (public_sET_STATe): Pretty printing.
174         * resolv/res_send.c (send_dg): Don't just ignore the result we got
175         in case we only receive one reply in single-request mode.
177 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
179         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
180         are dlopened in statically linked program even for __LM_ID_CALLER.
182 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
184         * resolv/res_send.c (send_dg): Don't switch into single-request
185         mode if we already are in it.
187 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
189         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
190         are always at least 4 bytes in the returned line.
192 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
194         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
195         __libc_use_alloca (8192), if the stack is too small use 512 bytes
196         instead of 8K.  Stop searching in /proc/stat after hitting first
197         line not starting with cpu.
198         (next_line): Truncate too long
199         lines at buffer size * 3/4 instead of pretending there were line
200         breaks inside of large lines.
202 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
204         * sysdeps/x86_64/mp_clz_tab.c: New file.
206 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
207             Ulrich Drepper  <drepper@redhat.com>
209         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
210         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
211         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
213 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
215         * sysdeps/sh/libc-tls.c: New file.
217         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
219 2009-04-14  Roland McGrath  <roland@redhat.com>
221         * elf/elf.h: Add various missing ARM constants, to match binutils.
223 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
225         Optimizations from GMP.
226         * sysdeps/x86_64/add_n.S: New file.
227         * sysdeps/x86_64/addmul_1.S: New file.
228         * sysdeps/x86_64/lshift.S: New file.
229         * sysdeps/x86_64/mul_1.S: New file.
230         * sysdeps/x86_64/rshift.S: New file.
231         * sysdeps/x86_64/sub_n.S: New file.
232         * sysdeps/x86_64/submul_1.S: New file.
234 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
236         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
237         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
238         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
239         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
241 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
243         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
244         preadv/pwritev.
246 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
248         * sysdeps/x86-64/strrchr.S: New file.
250 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
252         * stdio-common/printf.h (struct printf_info): Add user element.
253         New types printf_arginfo_size_function, printf_va_arg_function.
254         Declare register_printf_specifier, register_printf_modifier,
255         register_printf_type.
256         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
257         (union printf_arg): Add pa_user element.
258         Adjust __printf_arginfo_table type.
259         Add __printf_va_arg_table, __printf_modifier_table,
260         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
261         declarations.
262         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
263         If registered arginfo call failed try normal specifier.
264         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
265         function.
266         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
267         * stdio-common/Versions: Export register_printf_modifier,
268         register_printf_type, and register_printf_specifier for GLIBC_2.10.
269         * stdio-common/reg-modifier.c: New file.
270         * stdio-common/reg-type.c: New file.
271         * stdio-common/reg-printf.c (__register_printf_specifier): New
272         function.  Mostly the old __register_printf_function function but
273         uses locking and type of third parameter changed.
274         (__register_printf_function): Implement using
275         __register_printf_specifier.
276         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
277         calls to arginfo functions.  Allocate enough memory for user-defined
278         types.  Call new va_arg functions to get user-defined types.
279         Try installed handlers even for existing format specifiers first.
281 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
283         * sysdeps/x86_64/rawmemchr.S: New file.
285         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
286         Simplified code and possible copy problem fixed.
288         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
289         function if it is not defined.  Add some necessary casts.
290         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
292         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
293         have preadv/pwritev in 2.6.30.
295 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
297         * malloc/malloc.c (malloc_info): New function.
298         * malloc/malloc.h: Declare it.
299         * malloc/Versions: Export malloc_info for GLIBC_2.10.
301         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
302         to avoid PLT slot.
304         * malloc/malloc.c (_int_realloc): Add parameter with old block
305         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
306         Adjust all callers.
307         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
309 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
311         * sysdeps/x86_64/strchrnul.S: New file.
313         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
314         depending libcrypt on -lfreebl3.
316         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
317         preadv/pwritev in 2.6.30.
319         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
320         instead of __strcasecmp.
322         * string/stratcliff.c (do_test): Add memchr tests..
323         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
324         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
325         first read quad word.
327 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
329         * string/strverscmp.c (__strverscmp): Fix last cleanups.
330         * string/tst-svc.input: Add new test case.
331         * string/tst-svc.expect: Adjust.
332         * string/Makefile: Don't ignore tst-svc error.
334         * sysdeps/x86_64/memchr.S: New file.
336         * resolv/resolv.h (RES_SNGLKUP): Define.
337         * resolv/res_init.c (res_setoptions): Recognize single-request option.
338         * resolv/res_send.c (send_dg): If we sent two requests at once and
339         only get one reply before timeout switch to mode where we send the
340         second request only after the first answer has been received.
342 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
344         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
345         * sysdeps/x86_64/strchr.S: Likewise.
347 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
349         * configure.in: We need to test for the compiler earlier.
351         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
352         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
353         GLIBC_2.10.
354         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
355         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
356         and pwritev.
357         * misc/preadv.c: New file.
358         * misc/preadv64.c: New file.
359         * misc/pwritev.c: New file.
360         * misc/pwritev64.c: New file.
361         * sysdeps/posx/preadv.c: New file.
362         * sysdeps/posx/preadv64.c: New file.
363         * sysdeps/posx/pwritev.c: New file.
364         * sysdeps/posx/pwritev64.c: New file.
365         * sysdeps/unix/sysv/linux/preadv.c: New file.
366         * sysdeps/unix/sysv/linux/preadv64.c: New file.
367         * sysdeps/unix/sysv/linux/pwritev.c: New file.
368         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
369         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
370         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
372         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
373         compatibility code.
374         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
376         * sysdeps/unix/sysv/linux/kernel-features.h: Define
377         __ASSUME_COMPLETE_READV_WRITEV.
378         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
379         with modern kernels.
380         * sysdeps/unix/sysv/linux/writev.c: Likewise.
382         * sysdeps/posix/readv.c: Since read is a cancellation point we have
383         to free a possible malloced buffer in case of cancellation.
384         * sysdeps/posix/writev.c: Likewise for write.
386 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
388         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
390         * configure.in: Recognize --enable-nss-crypt.
391         * config.make.in: Add nss-crypt entry.
392         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
393         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
394         and include path for NSS directory to compiler for md5-crypt,
395         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
396         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
397         function implementation, use NSS.  Introduce wrappers around the
398         hash function calls.  Little code size optimization.
399         * crypt/sha256-crypt.c: Likewise.
400         * crypt/sha512-crypt.c: Likewise.
401         * scripts/check-local-headers.sh: Ignore nss3 directory.
403         * configure.in: Rename pic_default to libc_cv_pic_default.
404         * config.make.in: Likewise.
406 2009-04-01  Roland McGrath  <roland@redhat.com>
408         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
409         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
410         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
411         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
412         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
413         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
414         (R_SPARC_NUM): Update.
415         From Dave Miller <davem@davemloft.net>.
417 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
419         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
421 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
423         * elf/dl-open.c: Keep track of used name spaces and only iterate over
424         those which are used.
425         * elf/dl-addr.c: Likewise.
426         * elf/dl-caller.c: Likewise.
427         * elf/dl-fini.c: Likewise.
428         * elf/dl-iteratephdr.c: Likewise.
429         * elf/dl-libc.c: Likewise.
430         * elf/dl-load.c: Likewise.
431         * elf/dl-support.c: Likewise.
432         * elf/dl-sym.c: Likewise.
433         * elf/rtld.c: Likewise.
434         * sysdeps/generic/ldsodefs.h: Likewise.
436         * elf/dl-load.c: Remove support for systems without MAP_ANON.
437         * elf/dl-minimal.c: Likewise.
438         * elf/dl-misc.c: Likewise.
439         * elf/rtld.c: Likewise.
440         * sysdeps/generic/ldsodefs.h: Likewise.
442 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
444         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
445         Avoid reuse of complex expression.
447         * po/fr.po: Update from translation team.
449 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
451         * include/dirent.h: Yet more changes to match sort function type
452         change.
453         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
454         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
455         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
457 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
459         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
461 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
463         * nscd/connections.c (restart): Try to preserve the process name
464         by reading the /proc/self/exe symlink and using the return name.
465         Patch by Jeff Bastian <jbastian@redhat.com>.
467 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
469         [BZ #9733]
470         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
471         if we are not loading a new audit library.
472         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
473         Only use profiling trampoline for auditing if we are not relocating
474         an audit library.
475         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
476         * elf/rtld.c: Likewise.
477         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
479         * elf/rtld.c (dl_main): Extend help message for --audit option.
481         [BZ #9759]
482         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
483         alphasort64, versionsort, and versionsort64 to POSIX 2008.
484         * dirent/alphasort.c: Adjust implementation to type change.
485         * dirent/alphasort64.c: Likewise.
486         * dirent/scandir.c: Likewise.
487         * dirent/versionsort.c: Likewise.
488         * dirent/versionsort64.c: Likewise.
489         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
490         declaration.
491         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
492         declaration.
494         [BZ #9880]
495         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
496         correctly.  Set segleft member in output as required.
497         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
498         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
500         [BZ #9881]
501         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
502         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
503         * inet/Makefile (tests): Add tst-inet6_rth.
504         * inet/tst-inet6_rth.c: New file.
506         [BZ #5807]
507         * string/strlen.c (strlen): Fix omission in the expression to test
508         for NUL bytes.
510 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
512         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
514         * elf/dl-runtime.c (reloc_offset): Define.
515         (reloc_index): Define.
516         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
517         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
518         computing index from reloc_offset.
519         (_dl_call_pltexit): Likewise.
520         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
521         the relocation index to _dl_fixup.
522         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
523         _dl_call_pltexit.
524         * sysdeps/x86_64/dl-runtime.c: New file.
526         [BZ #9893]
527         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
528         alignment of La_x86_64_regs.  Store xmm parameters.
529         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
531         [BZ #9913]
532         * string/strverscmp.c (__strverscmp): Fix case of different digits
533         in fractional part of string.
534         Patch by Jingyu Liu <jyliu@fortinet.com>.
535         * string/Makefile (tests): Add tst-svc2.
536         * string/tst-svc2.c: New file.
538         * string/strverscmp.c (__strverscmp): Optimize size of tables.
540         * locale/iso-639.def: Add Min Nan.
542 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
544         [BZ #9948]
545         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
547 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
549         * elf/dl-sysdep.c (auxvars): Compress data structure.
551         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
552         STT_GNU_IFUNC handling.
553         (elf_machine_rela): Likewise.
555 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
557         * config.h.in (USE_MULTIARCH): Define.
558         * configure.in: Handle --enable-multi-arch.
559         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
560         (_dl_fixup_profile): Likewise.
561         * elf/do-lookup.c (dl_lookup_x): Likewise.
562         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
563         * elf/elf.h (STT_GNU_IFUNC): Define.
564         * include/libc-symbols.h (libc_ifunc): Define.
565         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
566         framework in init-arch.h to get CPUID values.
567         * sysdeps/x86_64/multiarch/Makefile: New file.
568         * sysdeps/x86_64/multiarch/init-arch.c: New file.
569         * sysdeps/x86_64/multiarch/init-arch.h: New file.
570         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
572         * config.make.in (experimental-malloc): Define.
573         * configure.in: Handle --enable-experimental-malloc.
574         * malloc/Makefile: Handle experimental-malloc flag.
575         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
576         * malloc/arena.c: Likewise.
577         * malloc/hooks.c: Likewise.
578         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
580 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
582         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
583         prediction.  A few size optimizations.
585 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
587         * time/tzset.c: Optimize a bit for size.
589 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
591         * include/stdio.h (fmemopen): Add libc_hidden_proto.
592         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
594         * elf/sprof.c: Avoid warning about multi-line comment.
596 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
598         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
599         DST name.
600         * time/tst-posixtz.c: Add tests for quoted timezone names.
602 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
604         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
605         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
606         200809L instead of 200112L.
607         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
608         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
610         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
611         instead of __quick_exit_funcs to __run_exit_handlers.
612         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
613         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
614         (__cxa_at_quick_exit): Remove attribute_hidden.
615         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
616         to __run_exit_handlers.
617         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
618         attribute_hidden.
620 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
622         * po/id.po: Update from translation team.
624 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
627         .machine push; .machine "power6" and .machine pop around mtfsf
628         insns outside of _ARCH_PWR6 define.
629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
631         Likewise.
632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
633         Likewise.
634         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
635         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
636         relax_fenv_state): Likewise.
638 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
640         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
641         cxa_at_quick_exit.
642         (static-only-routines): Add at_quick_exit.
643         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
644         GLIBC_2.10.
645         * stdlib/quick_exit.c: New file.
646         * stdlib/at_quick_exit.c: New file.
647         * stdlib/cxa_at_quick_exit.c: New file.
648         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
649         it appropriately.
650         (__internal_atexit): New function.
651         (__new_exitfn): Now takes parameter to point to the list to use.
652         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
653         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
654         (exit): ...here.  Just call __run_exit_handlers appropriately.
655         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
656         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
657         * stdlib/on_exit.c: Adjust call to __new_exitfn.
658         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
660         * po/id.po: Update from translation team.
662 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
664         * po/ru.po: Update from translation team.
666 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
668         * po/nl.po: Update from translation team.
670 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
672         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
673         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
674         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
675         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
676         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
677         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
678         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
680         * po/pl.po: Update from translation team.
682 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
684         [BZ #7083]
685         * sysdeps/unix/sysv/linux/fallocate.c: New file.
686         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
687         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
688         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
689         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
690         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
691         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
692         for GLIBC_2.10.
693         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
694         Add fallocate and fallocate64.
696         * io/fcntl.h: Pretty printing.
698 2009-03-02  Richard Guenther  <rguenther@suse.de>
700         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
701         attribute also for non-C99 inline semantics variant.
703 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
705         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
706         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
707         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
708         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
710         Likewise.
711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
712         Likewise.
714 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
716         * po/cs.po: Update from translation team.
718 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
720         * po/bg.po: Update from translation team.
721         * po/sv.po: Likewise.
722         * po/fi.po: Likewise.
723         * po/vi.po: Likewise.
725 2009-02-27  Roland McGrath  <roland@redhat.com>
727         * Makeconfig (%.v.i): Depend on Makeconfig.
728         Exclude % lines from initial #-comment removal.
730 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
732         * po/ko.po: Update from translation team.
734 2009-02-26  Roland McGrath  <roland@redhat.com>
736         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
737         avoids unused warning.
739 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
740             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
742         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
743         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
744         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
745         and asm/user.h.  Include asm/ptrace.h.
746         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
747         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
748         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
749         Undefine.
750         (start_thread): Don't undefine.
751         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
752         Define.
754 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
756         * wctype/wctype.h: The *_l functions are in POSIX 2008.
757         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
758         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
759         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
760         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
761         200112L to 200809L.
762         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
763         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
764         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
765         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
766         _SC_THREAD_ROBUST_PRIO_PROTECT.
767         * posix/unistd.h: fexecve is in POSIX 2008.
768         * time/time.h: strftime_l is in POSIX 2008.
769         * io/sys/stat.h: futimens is in POSIX 2008.
770         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
771         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
772         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
773         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
774         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
775         open_memstream, and vdprintf are in POSIX 2008.
777 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
779         * include/features.h: Define macros for XPG7/POSIX 2008.
780         * ctype/ctype.h: The *_l functions are in POSIX 2008.
781         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
782         POSIX 2008.
783         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
784         * locale/xlocale.h: Define locale_t type.
785         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
786         in POSIX 2008.  Don't define locale_t here.
787         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
788         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
789         UTIME_OMIT only with __USE_ATFILE.
790         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
791         * stdio-common/psiginfo.c: New file.
792         * stdio-common/psiginfo-data.h: New file.
793         * stdio-common/psiginfo-define.h: New file.
794         * stdio-common/Makefile (routines): Add psiginfo.
795         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
796         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
797         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
798         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
799         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
800         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
801         * io/sys/stat.h: Move mknodat definition into same conditional as
802         mknod.
803         * time/sys/time.h: futimesat is not among the functions accepted
804         into the POSIX standard.
806         * include/features.h: If no feature selection given and we select
807         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
808         * posix/Versions: Export __posix_getopt.
809         * posix/getopt.c (_getopt_initialize): Take additional parameter.
810         Use it to alternatively initialize __posixly_correct.
811         (_getopt_internal_r): Take addition parameter.  Pass on to
812         _getopt_initialize.
813         (_getopt_internal): Take addition parameter.  Pass on to
814         _getopt_internal_r.
815         (getopt): Pass additional zero to _getopt_internal.
816         (__posix_getopt): New function.
817         * posix/getopt.h: Add redirection for getopt.
818         * posix/getopt1.c (getopt_long): Pass additional zero to
819         _getopt_internal.
820         (getopt_long_only): Likewise.
821         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
822         (_getopt_long_only_r): Likewise.
823         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
824         _getopt_internal_r.
826 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
828         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
829         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
830         * sysdeps/posix/sysconf.c (__sysconf): Handle
831         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
832         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
834 2009-02-24  Roland McGrath  <roland@redhat.com>
836         [BZ #9895]
837         * README.template: Reworded not to use substituted version number.
838         Renamed to ...
839         * README: ... here (no longer generated).
840         * Makefile (README): Target removed.
842 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
844         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
845         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
846         instead.
848         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
850         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
852 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
854         * po/bg.po: Update from translation team.
856 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
858         * stdlib/monetary.h: Uglify function parameter names.
859         * sunrpc/rpc/pmap_clnt.h: Likewise.
860         * sunrpc/rpc/svc.h: Likewise.
861         * sunrpc/rpc/xdr.h: Likewise.
862         * sunrpc/rpc/clnt.h: Likewise.
863         * resolv/netdb.h: Likewise.
864         * resolv/arpa/nameser.h: Likewise.
865         * resolv/resolv.h: Likewise.
866         * argp/argp.h: Likewise.
867         * locale/langinfo.h: Likewise.
868         * io/sys/stat.h: Likewise.
869         * posix/spawn.h: Likewise.
870         * nis/rpcsvc/nislib.h: Likewise.
871         * malloc/obstack.h: Likewise.
872         * sysdeps/ia64/bits/link.h: Likewise.
873         * sysdeps/i386/bits/link.h: Likewise.
874         * sysdeps/s390/bits/link.h: Likewise.
875         * sysdeps/powerpc/bits/link.h: Likewise.
876         * sysdeps/x86_64/bits/link.h: Likewise.
877         * sysdeps/sparc/bits/link.h: Likewise.
878         * sysdeps/sh/bits/link.h: Likewise.
879         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
880         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
881         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
882         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
884 2008-12-01  Fredrik Unger  <fred@tree.se>
886         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
887         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
888         _FP_UNPACK_RAW_2, fix up first argument.
890 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
892         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
893         (GET_NPROCS_PARSER): Change parameters and use next_line.
894         (__get_nprocs): Rewrite to not use stdio routines.
895         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
896         Change parameters and use next_line.
898 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
900         [BZ #5381]
901         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
902         Change mempool_alloc prototype.
903         * nscd/mem.c (gc): Don't handle mem_in_flight.
904         (mempool_alloc): Third parameter now only indicates whether this is the
905         first call (to allocate data) or not.  If it is, get db rdlock.
906         Release it on error.  Don't handle mem_in_flight.
907         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
908         Adjust third parameter of mempool_alloc calls.
909         Nothing to do here in case mempool_alloc fails.
910         Avoid local variable shadowing parameter.  No need to get db rdlock
911         before calling cache_add.
912         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
913         no mem_in_flight array anymore.
914         * nscd/connections.c: Remove definition and handling of mem_in_flight.
915         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
916         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
917         in case mempool_alloc fails. No need to get db rdlock before calling
918         cache_add.
919         * nscd/hstcache.c (cache_addhst): Likewise.
920         * nscd/initgrcache.c (addinitgroupsX): Likewise.
921         * nscd/servicescache.c (cache_addserv): Likewise.
922         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
924 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
926         * po/lt.po: Update from translation team.
928 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
930         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
931         defined, allow additional data to be added using the optional
932         MORE_ELF_HEADER_DATA macro.
933         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
934         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
936 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
938         * include/atomic.h: Define catomic_and if not already defined.
939         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
940         * sysdeps/i386/i486/bits/atomic.h: Likewise.
942 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
944         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
945         Change all callers.
946         (_int_realloc): Likewise.  Third argument is now padded size
947         All _int_* functions are now static.
949         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
950         * malloc/arena.c: Likewise.
951         * include/malloc.h: Remove now unnecessary declarations of the _int_*
952         functions.
954         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
955         easily.
957         * malloc/malloc.c: Add branch prediction for use of the hooks.
959         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
961 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
963         [BZ #7095]
964         * bits/confname.h: Add SUSv7 macros for getconf environments.
965         * bits/environments.h: Likewise.
966         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
967         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
968         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
969         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
970         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
971         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
972         * posix/getconf.c: Likewise.
973         * posix/sysconf.c: Likewise.
974         * sysdeps/posix/sysconf.c: Likewise.
975         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
976         environments.
978 2009-01-16  Petr Baudis  <pasky@suse.cz>
980         [BZ #9753]
981         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
982         even if we currently have zero nscount.
984 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
986         [BZ #9781]
987         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
988         the input line is too long.
990         * po/Makefile (libc.pot): Add f_print as function taking c-format
991         parameter.
993         * debug/xtrace.sh: Unify translatable messages.
994         * elf/ldd.bash.in: Likewise.
995         * elf/sprof.c: Likewise.
996         * locale/programs/locale.c: Likewise.
997         * malloc/memusage.sh: Likewise.
998         * nss/getent.c: Likewise.
1000 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1002         * debug/pcprofiledump.c (print_version,
1003         argp_program_version_hook): New function.
1004         * elf/ldconfig.c (more_help): New function.
1005         (argp): Use it.
1006         * elf/sln.c (usage): New function.
1007         (main): Support --help and --version.
1008         * malloc/memusagestat.c (print_version): New function.
1009         (argp_program_version_hook): New variable.
1010         * nscd/nscd.c (more_help): New function.
1011         (argp): Use it.
1012         * posix/getconf.c (main): Send --version output to stdout.
1013         Support --help.
1014         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
1015         arguments.  All callers changed.
1016         (print_version): New function.
1017         (parseargs): Support --help and --version.
1018         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
1019         changed.
1020         (print_version): New function.
1021         (main): Use getopt_long.  Support --help and --version.
1022         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
1023         --version.
1025 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
1027         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
1028         (update_data): Fix handling of wrapping back
1029         to the beginning of the buffer.
1031         [BZ #9823]
1032         * stdio-common/psignal.c (psignal): Fix test for empty string.
1034 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
1036         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
1037         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
1038         move _null_auth to .rodata.
1040         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
1041         value of 24.
1043         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
1045         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
1046         today than when the original code was written.  Use larger
1047         buffers.  This also makes it unnecessary to have stat information,
1048         if this causes extra efforts.
1049         (__opendir): In case O_DIRECTORY works, don't call fstat just for
1050         __alloc_dir.
1052 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
1054         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
1055         is set.
1056         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
1057         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1058         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
1059         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
1060         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
1061         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
1063 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1065         * po/ru.po: Update from translation team.
1067 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
1069         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
1070         Add _tid slot to maintain consistency with kernel.
1072 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
1074         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
1075         incomplete characters at end of input buffer.
1076         * libio/Makefile (tests): Add tst-fgetwc.
1077         * libio/tst-fgetwc.c: New file.
1078         * libio/tst-fgetwc.input: New file.
1080 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
1082         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
1084 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
1086         [BZ #9793]
1087         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
1088         *OUTBUFSTART unless the whole output fit into the buffer.
1089         * iconv/Makefile (tests): Add tst-iconv4.
1090         * iconv/tst-iconv4.c: New file.
1092 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
1094         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
1095         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1097 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
1099         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
1100         newer linker scripts.
1102 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1104         [BZ #7040]
1105         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
1106         inotify_rm_watch should have type int.
1108 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
1110         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1111         Make aligned_restore_vmx a local symbol.
1112         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
1113         Likewise.
1115 2009-01-30  Andreas Jaeger  <aj@suse.de>
1117         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
1118         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
1119         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
1120         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
1121         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
1122         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
1123         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
1125 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
1127         [BZ #9726]
1128         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
1129         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
1131 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
1133         [BZ #9726]
1134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1135         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1137         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1139 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
1141         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
1142         memcpy instead of memcmp.
1143         (_dl_setup_pointer_guard): Likewise.
1145 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1147         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
1148         manipulated brk, use malloc_printerr.
1149         * misc/sbrk.c (__sbrk): Better error handling for nonsense
1150         requests.
1152 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1154         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
1155         rindex): For C++ add inlines so that they can be recognized as
1156         builtins.
1157         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
1159 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1160             Jakub Jelinek  <jakub@redhat.com>
1162         * string/string.h: Define correct C++ prototypes for gcc 4.4.
1163         * wcsmbs/wchar.h: Likewise.
1165 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1167         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
1168         (stackinfo_sub_sp): Define.
1170 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1172         [BZ #9750]
1173         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
1174         * include/alloca.h (alloca_account): Define.
1175         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1176         (stackinfo_sub_sp): Define.
1178         * nscd/connections.c (nscd_init): If database file access fails
1179         check whether this is due to permission problems and bail in that
1180         case.
1182         [BZ #9741]
1183         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1184         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1186 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1188         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1189         Add "t" to clobber list.
1190         (INTERNAL_SYSCALL_NCS): Likewise.
1192 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1194         * nss/getent.c (print_networks): Don't print comma between aliases.
1196 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1198         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1200         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1201         the hash table.
1202         * misc/Makefile (tests): Add bug-hsearch1.
1203         * misc/bug-hsearch1.c: New file.
1205 2009-01-22  Roland McGrath  <roland@redhat.com>
1207         * Makeconfig (%.v.i): Strip trailing # comments,
1208         not only whole-line comments.
1210 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1212         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1213         one parameter.  If non-NULL use it to initialize return value.
1214         (_dl_setup_pointer_guard): New function.
1215         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1216         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1217         * elf/rtld.c (security_init): Pass _dl_random to
1218         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1219         pointer_chk_guard.
1220         * elf/dl-sysdep.c (_dl_random): New variable.
1221         (_dl_sysdep_start): Handle AT_RANDOM.
1222         (_dl_show_auxv): Likewise.
1223         * elf/dl-support.c (_dl_random): New variable.
1224         (_dl_aux_init): Handle AT_RANDOM.
1225         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1226         to _dl_setup_stack_chk_guard.
1228         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1230 2009-01-10  Roland McGrath  <roland@redhat.com>
1232         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1234 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1236         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1238         [BZ #9706]
1239         * nss/nss_files/files-parse.c (strtou32): New function.
1240         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1241         across 32-bit and 64-bit platforms.
1242         (INT_FIELD_MAYBE_NULL): Likewise.
1244 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1246         [BZ #9720]
1247         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1248         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1249         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1250         Likewise.
1252 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1254         [BZ #697]
1255         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1256         being NULL also if there are no backreferences.
1257         * posix/rxspencer/tests: Add testcases.
1259 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1261         [BZ #9697]
1262         * posix/bug-regex17.c: Add testcases.
1263         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1264         handling.
1266 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1268         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1269         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1270         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1271         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1272         for elf subdir.
1273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1274         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1275         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1276         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1277         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1278         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1280 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1282         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1283         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1284         re_string_skip_chars, re_string_reconstruct): Likewise.
1285         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1287 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1289         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1290         adjust the buffer alignment.
1292 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1294         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1295         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1296         net/route.h.
1298         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1299         flavor to description only when flavor is not NULL.
1301         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1302         mutex after SIGIO/SIGURG lookup loop.
1304 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1306         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1308 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1310         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1311         handling.
1313 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1315         * sysdeps/unix/sysv/linux/kernel-features.h
1316         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1318         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1319         if no output is written.
1321         * version.h: Bump to 2.10 development.
1323         * posix/getconf.c: Update copyright year.
1324         * nss/getent.c: Likewise.
1325         * iconv/iconvconfig.c: Likewise.
1326         * iconv/iconv_prog.c: Likewise.
1327         * elf/ldconfig.c: Likewise.
1328         * catgets/gencat.c: Likewise.
1329         * csu/version.c: Likewise.
1330         * elf/ldd.bash.in: Likewise.
1331         * elf/sprof.c (print_version): Likewise.
1332         * locale/programs/locale.c: Likewise.
1333         * locale/programs/localedef.c: Likewise.
1334         * nscd/nscd.c (print_version): Likewise.
1335         * debug/xtrace.sh: Likewise.
1336         * malloc/memusage.sh: Likewise.
1337         * malloc/mtrace.pl: Likewise.
1338         * debug/catchsegv.sh: Likewise.
1340 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1342         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1343         script.
1345 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1347         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1348         gethostbyname4_r function call succeeded, just leave the loop.
1350         [BZ #9694]
1351         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1352         very end.
1353         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1354         * wctype/Makefile (tests): Add bug-wctypeh.
1355         * wctype/bug-wctypeh.c: New file.
1357         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1358         LOCALDOMAIN is defined.
1359         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1361         * sysdeps/x86_64/bits/select.h: New file.
1363         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1365 2008-12-21  Bruno Haible  <bruno@clisp.org>
1367         [BZ #9677]
1368         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1369         if no output is written.
1371 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1373         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1374         libc internal symbol __dup2 to avoid access through the PLT.
1376 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1378         [BZ #6545]
1379         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1380         available only for __USE_GNU.
1382         * inet/Makefile (tests): Add tst-getni2.
1383         * inet/tst-getni2.c: New file.
1385         [BZ #7080]
1386         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1387         NULL when NI_NAMEREQD is set.
1388         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1389         * inet/Makefile (tests): Add tst-getni1.
1390         * inet/tst-getni1.c: New file.
1392 2008-12-03  Petr Baudis  <pasky@suse.cz>
1394         [BZ #7067]
1395         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1396         instead of prune_lock.
1397         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1398         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1400 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1402         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1403         use.
1405         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1406         handling.
1408         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1409         after reading name server list.
1411         [BZ #7058]
1412         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1413         handling for host name aliases.
1415 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1417         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1418         instead of doing things manually.
1420 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1422         * posix/regex_internal.h (build_wcs_upper_buffer):
1423         Return type is reg_error_t.
1425 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1427         * posix/globtest.sh: Use mktemp to create temporary file and
1428         directory.
1430         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1431         sets correctly.
1432         (__CPU_CLR_S): Likewise.
1433         (__CPU_ISSET_S): Likewise.
1435 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1436             Ulrich Drepper  <drepper@redhat.com>
1438         * scripts/firstversion.awk: Use custom comparison function to compare
1439         version numbers.
1440         * scripts/versions.awk: Use sort invocation which can handle
1441         multi-digit sub-version numbers.
1443 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1445         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1446         * locale/iso-639.def: Add Chhattisgarhi entry.
1448 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1450         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1451         ESRCH return value.
1452         (_nss_dns_gethostbyname4_r): Likewise.
1453         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1454         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1455         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1456         the no_data variable.
1458         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1459         information at the correct index.
1461         * socket/sys/socket.h: Declare accept4.
1462         * socket/accept4.c: New file.
1463         * sysdeps/unix/sysv/linux/accept4.c: New file.
1464         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1465         * socket/Makefile (routines): Add accept4.
1466         * socket/Versions: Export accept4 with version GLIBC_2.10.
1467         * socket/paccept.c: Removed.
1468         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1469         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1470         * Versions.def: Define GLIBC_2.10 for libc.
1471         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1473         * nscd/connections.c: Use accept4.
1475         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1477 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1479         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1480         flag already set.
1482         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1483         not exist.
1484         * stdlib/Makefile (tests): Add tst-unsetenv1.
1485         * stdlib/tst-unsetenv1.c: New file.
1487 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1489         * login/utmp_file.c (file_writable): New variable.
1490         (setutent_file): Don't try to open file for writing.
1491         (pututline_file): Before writing, make descriptor writable if
1492         necessary.
1494 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1496         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1497         to IPv4 or IPv6 if an interface has been found.
1499 2008-11-26  Roland McGrath  <roland@redhat.com>
1501         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1502         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1504         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1505         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1506         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1508         * elf/elf.h (NT_386_IOPERM): New macro.
1509         (NT_PPC_VSX): New macro.
1511 2008-11-25  Roland McGrath  <roland@redhat.com>
1513         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1514         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1515         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1516         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1517         Subdirectories moved to ports repository.
1518         * configure.in (base_machine): Remove alpha case.
1520 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1522         * sysdeps/mach/strerror_l.c: New file.
1524 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1526         [BZ #6411]
1527         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1528         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1529         magic numbers.
1530         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1531         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1532         (relax_fenv_state): Same as above.
1533         (FPSCR_29): Reserve bit in ISA 2.05.
1534         (FPSCR_NI): Provide define for compat.
1535         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1536         magic numbers.
1537         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1538         magic numbers.
1539         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1540         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1541         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1542         access to hwcap to account for hwcap size increase to uint64_t.
1543         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1544         Likewise.
1545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1546         (*setcontext): Likewise.
1547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1548         New file.
1549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1550         New file.
1551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1552         (*setcontext): dynamically select mtfsf insn based on
1553         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1554         increase to uint64_t.
1555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1556         (*swapcontext): dynamically select mtfsf insn based on
1557         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1558         increase to uint64_t.
1559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1560         New file.
1561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1562         New file.
1563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1564         (*setcontext): dynamically select mtfsf insn based on
1565         PPC_FEATURE_HAS_DFP.
1566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1567         (*swapcontext): dynamically select mtfsf insn based on
1568         PPC_FEATURE_HAS_DFP.
1570 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1572         * version.h: Bump for 2.9 release.
1573         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1575         [BZ #7029]
1576         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1577         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1578         all the rounding.
1580 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1582         [BZ #7009]
1583         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1584         unknown request types for now.
1586 2008-11-11  Roland McGrath  <roland@redhat.com>
1588         * sysdeps/x86_64/configure: New file.
1590         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1591         * configure: Regenerated.
1593 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1595         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1596         correct instruction to remove the stack frame.
1598 2008-11-03  Michael Matz  <matz@suse.de>
1600         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1601         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1603 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1605         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1606         Remove.
1608         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1609         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1610         of the thread variable instead of void *.
1611         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1612         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1613         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1614         __libc_tsd_define arguments.
1615         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1616         __libc_tsd_address arguments.  Remove union hack.
1617         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1618         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1619         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1620         Adjust __libc_tsd_{set,get} arguments.
1621         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1622         __libc_tsd_define arguments.
1623         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1624         arguments.
1625         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1626         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1627         (LOCALE): Adjust __libc_tsd_define arguments.
1628         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1629         arguments.
1630         (LOCALE): Adjust __libc_tsd_define arguments.
1631         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1632         arguments.
1633         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1634         arguments.
1636 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1638         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1639         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1641 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1643         [BZ #6966]
1644         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1646 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1647             Ulrich Drepper  <drepper@redhat.com>
1649         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1650         definition for GCC 3.1 and later.
1652 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1654         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1655         refetch dtv, as it might have changed.
1656         * elf/Makefile: Add rules to build and run tst-tls18.
1657         * elf/tst-tls18.c: New test.
1658         * elf/tst-tlsmod18a.c: New file.
1660 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1662         [BZ #6875]
1663         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1665 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1667         [BZ #6867]
1668         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1670         [BZ #6919]
1671         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1672         Fix length of copy operation.
1674 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1676         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1677         and fix its calling convention.
1679 2008-10-07  Andreas Schwab  <schwab@suse.de>
1681         [BZ #6942]
1682         * resolv/res_send.c (send_vc): Fix last change.
1683         (send_dg): Align here as well.
1685 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1687         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1688         return value in case rlimit is RLIM_INFINITY.
1690         [BZ #6947]
1691         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1692         for UL_SETFSIZE.
1693         * resource/Makefile (tests): Add bug-ulimit1.
1694         * resource/bug-ulimit1.c: New file.
1696         [BZ #6974]
1697         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1698         without dot.  Properly terminate the string with a null byte.
1699         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1701         [BZ #6980]
1702         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1703         negative sizees.
1704         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1705         negative __size.
1707         [BZ #6995]
1708         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1710 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1712         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1713         abort if there is no initgroups_dyn function.
1715         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1716         result if any of the queries really provided an answer.
1718 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1720         * po/lt.po: Update from translation team.
1722 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1724         * po/id.po: Update from translation team.
1726 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1728         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1729         Fix tests for existence of second reply.
1731 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1733         * po/id.po: New file.
1734         Contributed by the Indonesian translation team.
1736 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1738         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1739         initialization.
1741 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1743         * elf/Makefile: Add rules to build and run tst-tls17.
1744         * elf/tst-tls17.c: New test.
1745         * elf/tst-tlsmod17a.c: New file.
1746         * elf/tst-tlsmod17b.c: Likewise.
1748 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1750         * stdlib/divmod_1.c: Use correct type for dummy variable.
1751         * stdlib/mod_1.c: Likewise.
1753 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1755         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1757 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1759         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1760         __nonnull order for C++.
1761         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1762         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1764 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1766         * stdlib/longlong.h: Update from GCC.
1768 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1769             David S. Miller  <davem@davemloft.net>
1771         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1772         make sure any registers used with 64-bit 'branch-on-register'
1773         instructions have their top 32-bits clear.
1774         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1775         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1777 2008-09-18  Andreas Schwab  <schwab@suse.de>
1779         [BZ #6942]
1780         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1781         Properly handle partial reads.
1783 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1785         * elf/elf.h (STO_MIPS_PLT): New.
1786         (R_MIPS_COPY): New.
1787         (R_MIPS_JUMP_SLOT): New.
1788         (R_MIPS_NUM): Redefine to 128.
1789         (DT_MIPS_PLTGOT): New.
1790         (DT_MIPS_RWPLT): New.
1791         (DT_MIPS_NUM): Redefine to 0x35.
1793 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1795         * timezone/africa: Update from tzdata2008f.
1796         * timezone/asia: Likewise.
1797         * timezone/australasia: Likewise.
1798         * timezone/europe: Likewise.
1799         * timezone/leapseconds: Likewise.
1800         * timezone/northamerica: Likewise.
1801         * timezone/southamerica: Likewise.
1802         * timezone/zone.tab: Likewise.
1804 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1806         * nscd/connections.c: Disable use of paccept for now.
1808 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1810         * socket/Versions: Remove paccept export for GLIBC_2.9.
1811         * socket/Makefile (routines): Remove paccept.
1812         * socket/sys/socket.h: Remove paccept declaration.
1814         * po/sv.po: Update from translation team.
1816 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1818         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1819         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1821 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1823         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1824         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1826 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1828         * sunrpc/rpc/svc.h: Declare svcfd_create.
1829         Patch by Michael Solberg <msolberg@redhat.com>.
1831 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1832             Ulrich Drepper  <drepper@redhat.com>
1834         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1835         _int_valloc fails.
1836         (public_pVALLOc): Likewise.
1838 2008-09-02  Andreas Jaeger  <aj@suse.de>
1840         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1841         commit.
1843 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1845         [BZ #6860]
1846         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1848 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1850         * Makefile (check-data): Check data directory in add-ons.
1851         * elf/Makefile (check-data): Likewise.
1853 2008-08-18  Roland McGrath  <roland@redhat.com>
1855         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1856         * configure: Regenerated.
1857         * config.make.in (cflags-cpu): New substituted variable.
1858         (with-cpu): Variable removed.
1859         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1861 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1863         [BZ #6845]
1864         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1865         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1866         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1867         redundant.  Functions which call floating point assembler operations
1868         should go into a sysdeps powerpc/fpu directory.
1870 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1872         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1873         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1875 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1877         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1879         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1880         change related to AT_EXECFN.  We cannot use that string.
1881         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1882         _dl_execfn member.
1883         * elf/dl-support.c: Remove _dl_execfn variable.
1884         (_dl_aux_init): Remove handling of AT_EXECFN.
1885         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1886         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1888 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1890         [BZ #6544]
1891         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1892         byte gets added to writes and seeks from the end use the length of
1893         the buffer and not the currently terminating NUL byte.
1895         [BZ #6634]
1896         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1897         Set to true if locking failed.
1898         (getutid_r_file): Adjust caller.
1899         (pututline_file): Likewise.  Return NULL in this case.
1900         Patch mostly by halesh.s@gmail.com.
1902 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1904         [BZ #6589]
1905         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1906         Define.
1907         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1909 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1911         [BZ #6839]
1912         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1913         macro since it is now available in elf/dynamic-link.h.
1915 2008-08-12  Roland McGrath  <roland@frob.com>
1917         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1918         in case used outside of libc.
1919         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1921 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1923         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1924         directly instead of going through dn_comp.
1926 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1928         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1929         Fix asm constraints.
1931 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1933         [BZ #6790]
1934         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1935         (IPV6_PMTUDISC_PROBE): Likewise.
1937 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1939         [BZ #6791]
1940         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1942 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1943             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1945         [BZ #6817]
1946         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1947         Added the members 'vsx' and 'arch_2_06'.
1948         (_dl_powerpc_platforms): Add the member 'power7'.
1949         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1950         to reflect the changes required by VSX and ISA 2.06.
1951         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1952         'power7'.
1953         Defined PPC_PLATFORM_POWER7.
1954         (_dl_string_platform): Add support for POWER7.
1955         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1956         capability and ISA 2.06.
1958 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1960         [BZ #6824]
1961         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1962         macro to detect use of 128 bit long double.
1963         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1965 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1967         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1969         [BZ #5794]
1970         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1971         parameters.
1972         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1973         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1975 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1977         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1978         guaranteed to be large enough to read inotify event.  Ignore
1979         EAGAIN error.  Better error message.  Add branch predicition.
1980         (main_loop_epoll): Likewise.
1982 2008-08-02  Roland McGrath  <roland@frob.com>
1984         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1985         Add memory clobbers.
1987 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1989         * manual/arith.texi: Avoid @strong{Note:}.
1990         * manual/creature.texi: Likewise.
1991         * manual/filesys.texi: Likewise.
1992         * manual/math.texi: Likewise.
1993         * manual/memory.texi: Likewise.
1994         * manual/resource.texi: Likewise.
1995         * manual/syslog.texi: Likewise.
1996         * manual/time.texi: Likewise.
1998         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1999         to prevent warning.
2001 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
2003         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
2004         new epoll_create1 interface.
2005         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2006         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
2007         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
2009         * include/arpa/nameser.h (NS_GET16): Use const pointer.
2010         (NS_GET32): Likewise.
2012         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
2013         syscalls, too.
2015         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
2016         use the AT_EXECFN value if it is no absolute path.
2017         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
2018         __ASSUME_AT_EXECFN.
2020         * Versions.def: Add GLIBC_2.9 to libresolv.
2021         * include/resolv.h: Remove hidden proto declarations for __ns_*
2022         functions.  Add them for __dn_count_labels and __p_secstodate.
2023         * include/arpa/nameser.h: Add a number of hidden proto declarations.
2024         Define ns_msg_getflags macro here.
2025         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
2026         and __p_secstodate.
2027         * resolv/Versions: Export functions from <arpa/nameser.h> from
2028         libresolv in version GLIBC_2.9.
2029         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
2030         hidden definitions.
2031         * resolv/ns_netint.c: Likewise.
2032         * resolv/ns_parse.c: Likewise.
2033         * resolv/ns_print.c: Likewise.
2034         * resolv/ns_samedomain.c: Likewise.
2035         * resolv/ns_ttl.c: Likewise.
2036         * resolv/arpa/nameser_compat.h: Likewise.
2037         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
2038         function calls.
2039         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
2040         instead of ns_get16.
2041         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
2042         __ns_get32 instead of ns_get16 and ns_get32 respectively.
2043         (gaih_getanswer_slice): Likewise.
2044         * resolv/Makefile (libresolv-routines): Add ns_date.
2045         * resolv/ns_date.c: New file.
2047         * elf/Makefile (check-localplt.out): Also check libresolv and
2048         libcrypt.
2050 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
2052         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2053         __ASSUME_O_CLOEXEC.
2055 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
2057         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
2058         buffer passed to NSS functions.
2060         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
2062         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
2063         Define.
2065         * misc/syslog.c (openlog_internal): Fix compile problem.
2067 2008-07-28  Roland McGrath  <roland@redhat.com>
2069         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
2071 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
2073         * io/ftw.c (add_object): Remove inline to avoid warning.
2075         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
2077         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
2078         Use it instead of locally defined resplen2 variable.
2079         (res_nsend): Adjust for __libc_res_nsend interface change.
2080         (send_vc): Initialize *resplen2 if necessary.  Read length of
2081         package into an appropriately aligned variable.  Store converted length
2082         in new variable and use it appropriately.
2083         Add branch prediction help.
2084         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
2085         and pass it on to __libc_res_nsend.  Adjust all callers.
2086         (__libc_res_nsearch): Likewise.
2087         (__libc_res_nqeurydomain): Likewise.
2088         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
2089         change.
2090         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
2091         Define resplen2 variable and pass it to __libc_res_nsearch and then
2092         to gaih_getanswer.
2093         (getanswer_r): In case of incorrect DNS data don't overread buffer.
2094         Add branch prediction.
2095         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
2096         (gaih_getanswer): Don't decode second slice if first one failed due
2097         to a too small buffer.  Don't let not found status of second
2098         decoder shadow results of the first.
2099         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
2100         and __libc_res_nquery interface changes
2101         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
2102         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
2103         __libc_res_nsearch, and __libc_res_nsend.
2104         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
2105         change.
2106         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
2107         __libc_res_nsearch interface changes.
2109 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
2111         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
2113         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
2114         file descriptors with close-on-exec set.
2115         (exec_comm_child): Fix the case where the write end of the pipe is
2116         STDOUT_FILENO already.  In case it is, clear close-on-exec.
2118         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
2119         * io/pipe2.c: Likewise.
2120         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
2121         instead of __ASSUME_PACCEPT.
2122         * include/unistd.h: Declare __have_pipe2.
2123         * libio/iopopen.c: Implement "e" flag.
2124         * libio/Makefile (tests): Add tst-popen1.
2125         * libio/tst-popen1.c: New file.
2127         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
2128         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2130 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2132         [BZ #6771]
2133         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
2134         success call of _IO_SEEKOFF or calls which failed because the
2135         descriptor is for a pipe.
2137         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
2138         magic number.
2140         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
2142         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
2143         F_SETFD use if we know fopen set the flag.
2145         * login/utmp_file.c (setutent_file): Minor optimization in case
2146         O_CLOEXEC is available.
2148 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
2150         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2151         * elf/Makefile: Use pie-ccflag variable.
2152         * nscd/Makefile: Likewise.
2153         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2155 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
2157         [BZ #6724]
2158         * Versions.def: Add GLIBC_2.9 version tag for libutil.
2159         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
2160         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
2161         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
2162         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
2163         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
2164         utmp32, utmpx32 and login32.
2165         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
2166         versions of struct utmp functions to libc and libutil.
2167         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
2168         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
2169         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
2170         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
2171         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
2172         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
2173         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
2174         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
2175         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2176         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2177         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2178         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2179         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2180         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2181         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2182         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2183         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2184         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2185         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2186         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2187         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2188         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2190 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2192         * scripts/gen-as-const.awk: Generate more widely usable code by
2193         using 64-bit arithmetic.
2195         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2196         the same treatment as narrow output code in last patch.
2198         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2200         [BZ #6763]
2201         * elf/dl-load.c (local_strdup): Remove inline.
2202         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2203         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2204         part of the object.
2206         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2208 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2210         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2211         the new syscalls, too.
2213         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2214         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2216         [BZ #6698]
2217         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2218         parameter for end of buffer.  If temporary copy is too large use
2219         malloc.
2220         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2221         interface change.
2222         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2223         string rewrite when allocating buffer.
2225         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2226         syscalls, too.
2228         * nscd/connections.c (nscd_init): Clean up fcntl call.
2230         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2231         SOCK_NONBLOCK if possible.
2233         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2234         SOCK_CLOEXEC if available.
2236         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2237         __libc_clntudp_bufcreate_internal.
2238         * include/sys/socket.h: Declare __have_sock_cloexec.
2239         * socket/Makefile (aux): Add have_sock_cloexec.
2240         * socket/have_sock_cloexec.c: New file.
2241         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2242         __libc_clntudp_bufcreate.
2243         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2244         which takes an additional parameter.  Create socket with non-blocking
2245         mode and close-on-exec flag set, if wanted.
2246         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2247         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2248         instead of clntudp_create.  The socket has already the close-on-exec
2249         flag set if SOCK_CLOEXEC is defined.
2251 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2253         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2254         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2255         appropriate.
2256         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2257         non-blocking mode by using socket, paccept, and inotify_init1.
2259         * Versions.def (glibc): Add GLIBC_2.9.
2260         * io/Makefile (routines): Add dup3 and pipe2.
2261         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2262         * io/dup3.c: New file.
2263         * io/pipe2.c: New file.
2264         * posix/unistd.h: Declare dup3 and pipe2.
2265         * socket/Makefile (routines): Add paccept.
2266         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2267         * socket/paccept.c: New file.
2268         * socket/sys/socket.h: Declare paccept.
2269         * sysdeps/unix/syscalls.list: Add entry for dup3.
2270         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2271         epoll_create2 and inotify_init1.
2272         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2273         * sysdeps/unix/sysv/linux/paccept.c: New file.
2274         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2275         possible.
2276         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2277         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2278         inotify_init1, and pipe2 entries.
2279         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2280         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2281         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2282         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2283         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2284         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2285         SOCK_NONBLOCK.
2286         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2287         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2288         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2289         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2290         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2291         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2292         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2293         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2294         EPOLL_NONBLOCK.  Declare epoll_create2.
2295         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2296         EFD_NONBLOCK.
2297         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2298         IN_NONBLOCK.  Declare inotify_init1.
2299         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2300         SFD_NONBLOCK.
2301         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2302         TFD_NONBLOCK.
2304         * elf/elf.h: Define AT_EXECFN.
2305         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2306         LD_ORIGIN_PATH.
2307         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2308         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2309         if __ASSUME_AT_EXECFN is defined.
2310         (_dl_aux_init): Handle AT_EXECFN.
2311         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2312         for 2.6.27 and up.
2313         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2314         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2315         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2316         _dl_execfn if available and avoid compatibility code if
2317         __ASSUME_AT_EXECFN is defined.
2319         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2320         _dl_discover_osversion only for older kernels.
2322 2008-07-22  Roland McGrath  <roland@frob.com>
2324         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2326 2008-07-21  Roland McGrath  <roland@frob.com>
2328         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2329         returned too much data out of line.
2331 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2333         * locale/setlocale.c (setname): Remove inline to avoid compiler
2334         warning.
2336         [BZ #6712]
2337         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2339 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2341         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2342         doesn't manage to write anything, fail.
2344         * malloc/hooks.c (__malloc_check_init): Remove printf.
2346 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2348         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2350 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2352         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2353         from inotify.
2354         (main_loop_epoll): Likewise.
2356 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2358         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2360         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2361         if DEBUG is defined.
2363         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2364         query.  Adjust buffer size computation for padding.
2366 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2368         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2369         * stdio-common/tst-setvbuf1.c: New file.
2370         * stdio-common/tst-setvbuf1.expect: New file.
2372         [BZ #6719]
2373         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2374         when selecting fully-buffered stream.
2375         Patch by Wang Xin <wxinee@gmail.com>.
2377 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2379         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2380         (__open_2): New function.
2381         (__open64_2): New alias to __open_2.
2382         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2383         (__openat_2): New function.
2384         (__openat64_2): New alias to __openat_2.
2386 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2388         [BZ #6723]
2389         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2391 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2393         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2394         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2395         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2396         __hurd_dfail.
2397         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2398         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2399         * sysdeps/mach/hurd/send.c (__send): Likewise.
2400         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2401         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2403 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2405         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2406         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2407         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2408         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2409         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2410         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2412 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2414         [BZ #6657]
2415         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2416         of %EY.
2417         Patch by Petr Baudis.
2419 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2421         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2422         Patch by Peter Jones <pjones@redhat.com>.
2424 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2426         [BZ #6654]
2427         * stdlib/canonicalize.c (__realpath): readlink can write too much
2428         into the buffer on platforms without PATH_MAX.
2430 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2432         [BZ #6653]
2433         * posix/tst-regex.c (main): Rename to...
2434         (do_test): ... this. Remove cmdline option processing.
2435         (TIMEOUT): Define.
2436         (TEST_FUNCTION): Define.
2437         (CMDLINE_OPTIONS): Define.
2439 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2441         [BZ #5210]
2442         * configure.in: Add -Werror to -fstack-protector test to catch
2443         unsupported architectures.
2444         Patch by Gilles Esponasse <g.esp@free.fr>.
2446 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2448         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2449         getcontext returns ENOSYS.
2451 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2453         * nscd/connections.c (main_loop_poll): Fix test for read error.
2454         (main_loop_epoll): Likewise.
2456 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2458         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2459         better place so it is not called when nscd is used.
2461         * nscd/connections.c: Also recognize and handle changes to the
2462         resolver configuration file.
2464 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2466         * time/strftime.c: Pass reference to tzset_called around to handle
2467         recursive calls.
2469         [BZ #6612]
2470         * time/strftime.c (__strftime_internal): Call tzset() only
2471         when printing timezone-dependent values.
2472         Based on a patch by Petr Baudis <pasky@suse.cz>.
2474         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2475         unconditionally use second gaih_getanswer_slice result.
2477         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2478         (getaddrinfo): RES must always be non-NULL.
2480 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2482         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2483         cr[34] registers.
2484         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2485         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2486         Likewise.
2487         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2488         register.
2490 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2492         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2493         fields.
2494         * nscd/connections.c (inotify_fd): New variable.
2495         (nscd_init): Try to open an inotify descriptor.
2496         If successful, watch files for databases using inotify instead of
2497         having prune threads stat the files.
2498         (nscd_run_prune): Recognize clear_cache flag being set and call
2499         prune_cache appropriately.
2500         (main_loop_poll): Add inotify descriptor to wait set and handle the
2501         reported changes.
2502         (main_loop_epoll): Likewise.
2503         * nscd/cache.c (prune_cache): Don't stat files for databases if
2504         inotify is used.
2505         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2506         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2508         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2509         fixed-size portion of the record.
2510         * nscd/servicescache.c (cache_addserv): Likewise.
2511         * nscd/pwdcache.c (cache_addpw): Likewise.
2512         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2514 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2516         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2517         out we don't use uninitialized memory.
2519         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2520         the client.
2522 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2524         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2525         ignore T_DNAME messages.
2526         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2528 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2530         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2531         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2533 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2535         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2536         instead of portstr to nscd_getserv_r.  Patch by
2537         Roman Kagan <rkagan@mail.ru>.
2539 2008-05-26  Jim Meyering  <meyering@redhat.com>
2541         Remove more useless "if" tests before "free".
2542         * include/inline-hashtab.h (htab_delete): Likewise.
2543         * libio/freopen.c (freopen): Likewise.
2544         * libio/freopen64.c (freopen64): Likewise.
2545         * locale/programs/ld-collate.c (collate_read): Likewise.
2546         * misc/fstab.c (libc_freeres_fn): Likewise.
2547         * posix/glob.c (globfree): Likewise.
2549 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2551         * string/Makefile (strop-tests): Add memmem.
2552         * string/test-memmem.c: New file.
2553         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2554         (test_init): Size buf1 according to BUF1PAGES.
2556 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2558         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2559         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2560         (CFLAGS-scanf17.c): New.
2561         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2562         * stdio-common/scanf15.c (main): Likewise.
2563         * stdio-common/scanf16.c: New file.
2564         * stdio-common/scanf17.c: New file.
2566 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2568         * resolv/res_send.c (send_dg): If we already have one of two
2569         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2570         use the one answer insted of failing.
2572 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2574         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2575         being executed on PowerPC as the expected result exceeds IBM
2576         long double 128 __LDBL_MAX__.
2578 2008-05-21  Roland McGrath  <roland@redhat.com>
2580         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2582         * Makefile (check-data): Use $(abi-name) before other guesses.
2583         Look in $(add-ons) dirs before scripts/data/.
2584         * elf/Makefile (check-data): Likewise.
2586         * scripts/soversions.awk: Grok ABI line.
2587         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2588         Emit definition for abi-name variable.
2590 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2592         * string/endian.h: Define new fixed-size hto* and *toh macros only
2593         if [__USE_BSD].
2595         * iconvdata/Depend: Add localedata.
2597 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2599         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2601 2008-05-08  David S. Miller  <davem@davemloft.net>
2603         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2604         HIDDEN_JUMPTARGET.
2605         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2606         (__SYSCALL_CLOBBERS): Remove %g* registers.
2607         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2608         (__SYSCALL_CLOBBERS): Likewise.
2609         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2610         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2612 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2615         (CALL_ERRNO_LOCATION): Define.
2616         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2617         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2618         (CALL_ERRNO_LOCATION): Define.
2619         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2620         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2621         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2623 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2625         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2626         variable.
2628 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2630         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2631         (FIRST_FRAME_POINTER): Define.
2633 2008-05-09  David S. Miller  <davem@davemloft.net>
2635         * sysdeps/sparc/sparc64/backtrace.c: New file.
2637 2008-05-14  David S. Miller  <davem@davemloft.net>
2639         * sysdeps/sparc/machine-gmon.h: New file.
2640         * sysdeps/sparc/sparc-mcount.S: Likewise.
2641         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2642         sysdep_routines in gmon directory.
2644 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2646         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2648 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2650         * resolv/res_query.c (__libc_res_nquery): In case one of two
2651         answer was too short don't try to read that answer's header.
2653         * resolv/res_send.c (send_dg): In case of timeout and there are
2654         two queries and one has been answered, return value indicating
2655         success.
2657 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2659         * nscd/cache.c (cache_add): Take additional parameter specifying
2660         whether this is in response of a cache refill.  Check alignment
2661         of package data.  Revamp waking of pruning thread.
2662         (prune_cache): Small optimization.
2663         * nscd/nscd.h: Adjust cache_add prototypes.
2664         * nscd/aicache.c: Adjust cache_add calls.
2665         * nscd/grpcache.c: Likewise.
2666         * nscd/hstcache.c: Likewise.
2667         * nscd/initgrcache.c: Likewise.
2668         * nscd/pwdcache.c: Likewise.
2669         * nscd/servicescache.c: Likewise.
2670         * nscd/connections.c (restart): Really disable cache use before
2671         exec attempt.  If it fails, reenable cache.
2672         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2673         time to max to be able to notice concurrent cache additions.  Unlock
2674         prune_lock while performing gc.  Afterwards compute wakeup time with
2675         current wakeup_time value in mind.
2677 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2679         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2681         * nscd/mem.c (gc): Correctly determine highest used array element
2682         in mark.
2684         * nscd/mem.c (markrange): Add assert to check entries are all
2685         aligned.  Small cleanup in bitmap use.
2687         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2688         blockoff of type nscd_ssize_t.
2689         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2690         (mempoll_alloc): Record block offset and not address.
2692         * nscd/mem.c (gc): Fix test for stack overuse.
2694         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2695         more asserts.
2697         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2698         entry is available, believe it.
2700         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2701         no answers return NSS_STATUS_NOTFOUND.
2702         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2703         buffer does not have any content.
2705 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2707         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2709         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2710         lookup, don't assign canon unconditionally.
2712 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2714         * string/Makefile (distribute): Add str-two-way.h.
2716 2008-03-29  Eric Blake  <ebb9@byu.net>
2718         Rewrite string searches to O(n) rather than O(n^2).
2719         * string/str-two-way.h: New file.  For linear fixed-allocation
2720         string searching.
2721         * string/memmem.c: New implementation.
2722         * string/strstr.c: New implementation.
2723         * string/strcasestr.c: New implementation.
2725 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2727         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2728         opr.ctx_type.
2729         (calc_first): Initialize constraint field.
2730         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2731         Use search_duplicated_node to avoid loops.  Fix grammar.
2732         (duplicate_node): Merge constraint field for all node types.
2733         (calc_eclosure_iter): Look at constraint field for all node types.
2734         * posix/regex_internal.c (create_cd_newstate): Don't look at
2735         create_cd_newstate.
2737 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2739         [BZ #6428]
2740         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2742         [BZ #6442]
2743         * string/endian.h: Add macros for fixed-size endian conversion.
2744         * bits/byteswap.h: Allow inclusion from <endian.h>.
2745         * sysdeps/i386/bits/byteswap.h: Likewise.
2746         * sysdeps/ia64/bits/byteswap.h: Likewise.
2747         * sysdeps/s390/bits/byteswap.h: Likewise.
2748         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2749         * string/Makefile (tests): Add tst-endian.
2750         * string/tst-endian.c: New file.
2752         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2753         Patch by Reuben Thomas.
2755 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2757         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2759 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2761         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2763         [BZ #6461]
2764         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2765         Add missing braces.
2766         (BODY for __gconv_transform_internal_ascii): Likewise.
2768         [BZ #6472]
2769         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2770         to be treated like link-local addresses.
2771         (match_prefix): Don't treat IPv4 loopback address special when
2772         converting to v4 mapped addressed.
2774         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2775         if necessary.
2776         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2777         * posix/tst-rfc3484-2.c: Likewise.
2778         * posix/tst-rfc3484-3.c: Likewise.
2780         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2781         and SCTP.
2783         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2785         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2787         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2789 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2791         * po/lt.po: New file.  From Lituanian translation team.
2793 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2795         Introduce TLS descriptors for i386 and x86_64.
2796         * include/inline-hashtab.h: New file, copied from 2005's
2797         libiberty, with fix for memory leak imported afterwards by
2798         Glauber de Oliveira Costa.
2799         * elf/tlsdeschtab.h: New file.
2800         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2801         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2802         (CHECK_STATIC_TLS): Move to...
2803         * elf/dynamic-link.h: ... this file.
2804         (TRY_STATIC_TLS): New macro.
2805         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2806         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2807         R_386_TLS_DESC): Define.
2808         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2809         binutils.
2810         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2811         R_X86_64_TLSDESC): Define.
2812         (R_386_NUM, R_X86_64_NUM): Adjust.
2813         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2814         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2815         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2816         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2817         release tlsdesc_table.
2818         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2819         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2820         (elf_machine_rel): Handle R_386_TLS_DESC.
2821         (elf_machine_rela): Likewise.
2822         (elf_machine_lazy_rel): Likewise.
2823         (elf_machine_lazy_rela): Likewise.
2824         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2825         * sysdeps/i386/dl-tlsdesc.S: New file.
2826         * sysdeps/i386/dl-tlsdesc.h: New file.
2827         * sysdeps/i386/tlsdesc.c: New file.
2828         * sysdeps/i386/tlsdesc.sym: New file.
2829         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2830         tlsdesc_table.
2831         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2832         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2833         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2834         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2835         release tlsdesc_table.
2836         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2837         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2838         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2839         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2840         (elf_machine_rela): Likewise.
2841         (elf_machine_lazy_rel): Likewise.
2842         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2843         (__tls_get_addr): Do not declare for non-shared compiles.
2844         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2845         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2846         * sysdeps/x86_64/tlsdesc.c: New file.
2847         * sysdeps/x86_64/tlsdesc.sym: New file.
2848         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2849         tlsdesc_table for both 32- and 64-bit structs.
2851 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2853         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2854         its own function.  This reduces the frame setup costs and more.
2856 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2858         [BZ #3406]
2859         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2860         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2862 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2864         * io/openat.c (__openat_2): Also pass fd to __openat.
2865         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2866         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2868         * string/tester.c (test_memcmp): Add a few more tests.
2869         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2871 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2873         * nscd/cache.c (cache_add): Before returning with failure and this
2874         is the first use of the record, mark it as unusable.
2875         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2876         reporting a failure.
2877         * nscd/grpcache.c: Likewise
2878         * nscd/hstcache.c: Likewise.
2879         * nscd/initgrcache.c: Likewise.
2880         * nscd/pwdcache.c: Likewise.
2881         * nscd/servicescache.c: Likewise.
2883 2008-05-10  Roland McGrath  <roland@redhat.com>
2885         [BZ #6505]
2886         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2888 2008-05-08  David S. Miller  <davem@davemloft.net>
2890         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2892         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2893         (__ieee754_y0l): Likewise.
2894         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2895         (__ieee754_y1l): Likewise.
2896         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2897         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2898         frexpl and ldexpl.  math_private.h provides them and the latter
2899         is not even used.
2900         (__log1pl): Use __frexpl.
2902 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2904         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2905         prototypes.
2906         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2907         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2908         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2909         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2910         af==AF_UNSPEC.
2911         (_nss_nis_gethostbyname4_r): New function.
2912         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2913         Change to also handle af==AF_UNSPEC.
2914         (get_tablename): New function.  Use it to avoid duplication.
2915         (_nss_nisplus_gethostbyname4_r): New function.
2916         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2917         available.
2918         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2919         * nss/nss.h: Define struct gaih_addrtuple.
2920         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2921         af==AF_UNSPEC.
2922         (_nss_files_gethostbyname4_r): New function.
2923         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2924         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2925         calls.
2926         * resolv/res_query.c (__libc_res_nquery): Take two additional
2927         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2928         look up IPv4 and IPv6.
2929         Change all callers.
2930         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2931         for an additional query and answer buffer.  Pass to send_vc and
2932         send_dg.
2933         (send_vc): Send possibly two requests and receive two answers.
2934         (send_dg): Likewise.
2935         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2936         __libc_res_nquery.
2937         (_nss_dns_gethostbyname4_r): New function.
2938         (gaih_getanswer_slice): Likewise.
2939         (gaih_getanswer): Likewise.
2940         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2941         __libc_res_nquery call.
2942         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2943         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2944         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2945         available.
2947 2008-05-05  David S. Miller  <davem@davemloft.net>
2949         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2950         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2952 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2954         Fix termios bit macros.
2955         Move *DLY definitions where they belong, in termios.h.
2956         Add *[0-3] definitions.
2957         Fixes confusion between VT and FF.
2958         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2959         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2960         are already defined to avoid collision with termios.h.
2961         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2962         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2963         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2964         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2965         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2966         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2967         VTDLY, VT0, VT1): New macros.
2968         [__USE_GNU] (OLCUC): Change value of macro.
2969         [__USE_XOPEN] (OFILL): New macro.
2970         [__USE_BSD] (CRTSCTS): Change value.
2971         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2972         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2973         (B7200, B14400, B28800, B76800): New macros.
2975 2008-05-01  David S. Miller  <davem@davemloft.net>
2977         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2978         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2979         (gen-as-const-headers): Add it.
2980         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2981         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2982         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2983         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2985         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2986         six system call parameters.
2987         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2989 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2991         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2992         RUSAGE_LWP.
2993         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2994         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2996 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2998         * stdlib/tst-setcontext.c: Include unistd.h.
3000 2008-04-25  David S. Miller  <davem@davemloft.net>
3002         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
3003         Pass "union semun" properly in to sys_ipc, it must be passed
3004         by value, not by reference.
3006 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
3008         * nscd/Makefile (nscd-cflags): Set back to -fpie.
3009         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
3010         * nscd/connections.c (mem_in_flight): Likewise.
3012         * nscd/nscd.h (dbs): Make hidden.
3014         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
3015         Avoid returning -1, return 0 instead.
3017 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
3019         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
3021 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
3023         [BZ #5209]
3024         * sysdeps/unix/sysv/linux/times.c: New file.
3026         [BZ #5381]
3027         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
3028         mem_in_flight_list variables.  Add new parameter to mempool_alloc
3029         prototype.
3030         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
3031         appropriate mem_in_flight element.
3032         (gc): Take allocations which have not yet been committed to the
3033         database into account.
3034         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
3035         Reset mem_in_flight before returning.
3036         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
3037         cue it up in mem_in_flight_list.
3038         * nscd/aicache.c: Adjust mempool_alloc call.
3039         * nscd/grpcache.c: Likewise.
3040         * nscd/hstcache.c: Likewise.
3041         * nscd/initgrcache.c: Likewise.
3042         * nscd/pwdcache.c: Likewise.
3043         * nscd/servicescache.c: Likewise.
3044         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
3045         of -fpie.
3047         * nscd/connections.c (handle_request): Provide better error message
3048         in case SELinux forbids the service.
3050         * version.h (VERSION): Bump to 2.8.90.
3052 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
3054         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
3056 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3058         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
3059         Also use for 32-bit.
3060         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
3061         __nextafter instead of nextafter to avoid local PLT.
3062         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
3063         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
3065         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
3067         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
3068         __fe_nomask_env.
3069         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
3070         <fenv_libc.h> instead of <fenv.h>.
3071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3074         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
3076         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
3077         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
3078         function from fegetexcept and make old name weak alias.
3079         * include/fenv.h: Declare __fegetexcept.
3080         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
3081         fegetexcept.
3082         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
3083         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
3084         to fetestexcept.
3085         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
3086         instead of frexpl to avoid local PLT.
3087         * math/s_significandl.c (__significandl): Use __ilogbl instead of
3088         ilogbl to avoid local PLT.
3089         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
3090         instead of ldexpl to avoid local PLT.
3091         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
3092         __roundl not roundl to avoid local PLT.
3093         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
3094         local PLTs.  Use __sincosl instead of separate sinl and cosl
3095         calls.
3096         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
3098         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
3099         version for ppc64 to 2.4.21 since without it makecontext will fail.
3101         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
3102         to the ABI in use.
3103         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
3104         .__tls_get_addr.
3105         [__powerpc64__] (TLS_GD): Likewise.
3107 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
3109         [BZ #4997]
3110         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
3111         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
3112         mantissa.
3113         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3114         Likewise.  Also account for when x is an odd number between 2^52
3115         and 2^53-1.
3116         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
3117         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3118         * math/libm-test.inc (lround_test, llround_test): Added test cases to
3119         detect aforementioned erroneous conditions.
3121 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3123         * configure.in: Check for -fno-section-anchors in addition to
3124         -fno-toplevel-reorder.
3126 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3128         * include/features.h (__GLIBC_MINOR__): Bump to 8.
3130         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
3131         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
3132         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
3133         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
3134         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
3135         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
3137 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3139         [BZ #5443]
3140         * time/era.c: Transform __libc_setlocale_lock into rwlock.
3141         * time/alt_digit.c: Likewise.
3142         * wcsmbs/wcsmbsload.c: Likewise.
3144 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
3146         * version.h (VERSION): Bump to 2.8.
3148         * timzeone/asia: Update from tzdata2008b.
3149         * timezone/backward: Likewise.
3150         * timezone/europe: Likewise.
3151         * timezone/northamerica: Likewise.
3152         * timezone/southamerica: Likewise.
3153         * timezone/iso3166.tab: Likewise.
3154         * timezone/leapseconds: Likewise.
3155         * timezone/zone.tab: Likewise.
3156         * timezone/private.h: Update from tzcode2008a.
3157         * timezone/zdump.c: Likewise.
3158         * timezone/zic.c: Likewise.
3160 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3162         [BZ #5741]
3163         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
3164         Define additonal Data Cache Block instruction macros.
3165         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
3166         Replace dcbst with dcbf and sync with sync/isync.
3168 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
3170         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
3171         Always set ELF_RTYPE_CLASS_PLT.
3172         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
3174 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
3176         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3177         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3178         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3179         For ISA 2.01 and later replace mftb with mfspr 268.
3181 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3183         [BZ #5768]
3184         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3185         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3187 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3189         [BZ #5768]
3190         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3191         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3192         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3193         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3195 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3197         * stdlib/tst-makecontext.c (othervar): New variable.
3198         (cf): Test sign extending the argument to long.
3200 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3202         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3203         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3204         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3205         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3206         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3207         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3208         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3210 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3212         * elf/Makefile (tests): Substitute tests-vis-yes here.
3213         (tests-vis-yes): Delete.
3214         (modules-name, modules-vis-yes): Similarly.
3216 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3218         [BZ #4407]
3219         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3220         Preserve sign in signgamp when x is zero.
3222 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3224         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3225         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3226         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3227         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3228         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3229         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3231 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3233         [BZ #4314]
3234         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3235         buffers.
3237         [BZ #5209]
3238         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3239         a reserved error value.
3241         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3242         value to check for correct sign extension.
3244         [BZ #5436]
3245         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3246         Copy 64-bit parameter values even though this is not required in
3247         the standard.
3249         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3250         PC save.
3252 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3254         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3255         PC save.
3257 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3259         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3261 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3263         [BZ #5998]
3264         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3265         in line-buffered stream failed.
3266         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3268 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3270         [BZ #6024]
3271         * scripts/abi-versions.awk: If the version specified by
3272         --enable-oldest-abi is older than the first version for this
3273         architecture, use the default version.
3275         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3276         as well when ignoring the whole category.
3278 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3280         [BZ #6042]
3281         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3282         ETHERTYPE_* definitions.
3283         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3285 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3287         * stdlib/mbtowc.c (__no_r_state): Remove.
3288         (mbtowc): New static state variable.  Use it instead of
3289         __no_r_state.
3290         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3291         (__wctomb_state): New hidden variable.
3292         (wctomb): Use __wctomb_state instead of __no_r_state.
3293         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3294         (__wctomb_state): New extern decl.
3295         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3297 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3299         [BZ #5475]
3300         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3302 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3304         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3306 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3308         * po/nl.po: Update from translation team.
3310 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3312         [BZ #6007]
3313         * string/strfry.c: Handle empty strings again.
3315 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3317         [BZ #5443]
3318         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3319         before looking for translation.
3320         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3321         * locale/freelocale.c: Likewise.
3322         * locale/newlocale.c: Likewise.
3323         * locale/setlocale.c: Likewise.
3324         Based partially on a patch by ryo@np.css.fujitsu.com.
3326 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3328         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3329         acquiring wrlock.  Do conv_tab allocation while holding lock.
3330         * intl/Makefile: Add rules to build and run tst-gettext6.
3331         * intl/tst-gettext6.c: New test.
3332         * intl/tst-gettext6.sh: New file.
3334 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3336         * po/nl.po: Update from translation team.
3338         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3339         provided through st_blksize, try the default size before giving up.
3341 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3343         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3345         [BZ #5939]
3346         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3348         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3349         error message.  POSIX today does not require the messages to be in
3350         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3352         [BZ #5979]
3353         * sunrpc/auth_unix.c: Unify printed strings.
3354         * sunrpc/clnt_tcp.c: Likewise.
3355         * sunrpc/clnt_udp.c: Likewise.
3356         * sunrpc/clnt_unix.c: Likewise.
3357         * sunrpc/svc_tcp.c: Likewise.
3358         * sunrpc/svc_udp.c: Likewise.
3359         * sunrpc/svc_unix.c: Likewise.
3360         * sunrpc/xdr.c: Likewise.
3361         * sunrpc/xdr_array.c: Likewise.
3362         * sunrpc/xdr_rec.c: Likewise.
3363         * sunrpc/xdr_ref.c: Likewise.
3364         * locale/programs/ld-time.c (time_finish): Unify messages.
3365         * locale/programs/locfile.c (handle_copy): Fix typo.
3366         * nscd/nscd.c (options): Fix typo.
3368         [BZ #5995]
3369         * stdlib/strtod_l.c: Use correct sign for result in one more
3370         underflow case.
3371         Patch by Eric Blake <ebb9@byu.net>.
3373 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3375         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3376         and creat system calls.
3377         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3378         call.
3379         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3380         system calls.
3381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3382         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3383         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3385 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3387         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3388         <linux/limits.h> has defined it.
3389         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3390         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3391         headers.
3392         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3393         it instead of ARG_MAX.
3395 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3397         * posix/gai.conf: Fix comment for scope nullbits.
3398         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3399         default to 128 bits for v4 mapped addresses.
3401 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3403         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3404         ptrace call to get the ieee_instruction_pointer from the kernel.
3405         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3406         ptrace call to set the ieee_instructtion_pointer.
3407         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3408         Add comment that ieee_instruction_pointer is always 0.
3410 2008-03-09  Andreas Jaeger  <aj@suse.de>
3412         [BZ #5857]
3413         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3414         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3415         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3417         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3418         (rint_test): Likewise.
3420 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3422         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3423         call.
3424         (__nisfind_server): Similar for open readColdStartFile call.
3425         Patch partially by Jim Meyering.
3426         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3427         around internal_setent call.
3429         * po/vi.po: New Vietnamese translation.
3431         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3432         ADJ_OFFSET_SS_READ.
3434         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3435         remove CLONE_STOPPED.
3437 2008-02-10  Jim Meyering  <meyering@redhat.com>
3439         Remove useless "if" before "free":
3440         * elf/ldconfig.c (parse_conf_include): Likewise.
3441         * gmon/gmon.c (weak_alias): Likewise.
3442         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3443         * inet/rcmd.c (__validuser2_sa): Likewise.
3444         * intl/bindtextdom.c (set_binding_values): Likewise.
3445         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3446         * libio/genops.c (save_for_backup): Likewise.
3447         * libio/wgenops.c (save_for_wbackup): Likewise.
3448         * locale/programs/ld-collate.c (collate_read): Likewise.
3449         * locale/programs/linereader.c (get_string): Likewise.
3450         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3451         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3452         * resolv/res_debug.c (do_section): Likewise.
3453         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3454         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3455         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3456         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3457         * time/tzset.c (tzset_internal): Likewise.
3459 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3461         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3462         of ASSEMBLER.
3464 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3466         [BZ #5903]
3467         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3468         not stream for output file.  Open output file here.
3469         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3470         and output file name.
3471         (process_fd): Likewise.
3472         (process_file): Likewise.
3473         (main): Adjust callers of changed functions.
3474         * iconv/iconv_prog.h: Adjust prototype.
3476 2008-03-09  Andreas Jaeger  <aj@suse.de>
3478         [BZ #5753]
3479         * sysdeps/ia64/ieee754.h: Use protected namespace
3480         __BIG_ENDIAN/__LITTLE_ENDIAN.
3481         * sysdeps/ieee754/ieee754.h: Likewise.
3482         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3484 2008-03-08  Roland McGrath  <roland@frob.com>
3486         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3487         ignore a signal that came from a machine exception, treat it as a
3488         fatal core-dump signal instead.
3489         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3491         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3492         Clear DF bit in thread state's eflags.
3493         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3495 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3497         [BZ #5774]
3498         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3499         of NAN(...) sequence.
3500         * stdlib/Makefile (tests): Add tst-strtod6.
3501         * stdlib/tst-strtod6.c: New file.
3503         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3505         [BZ #5762]
3506         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3507         putting offending option character in quotes.  Clean up error
3508         messages.
3509         * po/be.po: Adjust msgstr in translation file.
3510         * po/bg.po: Likewise.
3511         * po/ca.po: Likewise.
3512         * po/cs.po: Likewise.
3513         * po/da.po: Likewise.
3514         * po/de.po: Likewise.
3515         * po/es.po: Likewise.
3516         * po/fr.po: Likewise.
3517         * po/hr.po: Likewise.
3518         * po/ko.po: Likewise.
3519         * po/nl.po: Likewise.
3520         * po/rw.po: Likewise.
3521         * po/sk.po: Likewise.
3522         * po/sv.po: Likewise.
3523         * po/tr.po: Likewise.
3524         * po/zh_CN.po: Likewise.
3525         * po/zh_TW.po: Likewise.
3527         [BZ #5760]
3528         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3529         Patch by Roland Bless <roland@bless.de>.
3531         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3532         .o file.
3533         * elf/Makefile (routines): Add dl-sysdep.
3534         (elide-routines.os): Likewise.
3536 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3538         [BZ #5786]
3539         * elf/dl-sysdep.c: Undefine ROUND after use.
3540         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3541         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3542         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3543         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3544         to ...
3545         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3546         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3547         if necessary.
3548         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3550         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3551         _dl_tls_get_addr_soft element.
3552         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3553         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3554         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3555         GLRO.
3556         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3557         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3558         of internal_function.
3560         * stdlib/Makefile (aux): Add tens_in_limb.
3561         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3562         * stdlib/tens_in_limb.c: ...here.  New file.
3564         [BZ #5778]
3565         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3566         __statfs_chown_restricted.
3567         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3568         for _PC_CHOWN_RESTRICTED.
3569         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3570         Implement __statfs_chown_restricted.
3571         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3572         _POSIX_CHOWN_RESTRICTED value to zero.
3573         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3574         defined to zero.
3576         * sysdeps/x86_64/rtld-memset.c: New file.
3578 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3580         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3582         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3583         Barcelona machine.  Make default fall through branch of
3584         __x86_64_preferred_memory_instruction check as the integer code path.
3586 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3588         * sysdeps/x86_64/cacheinfo.c
3589         (__x86_64_preferred_memory_instruction): New variable.
3590         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3592         * sysdeps/x86_64/memset.S: Rewrite.
3594 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3596         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3597         __obstack_printf_chk): New prototypes.
3598         (__vasprintf_chk, __vdprintf_chk,
3599         __obstack_vprintf_chk): Likewise.
3600         Add libc_hidden_proto.
3601         * libio/obprintf.c
3602         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3603         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3604         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3605         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3606         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3607         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3608         __obstack_vprintf_chk): New prototypes.
3609         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3610         obstack_vprintf): New inlines.
3611         * debug/dprintf_chk.c: New file.
3612         * debug/vdprintf_chk.c: New file.
3613         * debug/asprintf_chk.c: New file.
3614         * debug/vasprintf_chk.c: New file.
3615         * debug/obprintf_chk.c: New file.
3616         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3617         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3618         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3619         @@GLIBC_2.8.
3620         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3621         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3622         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3623         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3624         libc_hidden_proto.
3625         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3626         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3627         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3628         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3629         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3630         @@GLIBC_2.8.
3631         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3632         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3633         obstack_vprintf_chk.
3634         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3635         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3636         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3637         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3638         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3639         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3641 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3643         [BZ #5779]
3644         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3645         Patch by Roy Marples <roy@marples.name>.
3647         [BZ #5736]
3648         * malloc/malloc.c: Fix typo in comment.
3650         [BZ #5627]
3651         * locale/iso-639.def: Add Shuswap.
3653 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3655         [BZ #5790]
3656         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3657         overwrite *h_errnop/*errnop values from getanswer_r in case of
3658         failure.
3660 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3662         [BZ #5818]
3663         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3664         (verify_persistent_db): Remove one unnecessary test and add a new one
3665         for bad configuration.
3666         (nscd_init): Improve error reported when persistent database cannot
3667         be reused.
3668         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3669         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3670         .suggested_module and .max_db_size and case config file says the
3671         values are zero.
3672         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3674         [BZ #5854]
3675         * nis/ypclnt.c (yp_order): Fix handling of return value of
3676         do_ypcall_tr call.
3677         Patch by Jeff Moyer <jmoyer@redhat.com>.
3679         * po/fr.po: Update from translation team.
3681 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3682             Carlos O'Donell <carlos@systemhalted.org>
3684         [BZ #5012]
3685         * FAQ.in: Describe why glibc needs to be compiled with
3686         optimization.
3688 2008-02-19  Roland McGrath  <roland@redhat.com>
3690         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3692 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3694         [BZ #5737]
3695         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3696         __USE_MISC is defined.
3698 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3700         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3701         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3702         sys/timerfd.h.
3703         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3704         timerfd_gettime, timerfd_settime.
3705         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3706         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3708 2008-02-08  Roland McGrath  <roland@redhat.com>
3710         * elf/elf.h (NT_PPC_SPE): New macro.
3712 2008-02-06  Roland McGrath  <roland@redhat.com>
3714         * Makerules ($(common-objpfx)sysd-rules):
3715         Depend on $(sysdep-makeconfigs).
3717 2008-01-31  Roland McGrath  <roland@redhat.com>
3719         [BZ #5442]
3720         * configure.in: Use -print-file-name if it yields a directory,
3721         for each of include and include-fixed.
3722         * configure: Regenerated.
3724         * Makeconfig (sysd-rules-targets): New variable.
3725         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3726         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3728 2008-01-30  Roland McGrath  <roland@redhat.com>
3730         * manual/libc.texinfo: Update back-cover text.
3732         * elf/elf.h (NT_386_TLS): New macro.
3734 2008-01-29  Roland McGrath  <roland@redhat.com>
3736         * Makeconfig (sysd-rules-patterns): New variable.
3737         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3738         (check-inhibit-asm): New canned sequence, replaces ...
3739         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3740         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3741         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3742         (CFLAGS-rtld): Variable removed.
3744 2008-01-24  Roland McGrath  <roland@redhat.com>
3746         * configure.in: Let configure fragments set base_os.
3747         * configure: Regenerated.
3749 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3751         * po/ko.po: Update from translation team.
3753 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3755         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3757 2008-01-12  Andreas Jaeger  <aj@suse.de>
3759         [BZ #5040]
3760         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3761         Add EPOLLRDHUP.
3763 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3765         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3766         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3767         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3769 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3771         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3772         * elf/dl-close.c (_dl_close): Check for it.
3773         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3774         (_dl_allocate_static_tls): Likewise.
3775         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3776         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3777         to it.
3778         * elf/tst-tls16.c: New file.
3779         * elf/tst-tlsmod16a.c: New file.
3780         * elf/tst-tlsmod16b.c: New file.
3781         * elf/Makefile: Add rules to build and run tst-tls16.
3783 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3785         [BZ #5628]
3786         * bits/shm.h: Fix comment describing shmid_ds.
3787         * sysdeps/gnu/bits/shm.h: Likewise.
3788         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3789         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3790         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3791         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3792         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3793         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3794         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3795         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3796         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3798         [BZ #5607]
3799         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3800         prototypes.
3801         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3802         additional suffixes.
3803         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3804         Add optional functions mq_timedreceive and mq_timedsend.
3805         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3806         * conform/data/pthread.h-data: Fix prototype of
3807         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3808         * conform/data/semaphore.h-data: Allow time.h definitions.
3809         * conform/data/signal.h-data: Likewise.
3810         * conform/data/stdio.h-data: getw and putw are not required in v6.
3811         * conform/data/stdlib.h-data: Change setstate prototype.
3812         * conform/data/string.h-data: Fix strerror_r prototype.
3813         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3814         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3815         Fix readlink prototype.
3816         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3817         in6addr_loopback.
3818         * inet/netinet/in.h: Cleanup namespace.
3819         * posix/regex.h: Likewise.
3820         * resolv/netdb.h: Likewise.
3821         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3822         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3823         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3824         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3825         of names of in in6_addr.
3826         (default_precedence): Likewise.
3827         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3828         NULL definition.
3830 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3832         * conform/data/fmtmsg.h-data: Add missing allows.
3833         * conform/data/ftw.h-data: Likewise.
3834         * conform/data/inttypes.h-data: Likewise.
3835         * conform/data/math.h-data: Likewise.
3836         * conform/data/signal.h-data: Likewise.
3837         * conform/data/net/if.h-data: Likewise.
3838         * conform/data/netinet/in.h-data: Likewise.
3839         * conform/data/sys/socket.h-data: Likewise.
3841         [BZ #5614]
3842         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3843         (__strtok_r): Simplify.
3844         * string/tester.c (test_strtok_r): Add test case for futile search
3845         with single-character seach string.
3847 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3849         * po/ko.po: Update from translation team.
3851 2008-01-11  Andreas Jaeger  <aj@suse.de>
3853         [BZ #5600]
3854         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3855         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3856         kernel header.
3858 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3860         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3861         native interface lookup in all the relevant places.
3863 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3864             Ulrich Drepper  <drepper@redhat.com>
3866         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3867         field.  Use sockaddr_in6 for source_addr.
3868         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3869         (match_prefix): Likewise.
3870         (get_label): Likewise.
3871         (get_precedence): Likewise.
3872         (rfc3484_sort): Change to use indirect access to results array.
3873         Adjust to use of sockaddr_in6.  Replace service_order test with
3874         simple index comparison.
3875         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3876         service_order field.  Adjust qsort_t calls.  Access sorted result
3877         array indirectly through order array.
3878         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3879         * posix/tst-rfc3484-2.c: Likewise.
3880         * posix/tst-rfc3484-3.c: Likewise.
3882 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3884         [BZ #5541]
3885         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3886         pollfd structures.
3887         Patch by André Cruz.
3889         [BZ #5545]
3890         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3891         (clnt_spcreateerror): Likewise.
3893         [BZ #5553]
3894         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3895         (public_mEMALIGn): Likewise.
3896         Patch mostly by Daniel Jacobowitz.
3898 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3900         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3901         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3902         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3903         * stdlib/tst-makecontext2.c: New test.
3905 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3907         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3908         defined.
3909         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3910         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3911         transliteration hooks and REINIT_PARAMS afterwards.
3912         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3913         status.
3914         (REINIT_PARAMS): Define.
3915         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3916         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3917         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3918         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3919         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3920         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3921         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3922         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3923         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3924         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3925         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3926         * iconvdata/tst-iconv7.c: New test.
3928 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3930         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3932 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3934         [BZ #5112]
3935         * nscd/connections.c (restart): Fix condition.
3937 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3939         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3940         __ctype_toupper_loc): Add __THROW.
3942 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3944         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3945         recognition of interface family.
3947         * posix/getconf.c: Update copyright year.
3948         * nss/getent.c: Likewise.
3949         * iconv/iconvconfig.c: Likewise.
3950         * iconv/iconv_prog.c: Likewise.
3951         * elf/ldconfig.c: Likewise.
3952         * catgets/gencat.c: Likewise.
3953         * csu/version.c: Likewise.
3954         * elf/ldd.bash.in: Likewise.
3955         * elf/sprof.c (print_version): Likewise.
3956         * locale/programs/locale.c: Likewise.
3957         * locale/programs/localedef.c: Likewise.
3958         * nscd/nscd.c (print_version): Likewise.
3959         * debug/xtrace.sh: Likewise.
3960         * malloc/memusage.sh: Likewise.
3961         * malloc/mtrace.pl: Likewise.
3962         * debug/catchsegv.sh: Likewise.
3964 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3966         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3967         second lookup.
3969 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3971         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3972         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3974 2007-12-17  Roland McGrath  <roland@redhat.com>
3976         * inet/ether_line.c (ether_line): Remove unused variable.
3978 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3980         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3981         and winp.
3982         * login/openpty.c (openpty): Likewise.
3983         * login/pty.h (openpty, forkpty): Likewise.
3984         * manual/terminal.texi (openpty, forkpty): Likewise.
3986 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3988         * malloc/malloc.c (public_cALLOc): For arenas other than
3989         main_arena, count all bytes inside the mprotect_size range of the
3990         heap as uninitialized.
3992 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3994         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3995         executable stacks.
3997         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3998         mTRIm for all of them.
3999         (mTRIm): Additionally iterate over all free blocks and use madvise
4000         to free memory for all those blocks which contain at least one
4001         memory page.
4002         * malloc/tst-trim1.c: New file.
4003         * malloc/Makefile (tests): Add tst-trim1.
4005         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
4007 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
4009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
4010         First cast argument to long
4011         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
4012         Return long.
4013         (__vdso_clock_gettime): Likewise.
4014         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
4015         return long.
4017 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
4019         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
4020         * locale/nl_langinfo_l.c: Real implementation, copied from
4021         nl_langinfo.c.
4022         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
4024 2007-12-01  Jim Meyering  <meyering@redhat.com>
4026         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4027         that would inhibit utf8-optimization of a regexp containing line-
4028         or buffer-anchors, e.g., `^', `$'.
4030 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4032         * time/bug-getdate1.c (do_test): Don't use century values which
4033         aren't valid on 32-bit systems.
4035 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
4037         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
4038         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
4039         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
4040         __strcat_g, __strncat_g): Add __asm__.
4042 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
4044         [BZ #5477]
4045         * io/fchmodat.c: Fix typo in stub_warning use.
4046         Patch by Petr Salinger.
4048 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
4050         * iconvdata/hp-thai8.c: New file.
4051         * iconvdata/Makefile: Add rules for hp-thai8.c.
4052         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
4053         * iconvdata/gconv-modules: Likewise.
4055         [BZ #5464]
4056         * iconvdata/hp-greek8.c: New file.
4057         * iconvdata/Makefile: Add rules for hp-greek8.c.
4058         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
4059         * iconvdata/gconv-modules: Likewise.
4061         [BZ #5463]
4062         * iconvdata/hp-turkish8.c: New file.
4063         * iconvdata/Makefile: Add rules for hp-turkish8.c.
4064         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
4065         * iconvdata/gconv-modules: Likewise.
4067         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
4068         (shrink_heap): ... this new function.
4069         (heap_trim): Call shrink_heap instead of grow_heap.
4071         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
4072         case don't call alloc_perturb.
4074 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
4076         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
4077         possible.
4078         * sysdeps/unix/sysv/linux/kernel-features.h
4079         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
4080         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
4082 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
4084         [BZ #5424]
4085         * stdio-common/vfprintf.c: Do not overflow when adding to done.
4086         * stdio-common/Makefile (tests): Add bug22.
4087         * stdio-common/bug22.c: New file.
4089         [BZ #5451]
4090         * time/getdate.c: Fix filling in default values.
4091         * time/bug-getdate1.c: New file.
4092         * time/Makefile: Add rules to build and run bug-getdate1.
4094         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
4095         * iconvdata/ebcdic-es.c: Likewise.
4096         * iconvdata/ebcdic-es-a.c: Likewise.
4097         * iconvdata/ebcdic-uk.c: Likewise.
4098         * iconvdata/iso8859-16.c: Likewise.
4099         * iconvdata/viscii.c: Likewise.
4100         * iconvdata/iso8859-9e.c: Likewise.
4101         * iconvdata/Makefile: Adjust appropriately.
4103         [BZ #5428]
4104         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
4105         __need_wint_t.
4107 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4109         [BZ #5427]
4110         * iconvdata/hp-roman9.c: New file.
4111         * iconvdata/Makefile: Add rules for hp-roman9.c.
4112         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
4113         * iconvdata/gconv-modules: Likewise.
4115         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
4116         * iconvdata/Makefile: Adjust appropriately.
4118         [BZ #5441]
4119         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
4120         structure, it's allocated with alloca.
4121         * stdio-common/Makefile (tests): Add bug21.
4122         * stdio-common/bug21.c: New file.
4124 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
4126         [BZ #5452]
4127         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
4128         keyword for gcc's braced-groups.
4130 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4132         [BZ #5454]
4133         * inet/ether_line.c: Strip hostname of whitespaces.
4134         * inet/Makefile (tests): Add tst-ether_line.
4135         * inet/tst-ether_line.c: New file.
4137 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
4139         [BZ #5439]
4140         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
4142         [BZ #5435]
4143         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
4145         * stdlib/tst-setcontext.c: Catch the case where the links gets
4146         messed up and we do not reach main again.
4148         * po/ca.po: Update from translation team.
4150 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
4152         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
4153         * posix/regex.h (REG_ENOSYS): Likewise.
4154         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
4156 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
4158         * nscd/nscd.h (MAX_STACK_USE): Define.
4159         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
4160         (gc): Initialize stack_used based on allocation in prune_cache.
4161         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
4162         Clear array before use.
4164         * nscd/aicache.c (addhstaiX): Update statistics counter in case
4165         memory allocation failed.
4166         * nscd/hstcache.c (cache_addhst): Likewise.
4167         * nscd/grpcache.c (cache_addgr): Likewise.
4168         * nscd/servicescache.c (cache_addserv): Likewise.
4169         * nscd/pwdcache.c (cache_addpw): Likewise.
4170         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4172 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
4175         and creat system calls.
4177         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4179 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4181         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4182         Add netiucv/iucv.h.
4183         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4184         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4185         protocol.
4186         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4187         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4188         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4190 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4192         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4193         strncat): Define as macros to avoid compile errors.
4195         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4196         creat entries.
4198 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4200         [BZ #5382]
4201         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4202         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4203         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4204         overflow it.
4205         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4207         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4208         Return zero in case the thread library is not NPTL.
4210         [BZ #5375]
4211         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4212         initializing interface list.
4214         [BZ #5378]
4215         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4216         use result of nss_getgrgid_r if nothing was found.  For other
4217         error return with a failure.
4218         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4220         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4221         macro name.
4223 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4225         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4226         (get_scope): For IPv4 scope, use scopes table.
4227         (fini): Free scopes table if necessary.
4228         (free_scopelist): New function.
4229         (scopecmp): New function.
4230         (gaiconf_init): Also handle scopev4 entries.
4231         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4232         * posix/tst-rfc3484-2.c (do_test): Likewise.
4233         * posix/gai.conf: Document scopev4 defaults.
4234         * posix/Makefile (tests): Add tst-rfc3484-3.
4235         * posix/tst-rfc3484-3.c: New file.
4237         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4238         Teredo tunnels.
4239         * posix/gai.conf: Update for current default tables.
4241 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4243         * po/tr.po: Update from translation team.
4245 2007-11-18  Roland McGrath  <roland@frob.com>
4247         * manual/arith.texi (Remainder Functions): Spelling fix.
4248         From Shaun Silk <genix@mysoul.com.au>.
4250         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4252 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4254         * po/zh_CN.po: Update from translation team.
4256         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4257         Add sys/signalfd.h and sys/eventfd.h.
4259 2007-11-15  Bruno Haible  <bruno@clisp.org>
4261         [BZ #5346]
4262         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4263         union.
4264         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4265         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4266         it needs only fixed stack space. Delay the initialization of
4267         msgid_len until it is needed.
4269 2007-11-15  Andreas Jaeger  <aj@suse.de>
4271         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4272         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4274 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4276         * po/ko.po: Update from translation team.
4278 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4280         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4281         significantly.  The device type is also part of the ifinfomsg data.
4283         * po/sv.po: Update from translation team.
4284         * po/nl.po: Likewise.
4286         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4287         to wake up in 24 hours.
4289         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4291 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4293         * po/cs.po: Update from translation team.
4294         * po/pl.po: Likewise.
4296         * include/ifaddrs.h: Remove in6ai_temporary.
4297         (struct in6addrinfo): Add index element.
4298         Declare __check_native.
4299         * inet/Makefile (aux): Add check_native.
4300         * sysdeps/unix/sysv/linux/check_native.c: New file.
4301         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4302         IFA_F_TEMPORARY.  Pass back ifa_index.
4303         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4304         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4305         call __check_native if necessary.
4306         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4307         to sort addresses.  Pass information about the results.
4308         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4309         of rfc3484_sort interface.
4310         * posix/tst-rfc3484-2.c: Likewise.
4312         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4313         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4314         for _quicksort.
4315         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4316         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4317         on as third parameter to compare function and _quicksort.
4318         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4319         to the compare function.
4320         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4321         * Versions.def: Add GLIBC_2.8 for libc.
4323         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4324         * posix/tst-rfc3484-2.c: Likewise.
4326         * include/kernel-features.h: Moved to...
4327         * sysdeps/mach/hurd/kernel-features.h: ...here.
4329 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4331         * sysdeps/i386/i586/memcpy_chk.S: New file.
4332         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4333         * sysdeps/i386/i586/memset_chk.S: Likewise.
4335 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4337         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4338         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4339         list of interfaces.  Also store prefix length.
4340         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4341         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4342         prefix if source and destination address are in the same subnet.
4343         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4344         Always look for matching record in in6ai list.
4345         Correct source_addr_len value for IPv6->IPv4 converted records.
4347 2007-11-11  Roland McGrath  <roland@frob.com>
4349         * include/kernel-features.h: New file.
4351 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4353         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4354         complications for 64-bit platforms.
4356         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4357         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4358         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4359         open64_2.
4360         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4361         entries.
4362         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4363         * sysdeps/wordsize-64/alphasort.c: New file.
4364         * sysdeps/wordsize-64/alphasort64.c: New file.
4365         * sysdeps/wordsize-64/fseeko.c: New file.
4366         * sysdeps/wordsize-64/fseeko64.c: New file.
4367         * sysdeps/wordsize-64/ftello.c: New file.
4368         * sysdeps/wordsize-64/ftello64.c: New file.
4369         * sysdeps/wordsize-64/ftw.c: New file.
4370         * sysdeps/wordsize-64/ftw64.c: New file.
4371         * sysdeps/wordsize-64/iofgetpos.c: New file.
4372         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4373         * sysdeps/wordsize-64/iofopen.c: New file.
4374         * sysdeps/wordsize-64/iofopen64.c: New file.
4375         * sysdeps/wordsize-64/iofsetpos.c: New file.
4376         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4377         * sysdeps/wordsize-64/lockf.c: New file.
4378         * sysdeps/wordsize-64/lockf64.c: New file.
4379         * sysdeps/wordsize-64/mkostemp.c: New file.
4380         * sysdeps/wordsize-64/mkostemp64.c: New file.
4381         * sysdeps/wordsize-64/mkstemp.c: New file.
4382         * sysdeps/wordsize-64/mkstemp64.c: New file.
4383         * sysdeps/wordsize-64/scandir.c: New file.
4384         * sysdeps/wordsize-64/scandir64.c: New file.
4385         * sysdeps/wordsize-64/tmpfile.c: New file.
4386         * sysdeps/wordsize-64/tmpfile64.c: New file.
4387         * sysdeps/wordsize-64/versionsort.c: New file.
4388         * sysdeps/wordsize-64/versionsort64.c: New file.
4389         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4390         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4391         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4392         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4393         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4394         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4395         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4396         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4397         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4398         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4399         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4400         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4402         * crypt/sha256-crypt.c: Fix a comment.
4403         * crypt/sha512-crypt.c: Likewise.
4405 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4407         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4409 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4411         [BZ #5277]
4412         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4413         because output buffer is too small break, don't loop.
4414         * iconvdata/Makefile (tests): Add bug-iconv6.
4415         * iconvdata/bug-iconv6.c: New file.
4417 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4419         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4420         with size_t type.
4421         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4422         size_t.  Add casts where needed.
4424         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4425         old headers, don't call avc_has_perm if we don't have the
4426         permission information.
4428 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4430         * elf/rtld.c (dl_main): Use the page size to find the map start.
4432 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4434         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4435         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4437         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4438         when the lookup call failed.
4440         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4441         Add prune_cond and wakeup_time.
4442         (CACHE_PRUNE_INTERNAL): Define.
4443         Update declarations of prune_cache and setup_thread.
4444         * nscd/connections.c (dbs): Update initializers.
4445         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4446         (nscd_init): Default number of threads is now 4.
4447         (invalidate_cache): Take lock before calling prune_cache.
4448         (handle_request): If SELinux forbids the request, say so.
4449         (readylist_cond): Use static initializer.
4450         (nscd_run_prune): New function.  Used only by pruning threads.
4451         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4452         here.
4453         (fd_ready): Update nscd_run reference.
4454         (start_threads): No need to initialize readylist_cond.
4455         Start pruning threads separately.
4456         * nscd/nscd_setup_thread.c: Change return value type to int and always
4457         return 0.
4458         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4459         to int and return nonzero value if we can use the TID address hack.
4460         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4461         the database is later than the new entry's timeout, update the
4462         wakeup time and wake the cleanup thread.
4463         (prune_cache): Return seconds the next entry in the database is still
4464         valid.  Remove locking for pruning here.
4465         * nscd/nscd.conf: Document default number of threads.
4467 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4469         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4470         stack is properly aligned for the target function.
4471         Correct unwind info.
4473         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4474         when using auditing libraries.
4476 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4478         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4479         _nss_dns_getnetbyaddr2_r.
4480         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4481         extra parameter to getanswer_r.
4482         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4483         _nss_dns_getnetbyaddr2_r.
4485         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4486         gethstbynm3_r.
4487         * nscd/gethstbynm2_r.c: Remove.
4488         * nscd/gethstbynm3_r.c: New file.
4489         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4490         __gethostbyaddr_r.
4491         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4492         __gethostbyaddr_r compatibility wrapper.
4493         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4494         determining timeout of entry.
4495         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4496         __gethostbyaddr2_r.
4497         (addhstbyX): Pass reference to variable for TTL to lookup and
4498         cache_addhst.
4499         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4500         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4501         and __nss_next2.  Remove __nss_services_lookup.
4502         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4503         Add compat wrapper.
4504         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4505         __nss_next2.
4506         * nss/getXXent_r.c: Likewise.
4507         * nss/getnssent_r.c: Likewise.
4508         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4509         does not exist in module, try the optional second name.
4510         (__nss_next2): New function.
4511         (__nss_next): Now wrapper around __nss_next2.
4512         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4513         Declare __nss_next2.
4514         Adjust definition of db_lookup_function type.
4515         * nss/service-lookup.c: Define NO_COMPAT.
4516         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4517         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4518         * inet/ether_ntoh.c: Likewise.
4519         * sunrpc/netname.c: Likewise.
4520         * sunrpc/publickey.c: Likewise.
4521         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4522         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4523         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4524         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4525         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4527         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4529         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4531 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4533         [BZ #5204]
4534         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4535         * crypt/sha512c-test.c: Likewise.
4537         [BZ #5225]
4538         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4539         to keep track of end of %[ format string element.
4540         * stdio-common/Makefile (tests): Add bug20.
4541         * stdio-common/bug20.c: New file.
4543         [BZ #5222]
4544         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4545         path elements in counting mode.
4547 2007-10-27  Andreas Jaeger  <aj@suse.de>
4549         [BZ #5040]
4550         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4552         [BZ #3112]
4553         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4554         (__cleanup): Free shared library when exiting.
4555         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4556         (__cleanup): Free shared library when exiting.
4558 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4560         [BZ #2549]
4561         * math/libm-test.inc (check_float_internal): Support
4562         denormalized return.
4564 2007-10-23  Andreas Jaeger  <aj@suse.de>
4566         [BZ #5208]
4567         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4568         __LONG_LONG_PAIR to handle little endian byte order.
4569         Suggested by abhishekrai@google.com
4571 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4573         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4575 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4577         * nscd/cache.c (prune_cache): Move test for modified file outside
4578         of locking.
4580 2007-10-21  Andreas Jaeger  <aj@suse.de>
4582         * manual/texinfo.tex: Update to latest version.
4584         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4586         * manual/arith.texi (Status bit operations): Fix formatting.
4588         * manual/errno.texi (Error Messages): Fix formatting.
4590         * manual/sysinfo.texi (System Parameters): Fix formatting.
4592         * manual/libc.texinfo: Update VERSION and UPDATED.
4594 2007-10-19  Roland McGrath  <roland@redhat.com>
4596         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4598 2007-10-06  David S. Miller  <davem@davemloft.net>
4600         * configure.in: Add sparcv9v2 and sparc64v2.
4601         * scripts/config.sub: Likewise.
4602         * configure: Regenerate.
4603         * elf/elf.h (HWCAP_SPARC_N2): New.
4604         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4605         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4606         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4607         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4608         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4609         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4610         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4612 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4614         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4615         even if the poll result indicates there is data to read.
4616         Patch by Jeff Moyer <jmoyer@redhat.com>.
4618 2007-10-18  Roland McGrath  <roland@redhat.com>
4620         * elf/elf.h (NT_PPC_VMX): New macro.
4622 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4624         * version.h (VERSION): Set to 2.7.90.
4626 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4628         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4629         weak_alias.
4631 2007-10-17  Roland McGrath  <roland@frob.com>
4633         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4634         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4636 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4638         * version.h (VERSION): Bump to 2.7.
4639         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4641         [BZ #5186]
4642         * time/tzset.c (__tz_convert): Don't force testing for a change of
4643         TZ if not called from localtime.  But then also see whether the
4644         file changed, in case __use_tzfile is set.
4646         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4647         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4648         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4649         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4650         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4651         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4652         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4653         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4655 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4657         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4658         and admin selects to be able to replace the gai.conf file, lock
4659         data structures around the qsort call.
4661 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4663         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4664         new memset.
4665         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4666         too high for the improvements.  Implement bzero unconditionally for
4667         use in libc.
4669 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4670             Jakub Jelinek  <jakub@redhat.com>
4672         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4673         even when time_t is 32-bit.
4674         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4675         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4676         always set after the search.
4678 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4680         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4681         unreachable code on 32-bit machines.
4683 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4685         [BZ #5184]
4686         * time/strftime_l.c: Include stdbool.h.
4687         (my_strftime): New wrapper, old function renamed to...
4688         (__strftime_internal): ... new function.  Add tzset_called
4689         argument, pass it down to recursive calls, don't call tzset ()
4690         if already true, set to true after call to tzset ().
4692 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4694         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4695         into account when copying TZ string.
4697 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4699         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4700         num_transition rather than num_transitions - 1.
4702 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4704         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4705         PIC indirect jump.
4707         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4708         a local label rather than HIDDEN_JUMPTARGET.
4710 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4712         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4713         (init_cacheinfo): Initialize it.
4714         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4715         Always define bzero.
4716         Remove non-glibc code.
4717         * sysdeps/x86_64/bzero.S: Make an empty file.
4719 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4721         * sysdeps/x86_64/cacheinfo.c
4722         (__x86_64_preferred_memory_instruction): New.
4723         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4725         * sysdeps/x86_64/memset.S: Rewrite.
4727 2007-10-15  Roland McGrath  <roland@redhat.com>
4729         * po/libc.pot: Regenerated.
4731 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4733         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4734         pointers.
4736         [BZ #3425]
4737         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4738         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4739         address record to T_A/T_AAAA requests.
4741 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4743         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4745         * posix/glob.c: Add some branch prediction throughout.
4747         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4748         read from nscd.
4750         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4751         service_order.
4752         (rfc3484_sort): Make sure that even if qsort doesn't support
4753         stable sorting out sorting here is stable by comparing service_order.
4754         (getaddrinfo): Initialize service_order.
4755         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4756         service_order field to sorting structure.
4757         * posix/tst-rfc3484-2.c (do_test): Likewise.
4759         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4760         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4761         __tzset_parse_tz and updating of daylight, timezone, tzname into
4762         update_vars.
4763         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4764         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4765         happens in __tz_compute.
4766         * time/tzfile.c (__tzfile_read): Also read TZ string.
4767         (find_transition): Fold into __tzfile_compute.
4768         (__tzfile_compute): For times beyond the last transition try to
4769         use the TZ string.
4770         * timezone/tst-timezone.c: Information in daylight and tzname does
4771         change for Asia/Tokyo timezone with more concrete information.
4772         Remove the test.
4774         * include/stdio.h: Add libc_hidden_proto for ftello.
4775         * libio/ftello.c: Add libc_hidden_def.
4777         [BZ #1140]
4778         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4779         on the specified time and not the last entries in the file.  Move
4780         code to determine tzname[] to...
4781         (find_transition): ...here.  Add ugly guess for times before the
4782         first transition.
4784 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4786         [BZ #3195]
4787         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4788         no entry.
4789         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4790         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4791         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4792         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4794         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4795         read mechanism when there are no group members and avoid no-op
4796         read syscall in this case.
4798         [BZ #3242]
4799         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4800         (__readall): If reading failed due to EAGAIN error wait a bit
4801         and possibly try again.
4802         (__readvall): Likewise.
4804 2007-10-13  Bruno Haible  <bruno@clisp.org>
4806         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4807         when we cannot recode the message.
4809 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4811         [BZ #4359]
4812         * libio/__freading.c (__freading): Don't return true for
4813         write-only streams.  For read/write streams, check whether we
4814         performed a read operation already.
4815         * libio/Makefile (tests): Add tst-ext2.
4816         * libio/tst-ext2.c: New file.
4818 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4820         * locale/programs/repertoire.c (repertoire_read): Always free
4821         memory for repertoire file name [Coverity CID 270].
4823         * elf/cache.c (save_aux_cache): Free memory allocated for
4824         temporary file name [Coverity CID 267].
4826 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4828         * misc/Makefile (headers): Add bits/error.h.
4830 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4832         * posix/fnmatch_loop.c: Take rule index returned as part of
4833         findidx return value into account when accessing weights.
4834         * posix/regcomp.c: Likewise.
4835         * posix/regexec.c: Likewise.
4837         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4838         (skip_to): Fix problems with parameter of elifdef/elifndef.
4840 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4842         * iconv/gconv_simple.c: Add some branch prediction.
4844 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4846         * locale/programs/ld-collate.c (collate_read): If ignore_content
4847         and nowtok is tok_define, eat any tok_eol tokens.
4849 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4851         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4852         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4854         * inet/netinet/in.h: Don't include bits/socket.h.
4855         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4856         macro.
4857         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4859 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4861         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4862         and tok_elifndef.
4863         * locale/programs/locfile-kw.gperf: Likewise.
4864         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4866 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4868         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4869         (__find_specwc): Change into __extern_always_inline function.
4870         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4871         (__parse_one_specmb): Remove ps argument.
4872         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4873         Adjust __find_specmb and __parse_one_specmb callers.
4874         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4875         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4876         Removed.
4877         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4878         caller.
4880 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4882         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4883         with some Pentium Ds.
4885 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4887         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4888         __read not read.
4889         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4890         __write not write.
4892 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4894         [BZ #181]
4895         * locale/C-time.c: Set week_1stday data to 19971201.
4896         * locale/programs/ld-time.c (time_finish): Default for
4897         first_workday is Monday.
4899         [BZ #2633]
4900         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4902         [BZ #5103]
4903         * posix/glob.c (glob): Recognize patterns starting \/.
4904         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4905         (main): Add test for pattern starting \/.
4907         * misc/error.h: Use __const instead of const.
4908         * misc/bits/error.h: Likewise.
4910 2007-10-07  Andreas Jaeger  <aj@suse.de>
4912         * include/bits/error.h: New file.
4914         * misc/bits/error.h (error_at_line): Fix prototype.
4916 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4918         [BZ #3924]
4919         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4920         more little bugs in creating the stack frame when pltexit has to
4921         be called.
4923         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4924         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4926         [BZ #4407]
4927         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4928         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4929         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4930         * math/libm-test.inc: Add test for this case.
4932         [BZ #5010]
4933         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4934         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4935         map service succeeded.
4936         (svc_is_mapped): New function.
4937         (svc_unregister): Use it before trying to unmap service.
4939 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4941         * timezone/zic.c: Update from tzcode2007h.
4943         [BZ #5063]
4944         * timezone/africa: Update from tzdata2007h.
4945         * timezone/antarctica: Likewise.
4946         * timezone/asia: Likewise.
4947         * timezone/australasia: Likewise.
4948         * timezone/europe: Likewise.
4949         * timezone/leapseconds: Likewise.
4950         * timezone/northamerica: Likewise.
4951         * timezone/southamerica: Likewise.
4952         * timzeone/zone.tab: Likewise.
4954         [BZ #5104]
4955         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4957         [BZ #5113]
4958         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4959         avoid warning with -Wconversion.
4960         (__strndup): Likewise.
4961         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4963         [BZ #5112]
4964         * nscd/connections.c (restart): Don't resync if database is
4965         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4967         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4968         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4970         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4971         evetnfd_read, eventfd_write.
4972         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4973         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4974         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4975         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4976         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4977         eventfd_write for GLIBC_2.7.
4979         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4980         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4981         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4982         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4984 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4986         * stdlib/msort.c: Include stdint.h.
4987         (struct msort_param): New type.
4988         (msort_with_tmp): Use struct msort_param pointer for unchanging
4989         parameters.  Add optimized handling for several common sizes
4990         and indirect sorting mode.
4991         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4992         sorting.
4993         Suggested by Belazougui Djamel .
4995         * stdlib/Makefile (tests): Add tst-qsort2.
4996         * stdlib/tst-qsort2.c: New test.
4998 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
5000         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
5001         for dup2 in case another thread races with the current one.  Retry
5002         in this case.
5004         * misc/error.h: Remove support for use outside of libc.  We have to
5005         include <features.h> now.  Include <bits/error.h> if possible.
5006         * misc/bits/error.h: New file.
5008 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
5010         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
5011         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
5012         __extern_always_inline functions unconditionally, drop macros.
5014         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
5015         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
5016         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
5018         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
5019         add __artificial__ attribute.
5021 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
5023         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
5024         backward to forward direction.
5026         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
5028         [BZ #645]
5029         * locale/programs/ld-collate.c (collate_finish): Compare against last
5030         used section which is known to have rules defined.
5031         (collate_read): After order_start, correctly record order of sections
5032         and queue sections up.
5034 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
5036         [BZ #5071]
5037         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
5038         the same number of pages.
5039         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
5041         * locale/programs/ld-collate.c (collate_read): After initial copy
5042         statement, continue in state 0.
5044         * include/stdio_ext.h (__fsetlocking): Define as macro.
5046 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
5048         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
5049         of section order.
5051         * po/pt_BR.po: Fix typo.
5053 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
5055         * iconvdata/Makefile (modules): Add ISO8859-9E.
5056         (distribute): Add iso8859-9e.c.
5057         (gen-8bit-gap-modules): Add iso8859-9e.
5058         * iconvdata/iso8859-9e.c: New file.
5059         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
5060         * iconvdata/TESTS: Likewise.
5061         * iconvdata/tst-tables.sh: Likewise.
5063         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5065         * locale/iso-639.def: Add several new entries.
5067 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5069         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
5070         void * pointers instead of struct link_map **.
5071         (_dl_scope_free): Change argument type to void *.
5072         * include/link.h (struct link_map): Change type of l_reldeps
5073         to struct link_map_reldeps, move l_reldepsact into that
5074         struct too.
5075         * elf/dl-deps.c: Include atomic.h.
5076         (_dl_map_object_deps): Only change l->l_initfini when it is
5077         fully populated, use _dl_scope_free for freeing it.  Optimize
5078         removal of libs from reldeps by using l_reserved flag, when
5079         some removal is needed, allocate a new list instead of
5080         reallocating and free the old with _dl_scope_free.  Adjust
5081         for l_reldeps and l_reldepsact changes.
5082         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
5083         searching in l_initfini and l_reldeps without holding dl_load_lock.
5084         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
5085         l_reldepsact changes.
5086         * elf/dl-close.c (_dl_close_worker): Likewise.
5087         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
5089 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
5091         * iconvdata/Makefile (modules): Add KOI8-RU.
5092         (distribute): Add koi8-ru.c.
5093         (gen-8bit-gap-modules): Add koi8-ru.
5094         * iconvdata/koi8-ru.c: New file.
5095         * iconvdata/gconv-modules: Add entries for KOI8-RU.
5096         * iconvdata/TESTS: Likewise.
5097         * iconvdata/tst-tables.sh: Likewise.
5099         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5101 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
5103         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
5104         with __warning__/__error__ attributes.
5105         (__warnattr): Define.
5106         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
5107         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
5108         __warnattr.
5109         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
5110         of __*_chk if compile time detectable overflow is found.
5111         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
5112         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
5113         with __warnattr.
5114         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
5115         instead of __*_chk if compile time detectable overflow is found.
5116         (__gets_alias): Rename to...
5117         (__gets_warn): ... this.  Add __warnattr.
5118         (gets): Call __gets_warn instead of __gets_alias.
5119         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
5120         aliases with __warnattr.
5121         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
5122         time detectable overflow is found.
5123         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
5124         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
5125         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
5126         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
5127         __getdomainname_chk_warn): New aliases with __warnattr.
5128         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
5129         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
5130         __*_chk_warn instead of __*_chk if compile time detectable overflow
5131         is found.
5132         (__getgroups_chk): Rename argument to __listlen from listlen.
5133         (__getwd_alias): Rename to...
5134         (__getwd_warn): ... this.  Add __warnattr.
5135         (getwd): Call __getwd_warn instead of __getwd_alias.
5136         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
5137         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
5138         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
5139         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
5140         __wcsnrtombs_chk_warn): New aliases with __warnattr.
5141         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
5142         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
5143         compile time detectable overflow is found.
5144         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
5145         to use __*_chk or not.
5146         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
5147         in comparisons which function should be called and in __*_chk*
5148         arguments.  Call __*_chk_warn instead of __*_chk if compile time
5149         detectable overflow is found.
5150         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
5151         __*_chk argument.
5152         * debug/tst-chk1.c (do_test): Add a few more tests.
5154 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
5156         [BZ #5058]
5157         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
5158         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
5159         (_nl_unload_domain): Finalize conversions_lock.
5160         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
5161         handling table of known conversions.
5163 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5165         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
5166         close_not_cancel_no_status instead of close.
5168 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
5170         [BZ #5028]
5171         * posix/regcomp.c (lookup_collation_sequence_value): Check that
5172         nrules != 0 for multibyte chars.
5174 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
5176         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5177         Provide better error message in case the type is unknown.
5179         [BZ #4963]
5180         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5181         * string/stratcliff.c: Make usable to test wide char functions.
5182         * wcsmbs/wcsatcliff.c: New file.
5183         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5185         [BZ #4972]
5186         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5187         (distribute): Add mac-centraleurope.c.
5188         (gen-8bit-gap-modules): Add mac-centraleurope.
5189         * iconvdata/mac-centraleurope.c: New file.
5190         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5191         * iconvdata/TESTS: Likewise.
5192         * iconvdata/tst-tables.sh: Likewise.
5194         [BZ #5043]
5195         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5197 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5199         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5200         from __x86_64_core_cache_size_half.
5201         (init_cacheinfo): Compute shared cache size for AMD processors with
5202         shared L3 correctly.
5203         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5204         name change.
5205         Patch in large parts by Evandro Menezes.
5207 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5209         * elf/dl-lookup.c (add_dependency): Handle failing memory
5210         allocation for dependency list.  Remove unnecessary check.
5212         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5213         open/close when determining source addresses.
5215         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5216         sha512-crypt, and sha512.
5217         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5218         (distribute): Add sha256.h and sha512.h.
5219         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5220         and call the appropriate code.
5221         * crypt/sha256-crypt.c: New file.
5222         * crypt/sha256.c: New file.
5223         * crypt/sha256.h: New file.
5224         * crypt/sha256c-test.c: New file.
5225         * crypt/sha256test.c: New file.
5226         * crypt/sha512-crypt.c: New file.
5227         * crypt/sha512.c: New file.
5228         * crypt/sha512.h: New file.
5229         * crypt/sha512c-test.c: New file.
5230         * crypt/sha512test.c: New file.
5232 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5234         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5235         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5236         __syslog_chk.
5238 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5240         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5241         %as in fscanf format strings.
5243         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5244         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5245         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5246         Likewise.
5247         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5248         Likewise.
5250         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5251         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5252         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5253         * elf/dl-sym.c (do_sym): Likewise.
5254         * include/link.h (struct link_map): Add l_serial field.
5255         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5256         * elf/dl-lookup.c (add_dependency): Add flags argument.
5257         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5258         flags, use THREAD_GSCOPE_RESET_FLAG before and
5259         THREAD_GSCOPE_SET_FLAG after
5260         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5261         Don't dereference map until it has been found on some list.
5262         If map->l_serial changed, return -1.
5264 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5266         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5267         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5268         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5269         libc_hidden_proto.
5270         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5271         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5272         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5273         add libc_hidden_proto.
5274         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5275         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5276         conformance requested.
5277         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5278         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5279         conformance requested.
5280         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5281         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5282         conformance requested.
5283         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5284         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5285         ISO C99 or POSIX conformance requested.
5286         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5287         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5288         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5289         and __isoc99_vsscanf@@GLIBC_2.7.
5290         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5291         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5292         (tests): Add scanf14.
5293         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5294         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5295         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5296         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5297         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5298         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5299         from using internal headers.
5300         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5301         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5302         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5303         and __isoc99_vswscanf@@GLIBC_2.7.
5304         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5305         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5306         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5307         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5308         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5309         * stdio-common/isoc99_scanf.c: New file.
5310         * stdio-common/isoc99_vsscanf.c: New file.
5311         * stdio-common/isoc99_vscanf.c: New file.
5312         * stdio-common/isoc99_vfscanf.c: New file.
5313         * stdio-common/isoc99_fscanf.c: New file.
5314         * stdio-common/isoc99_sscanf.c: New file.
5315         * wcsmbs/isoc99_fwscanf.c: New file.
5316         * wcsmbs/isoc99_vswscanf.c: New file.
5317         * wcsmbs/isoc99_swscanf.c: New file.
5318         * wcsmbs/isoc99_wscanf.c: New file.
5319         * wcsmbs/isoc99_vwscanf.c: New file.
5320         * wcsmbs/isoc99_vfwscanf.c: New file.
5321         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5322         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5323         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5324         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5325         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5326         * stdio-common/scanf14.c: New test.
5327         * stdio-common/scanf15.c: New test.
5328         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5329         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5330         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5331         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5332         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5333         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5334         __nldbl___isoc99_scanf@@GLIBC_2.7,
5335         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5336         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5337         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5338         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5339         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5340         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5341         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5342         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5343         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5344         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5345         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5346         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5347         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5348         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5349         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5350         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5351         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5352         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5353         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5354         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5355         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5356         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5357         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5358         functions.
5359         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5360         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5361         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5362         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5363         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5364         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5365         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5366         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5367         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5368         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5369         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5370         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5372         * stdio-common/Makefile (tests): Add scanf13.
5373         (scanf13-ENV): New.
5374         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5375         m modifier followed by l.
5376         (STRING_ARG): Add width argument.
5377         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5378         <case L_('C')>: Handle %mlc and %mC.
5379         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5380         arguments.
5381         * stdio-common/scanf13.c: New test.
5383         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5384         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5386 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5388         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5389         type and __THROW marker of splice, vmsplice, and tee.
5390         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5391         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5392         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5393         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5394         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5395         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5396         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5397         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5398         as cancellation points.
5400 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5402         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5403         parse more than three parts of the version number.
5405 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5407         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5408         modifier.  Patch by Jakub Jelinek.
5410 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5412         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5413         call_fallocate in misc subdir.
5414         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5415         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5416         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5417         instead of __fallocate64.
5418         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5420 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5422         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5423         * rt/Makefile (headers): Add bits/mqueue2.h.
5424         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5425         optimizing with GCC and __va_arg_pack_len is defined.
5426         * rt/bits/mqueue2.h: New file.
5427         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5428         (mq_open): New strong_alias.
5429         (__mq_open_2): New function.
5430         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5431         (mq_open): New strong_alias.
5432         (__mq_open_2): New function.
5433         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5434         * Versions.def (librt): Add GLIBC_2.7 version.
5435         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5436         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5438         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5439         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5440         is defined rather than when not C++.
5441         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5442         __openat64_alias): New redirects.
5443         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5444         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5445         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5446         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5447         functions instead of function-like macros.
5449 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5451         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5452         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5453         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5455 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5457         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5458         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5460 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5462         * inet/tst-network.c: Increment ERRORS for failing tests.
5464 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5466         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5467         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5468         implement as __extern_always_inline function.
5469         (vsyslog): Define as __extern_always_inline function unconditionally.
5470         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5471         When __va_arg_pack is defined, implement as __extern_always_inline
5472         functions.
5473         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5474         __extern_always_inline functions unconditionally.
5475         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5476         bits/stdio2.h will be included.
5477         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5478         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5479         implement as __extern_always_inline functions.
5480         (vswprintf, vwprintf, vfwprintf): Define as
5481         __extern_always_inline functions unconditionally.
5482         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5484 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5486         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5487         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5488         attribute.
5489         * include/features.h (__USE_EXTERN_INLINES): Define only when
5490         __extern_inline is defined.
5491         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5492         is defined instead of when not __cplusplus.
5493         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5494         is defined instead of when not __cplusplus.
5495         * socket/sys/socket.h: Include bits/socket2.h when
5496         __extern_always_inline is defined instead of when not __cplusplus.
5497         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5498         is defined instead of when not __cplusplus.
5499         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5500         is defined instead of when not __cplusplus.
5501         * string/string.h: Include bits/string3.h when __extern_always_inline
5502         is defined instead of when not __cplusplus.
5503         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5504         is defined instead of when not __cplusplus.
5505         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5506         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5507         is not defined.
5508         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5509         defined __extern_always_inline instead of !defined __cplusplus.
5510         * libio/bits/stdio-ldbl.h: Likewise.
5511         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5512         * misc/bits/syslog.h (syslog): Don't define for C++.
5513         (vsyslog): Use __extern_always_inline function for C++ instead of
5514         a macro.
5515         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5516         whenever that macro is defined.
5517         (vprintf): Don't provide the inline for C++.
5518         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5519         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5520         define the macros for C++.
5521         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5522         __extern_always_inline functions for C++.
5523         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5524         stat64, lstat64, fstat64, fstatat64): Don't define if not
5525         __USE_EXTERN_INLINES.
5526         * wcsmbs/bits/wchar2.h: Fix #error message.
5527         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5528         (vswprintf, vwprintf, vfwprintf): Define using
5529         __extern_always_inline functions for C++.
5530         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5531         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5532         strncpy, strcat, strncat): Define as __extern_always_inline
5533         functions instead of macros for C++.
5534         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5535         defined __extern_inline.
5536         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5537         to __extern_inline whenever that macro is defined.
5538         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5539         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5540         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5541         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5542         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5543         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5544         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5545         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5546         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5547         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5548         prototypes.  Only provide __extern_inline routines if
5549         __USE_EXTERN_INLINES.
5550         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5551         tests.
5552         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5553         For now avoid some *printf tests in C++.  Skip all testing
5554         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5555         is not.
5556         * debug/tst-chk4.cc: New file.
5557         * debug/tst-chk5.cc: New file.
5558         * debug/tst-chk6.cc: New file.
5559         * debug/tst-lfschk4.cc: New file.
5560         * debug/tst-lfschk5.cc: New file.
5561         * debug/tst-lfschk6.cc: New file.
5562         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5563         prototypes in C++.
5564         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5565         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5566         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5568 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5570         * po/cs.po: Update from translation team.
5572 2007-09-11  Roland McGrath  <roland@redhat.com>
5574         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5575         compiling.
5577 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5579         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5581 2007-09-05  Roland McGrath  <roland@redhat.com>
5583         * manual/signal.texi (Signaling Another Process): Typo fix.
5584         From Karl Berry <karl@freefriends.org>.
5586 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5588         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5589         zero if not defined.
5590         (make_request): Recognize optimistic addresses and treat them like
5591         deprecated addresses.
5592         Reported by Neil Horman <nhorman@redhat.com>.
5594 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5596         * nscd/connections.c (send_ro_fd): Also transfer file size.
5597         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5598         file size don't call fstat.
5600         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5601         ahead and map the file.  This should always be correct and we can
5602         catch problems later.
5604 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5606         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5607         prototypes.
5608         (__fread_alias, __fread_unlocked_alias): New aliases.
5609         (fread): New extern inline.
5610         (fread_unlocked): Likewise.  Undef macro before definition of
5611         the inline function.
5612         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5613         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5614         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5615         and __fread_unlocked_chk@@GLIBC_2.7.
5616         * debug/fread_chk.c: New file.
5617         * debug/fread_u_chk.c: New file.
5618         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5620 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5622         * sysdeps/unix/sysv/linux/syscalls.list
5623         (personality): Change caller to EXTRA.
5625 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5627         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5628         to keep gcc quiet.
5629         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5631         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5632         NDEBUG is defined.
5634         * Makerules: Use -p option with mkdir.
5636         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5637         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5638         (_xdr_directory_obj): Likewise.
5639         (xdr_entry_obj): Likewise.
5640         (xdr_group_obj): Likewise.
5641         (xdr_link_obj): Likewise.
5642         (xdr_table_obj): Likewise.
5643         (_xdr_nis_result): Likewise.
5644         (_xdr_ns_request): Likewise.
5645         (_xdr_ib_request): Likewise.
5646         (_xdr_nis_taglist): Likewise.
5647         (xdr_cback_data): Likewise.
5648         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5649         (xdr_ypresp_maplist): Likewise.
5651         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5653         * posix/regex_internal.h: Prevent some declarations and definitions
5654         to be seen when used in tests.
5656         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5657         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5659         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5661         * config.make.in (datarootdir): Add to shut up configure.
5663         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5664         associativity for fully-associative caches.
5666         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5667         requests.  Fill on more associativity values for L2.
5668         Patch mostly by Evandro Menezes.
5670 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5672         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5673         (_libc_vdso_platform_setup): Avoid using exported variable by using
5674         alias.
5676         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5678         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5679         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5680         defined.
5682 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5684         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5685         align stack for call if pltexit is to be used.
5687         [BZ #3924]
5688         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5689         align for function call in case pltexit has to be called later.
5691         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5692         implicit atomic operation when storing function pointer.
5693         (_dl_runtime_profile): Likewise.
5695 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5697         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5698         NIS_NOTFOUND.
5700 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5702         [BZ #4566]
5703         * string/strtok.c: Fix typo in comment.
5705         [BZ #4582]
5706         * debug/segfault.c: Fix typos in comments.
5708         [BZ #4588]
5709         * stdio-common/tempnam.c: Fix comment, it is not checked that
5710         TMPDIR points to a writable directory.
5712         [BZ #4726]
5713         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5714         memory allocated for the name server address.
5716         [BZ #4946]
5717         * nscd/connections.c (handle_request): Using sendfile always
5718         requires that mmap is used for the database.
5719         Patch by Petr Baudis <pasky@suse.cz>.
5721         [BZ #4905]
5722         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5723         suddenly has two or more addresses, ignore it and remove the old
5724         entry.
5726         [BZ #4814]
5727         * resolv/res_hconf.c: Prepare for compiling outside libc.
5728         * nscd/res_hconf.c: New file.
5729         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5730         the new file.
5731         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5732         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5734         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5736         [BZ #4925]
5737         * debug/pcprofiledump.c: Turn on internationalization by calling
5738         setlocale.  Patch mostly by Benno Schulenberg.
5740         [BZ #4936]
5741         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5742         the state.
5743         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5744         * iconvdata/bug-iconv5.c: New file.
5746 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5748         [BZ #4896]
5749         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5750         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5751         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5752         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5753         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5754         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5755         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5756         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5758 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5760         [BZ #4937]
5761         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5762         lookup loop.  Suggested by John Reiser.
5764 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5766         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5768 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5770         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5771         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5772         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5773         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5774         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5775         to...
5776         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5778 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5780         * po/nl.po: Update from translation team.
5782 2007-08-16  Andreas Jaeger  <aj@suse.de>
5784         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5785         Reported by Peter Festner <peter.festner@ewetel.net>.
5787 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5789         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5791 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5793         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5794         to check for undefined symbols.
5796         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5797         If the syscall fails, set errno to the actual returned error number
5798         rather than EINVAL.
5799         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5800         arguments are incorrect, set errno to EINVAL, if the syscall
5801         fails, set errno to the actual returned error number.
5803         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5804         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5806         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5807         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5808         file.
5809         (ASI_PNF, ASI_BLK_P): Don't define.
5810         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5811         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5812         file.
5813         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5814         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5815         file.
5817 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5819         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5820         FE_UNDERFLOW on Niagara CPUs.
5822         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5823         exceptions.
5825 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5827         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5828         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5829         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5830         flush should be used or not inside of the function.
5831         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5833         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5834         __thread_start): Use HIDDEN_JUMPTARGET.
5835         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5836         __thread_start): Likewise.
5837         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5839         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5840         Add libc_hidden_proto.
5841         (STRTOF): Add libc_hidden_proto.
5842         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5843         (strtold_l, wcstold_l): Use them as second argument for
5844         long_double_symbol.
5846 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5848         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5850 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5852         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5854 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5856         * po/bg.po: New file.  From the translation team.
5858 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5860         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5861         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5862         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5863         when each feature was introduced.
5865         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5866         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5867         (CHECK_HASH): New macro.
5868         (PREPARE_VERSION): Use it.
5870         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5871         prototype if not __ASSUME_PSELECT.
5872         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5873         prototype if not __ASSUME_PPOLL.
5875         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5877         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5878         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5879         is defined.
5881 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5883         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5884         (_libc_vdso_platform_setup): If vDSO is not available point
5885         __vdso_gettimeofday to the vsyscall.
5886         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5887         __vdso_gettimeofday instead of vsyscall.
5889 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5891         * nscd/servicescache.c: Include kernel-features.h.
5892         * nscd/gai.c: Likewise.
5893         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5894         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5895         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5896         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5897         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5898         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5899         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5900         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5901         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5903 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5905         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5906         and _dl_get_origin defines anymore.
5908         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5909         Build fix for systems which might lack POSIX timer support.
5911         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5912         (_libc_vdso_platform_setup): Mangle function pointers before storing
5913         them.
5914         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5915         Demangle vdso pointer before use.
5916         (INTERNAL_VSYSCALL): Likewise.
5918         * elf/cache.c (primes): Mark as const.
5919         Noted by Roland McGrath.
5921 2007-08-01  Andreas Jaeger  <aj@suse.de>
5922             Jakub Jelinek  <jakub@redhat.com>
5924         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5925         (options): Add option.
5926         (parse_opt): Handle option.
5927         (manual_link): Adjust process_file caller.  Call implicit_soname.
5928         (search_dir): Formatting.  Use and populate auxiliary cache.
5929         (main): Load and save auxiliary cache.
5930         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5931         stat64 from fstat64 to caller.
5932         (implicit_soname): New function.
5933         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5934         leave *soname as NULL.
5935         * elf/cache.c: Include libgen.h.
5936         (print_entry, print_cache, compare, save_cache, add_to_cache):
5937         Formatting and cleanups.
5938         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5939         aux_cache_file): New structures.
5940         (AUX_CACHEMAGIC): Define.
5941         (primes): New array.
5942         (aux_hash_size, aux_hash): New variables.
5943         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5944         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5945         load_aux_cache, save_aux_cache): New functions.
5946         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5947         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5948         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5949         (process_file): Adjust prototype.
5951 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5953         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5954         with __need_size_t.
5956 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5958         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5959         r_found_version structure as second parameter.
5960         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5961         (_dl_vdso_vsym): Change type of second parameter accordingly.
5962         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5963         (_libc_vdso_platform_setup): Adjust.
5964         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5965         (_libc_vdso_platform_setup): Likewise.
5967         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5968         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5969         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5970         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5971         * csu/libc-start.c: Pretty printing.
5972         Use VDSO_SETUP if defined.
5973         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5974         and let generic code call into _libc_vdso_platform_setup.
5975         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5976         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5977         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5978         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5979         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5980         for GLIBC_PRIVATE.
5981         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5982         (sysdep_rountines): Add dl-vdso.
5984         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5985         of routines.
5987         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5988         attribute_hidden to __vdso_gettimeofday prototype.
5990 2007-08-12  Roland McGrath  <roland@redhat.com>
5992         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5993         From: Karl Berry <karl@freefriends.org>.
5995 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5997         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5998         an atime update for the files we read.
6000 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6002         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
6004         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
6005         instead of mkstemp.
6007         * misc/Makefile (routines): Add mkostemp and mkostemp64.
6008         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
6009         * misc/mkostemp.c: New file.
6010         * misc/mkostemp64.c: New file.
6011         * stdlib/stdlib.h: Declare the new functions.
6012         * sysdeps/posix/tempname.c: Add new parameter which is added to
6013         the flags for open.  Remove __GT_BIGFILE handling.
6014         * stdio-common/tempname.c: Likewise.
6015         * include/stdio.h: Adjust __gen_tempname prototype.
6016         Renumber __GT_* constants.
6017         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
6018         * misc/mkdtemp.c: Likewise.
6019         * misc/mkstemp.c: Likewise.
6020         * misc/mkstemp64.c: Likewise.
6021         * misc/mktemp.c: Likewise.
6022         * stdio-common/tempnam.c: Likewise.
6023         * stdio-common/tmpfile.c: Likewise.
6024         * stdio-common/tmpfile64.c: Likewise.
6025         * stdio-common/tmpnam.c: Likewise.
6026         * stdio-common/tmpnam_r.c: Likewise.
6028 2007-08-10  Roland McGrath  <roland@frob.com>
6030         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
6031         New macros.
6032         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
6033         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6035 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
6037         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
6038         possible.
6039         * nss/nss_files/files-alias.c (internal_setent): Likewise.
6040         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
6041         * nss/nss_files/files-have_o_cloexec.c: New file.
6043         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
6044         available.
6046 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
6048         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
6049         ___new_wcstold_l): New weak aliases.
6050         (strtold_l, wcstold_l): Use them as second argument for
6051         long_double_symbol.
6053 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
6055         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
6056         register in test for error.
6058         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
6059         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
6061         * po/sv.po: Update from translation team.
6063 2007-08-06  Roland McGrath  <roland@redhat.com>
6065         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
6066         Remove __strto*_l inlines.
6067         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
6068         * stdlib/strtod.c: Add libc_hidden_def.
6069         * stdlib/strtod_l.c: Likewise.
6070         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
6071         for __new_strtold and __new_wcstold.
6072         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
6073         __STRTOF, STRTOF.
6074         * stdlib/strtol.c: Add libc_hidden_def.
6075         * stdlib/strtol_l.c: Likewise.
6076         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
6077         strtoq.
6079         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
6081         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
6082         * scripts/data/localplt-generic.data: ... here.
6083         * elf/Makefile (check-data): Get generic file if no other.
6084         ($(objpfx)check-localplt.out): Make target unconditional.
6086         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
6087         Use ElfW(Nhdr).
6089 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
6091         * po/zh_CN.po: Updated translation from translation team.
6093 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
6095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
6096         Don't use CGOTSETUP and CGOTRESTORE macros.
6098 2007-08-04  Roland McGrath  <roland@redhat.com>
6100         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
6102 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
6104         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
6105         __extension__ around the whole statement expression.
6107 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
6109         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
6110         elements during initialization.
6112         * po/pl.po: Updated translation from translation team.
6113         * po/tr.po: Likewise.
6114         * po/nl.po: Likewise.
6116 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
6118         * rt/aio.h: Add __nonnull attributes.
6120 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6122         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
6123         * stdlib/Makefile (tests): Add tst-strtod5.
6124         (tst-strtod5-ENV): New.
6125         * stdlib/tst-strtod5.c: New file.
6127         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
6128         failed.
6129         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
6130         on failure.
6132         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
6133         allocated.
6135 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6137         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
6138         numbers.
6140 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
6142         * io/Makefile (aux): Add have_o_cloexec.
6143         * include/fcntl.h: Declare __have_o_cloexec.
6144         * io/have_o_cloexec.c: New file.
6145         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
6146         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
6147         fcntl call if not necessary.
6148         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
6149         of local variable.
6151         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
6152         Avoid memset, add explicit initialization.
6153         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
6154         to the end and change into zero-sized array.
6155         Move lock member to fill a hole on 64-bit platforms.
6157         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
6158         inline functions.
6159         * include/stdlib.h: Add __strto*_internal prototypes here.
6160         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
6161         inline functions.
6162         * include/wchar.h: Add __wcsto*_internal prototypes.
6163         * sysdeps/generic/inttypes.h: No need to protect the declaration
6164         of the __strto*_internal and __wcsto*_internal members here.
6166         * rt/mqueue.h: Change const to __const and add nonnull attributes.
6168 2007-08-02  Roland McGrath  <roland@redhat.com>
6170         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
6171         $(inst_bindir)/getconf if possible.
6173         * posix/Makefile ($(objpfx)getconf.speclist): New target.
6174         (generated): Add it.
6175         ($(inst_libexecdir)/getconf): Use it.
6177 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6179         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6180         /proc is faster and sufficient.  /sys is still needed for
6181         __get_nprocs_conf.
6183 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6185         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6186         syscall as __fallocate64.
6187         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6188         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6190 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6192         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6193         value.
6195         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6196         if off_t is different rank from size_t.
6198         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6199         uw_frame_state_for): Avoid type punning warnings.
6200         * sysdeps/generic/unwind-dw2-fde-glibc.c
6201         (_Unwind_IteratePhdrCallback): Likewise.
6202         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6203         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6204         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6205         pointers.
6207 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6209         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6210         total processors using sysfs.
6211         (__get_nprocs): Use sysfs to determine which processors are online.
6213 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6215         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6216         syscall arguments count.
6218         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6220 2007-07-30  Roland McGrath  <roland@redhat.com>
6222         * manual/libc.texinfo: Update copyrights, formatting magic, and
6223         @dircategory.  From Karl Berry <karl@freefriends.org>.
6225 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6227         [BZ #4860]
6228         * io/Makefile (headers): Add bits/fcntl2.h.
6230         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6231         using gcc builtin.
6232         (__CPU_EQUAL_S): Likewise.
6234         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6235         (tests): Add tst-cpuset.
6236         * posix/sched_cpualloc.c: New file.
6237         * posix/sched_cpufree.c: New file.
6238         * posix/tst-cpuset.c: New file.
6239         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6240         GLIBC_2.7.
6241         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6242         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6243         macros.  Define CPU_*_S macros.
6245 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6247         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6248         entry.
6250         [BZ #4858]
6251         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6252         #.0g and value rounded to 1.0.
6253         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6255 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6257         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6258         for int_frac_digits and frac_digits.
6260         * login/logout.c (logout): Avoid aliasing violation.
6261         * login/logwtmp.c (logwtmp): Likewise.
6263         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6265         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6266         to avoid warning.
6267         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6268         warning.
6269         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6270         warning.
6271         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6272         to avoid warnings.
6274         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6275         void **.
6276         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6278         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6279         char * to avoid warning.
6280         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6282         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6284         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6285         allocate_arrays): Cast second argument to charmap_find_symbol
6286         to char * to avoid warnings.
6288         * locale/programs/repertoire.c (repertoire_new_char): Change
6289         from_nr, to_nr and cnt to unsigned long, adjust printf format
6290         string.
6292         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6293         Cast second argument to new_element to char * to avoid warnings.
6295         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6297         * intl/gettextP.h (struct loaded_domain): Change plural to const
6298         struct expression *.
6299         * intl/plural-eval.c (plural_eval): Change first argument to
6300         const struct expression *.
6301         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6302         argument to const struct expression **.
6303         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6304         prototypes.
6305         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6306         in call to __gettext_free_exp.
6308         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6309         unitialized wstring/wpattern var warnings.
6311         * posix/runtests.c (struct a_test): Make data field const char *.
6313         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6314         vars if not LDBL_MANT_DIG >= 106.
6316         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6318         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6319         __find_specmb to avoid warning.
6321         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6323         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6324         to avoid warnings.
6326         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6327         initializer.
6329         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6330         tv var when it will be actually used.
6332         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6333         to avoid warnings.
6335         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6336         char array resp. pointer.
6337         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6338         char array.
6339         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6340         to const unsigned char **.
6341         (ucs4_to_cns11643): Change second argument to unsigned char *.
6342         * iconvdata/euc-tw.c (BODY): Change endp type to
6343         const unsigned char *.
6344         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6345         to unsigned char *.
6346         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6347         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6348         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6349         types to unsigned char pointers/arrays instead of char.
6350         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6351         to unsigned char *.
6352         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6353         * iconvdata/jis0212.h: Include assert.h.
6354         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6355         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6356         of trying to handle that.
6357         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6358         shut up a warning.
6359         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6360         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6361         two dimensional const unsigned char arrays.
6362         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6363         Initialize endp to inptr to shut up a warning.
6365 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6367         [BZ #4772]
6368         * time/strptime_l.c (__strptime_internal): Silently ignore
6369         strftime modifiers and field width in recursive calls.
6371         * include/time.h (enum ptime_locale_status): Remove.
6372         (__strptime_internal): Remove decided and era_cnt arguments,
6373         add statep argument.
6374         * time/strptime_l.c (__strptime_internal): Remove decided
6375         and era_cnt arguments, add statep argument.  Don't recompute
6376         any fields in recursive calls, only update caller's tm
6377         and state, if recursive call fails, don't change tm nor
6378         any state.
6379         (get_alt_number): Adjust.
6380         (recursive): Adjust caller.
6381         (strptime): Likewise.
6382         * time/strptime.c (strptime): Likewise.
6384 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6386         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6387         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6388         if from and to charsets are the same.
6389         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6390         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6391         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6393 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6395         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6396         Don't define wint_t when __need_mbstate_t unless it
6397         is necessary.
6398         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6399         in the typedef if possible.
6400         * wctype/wctype.h (wint_t): Define by including
6401         wchar.h with __need_wint_t instead of including stddef.h
6402         with __need_wint_t and as fallback definining it ourselves.
6403         * iconv/gconv.h (__need_wint_t): Define before including
6404         wchar.h.
6405         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6406         or _GLIBCPP_USE_WCHAR_T.
6407         (__need_wchar_t): Don't define
6408         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6409         (__need_wint_t): Don't define before including stddef.h,
6410         define before including wchar.h only if _LIBC or
6411         _GLIBCPP_USE_WCHAR_T.
6412         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6413         * sysdeps/mach/hurd/_G_config.h: Likewise.
6414         * sysdeps/generic/_G_config.h: Likewise.
6415         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6416         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6417         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6418         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6420 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6422         * sysdeps/posix/posix_fallocate64.c: Undefine
6423         __posix_fallocate64_l64 before alias handling.
6424         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6425         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6426         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6427         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6429         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6431 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6433         * locale/programs/ld-collate.c (atwc): New variable.
6434         (add_to_tablewc): New toplevel function, moved from collate_output.
6435         (collate_output): Remove add_to_tablewc nested function.
6437         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6438         (name_insert): New function.
6439         (write_output): Remove hash_table and hash_size vars and name_insert
6440         nested function.
6442 2007-07-24  Roland McGrath  <roland@redhat.com>
6444         * Makerules (install-others-programs-nosubdir): New target.
6445         (install-no-libc.a-nosubdir): Depend on it.
6447         * iconv/Makefile (install-others-programs): Set this instead of
6448         install-others.
6449         * login/Makefile (install-others-programs): Likewise.
6450         * posix/Makefile (install-others-programs): Likewise.
6452         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6453         dependencies.
6455 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6457         * io/Makefile (tests): Add tst-posix_fallocate.
6458         * io/tst-posix_fallocate.c: New file.
6460         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6461         __ASSUME_FALLOCATE.
6463 2007-07-22  Roland McGrath  <roland@frob.com>
6465         * hurd/getdport.c: Add missing copyright year update.
6467         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6468         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6470 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6472         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6474         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6475         O_CLOEXEC is needed.
6476         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6477         Avoid additional fcntl to set O_CLOEXEC if not needed.
6478         * nis/nss_compat/compat-initgroups.c: Likewise.
6479         * nis/nss_compat/compat-pwd.c: Likewise.
6480         * nis/nss_compat/compat-spwd.c: Likewise.
6482 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6484         [BZ #3665]
6485         * manual/errno.texi: Change ECANCELED value to 119.
6487         [BZ #4610]
6488         * mach/lock-intern.h: Include <sys/cdefs.h>.
6490         [BZ #4178]
6491         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6492         reading A.
6494         [BZ #4126]
6495         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6496         to __sigsuspend.
6498         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6500 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6502         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6503         `__ASSEMBLER__'.
6504         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6506 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6508         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6509         descriptor received from nscd.
6511         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6513         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6514         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6515         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6516         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6517         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6518         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6520 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6522         [BZ #4816]
6523         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6525         [BZ #4813]
6526         * login/forkpty.c (forkpty): Close master and slave fds on
6527         fork failure.  Patch by
6528         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6530 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6532         * include/features.h (__USE_ISOC95): New define.
6533         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6534         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6535         for -std=iso9899:199409.
6536         * CONFORMANCE: Remove comments about unsupported AMD1.
6538 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6540         * sysdeps/ia64/sched_cpucount.c: New file.
6541         * sysdeps/powerpc/sched_cpucount.c: New file.
6543         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6544         __BEGIN_DECLS/__END_DECLS around the prototype.
6545         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6546         pointer to const cpu_set_t.
6548         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6549         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6550         __need_size_t and include stddef.h.
6551         * sysvipc/sys/msg.h: Likewise.
6552         * posix/sched.h: Likewise.
6553         * hurd/hurd/signal.h (__need_size_t): Define.
6555         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6556         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6557         no longer defines wint_t or wchar_t.
6559         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6560         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6561         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6562         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6563         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6564         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6565         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6566         * debug/printf_chk.c (__printf_chk): Likewise.
6567         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6568         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6570         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6571         Define.
6573         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6574         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6576 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6578         [BZ #4792]
6579         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6580         * malloc/malloc.h (realloc): Likewise.
6582         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6583         if one of proc_file_chain streams has that fileno.
6584         * stdio-common/Makefile (tests): Add tst-popen2.
6585         * stdio-common/tst-popen2.c: New test.
6587 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6589         * elf/ldconfig.c: Allow GPLv2 or any later version.
6590         * elf/readlib.c: Likewise.
6591         * elf/chroot_canon.c: Likewise.
6592         * elf/cache.c: Likewise.
6593         * nscd/mem.c: Likewise.
6594         * nscd/getpwuid_r.c: Likewise.
6595         * nscd/grpcache.c: Likewise.
6596         * nscd/aicache.c: Likewise.
6597         * nscd/getsrvbynm_r.c: Likewise.
6598         * nscd/nscd.c: Likewise.
6599         * nscd/servicescache.c: Likewise.
6600         * nscd/getsrvbypt_r.c: Likewise.
6601         * nscd/initgrcache.c: Likewise.
6602         * nscd/gethstbyad_r.c: Likewise.
6603         * nscd/gethstbynm2_r.c: Likewise.
6604         * nscd/getgrnam_r.c: Likewise.
6605         * nscd/nscd_setup_thread.c: Likewise.
6606         * nscd/getpwnam_r.c: Likewise.
6607         * nscd/gai.c: Likewise.
6608         * nscd/connections.c: Likewise.
6609         * nscd/dbg_log.c: Likewise.
6610         * nscd/cache.c: Likewise.
6611         * nscd/hstcache.c: Likewise.
6612         * nscd/nscd_conf.c: Likewise.
6613         * nscd/getgrgid_r.c: Likewise.
6614         * nscd/pwdcache.c: Likewise.
6615         * catgets/gencat.c: Likewise.
6616         * locale/programs/linereader.h: Likewise.
6617         * locale/programs/locarchive.c: Likewise.
6618         * locale/programs/ld-paper.c: Likewise.
6619         * locale/programs/locfile-kw.h: Likewise.
6620         * locale/programs/ld-address.c: Likewise.
6621         * locale/programs/xmalloc.c: Likewise.
6622         * locale/programs/ld-time.c: Likewise.
6623         * locale/programs/localedef.c: Likewise.
6624         * locale/programs/simple-hash.c: Likewise.
6625         * locale/programs/xstrdup.c: Likewise.
6626         * locale/programs/ld-numeric.c: Likewise.
6627         * locale/programs/locfile-kw.gperf: Likewise.
6628         * locale/programs/ld-collate.c: Likewise.
6629         * locale/programs/charmap-kw.gperf: Likewise.
6630         * locale/programs/charmap.h: Likewise.
6631         * locale/programs/charmap-kw.h: Likewise.
6632         * locale/programs/config.h: Likewise.
6633         * locale/programs/locfile.c: Likewise.
6634         * locale/programs/ld-ctype.c: Likewise.
6635         * locale/programs/charmap.c: Likewise.
6636         * locale/programs/ld-messages.c: Likewise.
6637         * locale/programs/repertoire.h: Likewise.
6638         * locale/programs/locale.c: Likewise.
6639         * locale/programs/ld-name.c: Likewise.
6640         * locale/programs/linereader.c: Likewise.
6641         * locale/programs/locfile.h: Likewise.
6642         * locale/programs/3level.h: Likewise.
6643         * locale/programs/ld-monetary.c: Likewise.
6644         * locale/programs/ld-measurement.c: Likewise.
6645         * locale/programs/charmap-dir.c: Likewise.
6646         * locale/programs/ld-identification.c: Likewise.
6647         * locale/programs/localedef.h: Likewise.
6648         * locale/programs/charmap-dir.h: Likewise.
6649         * locale/programs/repertoire.c: Likewise.
6650         * locale/programs/simple-hash.h: Likewise.
6651         * locale/programs/ld-telephone.c: Likewise.
6652         * locale/programs/locale-spec.c: Likewise.
6653         * locale/programs/locfile-token.h: Likewise.
6654         * posix/getconf.c: Likewise.
6655         * iconv/dummy-repertoire.c: Likewise.
6656         * iconv/iconv_charmap.c: Likewise.
6657         * iconv/iconvconfig.c: Likewise.
6658         * iconv/iconv_prog.c: Likewise.
6659         * malloc/memusagestat.c: Likewise.
6660         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6662 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6664         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6665         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6666         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6667         check for the first argument.
6669 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6671         [BZ #4775]
6672         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6673         (__tgmath_real_type): Fix if expr is const int or other const
6674         qualified integral type.
6675         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6676         expressions and handle const qualified arguments.
6677         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6678         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6679         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6680         statement expressions.
6681         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6682         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6683         (__TGMATH_UNARY_IMAG): Define.
6684         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6685         * math/Makefile (tests): Add test-tgmath2.
6686         (CFLAGS-test-tgmath2.c): Add.
6687         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6688         count_cfloat, count_cldouble): New variables.
6689         (NCCALLS): Define.
6690         (main): Check number of complex calls as well.
6691         (F(compile_test)): Add complex tests and tests with const qualified
6692         arguments.
6693         (y, z, ccount): Define.
6694         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6695         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6696         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6697         F(cproj)): New functions.
6698         * math/test-tgmath2.c: New test.
6700 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6702         [BZ #4776]
6703         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6704         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6705         instead output ".".
6706         * dlfcn/Makefile (distribute): Add glreflib3.c.
6707         (module-names): Add glreflib3.
6708         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6709         glreflib1.so.
6710         (LDFLAGS_glreflib3.so): New.
6711         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6712         glreflib1.so.
6713         * dlfcn/glreflib3.c: New file.
6715         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6716         returned -1, return NULL.
6717         * intl/explodename.c (_nl_explode_name): Return -1 if
6718         _nl_normalize_codeset failed.
6720 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6722         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6723         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6724         and avoid branch misspredicts for > 31 bytes memset case.
6725         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6726         Remove toc ref to __cache_line_size.
6728         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6729         to get ISA-V2.0 branch hints.
6730         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6731         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6732         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6733         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6734         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6735         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6736         Remove toc ref to __cache_line_size.
6738         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6739         Include math_ldbl_opt.h.
6741 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6743         [BZ #4773]
6744         * time/strptime_l.c (__strptime_internal): Implement greedy
6745         matching of weekday and month names.
6747 2007-07-09  Roland McGrath  <roland@redhat.com>
6749         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6750         (ELF_NOTE_ABI): Use it.
6751         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6753 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6755         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6756         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6758 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6760         [BZ #4745]
6761         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6762         in loop to look for conversion specifier to avoid testing of
6763         wrong errno value.
6764         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6765         * stdio-common/bug18.c: New file.
6766         * stdio-common/bug18a.c: New file.
6767         * stdio-common/bug19.c: New file.
6768         * stdio-common/bug19a.c: New file.
6770 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6772         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6773         running awk script.
6775 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6777         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6778         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6779         Return NULL if mmap failed instead of asserting it does not.
6780         (calloc): Check for integer overflow.
6782         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6783         than LONG_MAX / 10.
6785 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6787         [BZ #4702]
6788         * nis/nss-default.c: Include errno.h.
6789         (init): Preserve errno.
6791 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6793         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6795 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6797         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6799 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6801         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6803 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6805         * sysdeps/s390/dl-procinfo.c: New file.
6806         * sysdeps/s390/dl-procinfo.h: New file.
6807         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6809 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6811         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6812         in PT_NOTE segments with multiple notes.
6813         * elf/readelflib.c (process_elf_file): Likewise.
6815 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6817         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6818         ISO C compliant.
6820 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6822         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6824 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6826         * include/link.h: Don't include rtld-lowlevel.h.
6827         (struct link_map): Remove l_scope_lock.
6828         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6829         (_dl_scope_free_list): New field (variable) in _rtld_global.
6830         (DL_LOOKUP_SCOPE_LOCK): Remove.
6831         (_dl_scope_free): New prototype.
6832         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6833         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6834         (_dl_profile_fixup): Likewise.
6835         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6836         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6837         THREAD_GSCOPE_RESET_FLAG around it.
6838         * elf/dl-close.c (_dl_close_worker): Don't use
6839         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6840         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6841         scopes were queued or if l_scope_mem has been abandoned.
6842         * elf/dl-open.c (_dl_scope_free): New function.
6843         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6844         * elf/dl-support.c (_dl_scope_free_list): New variable.
6845         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6846         Remove DL_LOOKUP_SCOPE_LOCK handling.
6847         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6848         handling.
6849         * elf/dl-object.c (_dl_new_object): Don't use
6850         __rtld_mrlock_initialize.
6852 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6854         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6855         to fill in holes
6856         (rtld_global_ro): Likewise.
6858 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6860         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6861         Move PT_LOAD checking to...
6862         (_dl_addr_inside_object): ... here, new function.
6863         * elf/dl-sym.c (do_sym): If not l_contiguous,
6864         call _dl_addr_inside_object.
6865         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6866         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6867         * elf/dl-open.c (dl_open_worker): Likewise.
6868         (_dl_addr_inside_object): New function if IS_IN_rtld.
6869         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6870         holes are present or are PROT_NONE protected.
6871         * include/link.h (struct link_map): Add l_contiguous field.
6872         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6874 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6875             Tomas Janousek  <tjanouse@redhat.com>
6876             Ulrich Drepper  <drepper@redhat.com>
6878         [BZ #4647]
6879         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6880         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6881         socket.
6882         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6883         unused member a bitmap.
6884         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6885         servers are configured.
6887 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6889         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6891 2007-06-17  Andreas Schwab  <schwab@suse.de>
6893         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6895 2007-06-16  Andreas Jaeger  <aj@suse.de>
6897         [BZ #4125]
6898         * sysdeps/unix/sysv/linux/sys/ptrace.h
6899         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6900         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6901         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6902         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6903         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6904         Define.
6905         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6906         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6907         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6908         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6910 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6912         [BZ #4599]
6913         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6914         determining whether there are IPv4/IPv6 addresses, ignore loopback
6915         addresses.
6917 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6919         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6920         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6921         as the return type.  Change type of "r" variable to CMPtype.
6922         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6923         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6924         * soft-fp/gedf2.c (__gedf2): Likewise.
6925         * soft-fp/gesf2.c (__gesf2): Likewise.
6926         * soft-fp/getf2.c (__getf2): Likewise.
6927         * soft-fp/ledf2.c (__ledf2): Likewise.
6928         * soft-fp/lesf2.c (__lesf2): Likewise.
6929         * soft-fp/letf2.c (__letf2): Likewise.
6930         * soft-fp/unorddf2 (__unorddf2): Likewise.
6931         * soft-fp/unordsf2 (__unordsf2): Likewise.
6932         * soft-fp/unordtf2 (__unordtf2): Likewise.
6934 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6936         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6937         make sure gcc doesn't mess around with this.
6939 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6941         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6943 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6945         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6946         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6947         at most once per _dl_close_worker.
6949 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6951         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6952         __sched_cpucount as const.
6953         * posix/sched_cpucount.c: Adjust.
6955         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6956         instruction for counting bits.
6957         * sysdeps/x86_64/sched_cpucount.c: New file.
6959 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6961         * configure.in: Avoid variable named BASH.
6962         * config.make.in: Likewise.
6963         Patch in part by Mike Frysinger.
6965 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6967         [BZ #4586]
6968         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6969         pseudo-zeros as zero.
6970         * sysdeps/x86_64/ldbl2mpn.c: New file.
6971         * sysdeps/ia64/ldbl2mpn.c: New file.
6973 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6975         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6976         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6977         Remove unreachable code at the end.
6979 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6981         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6982         ldbl-128ibm in comment.
6983         (fpclassifyl): Correct classification of denormals.
6984         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6985         return value for MIN denormal. Rewrite using long double math too
6986         correctly handle denormals and canonicalize the results.
6988 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6990         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6991         (__mpn_construct_long_double): Fix conversion where result ought
6992         to be smaller than __LDBL_MIN__, or the low double should be
6993         denormal.  Fix decision where to negate low double - honor round
6994         to even rules.
6995         * stdio-common/tst-sprintf2.c: Include string.h.
6996         (COMPARE_LDBL): Define.
6997         (TEST): Also test whether a string hexadecimal float representation
6998         can be parsed back to the number.
6999         (main): Add a couple of further tests.
7001 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
7003         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
7004         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
7005         is non-zero, but smaller than 2 * __DBL_MIN__.
7006         * stdio-common/tst-sprintf2.c: New test.
7007         * stdio-common/Makefile (tests): Add tst-sprintf2.
7009         * math/test-misc.c (main): Don't run last batch of tests with
7010         IBM long double format.
7012 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7014         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
7015         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
7016         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
7017         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
7018         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7019         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
7020         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
7021         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
7022         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
7023         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
7025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
7026         New file.
7027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
7028         New file.
7029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
7030         New file.
7031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
7032         New file.
7033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
7034         New file.
7035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
7037         New file.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
7039         New file.
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
7041         New file.
7042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
7043         New file.
7044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
7045         New file.
7047 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7049         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
7050         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
7051         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
7052         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
7053         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
7054         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
7055         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
7056         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
7058 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
7060         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
7061         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7062         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
7063         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7064         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
7065         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7066         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
7067         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
7069 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7071         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
7072         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
7073         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
7074         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
7076 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
7078         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
7079         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
7081 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
7083         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
7084         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
7085         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
7086         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
7088 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
7090         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
7091         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
7093 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7095         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
7096         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
7098         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
7099         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
7100         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
7101         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7103 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
7105         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
7106         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
7107         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
7108         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
7110 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
7112         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
7113         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
7114         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
7115         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7116         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
7117         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7119 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7121         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
7122         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
7123         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
7124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
7126 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
7128         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
7129         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
7130         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
7131         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
7132         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
7133         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
7134         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
7135         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
7136         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
7137         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
7138         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
7139         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
7140         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
7141         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
7142         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
7143         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
7145 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7147         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
7148         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
7150 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7152         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
7153         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
7155 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7157         * sysdeps/powerpc/powerpc32/970/Implies: New file.
7158         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
7159         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
7160         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
7161         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
7162         * sysdeps/powerpc/powerpc64/970/Implies: New file.
7163         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
7164         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
7165         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
7166         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
7168 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7170         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
7172 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
7174         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
7175         branch miss-predicts. Ensure that cache line crossing does not impact
7176         dispatch grouping.
7178 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7180         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7181         "../../powerpc32/power4/memcopy.h".
7182         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7183         "../../powerpc32/power4/wordcopy.c".
7185 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7187         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7188         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7189         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7190         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7191         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7192         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7194 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7196         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7198 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7200         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7201         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7202         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7203         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7204         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7205         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7206         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7207         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7209 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7211         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7213 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7215         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7216         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7217         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7218         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7219         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7220         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7221         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7223 2007-05-29  Roland McGrath  <roland@redhat.com>
7225         * po/Makefile (po-sed-cmd): New variable.
7226         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7228 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7230         * crypt/md5-crypt.c: Fix comment.
7232         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7233         of crashing.  When this is the case or if the reply is malformed,
7234         don't try to close the new file descriptor since it does not
7235         exist.
7236         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7238 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7240         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7241         if __NR_utimensat is not defined.
7243 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7245         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7247 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7249         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7250         (open): Fix comment typos.  Don't call __open_2 if flags
7251         is a compile time constant without O_CREAT.
7252         (__open64_2): Add nonnull attribute.
7253         (open64): Fix comment typos.  Don't call __open64_2 if flags
7254         is a compile time constant without O_CREAT.
7255         (__openat_2): Add nonnull attribute, fix nonnull attribute
7256         on redirect.
7257         (openat): Fix comment typos.  Don't call __openat_2 if flags
7258         is a compile time constant without O_CREAT.
7259         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7260         on redirect.
7261         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7262         is a compile time constant without O_CREAT.
7264 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7266         * Makerules (sysd-rules): Define PTW for ptw-* files.
7267         * Versions: Define GLIBC_2.7 for libc.
7268         * include/stdio.h: Declare __fortify_fail.
7269         * debug/fortify_fail.c: New file.
7270         * debug/Makefile (routines): Add fortify_fail.
7271         * debug/chk_fail.c: Use __fortify_fail.
7272         * debug/stack_chk_fail.c: Likewise.
7273         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7274         __openat64_2 for GLIBC_2.7.
7275         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7276         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7277         and fails if necessary.
7278         * io/open64.c: Likewise.
7279         * io/openat.c: Likewise.
7280         * io/openat64.c: Likewise.
7281         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7282         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7283         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7284         * io/bits/fcntl2.h: New file.
7285         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7286         __openat64_2.
7287         * include/bits/fcntl2.h: New file.
7288         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7289         Add open_2.
7290         * sysdeps/unix/sysv/linux/open_2.c: New file.
7292 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7294         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7295         as second parameter to handle_intel.
7297         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7298         the entry.
7300         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7301         handling to ...
7302         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7303         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7304         cacheinfo.
7305         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7306         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7307         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7309         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7311 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7313         [BZ #4525]
7314         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7315         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7316         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7318         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7320         [BZ #4514]
7321         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7322         reinitialize workend at the start of each do_positional format spec
7323         loop, free workstart before do_positional loops.
7324         (printf_unknown): Fix size of work_buffer.
7325         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7327         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7328         (public_sET_STATe): If ms->version < 3, put all chunks into
7329         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7330         chunks.
7332         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7333         * malloc/hooks.c: Likewise.
7334         * malloc/arena.c: Likewise.
7335         * malloc/malloc.c (do_check_malloc_state): Don't assert
7336         n_mmaps is not greater than n_mmaps_max.  This removes the need
7337         for the previous change.
7339         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7340         2007-05-07 commit.
7342 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7344         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7345         Define for kernel >= 2.6.22.
7347 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7349         * elf/dl-close.c (_dl_close_worker): When removing object from
7350         global scope, wait for all lookups to finish afterwards.
7351         * elf/dl-open.c (add_to_global): When global scope array must
7352         grow, allocate a new one and free old array only after all
7353         lookups finish.
7354         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7355         (_dl_lookup_symbol_x): Likewise.
7356         * elf/dl-support.c: Define _dl_wait_lookup_done.
7357         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7358         _dl_wait_lookup_done.
7360         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7361         not overlapping with arena.
7363         * malloc/mcheck.c (reallochook): If size==0, free the block.
7365         * rt/tst-shm.c: Use fstat64 instead of fstat.
7367         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7368         __NR_sync_file_range is not defined.
7370 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7372         Dummy files to prevent stub versions from being used.
7373         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7374         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7375         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7376         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7378         * version.h (VERSION): Set to 2.6.90.
7380 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7382         * version.h (VERSION): Define to 2.6.
7383         * include/features.h (__GLIBC_MINOR__): Define to 6.
7385         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7387         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7388         sizes.
7390 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7392         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7393         number of mmaps.  n_mmaps_max is the target.
7394         * malloc/hooks.c: Likewise.
7395         * malloc/arena.c: Likewise.
7397 2007-05-12  Andreas Jaeger  <aj@suse.de>
7399         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7400         getpid.
7402 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7404         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7405         adding new variables.
7407         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7408         optimize.  Completely extend global scope array before making the
7409         new entries visible.
7411 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7413         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7414         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7415         tst-getcpu.
7417         * include/link.h: Move l_version and l_nversion members around to
7418         fill gaps.
7420         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7422         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7423         (__sched_setaffinity_new): If syscall was successful and
7424         RESET_VGETCPU_CACHE is defined, use it before returning.
7425         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7427         * io/sys/stat.h: Make sure struct timespec is defined for
7428         __USE_ATFILE.
7430         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7431         UTIME_OMIT.
7432         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7433         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7434         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7435         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7436         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7437         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7438         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7439         * io/sys/stat.h: Declare utimensat, futimens.
7440         * io/utimensat.c: New file.
7441         * io/futimens.c: New file.
7442         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7443         * sysdeps/unix/sysv/linux/futimens.c: New file.
7444         * io/Makefile (routines): Add utimensat, futimens.
7445         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7446         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7447         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7448         available.
7450         * include/sys/cdefs.h: Redefine __nonnull so that test for
7451         incorrect parameters in the libc code itself are not omitted.
7453 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7455         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7456         exception in addition to inexact when asked to raise only FE_INEXACT.
7458         [BZ #3427]
7459         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7460         in *envp.
7462 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7464         [BZ #4403]
7465         * string/strfry.c (strfry): Make result more random.
7467 2007-05-07  Richard Henderson  <rth@redhat.com>
7469         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7470         if __NO_LONG_DOUBLE_MATH.
7471         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7472         available in the compiler, add .arch directive to the assembly.
7474 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7476         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7477         compat_symbol to GLIBC_2_1.
7478         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7479         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7480         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7481         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7482         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7483         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7484         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7485         libc, not libm.
7486         (__isnanl): New compat_symbol.
7488 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7489             Jakub Jelinek  <jakub@redhat.com>
7491         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7492         (new_heap): Initialize mprotect_size.
7493         (grow_heap): When growing, only mprotect from mprotect_size till
7494         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7495         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7497 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7498             Peter Bergner  <bergner@us.ibm.com>
7500         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7501         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7502         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7503         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7504         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7505         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7506         Call __fe_mask_env() if all FP exceptions disabled.
7507         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7508         from old FPSCR to new fenv to propagate DFP rounding modes.
7509         Call __fe_mask_env() if FP exceptions previously enabled.
7510         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7511         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7512         transitioning from all exceptions disabled to any exception enabled
7513         or visa versa.
7514         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7515         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7516         when transitioning from all exceptions disabled to any exception
7517         enabled or visa versa.
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7525 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7527         [BZ #4465]
7528         * posix/unistd.h: Remove __THROW from fdatasync.
7530 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7532         [BZ #4465]
7533         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7535 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7537         * stdio-common/vfprintf.c (process_string_arg): Optimize
7538         ridiculous precision in wide char code printing multi-byte string.
7539         Reported by Jim Meyering <jim@meyering.net>.
7541         [BZ #4131]
7542         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7543         boundaries to work around systems with overlapping binary loading.
7544         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7546 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7548         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7549         __mbsnrtowcs after last change.
7551         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7552         (get_ident): Likewise.
7554 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7556         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7557         with setting the sticky bit.
7558         * math/test-misc.c (main): Add more truncation tests.
7560 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7562         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7563         double in the function declaration.
7564         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7565         double in the function declaration.
7566         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7567         float in the function declaration.
7568         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7569         float in the function declaration.
7571         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7572         denormal operands.  Do not generate FP_EX_DENORM exception.
7573         (FP_UNPACK_RAW_EP): Ditto.
7574         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7575         undefined _FP_UNPACK_RAW_E.
7576         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7577         undefined _FP_UNPACK_RAW_EP.
7578         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7579         undefined _FP_PACK_RAW_E.
7580         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7581         undefined _FP_PACK_RAW_EP.
7583         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7584         _FP_FRAC_COPY_2.
7585         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7586         _FP_FRAC_COPY_4.
7588 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7589             Jakub Jelinek  <jakub@redhat.com>
7591         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7592         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7593         this case.
7594         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7596 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7598         * math/test-misc.c (main): Add tests for rounding long double
7599         values close to smallest double denormalized value to double.
7601 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7603         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7604         condition for truncating to 0.  Set sticky bit for such
7605         truncation.
7607 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7609         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7610         fixed length array for ignore.
7612 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7614         [BZ #4438]
7615         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7616         stack for large precisions.
7617         * stdio-common/test-vfprintf.c (main): Add test for large
7618         precision.
7620 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7622         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7623         for exponent 0.
7624         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7626         [BZ #4439]
7627         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7628         account in the size check.
7629         * resolv/tst-inet_ntop.c: New test.
7630         * resolv/Makefile (tests): Add tst-inet_ntop.
7632 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7633             Jakub Jelinek  <jakub@redhat.com>
7635         [BZ #4349]
7636         * malloc/malloc.c: Keep separate list for first blocks on the bin
7637         lists with a given size.  This helps skipping over list elements
7638         we know won't fit in two places.
7639         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7641 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7643         [BZ #4102]
7644         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7645         label to Teredo tunnel addresses 2001://32.
7647 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7649         * locale/programs/ld-collate.c (collate_read): Allow order_start
7650         after copy.
7652         * locale/programs/ld-collate.c (collate_read): Fix printing of
7653         error message.
7655         [BZ #3213]
7656         * locale/C-translit.h.in: Add entry for U2044.
7658         [BZ #4342]
7659         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7660         hexa-decimal floats without exponent.
7661         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7663 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7665         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7666         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7667         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7668         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7669         GLIBC_2.6.
7670         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7671         Add sched_getcpu.
7673 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7675         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7676         of 0 after the out_fail label.
7678 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7680         [BZ #4406]
7681         * iconv/gconv_charset.h (strip): Allow ':'.
7682         * iconv/iconv_open.c (iconv_open): Adjust comment.
7684 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7686         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7687         version.
7689 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7691         [BZ #4381]
7692         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7693         alignment of buffer and tmp_buffer.
7694         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7695         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7696         alignment of buffer.
7697         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7698         bigger than INT_MAX.
7699         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7700         h_errnop arguments.  Fail if buflen is too small.
7701         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7703 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7705         [BZ #4405]
7706         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7707         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7709 2007-04-22  Roland McGrath  <roland@redhat.com>
7711         * elf/elf.h (NT_PRXFPREG): New macro.
7713 2007-04-19  Andreas Jaeger  <aj@suse.de>
7715         [BZ #3905]
7716         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7717         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7718         Added.
7720 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7722         * include/sys/mman.h: Mark madvise hidden.
7723         * misc/madvise.c: Add libc_hidden_def.
7725 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7727         * nis/nis_domain_of.c (__nis_domain_of): New function.
7728         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7729         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7730         * nis/nis_call.c (rec_dirsearch): Likewise.
7731         (first_shoot): Likewise.  Remove search_parent_first argument.
7732         (struct nis_server_cache): Rename search_parent_first field
7733         to search_parent.
7734         (nis_server_cache_search, nis_server_cache_add): Rename
7735         search_parent_first argument to search_parent.
7736         (__nisfind_server): Likewise.  If search_parent, call
7737         __nis_domain_of.
7739 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7741         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7743 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7745         [BZ #4368]
7746         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7748 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7750         [BZ #4364]
7751         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7753 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7755         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7756         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7757         current number of locales in SUPPORTED.
7758         (create_archive): Initialize serial.
7759         (enlarge_archive): Preserve aliases rather than duplicating
7760         their locrecs.
7762 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7764         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7765         after _IO_un_link, not before it.
7767         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7768         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7769         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7771 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7773         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7774         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7775         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7776         Remove __THROW.
7777         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7778         _IO_file_xsgetn_maybe_mmap): Likewise.
7779         * libio/oldfileops.c (old_do_write): Likewise.
7780         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7781         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7782         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7783         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7784         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7785         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7786         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7787         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7788         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7789         _IO_file_underflow, _IO_file_underflow_mmap,
7790         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7791         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7792         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7793         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7794         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7795         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7796         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7797         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7798         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7799         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7800         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7801         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7802         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7803         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7804         _IO_adjust_column_internal, _IO_default_uflow_internal,
7805         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7806         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7807         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7808         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7809         _IO_file_close_it_internal, _IO_file_underflow_internal,
7810         _IO_file_overflow_internal, _IO_file_attach_internal,
7811         _IO_file_fopen_internal, _IO_file_sync_internal,
7812         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7813         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7814         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7815         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7816         _IO_seekpos_unlocked): Likewise.
7817         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7818         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7820 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7822         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7823         argument in xmalloc size computation.
7825 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7827         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7828         math_opt_barrier and math_force_eval macros.
7830 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7832         [BZ #3306]
7833         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7834         * sysdeps/i386/fpu/math_private.h: New file.
7835         * sysdeps/x86_64/fpu/math_private.h: New file.
7836         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7837         math_force_eval macros.  Use "+m" constraint on asm rather than
7838         "=m" and "m".
7839         * math/s_nextafter.c (__nextafter): Likewise.
7840         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7841         Likewise.
7842         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7843         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7844         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7845         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7846         math_opt_barrier and math_force_eval macros.
7847         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7848         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7849         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7850         (__nexttoward): Use math_opt_barrier and
7851         math_force_eval macros.  Use "+m" constraint on asm rather than
7852         "=m" and "m".  Only use asm to force double result if
7853         FLT_EVAL_METHOD is 2.
7854         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7855         (__nexttowardf): Use math_opt_barrier and
7856         math_force_eval macros.  Use "+m" constraint on asm rather than
7857         "=m" and "m".  Only use asm to force double result if
7858         FLT_EVAL_METHOD is not 0.
7859         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7860         (__nexttowardf): Use math_opt_barrier and
7861         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7862         x to float using asm.
7863         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7864         (__nldbl_nexttowardf): Use math_opt_barrier and
7865         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7866         x to float using asm.
7867         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7868         (__nexttowardf): Use math_opt_barrier and math_force_eval
7869         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7870         * math/bug-nextafter.c (zero, inf): New variables.
7871         (main): Add new tests.
7872         * math/bug-nexttoward.c (zero, inf): New variables.
7873         (main): Add new tests.
7875 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7877         [BZ #3427]
7878         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7879         exceptions both in SW and MXCSR.
7880         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7881         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7882         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7883         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7884         in MXCSR if SSE is available.
7885         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7886         and ldsodefs.h.
7887         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7888         Fix comment typo.
7889         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7890         Return 0 rather than 1.
7891         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7892         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7893         * math/test-fenv.c (feholdexcept_tests): New function.
7894         (main): Call it.
7896 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7898         [BZ #3427]
7899         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7900         in SW.
7902 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7904         [BZ #4344]
7905         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7906         Reported by David Anderson <davea42@earthlink.net>.
7908 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7910         * posix/sys/wait.h: Remove unnecessary forward declaration.
7912 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7914         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7915         with obj->do_servers after first_shoot.
7917 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7919         * posix/Makefile (routines): Add sched_cpucount.
7920         (tests): Add tst-cpucount.
7921         * posix/sched_cpucount.c: New file.
7922         * posix/tst-cpucount.c: New file.
7923         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7924         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7925         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7926         * posix/sched.h: Define CPU_COUNT.
7928 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7930         * posix/fnmatch.c (STRUCT): Define.
7931         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7932         * posix/fnmatch_loop.c (struct STRUCT): New type.
7933         (FCT): Add ends argument.  If ends != NULL and normal * is
7934         seen in the pattern, store current pattern and string pointers
7935         and return.  Adjust recursive calls.
7936         (EXT): Adjust FCT callers.
7937         (STRUCT): Undef at the end of the file.
7938         * posix/Makefile (tests): Add tst-fnmatch2.
7939         * posix/tst-fnmatch2.c: New test.
7941 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7943         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7944         and 1 on failure.
7946         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7947         Change last argument to unsigned int.
7949 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7951         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7953 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7955         * config.h.in (HAVE_LIBCAP): Add.
7956         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7957         sys/capabilities.h.
7958         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7959         free_caps.  Cast away const from 4th cap_set_flag argument.
7961 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7963         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7964         GLIBC_2.6.
7965         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7966         Add sync_file_range.
7967         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7969 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7971         * sysdeps/powerpc/bits/atomic.h
7972         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7973         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7974         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7975         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7976         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7977         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7978         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7979         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7980         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7981         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7982         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7983         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7984         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7985         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7986         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7987         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7988         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7989         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7990         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7991         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7993 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7995         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7996         (__cache_line_size): Define the variable here.  Add
7997         attribute_hidden, remove weak_extern.
7998         (__libc_start_main): Set __cache_line_size
7999         unconditionally.
8000         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
8001         (__cache_line_size): Define the variable here.  Add
8002         attribute_hidden, remove weak_extern.
8003         (DL_PLATFORM_AUXV): Set __cache_line_size
8004         unconditionally.
8005         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
8006         weak_extern, add attribute_hidden.
8007         (__elf_machine_runtime_setup): Assume __cache_line_size is always
8008         defined in ld.so.
8009         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
8010         definition.
8011         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
8013 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
8015         [BZ #4276]
8016         * timezone/africa: Update from tzdata2007d.
8017         * timezone/asia: Likewise.
8018         * timezone/australasia: Likewise.
8019         * timezone/backward: Likewise.
8020         * timezone/europe: Likewise.
8021         * timezone/iso3166.tab: Likewise.
8022         * timezone/leapseconds: Likewise.
8023         * timezone/northamerica: Likewise.
8024         * timezone/southamerica: Likewise.
8025         * timezone/zone.tab: Likewise.
8027         * timezone/private.h: Update from tzcode2007d.
8028         * timezone/zdump.c: Likewise.
8029         * timezone/zic.c: Likewise.
8031 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
8033         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
8034         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
8035         variables.
8036         (nis_server_cache_search, nis_server_cache_add): New functions.
8037         (__nisfind_server): Use them.  Add dbp and flags argument, if
8038         call __nisbind_create.
8039         (__nisbind_create): Add server_used and current_ep arguments,
8040         only call __nis_findfastest if server_used is ~0.
8041         (__do_niscall2, __prepare_niscall): Adjust callers.
8042         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
8043         ckey_cache_euid, ckey_cache_lock): New variables.
8044         (get_ckey): New function.
8045         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
8046         __pmap_getnisport.  Save __pmap_getnisport result in
8047         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
8048         key.
8049         * nis/nis_lookup.c (nis_lookup): Likewise.
8050         * nis/nis_table.c (nis_list): Likewise.
8051         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
8052         prototypes.
8054         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
8055         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
8056         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
8057         _nss_nisplus_getservbyport_r): Likewise.
8058         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
8059         _nss_nisplus_getnetbyaddr_r): Likewise.
8060         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
8061         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
8062         _nss_nisplus_getntohost_r): Likewise.
8063         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
8064         _nss_nisplus_getrpcbynumber_r): Likewise.
8066 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8068         * configure.in (libc_cv_gnu89_inline): Only do compile test.
8069         * configure: Rebuilt.
8071         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
8072         bit-fields.
8073         * soft-fp/extended.h (_FP_UNION_E): Likewise.
8075 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
8077         [BZ #2831]
8078         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
8079         bit-fields.
8081 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
8083         * nscd/gai.c: Include alloca.h.
8084         (__libc_use_alloca): Define.
8086 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
8088         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
8089         smaller scopes.
8090         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
8091         (DL_DST_REQUIRED): Adjust user.
8093         * include/dlfcn.h (struct link_map): New forward decl.
8095         * inet/getnameinfo.c: Include stddef.h.
8096         (getnameinfo): Use offsetof.
8098         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
8100         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
8102         * string/strerror_l.c: Include stdlib.h.
8104         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
8105         * config.make.in (gnu89-inline-CFLAGS): New variable.
8106         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
8107         -std=gnu99.
8108         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
8109         * argp/argp.h: Use it.
8110         * bits/mathinline.h: Likewise.
8111         * bits/sigset.h: Likewise.
8112         * bits/string.h: Likewise.
8113         * ctype/ctype.h: Likewise.
8114         * hurd/hurd.h: Likewise.
8115         * hurd/hurd/fd.h: Likewise.
8116         * hurd/hurd/port.h: Likewise.
8117         * hurd/hurd/signal.h: Likewise.
8118         * hurd/hurd/threadvar.h: Likewise.
8119         * hurd/hurd/userlink.h: Likewise.
8120         * io/sys/stat.h: Likewise.
8121         * libio/bits/stdio.h: Likewise.
8122         * libio/bits/stdio2.h: Likewise.
8123         * mach/lock-intern.h: Likewise.
8124         * mach/mach/mig_support.h: Likewise.
8125         * math/bits/cmathcalls.h: Likewise.
8126         * posix/bits/unistd.h: Likewise.
8127         * socket/bits/socket2.h: Likewise.
8128         * stdlib/bits/stdlib.h: Likewise.
8129         * stdlib/stdlib.h: Likewise.
8130         * string/argz.h: Likewise.
8131         * string/bits/string2.h: Likewise.
8132         * string/bits/string3.h: Likewise.
8133         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
8134         * sysdeps/generic/inttypes.h: Likewise.
8135         * sysdeps/generic/machine-lock.h: Likewise.
8136         * sysdeps/generic/machine-sp.h: Likewise.
8137         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
8138         * sysdeps/i386/i486/bits/string.h: Likewise.
8139         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
8140         * sysdeps/mach/alpha/machine-lock.h: Likewise.
8141         * sysdeps/mach/alpha/machine-sp.h: Likewise.
8142         * sysdeps/mach/i386/machine-lock.h: Likewise.
8143         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8144         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
8145         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
8146         * sysdeps/s390/bits/string.h: Likewise.
8147         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
8148         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
8149         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8150         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
8151         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8152         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
8153         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
8154         * wcsmbs/bits/wchar2.h: Likewise.
8155         * wcsmbs/wchar.h: Likewise.
8156         * stdlib/gmp.h: Likewise.  Include <features.h> to get
8157         __extern_inline definition.
8159 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
8161         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
8162         NULL.
8164         [BZ #3919]
8165         * math/libm-test.inc (log_test): Test -Inf and NaN.
8166         (log10_test, log1p_test, log2_test): Test -Inf.
8167         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
8168         FE_INVALID when argument is qNaN.
8169         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8170         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8171         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8172         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
8173         andb $1, %ah with testb $1, %ah, don't test for parity, instead
8174         testb $4, %ah and jump if non-zero.
8175         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8176         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8178         [BZ #4101]
8179         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8180         ancestors with the same depths.
8181         Patch by Niels Moeller <nisse@lysator.liu.se>.
8182         (filter_doc): Don't crash if argp is NULL.
8183         * argp/Makefile (tests): Add tst-argp2.
8184         * argp/tst-argp2.c: New test.
8186         [BZ #4130]
8187         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8188         open_not_cancel_2.
8189         (updwtmp_file): Likewise.
8191         [BZ #4181]
8192         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8193         (inet6_opt_append): Don't check extlen is big enough if extbuf
8194         is NULL.
8195         (inet6_opt_finish): Likewise.
8196         * inet/Makefile (tests): Add test-inet6_opt.
8197         * inet/test-inet6_opt.c: New test.
8199         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8200         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8201         NLMSG_ERR.  Instead use a page sized buffer.
8202         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8203         buffer.
8205 2007-03-14  Richard Henderson  <rth@redhat.com>
8207         * sysdeps/alpha/fpu/s_llround.c: New file.
8208         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8209         * sysdeps/alpha/fpu/s_lround.c: New file.
8210         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8211         * sysdeps/alpha/fpu/s_round.c: New file.
8212         * sysdeps/alpha/fpu/s_roundf.c: New file.
8213         * sysdeps/alpha/fpu/s_trunc.c: New file.
8214         * sysdeps/alpha/fpu/s_truncf.c: New file.
8216         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8217         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8218         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8219         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8220         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8221         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8223         * sysdeps/alpha/fpu/s_fmax.S: New file.
8224         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8225         * sysdeps/alpha/fpu/s_fmin.S: New file.
8226         * sysdeps/alpha/fpu/s_fminf.S: New file.
8227         * sysdeps/alpha/fpu/s_isnan.c: New file.
8228         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8229         * sysdeps/alpha/fpu/s_llrint.c: New file.
8230         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8231         * sysdeps/alpha/fpu/s_lrint.c: New file.
8232         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8233         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8234         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8236         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8237         (__fdimf, fdimf, __fdim, fdim): Remove.
8238         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8239         (__isnanf, __isnan, __isnanl): New.
8241 2007-03-13  Richard Henderson  <rth@redhat.com>
8243         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8245 2007-03-13  Richard Henderson  <rth@redhat.com>
8247         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8248         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8249         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8250         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8251         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8252         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8254 2007-03-13  Richard Henderson  <rth@redhat.com>
8256         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8257         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8258         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8259         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8260         Move to dl-auxv.h; initialize instead of extern weak.
8261         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8262         weak symbol.
8263         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8264         Extern instead of initialized.
8266 2007-03-13  Richard Henderson  <rth@redhat.com>
8268         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8269         __sigsuspend_nocancel.
8271 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8273         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8274         172.16/12 address range.
8276 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8278         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8279         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8280         message.
8282 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8284         [BZ #4069]
8285         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8286         earlier.
8287         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8289         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8290         for x qNaN and y either +-inf or non-integer value.
8291         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8292         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8293         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8295 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8297         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8298         from sysdep_headers.
8300 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8302         * time/tzfile.c (find_transition): Instead of a linear search try to
8303         guess the transition index, use a linear search if the result is at
8304         most 10 transitions away from the guess or binary search otherwise.
8306 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8308         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8309         memory reallocation.
8311 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8313         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8314         and fix some typos.
8315         Optimize use of TOLOWER.
8317         [BZ #3325]
8318         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8319         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8320         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8322         [BZ #3458]
8323         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8324         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8326         [BZ #4076]
8327         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8328         (open_dir_stream): Likewise.
8329         * io/Makefile (tests): Add bug-ftw5.
8330         * io/bug-ftw5.c: New file.
8332         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8333         * nscd/servicescache.c (cache_addserv): Likewise.
8335         * nscd/grpcache.c (cache_addgr): In case a record changed on
8336         refresh, adjust key_copy.
8338         [BZ #4074]
8339         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8340         refresh, adjust key_copy.
8342         [BZ #4070]
8343         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8344         special cases.
8345         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8347 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8349         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8350         optimization.
8352         * stdio-common/vfscanf.c: Small cleanups throughout.
8354 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8356         [BZ #3325]
8357         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8358         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8359         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8360         Patch by Jared Casper <jaredcasper@gmail.com>.
8362         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8363         * sysdeps/unix/opendir.c: Likewise.
8364         * sysdeps/unix/readdir.c: Likewise.
8366         [BZ #2211]
8367         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8368         point numbers.
8369         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8371         * stdio-common/vfscanf.c: Fix problems in width accounting.
8372         * stdio-common/tst-sscanf.c (double_tests): New tests.
8373         (main): Hook them up.
8375         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8376         More simplifications of floating-point reader.
8378         * stdio-common/Makefile (tests): Add tst-swscanf.
8379         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8380         testing.
8381         * stdio-common/tst-swscanf.c: New file.
8383 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8385         [BZ #2633]
8386         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8387         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8388         Remove using for __jmp_buf_tag.
8389         * locale/locale.h (struct lconv): Also define in std namespace.
8390         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8392         [BZ #3842]
8393         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8394         using __libc_enable_secure.
8396         [BZ #3818]
8397         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8399         [BZ #3745]
8400         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8401         of names for ellipsises.
8403         [BZ #3348]
8404         * malloc/memusage.sh: Cleanups.
8405         * debug/xtrace.sh: Quoting and trap changes.
8407 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8409         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8411         * locale/iso-3166.def: Update entry for Serbia.
8412         * locale/iso-4217.def: Define RSD, remove CSD.
8414         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8415         and 64-bit operations.
8417         [BZ #4040]
8418         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8419         16-bit operations.
8421         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8422         of writev.
8424 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8426         [BZ #3991]
8427         * assert/assert.h (assert): Simplify.
8428         (assert_perror): Likewise.
8429         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8431         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8432         reqdata.
8434         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8435         change: don't pass NULL in place of an integer.
8437 2007-02-02  Bruno Haible  <bruno@clisp.org>
8439         [BZ #3954]
8440         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8441         Add mapping for U+327E.
8442         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8443         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8444         mapping of 0xD9 0xE8.
8445         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8446         mapping of U+327E.
8447         Reported by Jungshik Shin <jungshik@google.com>.
8449         [BZ #3955]
8450         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8451         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8452         Reported by Jungshik Shin <jungshik@google.com>.
8454 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8456         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8457         byte variants.
8459         [BZ #4040]
8460         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8461         byte variants.  Patch mostly be tom@tommay.net.
8463 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8465         [BZ #3996]
8466         * posix/glob.c (attribute_hidden): Define if not defined.
8467         (glob): Unescape dirname, filename or username when needed and not
8468         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8469         is NULL.  Handle unescaped [ in pattern without closing ].
8470         Don't pass GLOB_CHECK down to recursive glob for directories.
8471         (__glob_pattern_type): New function.
8472         (__glob_pattern_p): Implement using __glob_pattern_type.
8473         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8474         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8475         Remove unreachable code.
8476         * posix/globtest.sh: Add a couple of new tests.
8478 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8480         * po/ru.po: Update from translation team.
8482 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8484         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8485         to the list of i486+ CPUs.
8486         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8488 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8490         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8491         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8492         references.
8494 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8496         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8498         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8499         * resolv/res_mkquery.c: Define __res_nopt.
8500         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8501         try adding EDNS0 record.
8502         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8503         EDNS0 record was send make sure we don't try it again.
8504         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8505         * include/resolv.h: Declare __res_nopt.
8507 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8509         [BZ #3944]
8510         * time/strptime_l.c (__strptime_internal): Set have_mon for
8511         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8512         have been computed from tm_yday and tm_year.  Don't crash
8513         in day_of_the_week or day_of_the_year if not have_mon
8514         and tm_mon contains bogus value.
8515         * time/Makefile (tests): Add tst-strptime3.
8516         * time/tst-strptime3.c: New test.
8518 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8520         [BZ #3957]
8521         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8522         bit for RE_HAT_LISTS_NOT_NEWLINE.
8523         (build_charclass_op): Remove bogus comment.
8524         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8525         * posix/bug-regex27.c: New test.
8526         * posix/bug-regex28.c: New test.
8528 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8530         * po/sv.po: Update from translation team.
8532 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8534         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8536 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8538         * include/locale.h (__uselocale): Add libc_hidden_proto.
8539         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8541         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8542         gettimeofday.
8544 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8546         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8547         returning.
8548         (PTR_DEMANGLE): Real definition now that it's not the same as
8549         PRT_MANGLE anymore.
8550         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8552         * string/strerror_l.c: New file.
8553         * string/Makefile (routines): Add strerror_l.
8554         * string/string.h: Declare strerror_l.
8555         * string/Versions: Export strerror_l for GLIBC_2.6.
8557 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8559         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8560         as parameter.  Construct request record.  Try sending request
8561         before the first poll use, it usually succeeds.  Adjust all
8562         callers.
8563         * nscd/nscd-client.h: Define MAXKEYLEN.
8564         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8566 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8568         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8569         from return value.
8570         * nscd/nscd_helper.c: Include string.h.
8571         (__nscd_cache_search): Remove const qualifier from return value.
8572         On strict alignment architectures check hash entry and data head
8573         alignment.
8574         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8575         mmapped data during GC cycle contains garbage.  If
8576         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8577         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8578         dropped to 0.
8579         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8580         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8581         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8582         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8583         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8585 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8587         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8589 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8591         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8592         names not numbers in cfi_*.
8594 2007-01-26  Andreas Jaeger  <aj@suse.de>
8596         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8597         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8598         Correct values of PER_HPUX and PER_OSF4.
8600 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8602         * elf/dl-minimal.c: Undefine _itoa first.
8603         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8604         * malloc/mtrace.c: Revert last change.
8605         * posix/wordexp.c: Likewise.
8607 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8609         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8610         and __geode__ to the list of i486+ CPUs.
8611         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8613 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8615         * stdio-common/_itoa.c: Include <limits.h>.
8616         * stdio-common/_itowa.c: Likewise.
8618 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8620         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8621         platforms.
8622         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8623         64-bit platforms.
8624         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8625         possible.
8626         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8627         if possible.
8629         [BZ #3902]
8630         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8631         * stdio-common/Makefile (tests): Add bug17.
8632         * stdio-common/bug17.c: New file.
8634 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8636         * iconvdata/brf.c: New file.
8637         * iconvdata/testdata/BRF: New file.
8638         * iconvdata/testdata/BRF..UTF8: New file.
8639         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8640         * iconvdata/Makefile: Add rules to build BRF.
8641         * iconvdata/TESTS: Add BRF entry.
8642         * iconvdata/gconv-modules: Likewise.
8643         * iconvdata/tst-tables.sh: Likewise.
8645 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8647         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8648         type `long long int', not `long int'.
8649         (wcstoq): Likewise.
8651 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8653         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8654         of values on 64-bit platforms which are too large.
8656 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8657             Joe Kerian  <jkerian@us.us.ibm.com>
8659         [BZ #2749]
8660         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8661         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8662         (__copysignl): Use signbit() for comparison.
8663         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8664         SET_LDOUBLE_WORDS64.
8666         [BZ #2423, #2749]
8667         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8668         (__ceill): Remove calls to fegetround(), fesetround().
8669         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8670         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8671         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8673 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8675         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8677         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8679 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8681         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8682         demangle pointer.
8683         * csu/libc-start.c: Likewise.
8685 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8687         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8688         really work anyway.
8690 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8692         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8693         users.
8694         (handle_request): Remove unnecessary tests.
8696         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8698 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8700         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8701         workbits in semi-raw fraction.
8703         * math/test-misc.c: Add new tests.
8705 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8707         * math/basic-test.c: Include test-skeleton.c.
8708         (TEST_TRUNC): Define.
8709         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8710         (main): Rename to ...
8711         (do_test): ...this.  Run new tests.
8712         (TEST_FUNCTION): Define.
8714 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8715             Joe Kerian  <jkerian@us.us.ibm.com>
8717         [BZ #2749]
8718         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8719         handling for high words.
8720         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8721         and overflow for infinity.
8723 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8725         * nscd/connections.c (handle_request): Add a __builtin_expect.
8727         * nscd/connections.c (serv2db): Change type into structure which
8728         also says whether this is a request for data.  Renamed to
8729         servinfo.  All users changed.
8730         (handle_request): Much simpler test whether we should search the cache.
8732         * nscd/connections.c (handle_request): Fix thinko in selinux test
8733         invocation.
8735         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8736         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8737         it before getting dl_load_lock and then relock.
8738         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8739         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8740         case we unlocked the scope.
8741         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8742         _dl_lookup_symbol_x in case we locked the scope.
8743         (_dl_profile_fixup): Likewise.
8744         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8745         set DL_LOOKUP_SCOPE_LOCK.
8747 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8749         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8750         CFLAGS-getsrvbynpt_r.c.
8751         * nscd/getsrvbynm_r.c: New file.
8752         * nscd/getsrvbypt_r.c: New file.
8753         * nscd/nscd_getserv_r.c: New file.
8754         * nscd/servicescache.c: New file.
8755         * nscd/Makefile (routines): Add nscd_getserv_r.
8756         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8757         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8758         CFLAGS-getsrvbypt_r.c.
8759         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8760         table.  Add entries for services database.
8761         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8762         services database.
8763         (dbs): Add .reset_res and servdb initialization.
8764         (serv2db): Add entries for services database.
8765         (verify_persistent_db): Accept dbnr == servdb.
8766         (invalidate_cache): Rewrite database name recognition to use a table.
8767         Call res_init() if .reset_res is set for database.
8768         (handle_request): Add code to handle services database.
8769         * nscd/gai.c: Don't define __getservbyname_r.
8770         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8771         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8772         (serv_response_header): Define.
8773         (struct datahead): Add serv_response_header member.
8774         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8775         using table.
8776         * nscd/nscd.conf: Add entries for services database.
8777         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8778         Declare serv_iov_disabled.
8779         Declare addservbyname, readdservbyname, addservbyport, and
8780         readdservbyport.
8781         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8782         (find_db): Fix error message.
8783         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8784         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8785         * nscd/selinux.c (perms): Add entries for services database.
8786         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8787         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8789         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8790         * nscd/hstcache.c: Likewise.
8791         * nscd/pwdcache.c: Likewise.
8793         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8794         computation of keylen.
8796         * include/string.h: Only redefine strndupa if this is really for
8797         libc code.
8799 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8801         * nscd/nscd_gethst_r.c: Minor cleanups.
8803         * nscd/connections.c (handle_request): Check selinux permissions
8804         for all non-admin commands.
8806         * sysdeps/i386/i486/bits/atomic.h: Define
8807         atomic_compare_and_exchange_val_acq,
8808         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8809         using __sync_* built-ins for gcc >= 4.1.
8810         * sysdeps/x86_64/bits/atomic.h: Likewise.
8812         [BZ #3840]
8813         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8814         and .oS.d files.
8816 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8818         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8819         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8820         (do_test): Check errno and exit(0) if ENOSYS.
8822 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8824         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8825         thousands separators.
8826         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8827         * stdlib/tst-strtod4.c: New test.
8829         [BZ #3855]
8830         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8831         hexadecimal digit should accept just the initial 0.
8832         * stdlib/tst-strtod2.c (tests): New variable.
8833         (do_test): Run several tests rather than just one.
8835 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8837         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8838         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8840 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8842         * io/fts.c: Make sure fts_cur is always valid after return from
8843         fts_read.
8844         Patch by Miloslav Trmac <mitr@redhat.com>.
8846 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8848         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8849         (R_MIPS_NUM): Bump by 1.
8851 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8853         * posix/execvp.c: Include alloca.h.
8854         (allocate_scripts_argv): Renamed to...
8855         (scripts_argv): ... this.  Don't allocate buffer here nor count
8856         arguments.
8857         (execvp): Use alloca if possible.
8858         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8859         * posix/tst-vfork3.c: New test.
8861 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8863         * string/Makefile (tst-strxfrm2-ENV): Define.
8864         * stdlib/Makefile (tst-strtod3-ENV): Define.
8866 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8868         * posix/getconf.c: Update copyright year.
8869         * nss/getent.c: Likewise.
8870         * iconv/iconvconfig.c: Likewise.
8871         * iconv/iconv_prog.c: Likewise.
8872         * elf/ldconfig.c: Likewise.
8873         * catgets/gencat.c: Likewise.
8874         * csu/version.c: Likewise.
8875         * elf/ldd.bash.in: Likewise.
8876         * elf/sprof.c (print_version): Likewise.
8877         * locale/programs/locale.c: Likewise.
8878         * locale/programs/localedef.c: Likewise.
8879         * nscd/nscd.c (print_version): Likewise.
8880         * debug/xtrace.sh: Likewise.
8881         * malloc/memusage.sh: Likewise.
8882         * malloc/mtrace.pl: Likewise.
8883         * debug/catchsegv.sh: Likewise.
8885 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8887         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8888         attempts.
8890 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8892         * posix/wordexp.c: Remove some unnecessary tests.
8894 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8896         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8897         blacklist the group till after we look it up.
8899 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8901         * include/atomic.h (atomic_forced_read): New macro.
8903 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8905         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8907 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8909         * nss/getXXbyYY_r.c: Include atomic.h.
8910         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8911         add atomic_write_barrier () in between.
8913         * stdlib/Makefile (tests): Add tst-makecontext.
8914         * stdlib/tst-makecontext.c: New test.
8916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8917         (__makecontext): Don't realign uc_mcontext.uc_regs.
8919 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8921         * elf/dl-support.c: Include dl-procinfo.h.
8922         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8923         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8924         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8925         Define.
8926         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8927         hardcoded constants.
8928         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8929         PPC_PLATFORM_* macros for array designators.
8931 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8933         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8934         names to the beginning.
8935         (_dl_powerpc_platforms): Add "power6x".
8936         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8937         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8938         (_DL_PLATFORMS_COUNT): Increase.
8939         (_dl_string_platform): Handle power6x case.
8940         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8941         PPC_FEATURE_POWER6_EXT): Define.
8942         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8944 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8946         [BZ #3747]
8947         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8948         [-2^31 .. 2^31) range.
8949         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8950         targets.
8951         * stdlib/tst-rand48-2.c: New test.
8952         * stdlib/Makefile (tests): Add tst-rand48-2.
8954 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8956         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8958 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8960         * misc/tst-pselect.c (do_test): Make sure the helper process is
8961         terminating when the test is aborted.
8963 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8965         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8966         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8967         Handle relatime mount option.
8969         [BZ #2337]
8970         * libio/Makefile (tests): Add tst-setvbuf1.
8971         * libio/tst-setvbuf1.c: New file.
8973 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8975         [BZ #2337]
8976         * libio/genops.c (__uflow): Fix a typo.
8977         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8978         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8979         the narrow buffer size.
8981 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8983         [BZ #2337]
8984         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8985         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8986         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8987         in _flags.
8988         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8989         _IO_wstr_finish): Likewise.
8990         * libio/wmemstream.c (open_wmemstream): Likewise.
8991         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8992         even for wide streams.
8994 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8997         kernel-features.h.
8999 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
9001         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
9002         separators also if no non-zero digits found.
9003         * stdlib/Makefile (tests): Add tst-strtod3.
9005 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
9007         [BZ #3632]
9008         * include/features.h: Fix comment about default value for
9009         _POSIX_C_SOURCE.
9011         [BZ #3664]
9012         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
9013         empty parsed strings.
9014         * stdlib/Makefile (tests): Add tst-strtod2.
9015         * stdlib/tst-strtod2.c: New file.
9017         [BZ #3673]
9018         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
9019         computation.
9020         * stdlib/Makefile (tests): Add tst-atof2.
9021         * stdlib/tst-atof2.c: New file.
9023         [BZ #3674]
9024         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
9025         correctly if removing trailing zero of hex-float.
9026         * stdlib/Makefile (tests): Add tst-atof1.
9027         * stdlib/tst-atof1.c: New file.
9029 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
9031         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
9032         Start searching for next comma at p rather than rest.
9033         * misc/Makefile (tests): Add tst-mntent2.
9034         * misc/tst-mntent2.c: New test.
9036         * misc/getusershell.c (initshells): Check for integer overflows.
9037         Make strings buffer one bigger as fgets always succeeds when second
9038         argument is 1.  Don't use calloc for shells array.  Disallow
9039         / as shell.
9041 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
9043         * malloc/memusage.c: Handle realloc with new size of zero and
9044         non-NULL pointer correctly.
9045         (me): Really write first record twice.
9046         (struct entry): Make format bi-arch safe.
9047         (dest): Write out more realloc statistics.
9048         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
9050 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
9052         * nis/nis_subr.c (nis_getnames): Revert last change.
9054 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
9056         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
9057         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
9058         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
9059         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
9060         ENOTTY.
9061         * io/Makefile: Add rules to build and run tst-ttyname_r test.
9062         * io/tst-ttyname_r.c: New test.
9064 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9066         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
9068 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
9070         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
9071         jump table entries.
9073 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
9075         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
9076         `clone' function to ensure proper unwinding stop of gdb.
9077         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
9079 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
9081         * nscd/nscd.init: Remove obsolete and commented-out -S option
9082         handling.
9084 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
9086         [BZ #3514]
9087         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
9089         [BZ #3515]
9090         * manual/string.texi (strtok): Remove duplicate paragraph.
9092 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9094         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
9095         libgcc not supporting `rflags' unwinding (register # >= 17).
9097 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
9099         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
9100         succeeded.
9102 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
9103             Jakub Jelinek  <jakub@redhat.com>
9104             Jan Kratochvil  <jan.kratochvil@redhat.com>
9106         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
9107         unwind information.
9108         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
9109         'restore_rt' even in the 'signal' directory.
9110         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
9112 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
9114         [BZ #3559]
9115         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
9116         malloc crashed.  Don't allocate memory unnecessarily in each
9117         loop.
9119 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
9121         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
9123 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
9125         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
9127 2006-11-18  Bruno Haible  <bruno@clisp.org>
9129         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
9130         __sysconf only after having tried to call getgroups32.
9132 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
9134         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
9135         addresses for IPv4 queries if they can be mapped.
9137 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
9139         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
9140         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
9141         (signmask): Add .size directive.
9142         (othermask): Add .type directive.
9144 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
9146         * po/nl.po: Update from translation team.
9148         * timezone/zdump.c: Redo fix for BZ #3137.
9150 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
9152         * nss/nss_files/files-alias.c (get_next_alias): Set line back
9153         to first_unused after parsing :include: file.
9155 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9157         * timezone/africa: Update from tzdata2006o.
9158         * timezone/antarctica: Likewise.
9159         * timezone/asia: Likewise.
9160         * timezone/australasia: Likewise.
9161         * timezone/backward: Likewise.
9162         * timezone/europe: Likewise.
9163         * timezone/iso3166.tab: Likewise.
9164         * timezone/northamerica: Likewise.
9165         * timezone/southamerica: Likewise.
9166         * timezone/zone.tab: Likewise.
9168         * time/tzfile.c (__tzfile_read): Extend to handle new file format
9169         on machines with 64-bit time_t.
9171         * timezone/checktab.awk: Update from tzcode2006o.
9172         * timezone/ialloc.c: Likewise.
9173         * timezone/private.h: Likewise.
9174         * timezone/scheck.c: Likewise.
9175         * timezone/tzfile.h: Likewise.
9176         * timezone/tzselect.ksh: Likewise.
9177         * timezone/zdump.c: Likewise.
9178         * timezone/zic.c: Likewise.
9180         [BZ #3483]
9181         * elf/ldconfig.c (main): Call setlocale and textdomain.
9182         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9184         [BZ #3480]
9185         * manual/argp.texi: Fix typos.
9186         * manual/charset.texi: Likewise.
9187         * manual/errno.texi: Likewise.
9188         * manual/filesys.texi: Likewise.
9189         * manual/lang.texi: Likewise.
9190         * manual/maint.texi: Likewise.
9191         * manual/memory.texi: Likewise.
9192         * manual/message.texi: Likewise.
9193         * manual/resource.texi: Likewise.
9194         * manual/search.texi: Likewise.
9195         * manual/signal.texi: Likewise.
9196         * manual/startup.texi: Likewise.
9197         * manual/stdio.texi: Likewise.
9198         * manual/sysinfo.texi: Likewise.
9199         * manual/syslog.texi: Likewise.
9200         * manual/time.texi: Likewise.
9201         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9203         [BZ #3465]
9204         * sunrpc/clnt_raw.c: Minimal message improvements.
9205         * sunrpc/pm_getmaps.c: Likewise.
9206         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9207         * nis/nis_print_group_entry.c: Likewise.
9208         * locale/programs/repertoire.c: Likewise.
9209         * locale/programs/charmap.c: Likewise.
9210         * malloc/memusage.sh: Likewise.
9211         * elf/dl-deps.c: Likewise.
9212         * locale/programs/ld-collate.c: Likewise.
9213         * libio/vswprintf.c: Likewise.
9214         * malloc/memusagestat.c: Likewise.
9215         * sunrpc/auth_unix.c: Likewise.
9216         * sunrpc/rpc_main.c: Likewise.
9217         * nscd/cache.c: Likewise.
9218         * locale/programs/repertoire.c: Unify output messages.
9219         * locale/programs/charmap.c: Likewise.
9220         * locale/programs/ld-ctype.c: Likewise.
9221         * locale/programs/ld-monetary.c: Likewise.
9222         * locale/programs/ld-numeric.c: Likewise.
9223         * locale/programs/ld-time.c: Likewise.
9224         * elf/ldconfig.c: Likewise.
9225         * nscd/selinux.c: Likewise.
9226         * elf/cache.c: Likewise.
9227         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9229         [BZ #3451]
9230         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9231         change atomic.
9232         (ceil): Likewise.
9234 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9236         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9237         if N is one bigger than return value.
9238         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9239         and l1 last arguments, if buf is defined, verify the return value
9240         equals to strlen (buf) and verify no byte beyond passed length
9241         is modified.
9243 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9245         * po/sv.po: Update from translation team.
9247 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9249         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9250         noinline attribute.
9252 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9254         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9255         noinline attribute.
9257         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9258         Use __new_sys_siglist instead of _sys_siglist_internal as
9259         second macro argument.
9260         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9261         strong_alias.
9263 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9265         [BZ #3493]
9266         * posix/unistd.h (sysconf): Remove const attribute.
9268         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9269         temporary or deprecated addresses.
9270         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9272         * string/Makefile (tests): Add tst-strxfrm2.
9273         * string/tst-strxfrm2.c: New file.
9275 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9277         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9278         rather than r->r_brk.
9280 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9282         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9283         optimization even if needed > n.
9285         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9286         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9287         return false, otherwise return true.
9288         (cache_rpath): Return decompose_rpath return value.
9290 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9292         * include/libc-symbols.h (declare_symbol): Rename to...
9293         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9294         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9295         .size directive.
9296         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9297         changes.
9298         * sysdeps/gnu/siglist.c: Likewise.
9300 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9302         * sysdeps/powerpc/fpu/bits/mathinline.h
9303         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9304         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9306 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9308         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9309         Update handling of cache descriptor 0x49 for new models.
9310         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9311         Likewise.
9313 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9315         * malloc/memusage.c (dest): Reset not_me back to false after
9316         printing statistics.
9318 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9320         * configure.in: Work around ld --help change and avoid -z relro
9321         test completely if the architecture doesn't care about security.
9323 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9325         * po/sv.po: Update from translation team.
9327 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9329         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9330         generate compatibility version.
9332 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9334         * configure.in: Relax -z relro requirement a bit.
9336         * po/sv.po: Update from translation team.
9338 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9340         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9341         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9342         * elf/dl-close.c (_dl_close_worker): Likewise.
9343         * elf/dl-open.c (_dl_open_worker): Likewise.
9344         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9346 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9348         * configure.in: Require assembler support for visibility, compiler
9349         support for visibility and aliases, linker support for various -z
9350         options.
9351         * Makeconfig: Remove conditional code which now is unnecessary.
9352         * config.h.in: Likewise.
9353         * config.make.in: Likewise.
9354         * dlfcn/Makefile: Likewise.
9355         * elf/Makefile: Likewise.
9356         * elf/dl-load.c: Likewise.
9357         * elf/rtld.c: Likewise.
9358         * include/libc-symbols.h: Likewise.
9359         * include/stdio.h: Likewise.
9360         * io/Makefile: Likewise.
9361         * io/fstat.c: Likewise.
9362         * io/fstat64.c: Likewise.
9363         * io/fstatat.c: Likewise.
9364         * io/fstatat64.c: Likewise.
9365         * io/lstat.c: Likewise.
9366         * io/lstat64.c: Likewise.
9367         * io/mknod.c: Likewise.
9368         * io/mknodat.c: Likewise.
9369         * io/stat.c: Likewise.
9370         * io/stat64.c: Likewise.
9371         * libio/stdio.c: Likewise.
9372         * nscd/Makefile: Likewise.
9373         * stdlib/Makefile: Likewise.
9374         * stdlib/atexit.c: Likewise.
9375         * sysdeps/generic/ldsodefs.h: Likewise.
9376         * sysdeps/i386/dl-machine.h: Likewise.
9377         * sysdeps/i386/sysdep.h: Likewise.
9378         * sysdeps/i386/i686/memcmp.S: Likewise.
9379         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9380         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9381         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9383         * Makerules: USE_TLS support is now default.
9384         * tls.make.c: Likewise.
9385         * csu/Versions: Likewise.
9386         * csu/libc-start.c: Likewise.
9387         * csu/libc-tls.c: Likewise.
9388         * csu/version.c: Likewise.
9389         * dlfcn/dlinfo.c: Likewise.
9390         * elf/dl-addr.c: Likewise.
9391         * elf/dl-cache.c: Likewise.
9392         * elf/dl-close.c: Likewise.
9393         * elf/dl-iteratephdr.c: Likewise.
9394         * elf/dl-load.c: Likewise.
9395         * elf/dl-lookup.c: Likewise.
9396         * elf/dl-object.c: Likewise.
9397         * elf/dl-open.c: Likewise.
9398         * elf/dl-reloc.c: Likewise.
9399         * elf/dl-support.c: Likewise.
9400         * elf/dl-sym.c: Likewise.
9401         * elf/dl-sysdep.c: Likewise.
9402         * elf/dl-tls.c: Likewise.
9403         * elf/ldconfig.c: Likewise.
9404         * elf/rtld.c: Likewise.
9405         * elf/tst-tls-dlinfo.c: Likewise.
9406         * elf/tst-tls1.c: Likewise.
9407         * elf/tst-tls10.h: Likewise.
9408         * elf/tst-tls14.c: Likewise.
9409         * elf/tst-tls2.c: Likewise.
9410         * elf/tst-tls3.c: Likewise.
9411         * elf/tst-tls4.c: Likewise.
9412         * elf/tst-tls5.c: Likewise.
9413         * elf/tst-tls6.c: Likewise.
9414         * elf/tst-tls7.c: Likewise.
9415         * elf/tst-tls8.c: Likewise.
9416         * elf/tst-tls9.c: Likewise.
9417         * elf/tst-tlsmod1.c: Likewise.
9418         * elf/tst-tlsmod13.c: Likewise.
9419         * elf/tst-tlsmod13a.c: Likewise.
9420         * elf/tst-tlsmod14a.c: Likewise.
9421         * elf/tst-tlsmod2.c: Likewise.
9422         * elf/tst-tlsmod3.c: Likewise.
9423         * elf/tst-tlsmod4.c: Likewise.
9424         * elf/tst-tlsmod5.c: Likewise.
9425         * elf/tst-tlsmod6.c: Likewise.
9426         * include/errno.h: Likewise.
9427         * include/link.h: Likewise.
9428         * include/tls.h: Likewise.
9429         * locale/global-locale.c: Likewise.
9430         * locale/localeinfo.h: Likewise.
9431         * malloc/arena.c: Likewise.
9432         * malloc/hooks.c: Likewise.
9433         * malloc/malloc.c: Likewise.
9434         * resolv/Versions: Likewise.
9435         * sysdeps/alpha/dl-machine.h: Likewise.
9436         * sysdeps/alpha/libc-tls.c: Likewise.
9437         * sysdeps/generic/ldsodefs.h: Likewise.
9438         * sysdeps/generic/tls.h: Likewise.
9439         * sysdeps/i386/dl-machine.h: Likewise.
9440         * sysdeps/ia64/dl-machine.h: Likewise.
9441         * sysdeps/ia64/libc-tls.c: Likewise.
9442         * sysdeps/mach/hurd/fork.c: Likewise.
9443         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9444         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9445         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9446         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9447         * sysdeps/s390/libc-tls.c: Likewise.
9448         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9449         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9450         * sysdeps/sh/dl-machine.h: Likewise.
9451         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9452         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9453         * sysdeps/x86_64/dl-machine.h: Likewise.
9455         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9456         split out locking and parameter checking.
9457         (_dl_close): Call _dl_close_worker after locking and checking.
9458         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9459         _dl_close.
9460         * elf/Makefile: Add rules to build and run tst-thrlock.
9461         * elf/tst-thrlock.c:  New file.
9463         [BZ #3426]
9464         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9465         reality.
9467         [BZ #3429]
9468         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9469         we are sure we do not need it anymore for _dl_close.  Also move
9470         the asserts inside the lock region.
9471         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9473 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9475         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9476         argument.
9477         (_dl_lookup_symbol_x): Adjust caller.
9479         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9480         _ns_global_scope.
9481         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9483         * elf/dl-libc.c: Revert l_scope name changes.
9484         * elf/dl-load.c: Likewise.
9485         * elf/dl-object.c: Likewise.
9486         * elf/rtld.c: Likewise.
9487         * elf/dl-close.c (_dl_close): Likewise.
9488         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9489         always use __rtld_mrlock_{change,done}.  Always free old scope list
9490         here if not l_scope_mem.
9491         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9492         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9493         the lookup and __rtld_mrlock_unlock it after the lookup.
9494         * elf/dl-sym.c: Likewise.
9495         * include/link.h (struct r_scoperec): Remove.
9496         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9497         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9499 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9501         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9503 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9505         * configure.in: Disable building profile libraries by default.
9507 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9509         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9510         as signed longs, check for x_base + pos overflow.
9511         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9512         * sunrpc/tst-xdrmem2.c: New test.
9514 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9516         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9517         _dl_lookup_symbol_x code.
9519 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9521         * elf/dl-runtime.c: Include sysdep-cancel.h.
9522         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9523         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9524         instead of catomic_* macros.
9525         * elf/dl-sym.c: Include sysdep-cancel.h.
9526         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9527         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9528         * elf/dl-close.c: Include sysdep-cancel.h.
9529         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9530         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9531         * elf/dl-open.c: Include sysdep-cancel.h.
9532         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9533         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9535 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9537         [BZ #3313]
9538         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9539         fastbin rather than end of fastbin array.
9541 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9543         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9544         body macro.
9545         * sysdeps/x86_64/bits/atomic.h
9546         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9547         (catomic_decrement): Use correct body macro.
9549 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9551         * include/atomic.h: Add a unique prefix to all local variables
9552         in macros.
9553         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9555 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9557         [BZ #3369]
9558         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9559         and 7.
9561 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9563         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9565 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9567         [BZ #3313]
9568         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9569         determine highest fast bin to consolidate, always look into all of
9570         them.
9571         (do_check_malloc_state): Only require for empty bins for large
9572         sizes in main arena.
9574         * libio/stdio.h: Add more __wur attributes.
9576         * elf/dl-minimal.c (realloc): Optimize last patch.
9578 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9580         [BZ #3352]
9581         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9582         and use memcpy() if it does.
9584 2006-11-12  Andreas Jaeger  <aj@suse.de>
9586         [BZ #2510]
9587         * manual/search.texi (Hash Search Function): Clarify.
9588         (Array Search Function): Clarify.
9590 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9592         [BZ #2830]
9593         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9594         shifting.
9595         * math/atest-exp2.c (read_mpn_hex): Likewise.
9596         * math/atest-sincos.c (main): Likewise.
9598 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9600         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9601         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9602         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9603         version GLIBC_2.6.
9604         * Versions.def: Add GLIBC_2.6 for libc.
9606         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9608         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9610 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9612         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9614         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9616         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9617         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9619 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9621         * include/atomic.c: Define catomic_* operations.
9622         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9623         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9624         * malloc/memusage.c: Likewise.
9625         * gmon/mcount.c: Likewise.
9626         * elf/dl-close.c: Likewise.
9627         * elf/dl-open.c: Likewise.
9628         * elf/dl-profile.c: Likewise.
9629         * elf/dl-sym.c: Likewise.
9630         * elf/dl-runtime.c: Likewise.
9631         * elf/dl-fptr.c: Likewise.
9632         * resolv/res_libc.c: Likewise.
9634 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9636         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9637         components which lack them.
9639         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9640         at least one entry consisting of the parameter concatenated with
9641         the domain.
9643 2006-10-10  Roland McGrath  <roland@frob.com>
9645         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9646         * sysdeps/mach/hurd/futimes.c: Likewise.
9647         * sysdeps/mach/hurd/lutimes.c: Likewise.
9649 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9650             Jakub Jelinek  <jakub@redhat.com>
9652         Implement reference counting of scope records.
9653         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9654         from the list in objects which remain.  Always allocate new scope
9655         record.
9656         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9657         don't resize, allocate a new one.
9658         * elf/dl-runtime.c: Update reference counters before using a scope
9659         array.
9660         * elf/dl-sym.c: Likewise.
9661         * elf/dl-libc.c: Adjust for l_scope name change.
9662         * elf/dl-load.c: Likewise.
9663         * elf/dl-object.c: Likewise.
9664         * elf/rtld.c: Likewise.
9665         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9666         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9667         Add l_scoperec_lock.
9668         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9669         * sysdeps/generic/rtld-lowlevel.h: New file.
9671         * include/atomic.h: Rename atomic_and to atomic_and_val and
9672         atomic_or to atomic_or_val.  Define new macros atomic_and and
9673         atomic_or which do not return values.
9674         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9675         Various cleanups.
9676         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9678         * po/sv.po: Update from translation team.
9680 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9682         * Versions.def: Add GLIBC_2.6 to libpthread.
9684         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9685         (versioned_symbol): Likewise.
9686         (compat_symbol): Likewise.
9688         * po/tr.po: Update from translation team.
9690 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9692         * nis/Banner: Removed.  It's been integral part forever and the
9693         author info is incomplete anyway.
9694         * libio/Banner: Likewise.
9696         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9697         code, make sure the nis_freeresult call doesn't crash and that the
9698         result is reported correctly.
9700 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9702         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9703         when callback is NULL.
9705         * nis/Versions (libnss_nisplus): Add
9706         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9707         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9708         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9709         _nss_create_tablename): Rename to...
9710         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9711         ... these.  No longer static.
9712         (internal_setgrent): Adjust users.
9713         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9714         Don't use locking around _nss_grp_create_tablename call.
9715         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9717 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9719         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9721 2006-10-06  Andreas Jaeger  <aj@suse.de>
9723         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9725 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9727         * po/pl.po: Update from translation team.
9729         * nscd/nscd.c (main): Fix typo in message.
9730         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9732 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9734         [BZ #3291]
9735         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9736         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9737         (__sigprocmask): Define.
9739 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9741         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9742         used.
9744 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9746         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9747         in oldtotal and newtotal calculation.
9748         * nscd/nscd-client.h (struct mapped_database): Add datasize
9749         field.
9750         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9751         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9752         increased.
9753         (__nscd_cache_search): Add checks to make sure we never reference
9754         data beyond the current mapping.
9756 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9758         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9759         variables const to avoid compiler warnings.
9761         * io/fts.c (fts_close): Remove redundant checks.
9762         (fts_build): Likewise.
9763         (fts_palloc): Likewise.
9765         * manual/message.texi (Advanced gettext functions,
9766         Using gettextized software): Fix typos.
9768 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9770         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9771         explain why there are no leaks.
9773 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9775         * libio/wmemstream.c: Include <wchar.h>.
9776         * libio/bug-wmemstream1.c: Likewise.
9777         * libio/tst-wmemstream1.c: Likewise.
9778         * libio/tst-wmemstream2.c: Likewise.
9780         * version.h (RELEASE): Bump to 2.5.
9781         * README: Regenerated.
9783         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9785         [BZ #3273]
9786         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9787         found no group members.
9788         Patch by Petr Baudis.
9790 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9792         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9793         assert bootstrap_map.l_tls_modid is zero.
9794         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9795         if USE___THREAD.
9797 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9799         * libio/stdio.h: Move open_wmemstream prototype to ...
9800         * wcsmbs/wchar.h: ... here.
9802 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9804         [BZ #3252]
9805         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9806         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9807         __{,l}chown to handle the rest.
9808         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9809         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9810         __{,l}chown to handle the rest.
9811         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9812         i386/fchownat.c.
9813         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9814         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9816         [BZ #3253]
9817         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9818         time, rather allocate increasingly bigger arrays of pointers, if
9819         possible with alloca, if too large with malloc.
9821 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9823         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9825         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9827 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9829         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9830         home addresses.
9831         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9832         IFA_F_HOMEADDRESS flag for interfaces.
9833         * include/ifaddrs.h (struct in6addrinfo): Define
9834         in6ai_homeaddress.
9836 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9838         [BZ #3225]
9839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9840         PTR_DEMANGLE3): Define.
9841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9842         PTR_DEMANGLE3): Likewise.
9843         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9844         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9845         Likewise.
9846         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9848 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9850         * po/libc.pot: Regenerated.
9851         * po/be.po: Updated.
9852         * po/ca.po: Likewise.
9853         * po/cs.po: Likewise.
9854         * po/da.po: Likewise.
9855         * po/de.po: Likewise.
9856         * po/el.po: Likewise.
9857         * po/en_GB.po: Likewise.
9858         * po/es.po: Likewise.
9859         * po/fi.po: Likewise.
9860         * po/fr.po: Likewise.
9861         * po/gl.po: Likewise.
9862         * po/hr.po: Likewise.
9863         * po/hu.po: Likewise.
9864         * po/ja.po: Likewise.
9865         * po/ko.po: Likewise.
9866         * po/nb.po: Likewise.
9867         * po/nl.po: Likewise.
9868         * po/pl.po: Likewise.
9869         * po/pt_BR.po: Likewise.
9870         * po/ru.po: Likewise.
9871         * po/rw.po: Likewise.
9872         * po/sk.po: Likewise.
9873         * po/sv.po: Likewise.
9874         * po/tr.po: Likewise.
9875         * po/zh_CN.po: Likewise.
9876         * po/zh_TW.po: Likewise.
9878         [BZ #3137]
9879         * iconv/iconv_prog.c (main): Fix spelling in error message.
9880         * iconv/iconvconfig.c (main): Likewise.
9881         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9882         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9883         * locale/programs/localedef.c (main): Likewise.
9884         * locale/programs/repertoire.c (repertoire_read): Likewise.
9885         * timezone/zdump.c (main): Likewise.
9886         * nscd/connections.c (handle_request): Fix spelling in log message.
9887         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9889 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9891         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9892         interfaces.
9894 2006-09-20  Andreas Jaeger  <aj@suse.de>
9896         * math/libm-test.inc (lrint_test_upward): Fix typo.
9898 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9900         [BZ #2592]
9901         * math/libm-test.inc (lrint_test_tonearest): New function.
9902         (lrint_test_towardzero): New function.
9903         (lrint_test_downward): New function.
9904         (lrint_test_upward): New function.
9905         (main): Run these new tests.
9906         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9907         of values near to 0.
9908         (two52): Use double not long double.
9909         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9910         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9911         (two23): Use float not double.
9912         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9913         (two23): Use float not double.
9914         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9915         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9916         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9917         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9919 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9921         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9922         Cast sp to unsigned long to avoid compiler warning.
9923         Use __makecontext_ret function instead of a trampoline on the stack.
9924         (__makecontext_ret): New function.
9925         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9927 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9929         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9930         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9931         bits.
9933 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9935         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9936         sure no reference to the unloaded map's search list remains in the
9937         dependency's scope.
9939 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9941         * elf/Makefile: Add rules to build and run unload7 test.
9942         * elf/unload7.c: New test.
9943         * elf/unload7mod1.c: New file.
9944         * elf/unload7mod2.c: New file.
9946 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9948         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9949         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9950         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9951         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9952         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9953         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9954         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9955         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9956         PTRACE_GETEVENTMSG): Likewise.
9957         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9958         values.
9960 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9962         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9963         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9964         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9965         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9967 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9969         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9970         write '\0' to the fd.
9971         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9972         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9973         Change regs to unsigned long pointer from unsigned int, fix fscr
9974         offset.
9976 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9978         * io/Makefile (CFLAGS-fstatat.c): Set.
9979         (CFLAGS-fstatat64.c): Likewise.
9980         (CFLAGS-mknodat.c): Likewise.
9982         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9983         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9984         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9985         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9987 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9988             Steven Munroe  <sjmunroe@us.ibm.com>
9990         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9991         names to the beginning.  Rename "cell" to "cellbe".
9992         (_dl_powerpc_platforms): New.
9993         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9994         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9995         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9996         (_DL_HWCAP_PLATFORM): Define to new mask.
9997         (_dl_platform_string, _dl_string_platform): New functions.
9998         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9999         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
10001 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
10003         [BZ #2526]
10004         * README.libm: Fix a thinko in sqrt algorithm description.
10006         [BZ #3143]
10007         * manual/string.texi (argz_delete): Fix prototype.
10008         Patch by <alpt@freaknet.org>.
10010 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
10012         [BZ #3138]
10013         * io/test-lfs.c (do_prepare): Give name_len type size_t.
10014         * io/tst-fcntl.c (do_prepare): Likewise.
10015         * posix/tst-exec.c (do_prepare): Likewise.
10016         * posix/tst-preadwrite.c (do_prepare): Likewise.
10017         * posix/tst-spawn.c (do_prepare): Likewise.
10018         * posix/tst-truncate.c (do_prepare): Likewise.
10019         * rt/tst-aio.c (do_prepare): Likewise.
10020         * rt/tst-aio64.c (do_prepare): Likewise.
10021         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
10022         size_t.
10024 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
10026         [BZ #2821]
10027         * time/mktime.c (guess_time_tm): Fix overflow detection.
10028         * time/Makefile (tests): Add bug-mktime1.
10029         * time/bug-mktime1.c: New file.
10031         [BZ #3189, #3188]
10032         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
10033         (mremap): Likewise.
10035 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
10037         [BZ #1006]
10038         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
10039         Ensure relocation doesn't clobber any bits outside of the
10040         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
10041         R_SPARC_HI22 and R_SPARC_H44.
10043         [BZ #2775]
10044         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
10045         (long) (MINSIZE + nb - old_size) is positive.
10047         * malloc/arena.c (grow_heap): When growing bail even if new_size
10048         is negative.
10050         [BZ #3155]
10051         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
10052         stack below r1.
10054 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10056         * posix/regex_internal.c (re_string_reconstruct): Handle
10057         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10058         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10059         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10060         re_string_context_at.
10061         * posix/Makefile: Add rules to build and run bug-regex26 test.
10062         * posix/bug-regex26.c: New test.
10064         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
10065         rather than col_sym_free.  Move seqp declaration earlier.
10067         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
10069 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
10071         * nscd/initgrcache.c (addinitgroupsX): Move any_success
10072         decl before first goto out.
10074 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10076         * Makerules (shlib.lds): If have-hash-style, put .hash section
10077         at the end of the RO segment.
10079 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
10081         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
10082         style hash table format is used.
10084 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
10086         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
10087         randomization rather than before.
10088         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
10090 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
10092         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
10094         * malloc/malloc.c (_int_malloc): Use full list insert and not
10095         shortcut which assumes the list is empty for large requests
10096         too.
10098         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
10100 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
10102         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
10103         and offout arguments to the prototype.
10104         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
10105         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
10106         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
10107         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
10108         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
10109         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
10110         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
10111         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
10113 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
10115         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
10117         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
10118         dlopen parameters.
10120 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
10122         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
10123         only if herrno is NETDB_INTERNAL.  Handle errors other than
10124         ERANGE outside of the loops, handle TRY_AGAIN.
10126         * locale/programs/ld-ctype.c (translit_flatten): Issue error
10127         if other's ctype category was missing.
10128         * locale/programs/ld-collate.c (collate_read): Return if
10129         copy_locale's collate category is missing.
10131 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
10133         [BZ #2684]
10134         * malloc/malloc.c (public_rEALLOc): Try harder by using other
10135         arenas if allocation failed.
10136         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
10138 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
10140         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
10141         waste bins[0..1].
10142         (malloc_state): Reduce bins size by 2.
10143         (_int_malloc): Fix test for large enough buffer for early termination.
10144         When no unsorted block matches perfectly and an exiting block has
10145         to be split, use full list insert and not shortcut which assumes
10146         the list is empty.
10148         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
10149         failure.
10151 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10153         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
10154         do anything.
10156         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
10157         symbol require exact match (these are PLTs).
10158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
10159         (_dl_ppc64_addr_sym_match): Likewise.
10161         [BZ #2683]
10162         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
10163         If symbol has a value use it.
10164         * elf/tst-dladdr1.c: New file.
10165         * elf/Makefile: Add rules to build and run tst-addr1.
10167 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
10169         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
10170         keeps failing and heap growth or new heap creation isn't
10171         successful either.
10172         * malloc/tst-malloc.c (main): Add new tests.
10174 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10176         [BZ #2734]
10177         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10178         as in the x86-64 code to use bswap.
10180 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10182         [BZ #2680]
10183         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10184         __USE_UNIX98.
10185         * posix/bits/unistd.h: Likewise.
10187 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10189         [BZ #2751]
10190         * string/strchr.c: Add cast to avoid warning.
10192 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10194         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10195         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10196         limit is needed to avoid the exploding of the address space
10197         requirement for secondary heaps.
10198         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10199         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10201 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10203         [BZ #3018]
10204         * Makerules (depfiles): Handle extra-test-objs the same as
10205         extra-objs.
10206         (common-mostlyclean): Likewise.
10207         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10208         instead.
10209         * elf/Makefile (extra-objs): Likewise.
10210         * stdlib/Makefile (extra-objs): Likewise.
10212 2006-08-14  Eric Blake  <ebb9@byu.net>
10214         [BZ #3044]
10215         * misc/error.h: Assume C89 or better.
10216         * misc/error.c: Likewise.
10218 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10220         [BZ #3040]
10221         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10222         __ASSUME_ATFCTS is defined.
10224 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10226         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10227         to sort in each call.
10229         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10230         is empty simply return and use next service.
10231         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10233         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10234         tells us when not finding a charmap file is an error.
10235         * locale/programs/charmap.h: Adjust charmap_read prototype.
10236         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10237         cannot find a charmap.
10238         * locale/programs/localedef.c (main): Adjust charmap_read call.
10240 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10242         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10243         sysdeps/posix/pause.c implementation instead.
10245 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10247         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10248         to EPERM.
10250 2006-08-13  Andreas Schwab  <schwab@suse.de>
10252         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10253         Don't clobber caller's LRSAVE.
10254         (_dl_prof_resolve): Likewise.
10256 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10258         [BZ #1996]
10259         * libio/memstream.c (open_memstream): Allocate initial buffer with
10260         calloc.
10261         * libio/wmemstream.c (open_wmemstream): Likewise.
10262         * libio/strops.c: Pretty printing.
10263         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10264         (enlarge_userbuf): New function.
10265         (_IO_str_seekoff): Call it if seek position is larger than current
10266         buffer.
10267         * libio/wstrops.c: Likewise.
10268         * libio/vasprintf.c: Add comment as to why we do not have to use
10269         calloc instead of malloc to allocate initial buffer.
10270         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10271         * libio/bug-memstream1.c: New file.
10272         * libio/bug-wmemstream1.c: New file.
10274 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10276         * libio/wstrops.c: Remove dead macro definitions and comments.
10277         * libio/strops.c: Likewise.
10279         [BZ #2764]
10280         * login/utmpname.c (__utmpname): Remove unnecessary test.
10282 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10284         [BZ #2832]
10285         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10286         0s from integers.
10288 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10290         [BZ #2987]
10291         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10292         for CPU clocks.
10293         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10294         setting of CPU clocks.
10296 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10298         [BZ #2841]
10299         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10300         since C99 requires the result to promote to 'int' when uint_least8_t
10301         and uint_least16_t promote to 'int'.
10303 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10305         [BZ #3013]
10306         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10307         lenght of one output field, correct bitmask creation.
10308         * locale/programs/ld-time.c: Add alignment.
10310         [BZ #2997]
10311         * misc/error.c: Add space between program name and message if file
10312         name is missing.
10314 2006-08-03  Eric Blake  <ebb9@byu.net>
10316         [BZ #2998]
10317         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10319 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10321         * malloc/memusagestat.c: Silence warnings.
10323         * malloc/malloc.c: Dynamically size mmap treshold if the program
10324         frees mmaped blocks.
10325         Patch by Valerie Henson and Arjan van de Ven.
10327 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10329         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10330         __USE_GNU.
10332         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10333         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10334         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10335         Only provide var definitions in strtol_l (or for *ull*
10336         in strtoll_l).
10338         * stdio-common/bug16.c (tests): New array.
10339         (do_tests): Allow the first hexadecimal digit
10340         to be 1, 2, 4 or 8.  Do 3 additional tests.
10342         * sysdeps/s390/fpu/libm-test-ulps: Update.
10344         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10345         fchownat syscall if available.
10346         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10347         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10348         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10350 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10352         * nis/nis_xdr.c: Avoid some function calls.
10354 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10355             Ulrich Drepper  <drepper@redhat.com>
10357         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10358         short cut if only one name component is stripped away.
10360 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10362         * nis/nis_call.c: Minor cleanups throughout.
10363         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10364         (first_shoot): Add search_parent_first parameter.  Only if it is set
10365         search parent server first.
10366         If directory for table found through cold start cache is not the same
10367         as referenced in the cache, don't use it.
10368         (__nisfind_server): Take additional parameter.  Pass it on to
10369         first_shoot.
10370         (__prepare_niscall): Adjust __nisfind_server call.
10371         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10372         * nis/nis_table.c: Adjust __nisfind_server call.
10373         * nis/nis_lookup.c: Likewise.
10374         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10376 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10378         [BZ #2182]
10379         * math/s_cacosh.c: Return values from positive branch.
10380         * math/s_cacoshf.c: Likewise.
10381         * math/s_cacoshl.c: Likewise.
10383         [BZ #2883]
10384         * sysvipc/sys/msg.h: Change return value to ssize_t.
10385         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10386         * sysvipc/msgrcv.c: Likewise.
10387         * include/sys/msg.h: Likewise.
10389         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10390         test introduced in patch for bz #661.
10391         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10392         element for NEWGROUPS.
10394         [BZ #2908]
10395         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10396         'f', use '1' as leading digit not '\1'.
10397         * stdio-common/Makefile (tests): Add bug16.
10398         * stdio-common/bug16.c: New file.
10400         [BZ #2914]
10401         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10402         and don't try to open it.  The patch introducing the macro
10403         contained a bug and used the same file name as the new file
10404         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10405         this out completely.
10407         [BZ #2926]
10408         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10409         Patch by Jerry James <Jerry.James@usu.edu>.
10411         * rt/Makefile (tests): Add tst-clock2.
10412         * rt/tst-clock2.c: New file.
10414         [BZ #2978]
10415         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10416         function and its parameters and pass it to new thread.
10417         (__gai_notify): Add support for alternative waiting for completion.
10418         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10419         waiting for completion.
10420         * resolv/getaddrinfo_a.c: Likewise.
10421         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10422         waiting for completion is used.
10423         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10424         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10425         * resolv/gai_error.c: Likewise.
10426         * resolv/gai_sigqueue.c: Likewise.
10428 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10430         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10431         errno to EBADF and return MACH_PORT_NULL.
10433 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10435         [BZ #2980]
10436         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10438 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10440         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10441         walk them instead of the symbol table.
10443 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10445         [BZ #2098]
10446         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10447         status of NSS calls, not the number of returned entries.
10449         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10450         request_key, keyctl.
10452 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10454         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10456 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10458         * elf/tst-auditmod1.c: Fix typo in #error.
10460 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10462         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10464         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10466 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10468         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10469         that the directory is empty even on non-POSIX filesystems.
10471 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10473         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10475         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10476         the backend NSS module.  If backend setgrent call failed, don't have
10477         internal_setgrent fail.  Just remember this until it is needed.
10478         * nis/nss_compat/compat-pwd.c: Likewise.
10479         * nis/nss_compat/compat-spwd.c: Likewise.
10481 2006-07-30  Roland McGrath  <roland@redhat.com>
10483         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10484         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10485         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10486         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10488         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10489         (nanosleep_not_cancel): New macro.
10490         (sigsuspend_not_cancel): new macro.
10491         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10492         (do_sigsuspend): Define as inline.
10493         (__sigsuspend): Always use do_sigsuspend.
10494         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10495         * include/signal.h: Declare __sigsuspend_nocancel.
10496         * sysdeps/posix/pause.c
10497         [! NO_CANCELLATION] (__pause_nocancel): New function.
10499         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10500         * include/time.h (__nanosleep_nocancel): Likewise.
10502 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10504         * locale/programs/localedef.c (add_to_readlist): Rename local
10505         variables to avoid confusion.
10507         * locale/programs/charmap.c (charmap_read): Emit error message if
10508         charmap couldn't be found or read.
10510 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10512         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10513         __ASSUME_FUTEX_LOCK_PI.
10514         * include/time.h: Declare __nanosleep_nocancel.
10515         * include/unistd.h: Declare __pause_nocancel.
10517         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10518         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10519         get the __stack_chk_fail_local definition when it's needed.
10521 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10523         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10524         * dlfcn/bug-atexit3.c: New file.
10525         * dlfcn/bug-atexit3-lib.cc: New file.
10527         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10528         used when the namespace is not the base namespace.
10530 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10532         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10533         (__new_exitfn): Bump it in every successful call.
10534         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10535         more exit handlers, call them right away.
10536         * stdlib/exit.h: Declare __new_exitfn_called.
10538 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10540         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10541         calling registered handler.
10543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10544         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10545         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10546         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10547         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10548         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10549         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10550         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10552 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10554         * elf/dl-lookup.c (dl_new_hash): New functions.
10555         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10556         value here.  Compute new-style hash value.  Pass new hash value
10557         and reference to variable with the old value to do_lookup_x.
10558         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10559         old-style hash table.
10560         (_dl_debug_bindings): Pass new hash value and reference to variable
10561         with the old value to do_lookup_x.
10562         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10563         new-style hash value and change old-style hash value parameter to
10564         be a reference.  Reoganize functions to determine whether
10565         new-style hash table is available.  Only fall back on old-style
10566         table.  If old-style hash value is needed, compute it here.
10567         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10568         entry.
10569         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10570         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10571         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10572         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10573         * Makeconfig: If linker supports --hash-style option add it to all
10574         linker command lines to build DSOs.
10575         * config.make.in: Define have-hash-style.
10576         * configure.in: Test whether linker supports --hash-style option.
10578         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10579         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10581 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10583         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10584         auditing.
10586         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10587         RPATH of main map twice.
10589 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10591         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10592         look further, return original strings.
10593         (_nl_find_msg): Do not return found translation if the conversion
10594         failed.  Either signal the string is unusable or that something went
10595         wrong and the original should be used.
10597 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10599         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10601 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10603         [BZ #2766]
10604         * misc/insremque.c (insque): Handle prev == NULL.
10605         * misc/Makefile (tests): Add tst-insremque.
10606         * misc/tst-insremque.c: New test.
10608 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10610         [BZ #2792]
10611         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10612         conflict with DL_DST_REQUIRED.
10614 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10616         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10617         match what Solaris does.
10619 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10621         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10622         local_setegid instead of seteuid and setegid.
10623         * sysdeps/generic/local-setxid.h: New file.
10624         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10626         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10628         * string/Makefile (tests): Add bug-envz1.
10629         * string/bug-envz1.c: New file.
10631 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10633         * posix/regex_internal.c (re_string_skip_chars): If no character has
10634         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10635         to the byte which couldn't be converted.
10636         (re_string_reconstruct): Don't clear valid_raw_len before calling
10637         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10638         tip_context using re_string_context_at.
10639         * posix/Makefile: Add rules to build and run bug-regex25 test.
10640         * posix/bug-regex25.c: New test.
10642 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10644         [BZ #2703]
10645         * string/envz.c (envz_strip): Correct erroneously reversed src
10646         and dest parameters to memmove() invocation.
10648 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10650         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10651         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10652         to make sure the database has been already invalidated.
10653         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10654         after the cache has been invalidated.  Use pthread_mutex_lock rather
10655         than pthread_mutex_trylock if fd != -1.
10656         * nscd/connections.c (invalidate_cache): Add fd argument, write
10657         response to fd if not calling prune_cache, pass fd to prune_cache.
10658         (handle_request): Adjust invalidate_cache caller.
10659         (nscd_run): Pass -1 as fd to prune_cache.
10661 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10663         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10664         the correct place.
10666 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10668         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10669         * nscd/cache.c (prune_cache): Take prunelock before starting the
10670         work.  Just return in case it is already taken.
10671         * nscd/connections.c (dbs): Initialize .prunelock.
10673 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10675         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10676         copying.  No need to allocate new array for group members.  Just
10677         move the pointers and update the size.
10679         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10680         Avoid memory leak in case realloc fails.  Simplification for
10681         better code generation.
10683         Avoid deprecation warning because of libc_hidden_proto for
10684         inet6_option_alloc.
10685         * inet/inet6_option.c (option_alloc): Renamed from
10686         inet6_option_alloc.  Made static.
10687         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10688         (inet6_option_append): Call option_alloc.
10689         * include/netinet/in.h: Remove libc_hidden_proto for
10690         inet6_option_alloc.
10692         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10693         for cleanup when cb!=NULL [Coverity CID 233].
10695 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10697         [BZ #2693]
10698         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10699         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10700         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10701         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10702         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10703         and inet6_rth_getaddr.
10704         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10705         array.
10706         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10707         Mark inet6_option_* interfaces as deprecated.
10708         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10709         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10710         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10711         inet6_rth_segments, and inet6_rth_getaddr.
10712         * inet/inet6_opt.c: New file.
10713         * inet/inet6_rth.c: New file.
10715         * inet/netinet/icmp6.h: Pretty printing.
10717         [BZ #2683]
10718         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10720 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10722         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10723         doing it all here.  When server does not know the answer do not
10724         fail immediate, try parent first.
10726         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10727         overflow test.
10729 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10731         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10732         from __do_niscall.
10733         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10734         and exported.
10735         (__follow_path): New function.  Split out from nis_list.
10736         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10737         _xdr_nis_result.
10738         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10739         _xdr_nis_result.
10740         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10741         and __follow_path.
10742         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10743         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10744         from libnsl for version GLIBC_PRIVATE.
10745         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10746         Remove entry parameter from _nss_nisplus_parse_pwent and
10747         _nss_nisplus_parse_grent.
10748         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10749         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10750         again.  Rewrite getpwent handling to not use nis_first_entry and
10751         nis_next_entry.  Roll out own niscall handling.
10752         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10754         * sunrpc/xdr_rec.c: Fix typo in comment.
10756 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10758         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10759         handling.
10761         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10762         to allocate memory for my_pollfd.  Better initialization of
10763         cb_is_running.  Use TEMP_FAILURE_RETRY.
10765         * malloc/memusage.sh (memusageso): Add quotes.
10766         (memusagestat): Likewise.
10767         * debug/xtrace.sh (pcprofileso): Likewise.
10768         (pcprofiledump): Likewise.
10769         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10770         replacement.
10771         * malloc/Makefile ($(objpfx)memusage): Likewise.
10773         * nis/nis_callback.c (__nis_create_callback): Calls to
10774         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10775         asprintf call fails.
10777         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10778         no uninitialized memory is passed to sendto.
10780 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10782         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10783         of snprintf+strdup.  Handle OOM.
10784         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10785         cb->serv together.  Remove now obsolete free calls.
10786         (__nis_destroy_callback): Remove now obsolete free call.
10788 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10790         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10791         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10792         and ULA respectively). Set precedence for IPv4 address to 10 as
10793         defined in RFC3484 for preferring IPv6.
10794         * posix/gai.conf: Update to match the new default tables.
10796 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10798         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10799         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10800         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10801         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10803         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10804         Removed.
10805         (init_nss_interface): Remove initialization of these variables.
10807 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10809         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10810         nis_free_directory forward to avoid duplication.
10812 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10814         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10815         rec_dirsearch returning NULL.
10816         (first_shoot): Handle __nis_finddirectory returning NULL.
10817         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10819         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10820         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10822 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10824         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10825         pid changed.
10827 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10829         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10831         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10832         * nscd/nscd_getgr_r.c: Likewise.
10834         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10836         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10837         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10839         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10841         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10843         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10845         * include/rpc/auth.h: Mark xdr_des_block_internal and
10846         xdr_opaque_auth_internal as hidden.
10848         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10849         hidden.
10851         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10853         * misc/getusershell.c (okshells): Don't use static initializers,
10854         do it dynamically.
10856         * stdlib/fmtmsg.c (keywords): Change type of len element to
10857         uint32_t to not waste space on 64bit machines.
10859         * locale/setlocale.c: Change _nl_category_names into a string.
10860         Add new _nl_category_name_idxs.  Change all users.
10861         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10862         Declare _nl_category_name_idxs.
10863         * locale/findlocale.c: Adjust for _nl_category_names change.
10864         * locale/loadlocale.c: Likewise.
10865         * locale/newlocale.c: Likewise.
10866         * intl/dcigettext.c: Likewise.
10868         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10869         (add_alias2): ...here.  New function.
10870         (__gconv_read_conf): Simplify builtin alias handling.
10871         (builtin_aliases): Convert to string to avoid relocations.
10872         * iconv/gconv_builtin.h: Add comment about correct formatting.
10874 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10876         * resolv/res_debug.c (loc_ntoa): Make error const.
10878 2006-05-14  Andreas Schwab  <schwab@suse.de>
10880         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10882 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10884         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10885         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10886         sizeof (cpu_set_t).
10888 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10890         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10892         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10894         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10895         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10897         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10898         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10900         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10901         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10902         xdr_cback_data.
10904         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10905         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10906         xdr_ypupdate_args.
10908         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10909         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10911         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10912         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10914         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10915         * include/rpcsvc/nis_callback.h: New file.
10917         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10918         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10920         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10921         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10923         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10924         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10926         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10927         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10929         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10930         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10931         xdr_ypdelete_args.
10933         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10934         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10936         * nis/nis_error.c: Remove table of strings.  Use position
10937         independent mechanism.
10938         * nis/nis_error.h: New file.
10940 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10942         * locale/programs/ld-time.c (time_finish): If wide era name or
10943         format aren't provided, set both wname and wformat to L"".
10945 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10947         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10948         results if the call was succesful.
10950         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10952         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10953         as hidden.
10955 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10957         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10959 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10961         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10962         caller makes sure this is not the case.
10963         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10965 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10967         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10968         calls.
10970         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10971         [Coverity CID 229, 230]
10973         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10974         DGETTEXT calls.
10975         (hol_help): Likewise.  [Coverity CID 226, 227]
10977         * string/argz-replace.c (__argz_replace): Unconditionally call
10978         free on SRC.  [Coverity CID 225]
10980         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10981         the return value of __nis_default_owner and __nis_default_group,
10982         it has been especially allocated.  [Coverity CID 224]
10984         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10985         searchgroup and searchowner.  Significantly simplified.
10986         (__nis_default_owner): Remove duplication.  Do not locally copy the
10987         string before duplicating it.
10988         (__nis_default_group): Likewise.
10990         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10991         we must clear the variable before calling __nisfind_server.
10993         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10994         nis_getnames.  [Coverity CID 223]
10996         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10997         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10999         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
11000         allocate memory for the input to add_bytes.  [Coverity CID 221]
11002         * posix/wordexp.c (w_addword): Free word if realloc fails and it
11003         was allocated here.  [Coverity CID 219, 220]
11005         * posix/getconf.c (print_all): Free confstr data after printing.
11006         [Coverity CID 218]
11008         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
11009         list allocation fails.  [Coverity CID 215]
11011         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
11012         [Coverity CID 213]
11014         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
11015         string is NULL.  [Coverity CID 212]
11016         * argp/Makefile: Add rules to build and run bug-argp1.
11017         * argp/bug-argp1.c: New file.
11019         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
11020         end of string.
11021         * stdlib/canonicalize.c (__realpath): Likewise.
11023         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
11024         pointer.  [Coverity CID 206]
11026         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
11027         in statically linked code.
11028         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
11029         statically built code, be prepared to have no link map.
11030         [Coverity CID 205]
11032         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
11033         dgettext calls. [Coverity CID 204]
11035         * argp/argp-help.c (struct uparams): Remove valid member.  Change
11036         the one user.
11037         (uparam_names): Reduce size.  Avoid relative relocations.
11038         Moved to read-only segment.
11039         (fill_in_uparams): Update for new layout.
11041         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
11042         assumed to always be != NULL. [Coverity CID 202]
11044         * argp/argp-help.c (hol_entry_help): Remove some dead code
11045         [Coverity CID 200].
11047         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
11048         away a few more unconditional yperr2nss calls.
11049         (_nss_nis_getservbyname_r): Likewise.
11051 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
11053         * sysdeps/generic/ldsodefs.h: Remove support for non-core
11054         architectures.
11056         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
11057         that unused memory passed to sendto is nevertheless initialized.
11059         [BZ #2499]
11060         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
11061         possibly unaligned memory accesses.
11063         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
11064         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
11065         and __putlong respectively.  Correct buffer overflow check for
11066         NS_NOTIFY_OP.
11068         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
11070         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
11071         (send_dg): Rewrite error handling to be more compact and avoid
11072         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
11074         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
11076         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
11077         instead of ns_get16.
11078         (res_queriesmatch): Likewise.  Minor optimization.
11080         [BZ #2499]
11081         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
11082         __libc_res_nsend might reallocate the buffer for the answer.  In
11083         this case we have to reload the HP pointer.
11085 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11087         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
11088         some branch prediction hints.
11090         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
11091         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
11092         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
11093         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11094         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11095         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
11096         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
11097         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
11099 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11101         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
11102         by a GOT relocation to make Scrt1.o position independent.
11103         * sysdeps/s390/s390-64/elf/start.S: Likewise.
11105         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
11106         six system call parameters.
11107         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11109 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11111         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
11112         malloc&bzero.
11114         * sunrpc/svc_udp.c (BZERO): Remove definition.
11115         (CALLOC): Define.
11116         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
11118         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11119         (des_SPtrans): Use uint32_t type.
11120         (des_skb): Likewise.
11122         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
11124 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
11126         [BZ #2509]
11127         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
11128         on 32-bit arches.
11130 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11132         * locale/programs/ld-address.c (address_finish): Fix one more
11133         place where the iso639 array might be accessed beyond the limits.
11135 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
11137         * nis/nis_table.c (nis_list): Avoid clearing res twice before
11138         filling it for the first time.
11140         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
11141         Adjust all callers.
11142         Free res object content before returning.
11144         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
11146         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
11147         client->cl_auth.
11149         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
11150         cleanup for initial thread, just the free call on TVP.
11152         * nscd/gai.c (__getline): Define.
11155 See ChangeLog.16 for earlier changes.