[BZ #6024]
[glibc.git] / ChangeLog
blobb9a0b74fa3b3035f14722fecea13336e9508ac2b
1 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #6024]
4         * scripts/abi-versions.awk: If the version specified by
5         --enable-oldest-abi is older than the first version for this
6         architecture, use the default version.
8         * locale/programs/ld-collate.c (collate_read): Ignore script lines
9         as well when ignoring the whole category.
11 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
13         [BZ #6042]
14         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
15         ETHERTYPE_* definitions.
16         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
18 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
20         * stdlib/mbtowc.c (__no_r_state): Remove.
21         (mbtowc): New static state variable.  Use it instead of
22         __no_r_state.
23         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
24         (__wctomb_state): New hidden variable.
25         (wctomb): Use __wctomb_state instead of __no_r_state.
26         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
27         (__wctomb_state): New extern decl.
28         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
30 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
32         [BZ #5475]
33         * resolv/res_init.c: Handle scope IDs in resolv.conf.
35 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
37         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
39 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
41         * po/nl.po: Update from translation team.
43 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
45         [BZ #6007]
46         * string/strfry.c: Handle empty strings again.
48 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
50         [BZ #5443]
51         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
52         before looking for translation.
53         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
54         * locale/freelocale.c: Likewise.
55         * locale/newlocale.c: Likewise.
56         * locale/setlocale.c: Likewise.
57         Based partially on a patch by ryo@np.css.fujitsu.com.
59 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
61         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
62         acquiring wrlock.  Do conv_tab allocation while holding lock.
63         * intl/Makefile: Add rules to build and run tst-gettext6.
64         * intl/tst-gettext6.c: New test.
65         * intl/tst-gettext6.sh: New file.
67 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
69         * po/nl.po: Update from translation team.
71         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
72         provided through st_blksize, try the default size before giving up.
74 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
76         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
78         [BZ #5939]
79         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
81         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
82         error message.  POSIX today does not require the messages to be in
83         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
85         [BZ #5979]
86         * sunrpc/auth_unix.c: Unify printed strings.
87         * sunrpc/clnt_tcp.c: Likewise.
88         * sunrpc/clnt_udp.c: Likewise.
89         * sunrpc/clnt_unix.c: Likewise.
90         * sunrpc/svc_tcp.c: Likewise.
91         * sunrpc/svc_udp.c: Likewise.
92         * sunrpc/svc_unix.c: Likewise.
93         * sunrpc/xdr.c: Likewise.
94         * sunrpc/xdr_array.c: Likewise.
95         * sunrpc/xdr_rec.c: Likewise.
96         * sunrpc/xdr_ref.c: Likewise.
97         * locale/programs/ld-time.c (time_finish): Unify messages.
98         * locale/programs/locfile.c (handle_copy): Fix typo.
99         * nscd/nscd.c (options): Fix typo.
101         [BZ #5995]
102         * stdlib/strtod_l.c: Use correct sign for result in one more
103         underflow case.
104         Patch by Eric Blake <ebb9@byu.net>.
106 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
108         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
109         and creat system calls.
110         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
111         call.
112         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
113         system calls.
114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
115         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
116         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
118 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
120         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
121         <linux/limits.h> has defined it.
122         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
123         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
124         headers.
125         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
126         it instead of ARG_MAX.
128 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
130         * posix/gai.conf: Fix comment for scope nullbits.
131         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
132         default to 128 bits for v4 mapped addresses.
134 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
136         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
137         ptrace call to get the ieee_instruction_pointer from the kernel.
138         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
139         ptrace call to set the ieee_instructtion_pointer.
140         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
141         Add comment that ieee_instruction_pointer is always 0.
143 2008-03-09  Andreas Jaeger  <aj@suse.de>
145         [BZ #5857]
146         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
147         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
148         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
150         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
151         (rint_test): Likewise.
153 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
155         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
156         call.
157         (__nisfind_server): Similar for open readColdStartFile call.
158         Patch partially by Jim Meyering.
159         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
160         around internal_setent call.
162         * po/vi.po: New Vietnamese translation.
164         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
165         ADJ_OFFSET_SS_READ.
167         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
168         remove CLONE_STOPPED.
170 2008-02-10  Jim Meyering  <meyering@redhat.com>
172         Remove useless "if" before "free":
173         * elf/ldconfig.c (parse_conf_include): Likewise.
174         * gmon/gmon.c (weak_alias): Likewise.
175         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
176         * inet/rcmd.c (__validuser2_sa): Likewise.
177         * intl/bindtextdom.c (set_binding_values): Likewise.
178         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
179         * libio/genops.c (save_for_backup): Likewise.
180         * libio/wgenops.c (save_for_wbackup): Likewise.
181         * locale/programs/ld-collate.c (collate_read): Likewise.
182         * locale/programs/linereader.c (get_string): Likewise.
183         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
184         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
185         * resolv/res_debug.c (do_section): Likewise.
186         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
187         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
188         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
189         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
190         * time/tzset.c (tzset_internal): Likewise.
192 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
194         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
195         of ASSEMBLER.
197 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
199         [BZ #5903]
200         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
201         not stream for output file.  Open output file here.
202         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
203         and output file name.
204         (process_fd): Likewise.
205         (process_file): Likewise.
206         (main): Adjust callers of changed functions.
207         * iconv/iconv_prog.h: Adjust prototype.
209 2008-03-09  Andreas Jaeger  <aj@suse.de>
211         [BZ #5753]
212         * sysdeps/ia64/ieee754.h: Use protected namespace
213         __BIG_ENDIAN/__LITTLE_ENDIAN.
214         * sysdeps/ieee754/ieee754.h: Likewise.
215         Patch by Aurelien Jarno <aurelien@aurel32.net>.
217 2008-03-08  Roland McGrath  <roland@frob.com>
219         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
220         ignore a signal that came from a machine exception, treat it as a
221         fatal core-dump signal instead.
222         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
224         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
225         Clear DF bit in thread state's eflags.
226         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
228 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
230         [BZ #5774]
231         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
232         of NAN(...) sequence.
233         * stdlib/Makefile (tests): Add tst-strtod6.
234         * stdlib/tst-strtod6.c: New file.
236         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
238         [BZ #5762]
239         * posix/getopt.c (_getopt_internal_r): Clarify error message by
240         putting offending option character in quotes.  Clean up error
241         messages.
242         * po/be.po: Adjust msgstr in translation file.
243         * po/bg.po: Likewise.
244         * po/ca.po: Likewise.
245         * po/cs.po: Likewise.
246         * po/da.po: Likewise.
247         * po/de.po: Likewise.
248         * po/es.po: Likewise.
249         * po/fr.po: Likewise.
250         * po/hr.po: Likewise.
251         * po/ko.po: Likewise.
252         * po/nl.po: Likewise.
253         * po/rw.po: Likewise.
254         * po/sk.po: Likewise.
255         * po/sv.po: Likewise.
256         * po/tr.po: Likewise.
257         * po/zh_CN.po: Likewise.
258         * po/zh_TW.po: Likewise.
260         [BZ #5760]
261         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
262         Patch by Roland Bless <roland@bless.de>.
264         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
265         .o file.
266         * elf/Makefile (routines): Add dl-sysdep.
267         (elide-routines.os): Likewise.
269 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
271         [BZ #5786]
272         * elf/dl-sysdep.c: Undefine ROUND after use.
273         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
274         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
275         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
276         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
277         to ...
278         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
279         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
280         if necessary.
281         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
283         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
284         _dl_tls_get_addr_soft element.
285         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
286         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
287         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
288         GLRO.
289         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
290         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
291         of internal_function.
293         * stdlib/Makefile (aux): Add tens_in_limb.
294         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
295         * stdlib/tens_in_limb.c: ...here.  New file.
297         [BZ #5778]
298         * sysdeps/unix/sysv/linux/pathconf.h: Declare
299         __statfs_chown_restricted.
300         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
301         for _PC_CHOWN_RESTRICTED.
302         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
303         Implement __statfs_chown_restricted.
304         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
305         _POSIX_CHOWN_RESTRICTED value to zero.
306         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
307         defined to zero.
309         * sysdeps/x86_64/rtld-memset.c: New file.
311 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
313         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
315         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
316         Barcelona machine.  Make default fall through branch of
317         __x86_64_preferred_memory_instruction check as the integer code path.
319 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
321         * sysdeps/x86_64/cacheinfo.c
322         (__x86_64_preferred_memory_instruction): New variable.
323         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
325         * sysdeps/x86_64/memset.S: Rewrite.
327 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
329         * include/stdio.h (__asprintf_chk, __dprintf_chk,
330         __obstack_printf_chk): New prototypes.
331         (__vasprintf_chk, __vdprintf_chk,
332         __obstack_vprintf_chk): Likewise.
333         Add libc_hidden_proto.
334         * libio/obprintf.c
335         (_IO_obstack_jumps): No longer static, add attribute_hidden.
336         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
337         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
338         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
339         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
340         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
341         __obstack_vprintf_chk): New prototypes.
342         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
343         obstack_vprintf): New inlines.
344         * debug/dprintf_chk.c: New file.
345         * debug/vdprintf_chk.c: New file.
346         * debug/asprintf_chk.c: New file.
347         * debug/vasprintf_chk.c: New file.
348         * debug/obprintf_chk.c: New file.
349         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
350         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
351         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
352         @@GLIBC_2.8.
353         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
354         vdprintf_chk and obprintf_chk, set CFLAGS for them.
355         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
356         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
357         libc_hidden_proto.
358         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
359         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
360         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
361         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
362         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
363         @@GLIBC_2.8.
364         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
365         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
366         obstack_vprintf_chk.
367         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
368         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
369         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
370         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
371         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
372         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
374 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
376         [BZ #5779]
377         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
378         Patch by Roy Marples <roy@marples.name>.
380         [BZ #5736]
381         * malloc/malloc.c: Fix typo in comment.
383         [BZ #5627]
384         * locale/iso-639.def: Add Shuswap.
386 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
388         [BZ #5790]
389         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
390         overwrite *h_errnop/*errnop values from getanswer_r in case of
391         failure.
393 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
395         [BZ #5818]
396         * nscd/connections.c (dbs): Add initializers for .suggested_module.
397         (verify_persistent_db): Remove one unnecessary test and add a new one
398         for bad configuration.
399         (nscd_init): Improve error reported when persistent database cannot
400         be reused.
401         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
402         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
403         .suggested_module and .max_db_size and case config file says the
404         values are zero.
405         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
407         [BZ #5854]
408         * nis/ypclnt.c (yp_order): Fix handling of return value of
409         do_ypcall_tr call.
410         Patch by Jeff Moyer <jmoyer@redhat.com>.
412         * po/fr.po: Update from translation team.
414 2008-02-22  Andreas Jaeger  <aj@suse.de>,
415             Carlos O'Donell <carlos@systemhalted.org>
417         [BZ #5012]
418         * FAQ.in: Describe why glibc needs to be compiled with
419         optimization.
421 2008-02-19  Roland McGrath  <roland@redhat.com>
423         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
425 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
427         [BZ #5737]
428         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
429         __USE_MISC is defined.
431 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
433         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
434         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
435         sys/timerfd.h.
436         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
437         timerfd_gettime, timerfd_settime.
438         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
439         timerfd_gettime, timerfd_settime for GLIBC_2.8.
441 2008-02-08  Roland McGrath  <roland@redhat.com>
443         * elf/elf.h (NT_PPC_SPE): New macro.
445 2008-02-06  Roland McGrath  <roland@redhat.com>
447         * Makerules ($(common-objpfx)sysd-rules):
448         Depend on $(sysdep-makeconfigs).
450 2008-01-31  Roland McGrath  <roland@redhat.com>
452         [BZ #5442]
453         * configure.in: Use -print-file-name if it yields a directory,
454         for each of include and include-fixed.
455         * configure: Regenerated.
457         * Makeconfig (sysd-rules-targets): New variable.
458         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
459         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
461 2008-01-30  Roland McGrath  <roland@redhat.com>
463         * manual/libc.texinfo: Update back-cover text.
465         * elf/elf.h (NT_386_TLS): New macro.
467 2008-01-29  Roland McGrath  <roland@redhat.com>
469         * Makeconfig (sysd-rules-patterns): New variable.
470         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
471         (check-inhibit-asm): New canned sequence, replaces ...
472         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
473         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
474         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
475         (CFLAGS-rtld): Variable removed.
477 2008-01-24  Roland McGrath  <roland@redhat.com>
479         * configure.in: Let configure fragments set base_os.
480         * configure: Regenerated.
482 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
484         * po/ko.po: Update from translation team.
486 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
488         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
490 2008-01-12  Andreas Jaeger  <aj@suse.de>
492         [BZ #5040]
493         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
494         Add EPOLLRDHUP.
496 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
498         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
499         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
500         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
502 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
504         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
505         * elf/dl-close.c (_dl_close): Check for it.
506         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
507         (_dl_allocate_static_tls): Likewise.
508         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
509         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
510         to it.
511         * elf/tst-tls16.c: New file.
512         * elf/tst-tlsmod16a.c: New file.
513         * elf/tst-tlsmod16b.c: New file.
514         * elf/Makefile: Add rules to build and run tst-tls16.
516 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
518         [BZ #5628]
519         * bits/shm.h: Fix comment describing shmid_ds.
520         * sysdeps/gnu/bits/shm.h: Likewise.
521         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
522         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
523         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
524         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
525         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
526         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
527         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
528         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
529         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
531         [BZ #5607]
532         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
533         prototypes.
534         * conform/data/limits.h-data: Adjust limits changed in v6 and add
535         additional suffixes.
536         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
537         Add optional functions mq_timedreceive and mq_timedsend.
538         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
539         * conform/data/pthread.h-data: Fix prototype of
540         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
541         * conform/data/semaphore.h-data: Allow time.h definitions.
542         * conform/data/signal.h-data: Likewise.
543         * conform/data/stdio.h-data: getw and putw are not required in v6.
544         * conform/data/stdlib.h-data: Change setstate prototype.
545         * conform/data/string.h-data: Fix strerror_r prototype.
546         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
547         * conform/data/unistd.h-data: pthread_atfork not required in v6.
548         Fix readlink prototype.
549         * conform/data/netinet/in.h-data: Add const to in6addr_any and
550         in6addr_loopback.
551         * inet/netinet/in.h: Cleanup namespace.
552         * posix/regex.h: Likewise.
553         * resolv/netdb.h: Likewise.
554         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
555         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
556         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
557         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
558         of names of in in6_addr.
559         (default_precedence): Likewise.
560         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
561         NULL definition.
563 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
565         * conform/data/fmtmsg.h-data: Add missing allows.
566         * conform/data/ftw.h-data: Likewise.
567         * conform/data/inttypes.h-data: Likewise.
568         * conform/data/math.h-data: Likewise.
569         * conform/data/signal.h-data: Likewise.
570         * conform/data/net/if.h-data: Likewise.
571         * conform/data/netinet/in.h-data: Likewise.
572         * conform/data/sys/socket.h-data: Likewise.
574         [BZ #5614]
575         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
576         (__strtok_r): Simplify.
577         * string/tester.c (test_strtok_r): Add test case for futile search
578         with single-character seach string.
580 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
582         * po/ko.po: Update from translation team.
584 2008-01-11  Andreas Jaeger  <aj@suse.de>
586         [BZ #5600]
587         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
588         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
589         kernel header.
591 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
593         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
594         native interface lookup in all the relevant places.
596 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
597             Ulrich Drepper  <drepper@redhat.com>
599         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
600         field.  Use sockaddr_in6 for source_addr.
601         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
602         (match_prefix): Likewise.
603         (get_label): Likewise.
604         (get_precedence): Likewise.
605         (rfc3484_sort): Change to use indirect access to results array.
606         Adjust to use of sockaddr_in6.  Replace service_order test with
607         simple index comparison.
608         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
609         service_order field.  Adjust qsort_t calls.  Access sorted result
610         array indirectly through order array.
611         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
612         * posix/tst-rfc3484-2.c: Likewise.
613         * posix/tst-rfc3484-3.c: Likewise.
615 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
617         [BZ #5541]
618         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
619         pollfd structures.
620         Patch by André Cruz.
622         [BZ #5545]
623         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
624         (clnt_spcreateerror): Likewise.
626         [BZ #5553]
627         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
628         (public_mEMALIGn): Likewise.
629         Patch mostly by Daniel Jacobowitz.
631 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
633         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
634         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
635         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
636         * stdlib/tst-makecontext2.c: New test.
638 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
640         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
641         defined.
642         (REINIT_PARAMS): Likewise.  Undefine before end of file.
643         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
644         transliteration hooks and REINIT_PARAMS afterwards.
645         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
646         status.
647         (REINIT_PARAMS): Define.
648         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
649         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
650         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
651         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
652         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
653         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
654         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
655         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
656         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
657         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
658         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
659         * iconvdata/tst-iconv7.c: New test.
661 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
663         * libio/stdio.h (vscanf): Fix definition for loser compilers.
665 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
667         [BZ #5112]
668         * nscd/connections.c (restart): Fix condition.
670 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
672         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
673         __ctype_toupper_loc): Add __THROW.
675 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
677         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
678         recognition of interface family.
680         * posix/getconf.c: Update copyright year.
681         * nss/getent.c: Likewise.
682         * iconv/iconvconfig.c: Likewise.
683         * iconv/iconv_prog.c: Likewise.
684         * elf/ldconfig.c: Likewise.
685         * catgets/gencat.c: Likewise.
686         * csu/version.c: Likewise.
687         * elf/ldd.bash.in: Likewise.
688         * elf/sprof.c (print_version): Likewise.
689         * locale/programs/locale.c: Likewise.
690         * locale/programs/localedef.c: Likewise.
691         * nscd/nscd.c (print_version): Likewise.
692         * debug/xtrace.sh: Likewise.
693         * malloc/memusage.sh: Likewise.
694         * malloc/mtrace.pl: Likewise.
695         * debug/catchsegv.sh: Likewise.
697 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
699         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
700         second lookup.
702 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
704         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
705         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
707 2007-12-17  Roland McGrath  <roland@redhat.com>
709         * inet/ether_line.c (ether_line): Remove unused variable.
711 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
713         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
714         and winp.
715         * login/openpty.c (openpty): Likewise.
716         * login/pty.h (openpty, forkpty): Likewise.
717         * manual/terminal.texi (openpty, forkpty): Likewise.
719 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
721         * malloc/malloc.c (public_cALLOc): For arenas other than
722         main_arena, count all bytes inside the mprotect_size range of the
723         heap as uninitialized.
725 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
727         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
728         executable stacks.
730         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
731         mTRIm for all of them.
732         (mTRIm): Additionally iterate over all free blocks and use madvise
733         to free memory for all those blocks which contain at least one
734         memory page.
735         * malloc/tst-trim1.c: New file.
736         * malloc/Makefile (tests): Add tst-trim1.
738         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
740 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
742         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
743         First cast argument to long
744         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
745         Return long.
746         (__vdso_clock_gettime): Likewise.
747         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
748         return long.
750 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
752         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
753         * locale/nl_langinfo_l.c: Real implementation, copied from
754         nl_langinfo.c.
755         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
757 2007-12-01  Jim Meyering  <meyering@redhat.com>
759         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
760         that would inhibit utf8-optimization of a regexp containing line-
761         or buffer-anchors, e.g., `^', `$'.
763 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
765         * time/bug-getdate1.c (do_test): Don't use century values which
766         aren't valid on 32-bit systems.
768 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
770         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
771         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
772         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
773         __strcat_g, __strncat_g): Add __asm__.
775 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
777         [BZ #5477]
778         * io/fchmodat.c: Fix typo in stub_warning use.
779         Patch by Petr Salinger.
781 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
783         * iconvdata/hp-thai8.c: New file.
784         * iconvdata/Makefile: Add rules for hp-thai8.c.
785         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
786         * iconvdata/gconv-modules: Likewise.
788         [BZ #5464]
789         * iconvdata/hp-greek8.c: New file.
790         * iconvdata/Makefile: Add rules for hp-greek8.c.
791         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
792         * iconvdata/gconv-modules: Likewise.
794         [BZ #5463]
795         * iconvdata/hp-turkish8.c: New file.
796         * iconvdata/Makefile: Add rules for hp-turkish8.c.
797         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
798         * iconvdata/gconv-modules: Likewise.
800         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
801         (shrink_heap): ... this new function.
802         (heap_trim): Call shrink_heap instead of grow_heap.
804         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
805         case don't call alloc_perturb.
807 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
809         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
810         possible.
811         * sysdeps/unix/sysv/linux/kernel-features.h
812         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
813         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
815 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
817         [BZ #5424]
818         * stdio-common/vfprintf.c: Do not overflow when adding to done.
819         * stdio-common/Makefile (tests): Add bug22.
820         * stdio-common/bug22.c: New file.
822         [BZ #5451]
823         * time/getdate.c: Fix filling in default values.
824         * time/bug-getdate1.c: New file.
825         * time/Makefile: Add rules to build and run bug-getdate1.
827         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
828         * iconvdata/ebcdic-es.c: Likewise.
829         * iconvdata/ebcdic-es-a.c: Likewise.
830         * iconvdata/ebcdic-uk.c: Likewise.
831         * iconvdata/iso8859-16.c: Likewise.
832         * iconvdata/viscii.c: Likewise.
833         * iconvdata/iso8859-9e.c: Likewise.
834         * iconvdata/Makefile: Adjust appropriately.
836         [BZ #5428]
837         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
838         __need_wint_t.
840 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
842         [BZ #5427]
843         * iconvdata/hp-roman9.c: New file.
844         * iconvdata/Makefile: Add rules for hp-roman9.c.
845         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
846         * iconvdata/gconv-modules: Likewise.
848         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
849         * iconvdata/Makefile: Adjust appropriately.
851         [BZ #5441]
852         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
853         structure, it's allocated with alloca.
854         * stdio-common/Makefile (tests): Add bug21.
855         * stdio-common/bug21.c: New file.
857 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
859         [BZ #5452]
860         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
861         keyword for gcc's braced-groups.
863 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
865         [BZ #5454]
866         * inet/ether_line.c: Strip hostname of whitespaces.
867         * inet/Makefile (tests): Add tst-ether_line.
868         * inet/tst-ether_line.c: New file.
870 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
872         [BZ #5439]
873         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
875         [BZ #5435]
876         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
878         * stdlib/tst-setcontext.c: Catch the case where the links gets
879         messed up and we do not reach main again.
881         * po/ca.po: Update from translation team.
883 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
885         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
886         * posix/regex.h (REG_ENOSYS): Likewise.
887         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
889 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
891         * nscd/nscd.h (MAX_STACK_USE): Define.
892         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
893         (gc): Initialize stack_used based on allocation in prune_cache.
894         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
895         Clear array before use.
897         * nscd/aicache.c (addhstaiX): Update statistics counter in case
898         memory allocation failed.
899         * nscd/hstcache.c (cache_addhst): Likewise.
900         * nscd/grpcache.c (cache_addgr): Likewise.
901         * nscd/servicescache.c (cache_addserv): Likewise.
902         * nscd/pwdcache.c (cache_addpw): Likewise.
903         * nscd/initgrcache.c (addinitgroupsX): Likewise.
905 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
908         and creat system calls.
910         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
912 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
914         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
915         Add netiucv/iucv.h.
916         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
917         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
918         protocol.
919         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
920         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
921         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
923 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
925         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
926         strncat): Define as macros to avoid compile errors.
928         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
929         creat entries.
931 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
933         [BZ #5382]
934         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
935         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
936         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
937         overflow it.
938         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
940         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
941         Return zero in case the thread library is not NPTL.
943         [BZ #5375]
944         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
945         initializing interface list.
947         [BZ #5378]
948         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
949         use result of nss_getgrgid_r if nothing was found.  For other
950         error return with a failure.
951         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
953         * locale/programs/ld-collate.c (collate_read): Fix loop to match
954         macro name.
956 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
958         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
959         (get_scope): For IPv4 scope, use scopes table.
960         (fini): Free scopes table if necessary.
961         (free_scopelist): New function.
962         (scopecmp): New function.
963         (gaiconf_init): Also handle scopev4 entries.
964         * posix/tst-rfc3484.c (do_test): Initialize scopes.
965         * posix/tst-rfc3484-2.c (do_test): Likewise.
966         * posix/gai.conf: Document scopev4 defaults.
967         * posix/Makefile (tests): Add tst-rfc3484-3.
968         * posix/tst-rfc3484-3.c: New file.
970         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
971         Teredo tunnels.
972         * posix/gai.conf: Update for current default tables.
974 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
976         * po/tr.po: Update from translation team.
978 2007-11-18  Roland McGrath  <roland@frob.com>
980         * manual/arith.texi (Remainder Functions): Spelling fix.
981         From Shaun Silk <genix@mysoul.com.au>.
983         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
985 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
987         * po/zh_CN.po: Update from translation team.
989         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
990         Add sys/signalfd.h and sys/eventfd.h.
992 2007-11-15  Bruno Haible  <bruno@clisp.org>
994         [BZ #5346]
995         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
996         union.
997         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
998         (DCIGETTEXT): Change the allocation of the 'search' variable so that
999         it needs only fixed stack space. Delay the initialization of
1000         msgid_len until it is needed.
1002 2007-11-15  Andreas Jaeger  <aj@suse.de>
1004         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
1005         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
1007 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
1009         * po/ko.po: Update from translation team.
1011 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
1013         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
1014         significantly.  The device type is also part of the ifinfomsg data.
1016         * po/sv.po: Update from translation team.
1017         * po/nl.po: Likewise.
1019         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
1020         to wake up in 24 hours.
1022         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
1024 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
1026         * po/cs.po: Update from translation team.
1027         * po/pl.po: Likewise.
1029         * include/ifaddrs.h: Remove in6ai_temporary.
1030         (struct in6addrinfo): Add index element.
1031         Declare __check_native.
1032         * inet/Makefile (aux): Add check_native.
1033         * sysdeps/unix/sysv/linux/check_native.c: New file.
1034         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
1035         IFA_F_TEMPORARY.  Pass back ifa_index.
1036         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
1037         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
1038         call __check_native if necessary.
1039         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
1040         to sort addresses.  Pass information about the results.
1041         * posix/tst-rfc3484.c: Adjust for addition of index field and change
1042         of rfc3484_sort interface.
1043         * posix/tst-rfc3484-2.c: Likewise.
1045         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
1046         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
1047         for _quicksort.
1048         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
1049         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
1050         on as third parameter to compare function and _quicksort.
1051         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
1052         to the compare function.
1053         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
1054         * Versions.def: Add GLIBC_2.8 for libc.
1056         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
1057         * posix/tst-rfc3484-2.c: Likewise.
1059         * include/kernel-features.h: Moved to...
1060         * sysdeps/mach/hurd/kernel-features.h: ...here.
1062 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1064         * sysdeps/i386/i586/memcpy_chk.S: New file.
1065         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
1066         * sysdeps/i386/i586/memset_chk.S: Likewise.
1068 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
1070         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
1071         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
1072         list of interfaces.  Also store prefix length.
1073         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
1074         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
1075         prefix if source and destination address are in the same subnet.
1076         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
1077         Always look for matching record in in6ai list.
1078         Correct source_addr_len value for IPv6->IPv4 converted records.
1080 2007-11-11  Roland McGrath  <roland@frob.com>
1082         * include/kernel-features.h: New file.
1084 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
1086         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
1087         complications for 64-bit platforms.
1089         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
1090         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
1091         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
1092         open64_2.
1093         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
1094         entries.
1095         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1096         * sysdeps/wordsize-64/alphasort.c: New file.
1097         * sysdeps/wordsize-64/alphasort64.c: New file.
1098         * sysdeps/wordsize-64/fseeko.c: New file.
1099         * sysdeps/wordsize-64/fseeko64.c: New file.
1100         * sysdeps/wordsize-64/ftello.c: New file.
1101         * sysdeps/wordsize-64/ftello64.c: New file.
1102         * sysdeps/wordsize-64/ftw.c: New file.
1103         * sysdeps/wordsize-64/ftw64.c: New file.
1104         * sysdeps/wordsize-64/iofgetpos.c: New file.
1105         * sysdeps/wordsize-64/iofgetpos64.c: New file.
1106         * sysdeps/wordsize-64/iofopen.c: New file.
1107         * sysdeps/wordsize-64/iofopen64.c: New file.
1108         * sysdeps/wordsize-64/iofsetpos.c: New file.
1109         * sysdeps/wordsize-64/iofsetpos64.c: New file.
1110         * sysdeps/wordsize-64/lockf.c: New file.
1111         * sysdeps/wordsize-64/lockf64.c: New file.
1112         * sysdeps/wordsize-64/mkostemp.c: New file.
1113         * sysdeps/wordsize-64/mkostemp64.c: New file.
1114         * sysdeps/wordsize-64/mkstemp.c: New file.
1115         * sysdeps/wordsize-64/mkstemp64.c: New file.
1116         * sysdeps/wordsize-64/scandir.c: New file.
1117         * sysdeps/wordsize-64/scandir64.c: New file.
1118         * sysdeps/wordsize-64/tmpfile.c: New file.
1119         * sysdeps/wordsize-64/tmpfile64.c: New file.
1120         * sysdeps/wordsize-64/versionsort.c: New file.
1121         * sysdeps/wordsize-64/versionsort64.c: New file.
1122         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
1123         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
1124         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
1125         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
1126         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
1127         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
1128         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
1129         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
1130         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
1131         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
1132         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
1133         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
1135         * crypt/sha256-crypt.c: Fix a comment.
1136         * crypt/sha512-crypt.c: Likewise.
1138 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
1140         * sysdeps/x86_64/memset.S: Add sfence after movnti.
1142 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
1144         [BZ #5277]
1145         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
1146         because output buffer is too small break, don't loop.
1147         * iconvdata/Makefile (tests): Add bug-iconv6.
1148         * iconvdata/bug-iconv6.c: New file.
1150 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
1152         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
1153         with size_t type.
1154         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
1155         size_t.  Add casts where needed.
1157         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
1158         old headers, don't call avc_has_perm if we don't have the
1159         permission information.
1161 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
1163         * elf/rtld.c (dl_main): Use the page size to find the map start.
1165 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
1167         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
1168         Patch by Szymon Siwek <sls@poczta.wp.pl>.
1170         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
1171         when the lookup call failed.
1173         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
1174         Add prune_cond and wakeup_time.
1175         (CACHE_PRUNE_INTERNAL): Define.
1176         Update declarations of prune_cache and setup_thread.
1177         * nscd/connections.c (dbs): Update initializers.
1178         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
1179         (nscd_init): Default number of threads is now 4.
1180         (invalidate_cache): Take lock before calling prune_cache.
1181         (handle_request): If SELinux forbids the request, say so.
1182         (readylist_cond): Use static initializer.
1183         (nscd_run_prune): New function.  Used only by pruning threads.
1184         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
1185         here.
1186         (fd_ready): Update nscd_run reference.
1187         (start_threads): No need to initialize readylist_cond.
1188         Start pruning threads separately.
1189         * nscd/nscd_setup_thread.c: Change return value type to int and always
1190         return 0.
1191         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
1192         to int and return nonzero value if we can use the TID address hack.
1193         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
1194         the database is later than the new entry's timeout, update the
1195         wakeup time and wake the cleanup thread.
1196         (prune_cache): Return seconds the next entry in the database is still
1197         valid.  Remove locking for pruning here.
1198         * nscd/nscd.conf: Document default number of threads.
1200 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
1202         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
1203         stack is properly aligned for the target function.
1204         Correct unwind info.
1206         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
1207         when using auditing libraries.
1209 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
1211         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
1212         _nss_dns_getnetbyaddr2_r.
1213         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
1214         extra parameter to getanswer_r.
1215         (_nss_dns_getnetbyaddr_r): Now a wrapper around
1216         _nss_dns_getnetbyaddr2_r.
1218         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
1219         gethstbynm3_r.
1220         * nscd/gethstbynm2_r.c: Remove.
1221         * nscd/gethstbynm3_r.c: New file.
1222         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
1223         __gethostbyaddr_r.
1224         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
1225         __gethostbyaddr_r compatibility wrapper.
1226         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
1227         determining timeout of entry.
1228         (lookup): Take new parameter and pass it to __gethostbyname3_r and
1229         __gethostbyaddr2_r.
1230         (addhstbyX): Pass reference to variable for TTL to lookup and
1231         cache_addhst.
1232         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
1233         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
1234         and __nss_next2.  Remove __nss_services_lookup.
1235         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
1236         Add compat wrapper.
1237         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
1238         __nss_next2.
1239         * nss/getXXent_r.c: Likewise.
1240         * nss/getnssent_r.c: Likewise.
1241         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
1242         does not exist in module, try the optional second name.
1243         (__nss_next2): New function.
1244         (__nss_next): Now wrapper around __nss_next2.
1245         * nss/nsswitch.h: Adjust __nss_lookup prototype.
1246         Declare __nss_next2.
1247         Adjust definition of db_lookup_function type.
1248         * nss/service-lookup.c: Define NO_COMPAT.
1249         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
1250         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
1251         * inet/ether_ntoh.c: Likewise.
1252         * sunrpc/netname.c: Likewise.
1253         * sunrpc/publickey.c: Likewise.
1254         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
1255         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
1256         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
1257         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
1258         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
1260         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
1262         * inet/getnetgrent.c (setup): Encrypt static pointer.
1264 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
1266         [BZ #5204]
1267         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
1268         * crypt/sha512c-test.c: Likewise.
1270         [BZ #5225]
1271         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
1272         to keep track of end of %[ format string element.
1273         * stdio-common/Makefile (tests): Add bug20.
1274         * stdio-common/bug20.c: New file.
1276         [BZ #5222]
1277         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
1278         path elements in counting mode.
1280 2007-10-27  Andreas Jaeger  <aj@suse.de>
1282         [BZ #5040]
1283         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
1285         [BZ #3112]
1286         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
1287         (__cleanup): Free shared library when exiting.
1288         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
1289         (__cleanup): Free shared library when exiting.
1291 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
1293         [BZ #2549]
1294         * math/libm-test.inc (check_float_internal): Support
1295         denormalized return.
1297 2007-10-23  Andreas Jaeger  <aj@suse.de>
1299         [BZ #5208]
1300         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
1301         __LONG_LONG_PAIR to handle little endian byte order.
1302         Suggested by abhishekrai@google.com
1304 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
1306         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
1308 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
1310         * nscd/cache.c (prune_cache): Move test for modified file outside
1311         of locking.
1313 2007-10-21  Andreas Jaeger  <aj@suse.de>
1315         * manual/texinfo.tex: Update to latest version.
1317         * manual/sysinfo.texi (System Parameters): Fix Formatting.
1319         * manual/arith.texi (Status bit operations): Fix formatting.
1321         * manual/errno.texi (Error Messages): Fix formatting.
1323         * manual/sysinfo.texi (System Parameters): Fix formatting.
1325         * manual/libc.texinfo: Update VERSION and UPDATED.
1327 2007-10-19  Roland McGrath  <roland@redhat.com>
1329         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
1331 2007-10-06  David S. Miller  <davem@davemloft.net>
1333         * configure.in: Add sparcv9v2 and sparc64v2.
1334         * scripts/config.sub: Likewise.
1335         * configure: Regenerate.
1336         * elf/elf.h (HWCAP_SPARC_N2): New.
1337         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
1338         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
1339         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
1340         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
1341         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
1342         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
1343         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
1345 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
1347         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
1348         even if the poll result indicates there is data to read.
1349         Patch by Jeff Moyer <jmoyer@redhat.com>.
1351 2007-10-18  Roland McGrath  <roland@redhat.com>
1353         * elf/elf.h (NT_PPC_VMX): New macro.
1355 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1357         * version.h (VERSION): Set to 2.7.90.
1359 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
1361         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
1362         weak_alias.
1364 2007-10-17  Roland McGrath  <roland@frob.com>
1366         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
1367         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
1369 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1371         * version.h (VERSION): Bump to 2.7.
1372         * include/features.h (__GLIBC_MINOR__): Bump to 7.
1374         [BZ #5186]
1375         * time/tzset.c (__tz_convert): Don't force testing for a change of
1376         TZ if not called from localtime.  But then also see whether the
1377         file changed, in case __use_tzfile is set.
1379         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
1380         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1381         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1382         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1383         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1384         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1385         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
1386         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
1388 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
1390         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
1391         and admin selects to be able to replace the gai.conf file, lock
1392         data structures around the qsort call.
1394 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1396         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
1397         new memset.
1398         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
1399         too high for the improvements.  Implement bzero unconditionally for
1400         use in libc.
1402 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
1403             Jakub Jelinek  <jakub@redhat.com>
1405         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
1406         even when time_t is 32-bit.
1407         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
1408         timezone data read by __tzfile_default.  Ensure __tzname[0] is
1409         always set after the search.
1411 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
1413         * time/tzfile.c (__tzfile_read): Help the compiler recognize
1414         unreachable code on 32-bit machines.
1416 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1418         [BZ #5184]
1419         * time/strftime_l.c: Include stdbool.h.
1420         (my_strftime): New wrapper, old function renamed to...
1421         (__strftime_internal): ... new function.  Add tzset_called
1422         argument, pass it down to recursive calls, don't call tzset ()
1423         if already true, set to true after call to tzset ().
1425 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
1427         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
1428         into account when copying TZ string.
1430 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1432         * time/tzfile.c (__tzfile_compute): For use_last case set i to
1433         num_transition rather than num_transitions - 1.
1435 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
1437         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
1438         PIC indirect jump.
1440         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
1441         a local label rather than HIDDEN_JUMPTARGET.
1443 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
1445         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
1446         (init_cacheinfo): Initialize it.
1447         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
1448         Always define bzero.
1449         Remove non-glibc code.
1450         * sysdeps/x86_64/bzero.S: Make an empty file.
1452 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1454         * sysdeps/x86_64/cacheinfo.c
1455         (__x86_64_preferred_memory_instruction): New.
1456         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
1458         * sysdeps/x86_64/memset.S: Rewrite.
1460 2007-10-15  Roland McGrath  <roland@redhat.com>
1462         * po/libc.pot: Regenerated.
1464 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
1466         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
1467         pointers.
1469         [BZ #3425]
1470         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
1471         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
1472         address record to T_A/T_AAAA requests.
1474 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
1476         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
1478         * posix/glob.c: Add some branch prediction throughout.
1480         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
1481         read from nscd.
1483         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
1484         service_order.
1485         (rfc3484_sort): Make sure that even if qsort doesn't support
1486         stable sorting out sorting here is stable by comparing service_order.
1487         (getaddrinfo): Initialize service_order.
1488         * posix/tst-rfc3484.c (do_test): Adjust for addition of
1489         service_order field to sorting structure.
1490         * posix/tst-rfc3484-2.c (do_test): Likewise.
1492         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
1493         * time/tzset.c (tzset_internal): Break TZ string parsing out into
1494         __tzset_parse_tz and updating of daylight, timezone, tzname into
1495         update_vars.
1496         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
1497         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
1498         happens in __tz_compute.
1499         * time/tzfile.c (__tzfile_read): Also read TZ string.
1500         (find_transition): Fold into __tzfile_compute.
1501         (__tzfile_compute): For times beyond the last transition try to
1502         use the TZ string.
1503         * timezone/tst-timezone.c: Information in daylight and tzname does
1504         change for Asia/Tokyo timezone with more concrete information.
1505         Remove the test.
1507         * include/stdio.h: Add libc_hidden_proto for ftello.
1508         * libio/ftello.c: Add libc_hidden_def.
1510         [BZ #1140]
1511         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
1512         on the specified time and not the last entries in the file.  Move
1513         code to determine tzname[] to...
1514         (find_transition): ...here.  Add ugly guess for times before the
1515         first transition.
1517 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
1519         [BZ #3195]
1520         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
1521         no entry.
1522         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
1523         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1524         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1525         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1527         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
1528         read mechanism when there are no group members and avoid no-op
1529         read syscall in this case.
1531         [BZ #3242]
1532         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
1533         (__readall): If reading failed due to EAGAIN error wait a bit
1534         and possibly try again.
1535         (__readvall): Likewise.
1537 2007-10-13  Bruno Haible  <bruno@clisp.org>
1539         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
1540         when we cannot recode the message.
1542 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
1544         [BZ #4359]
1545         * libio/__freading.c (__freading): Don't return true for
1546         write-only streams.  For read/write streams, check whether we
1547         performed a read operation already.
1548         * libio/Makefile (tests): Add tst-ext2.
1549         * libio/tst-ext2.c: New file.
1551 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
1553         * locale/programs/repertoire.c (repertoire_read): Always free
1554         memory for repertoire file name [Coverity CID 270].
1556         * elf/cache.c (save_aux_cache): Free memory allocated for
1557         temporary file name [Coverity CID 267].
1559 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
1561         * misc/Makefile (headers): Add bits/error.h.
1563 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
1565         * posix/fnmatch_loop.c: Take rule index returned as part of
1566         findidx return value into account when accessing weights.
1567         * posix/regcomp.c: Likewise.
1568         * posix/regexec.c: Likewise.
1570         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
1571         (skip_to): Fix problems with parameter of elifdef/elifndef.
1573 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
1575         * iconv/gconv_simple.c: Add some branch prediction.
1577 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
1579         * locale/programs/ld-collate.c (collate_read): If ignore_content
1580         and nowtok is tok_define, eat any tok_eol tokens.
1582 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
1584         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
1585         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
1587         * inet/netinet/in.h: Don't include bits/socket.h.
1588         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
1589         macro.
1590         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1592 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
1594         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
1595         and tok_elifndef.
1596         * locale/programs/locfile-kw.gperf: Likewise.
1597         * locale/programs/ld-collate.c: Implement primitive preprocessor.
1599 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
1601         * stdio-common/printf-parse.h: Include string.h and wchar.h.
1602         (__find_specwc): Change into __extern_always_inline function.
1603         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
1604         (__parse_one_specmb): Remove ps argument.
1605         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
1606         Adjust __find_specmb and __parse_one_specmb callers.
1607         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
1608         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
1609         Removed.
1610         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
1611         caller.
1613 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
1615         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
1616         with some Pentium Ds.
1618 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
1620         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
1621         __read not read.
1622         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
1623         __write not write.
1625 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
1627         [BZ #181]
1628         * locale/C-time.c: Set week_1stday data to 19971201.
1629         * locale/programs/ld-time.c (time_finish): Default for
1630         first_workday is Monday.
1632         [BZ #2633]
1633         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
1635         [BZ #5103]
1636         * posix/glob.c (glob): Recognize patterns starting \/.
1637         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
1638         (main): Add test for pattern starting \/.
1640         * misc/error.h: Use __const instead of const.
1641         * misc/bits/error.h: Likewise.
1643 2007-10-07  Andreas Jaeger  <aj@suse.de>
1645         * include/bits/error.h: New file.
1647         * misc/bits/error.h (error_at_line): Fix prototype.
1649 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
1651         [BZ #3924]
1652         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
1653         more little bugs in creating the stack frame when pltexit has to
1654         be called.
1656         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
1657         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
1659         [BZ #4407]
1660         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
1661         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1662         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1663         * math/libm-test.inc: Add test for this case.
1665         [BZ #5010]
1666         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
1667         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
1668         map service succeeded.
1669         (svc_is_mapped): New function.
1670         (svc_unregister): Use it before trying to unmap service.
1672 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
1674         * timezone/zic.c: Update from tzcode2007h.
1676         [BZ #5063]
1677         * timezone/africa: Update from tzdata2007h.
1678         * timezone/antarctica: Likewise.
1679         * timezone/asia: Likewise.
1680         * timezone/australasia: Likewise.
1681         * timezone/europe: Likewise.
1682         * timezone/leapseconds: Likewise.
1683         * timezone/northamerica: Likewise.
1684         * timezone/southamerica: Likewise.
1685         * timzeone/zone.tab: Likewise.
1687         [BZ #5104]
1688         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
1690         [BZ #5113]
1691         * string/bits/string2.h (__strdup): Cast parameters to calloc to
1692         avoid warning with -Wconversion.
1693         (__strndup): Likewise.
1694         Half the patch by Christian Iseli <christian.iseli@licr.org>.
1696         [BZ #5112]
1697         * nscd/connections.c (restart): Don't resync if database is
1698         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
1700         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
1701         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
1703         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
1704         evetnfd_read, eventfd_write.
1705         * sysdeps/unix/sysv/linux/eventfd.c: New file.
1706         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
1707         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
1708         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
1709         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
1710         eventfd_write for GLIBC_2.7.
1712         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
1713         * sysdeps/unix/sysv/linux/signalfd.c: New file.
1714         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
1715         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
1717 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
1719         * stdlib/msort.c: Include stdint.h.
1720         (struct msort_param): New type.
1721         (msort_with_tmp): Use struct msort_param pointer for unchanging
1722         parameters.  Add optimized handling for several common sizes
1723         and indirect sorting mode.
1724         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
1725         sorting.
1726         Suggested by Belazougui Djamel .
1728         * stdlib/Makefile (tests): Add tst-qsort2.
1729         * stdlib/tst-qsort2.c: New test.
1731 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
1733         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
1734         for dup2 in case another thread races with the current one.  Retry
1735         in this case.
1737         * misc/error.h: Remove support for use outside of libc.  We have to
1738         include <features.h> now.  Include <bits/error.h> if possible.
1739         * misc/bits/error.h: New file.
1741 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
1743         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
1744         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
1745         __extern_always_inline functions unconditionally, drop macros.
1747         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
1748         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
1749         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
1751         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
1752         add __artificial__ attribute.
1754 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
1756         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
1757         backward to forward direction.
1759         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
1761         [BZ #645]
1762         * locale/programs/ld-collate.c (collate_finish): Compare against last
1763         used section which is known to have rules defined.
1764         (collate_read): After order_start, correctly record order of sections
1765         and queue sections up.
1767 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
1769         [BZ #5071]
1770         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
1771         the same number of pages.
1772         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
1774         * locale/programs/ld-collate.c (collate_read): After initial copy
1775         statement, continue in state 0.
1777         * include/stdio_ext.h (__fsetlocking): Define as macro.
1779 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
1781         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
1782         of section order.
1784         * po/pt_BR.po: Fix typo.
1786 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
1788         * iconvdata/Makefile (modules): Add ISO8859-9E.
1789         (distribute): Add iso8859-9e.c.
1790         (gen-8bit-gap-modules): Add iso8859-9e.
1791         * iconvdata/iso8859-9e.c: New file.
1792         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
1793         * iconvdata/TESTS: Likewise.
1794         * iconvdata/tst-tables.sh: Likewise.
1796         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1798         * locale/iso-639.def: Add several new entries.
1800 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1802         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
1803         void * pointers instead of struct link_map **.
1804         (_dl_scope_free): Change argument type to void *.
1805         * include/link.h (struct link_map): Change type of l_reldeps
1806         to struct link_map_reldeps, move l_reldepsact into that
1807         struct too.
1808         * elf/dl-deps.c: Include atomic.h.
1809         (_dl_map_object_deps): Only change l->l_initfini when it is
1810         fully populated, use _dl_scope_free for freeing it.  Optimize
1811         removal of libs from reldeps by using l_reserved flag, when
1812         some removal is needed, allocate a new list instead of
1813         reallocating and free the old with _dl_scope_free.  Adjust
1814         for l_reldeps and l_reldepsact changes.
1815         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
1816         searching in l_initfini and l_reldeps without holding dl_load_lock.
1817         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
1818         l_reldepsact changes.
1819         * elf/dl-close.c (_dl_close_worker): Likewise.
1820         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
1822 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
1824         * iconvdata/Makefile (modules): Add KOI8-RU.
1825         (distribute): Add koi8-ru.c.
1826         (gen-8bit-gap-modules): Add koi8-ru.
1827         * iconvdata/koi8-ru.c: New file.
1828         * iconvdata/gconv-modules: Add entries for KOI8-RU.
1829         * iconvdata/TESTS: Likewise.
1830         * iconvdata/tst-tables.sh: Likewise.
1832         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
1834 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
1836         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
1837         with __warning__/__error__ attributes.
1838         (__warnattr): Define.
1839         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
1840         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
1841         __warnattr.
1842         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
1843         of __*_chk if compile time detectable overflow is found.
1844         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
1845         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
1846         with __warnattr.
1847         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
1848         instead of __*_chk if compile time detectable overflow is found.
1849         (__gets_alias): Rename to...
1850         (__gets_warn): ... this.  Add __warnattr.
1851         (gets): Call __gets_warn instead of __gets_alias.
1852         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
1853         aliases with __warnattr.
1854         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
1855         time detectable overflow is found.
1856         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
1857         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
1858         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
1859         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
1860         __getdomainname_chk_warn): New aliases with __warnattr.
1861         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
1862         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
1863         __*_chk_warn instead of __*_chk if compile time detectable overflow
1864         is found.
1865         (__getgroups_chk): Rename argument to __listlen from listlen.
1866         (__getwd_alias): Rename to...
1867         (__getwd_warn): ... this.  Add __warnattr.
1868         (getwd): Call __getwd_warn instead of __getwd_alias.
1869         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
1870         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
1871         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
1872         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
1873         __wcsnrtombs_chk_warn): New aliases with __warnattr.
1874         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
1875         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
1876         compile time detectable overflow is found.
1877         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
1878         to use __*_chk or not.
1879         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
1880         in comparisons which function should be called and in __*_chk*
1881         arguments.  Call __*_chk_warn instead of __*_chk if compile time
1882         detectable overflow is found.
1883         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
1884         __*_chk argument.
1885         * debug/tst-chk1.c (do_test): Add a few more tests.
1887 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
1889         [BZ #5058]
1890         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
1891         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
1892         (_nl_unload_domain): Finalize conversions_lock.
1893         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
1894         handling table of known conversions.
1896 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1898         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
1899         close_not_cancel_no_status instead of close.
1901 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
1903         [BZ #5028]
1904         * posix/regcomp.c (lookup_collation_sequence_value): Check that
1905         nrules != 0 for multibyte chars.
1907 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
1909         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
1910         Provide better error message in case the type is unknown.
1912         [BZ #4963]
1913         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
1914         * string/stratcliff.c: Make usable to test wide char functions.
1915         * wcsmbs/wcsatcliff.c: New file.
1916         * wcsmbs/Makefiel (tests): Add wcsatcliff.
1918         [BZ #4972]
1919         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
1920         (distribute): Add mac-centraleurope.c.
1921         (gen-8bit-gap-modules): Add mac-centraleurope.
1922         * iconvdata/mac-centraleurope.c: New file.
1923         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
1924         * iconvdata/TESTS: Likewise.
1925         * iconvdata/tst-tables.sh: Likewise.
1927         [BZ #5043]
1928         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
1930 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
1932         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
1933         from __x86_64_core_cache_size_half.
1934         (init_cacheinfo): Compute shared cache size for AMD processors with
1935         shared L3 correctly.
1936         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
1937         name change.
1938         Patch in large parts by Evandro Menezes.
1940 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
1942         * elf/dl-lookup.c (add_dependency): Handle failing memory
1943         allocation for dependency list.  Remove unnecessary check.
1945         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
1946         open/close when determining source addresses.
1948         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
1949         sha512-crypt, and sha512.
1950         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
1951         (distribute): Add sha256.h and sha512.h.
1952         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
1953         and call the appropriate code.
1954         * crypt/sha256-crypt.c: New file.
1955         * crypt/sha256.c: New file.
1956         * crypt/sha256.h: New file.
1957         * crypt/sha256c-test.c: New file.
1958         * crypt/sha256test.c: New file.
1959         * crypt/sha512-crypt.c: New file.
1960         * crypt/sha512.c: New file.
1961         * crypt/sha512.h: New file.
1962         * crypt/sha512c-test.c: New file.
1963         * crypt/sha512test.c: New file.
1965 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
1967         * misc/bits/syslog.h (syslog): Remove extraneous argument from
1968         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
1969         __syslog_chk.
1971 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
1973         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
1974         %as in fscanf format strings.
1976         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
1977         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1978         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
1979         Likewise.
1980         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
1981         Likewise.
1983         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
1984         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
1985         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
1986         * elf/dl-sym.c (do_sym): Likewise.
1987         * include/link.h (struct link_map): Add l_serial field.
1988         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
1989         * elf/dl-lookup.c (add_dependency): Add flags argument.
1990         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
1991         flags, use THREAD_GSCOPE_RESET_FLAG before and
1992         THREAD_GSCOPE_SET_FLAG after
1993         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
1994         Don't dereference map until it has been found on some list.
1995         If map->l_serial changed, return -1.
1997 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
1999         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
2000         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
2001         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
2002         libc_hidden_proto.
2003         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
2004         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
2005         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
2006         add libc_hidden_proto.
2007         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
2008         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
2009         conformance requested.
2010         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
2011         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
2012         conformance requested.
2013         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
2014         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
2015         conformance requested.
2016         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
2017         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
2018         ISO C99 or POSIX conformance requested.
2019         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
2020         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
2021         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
2022         and __isoc99_vsscanf@@GLIBC_2.7.
2023         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
2024         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
2025         (tests): Add scanf14.
2026         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
2027         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
2028         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
2029         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
2030         CFLAGS-isoc99_scanf.c): Add $(exceptions).
2031         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
2032         from using internal headers.
2033         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
2034         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
2035         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
2036         and __isoc99_vswscanf@@GLIBC_2.7.
2037         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
2038         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
2039         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
2040         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
2041         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
2042         * stdio-common/isoc99_scanf.c: New file.
2043         * stdio-common/isoc99_vsscanf.c: New file.
2044         * stdio-common/isoc99_vscanf.c: New file.
2045         * stdio-common/isoc99_vfscanf.c: New file.
2046         * stdio-common/isoc99_fscanf.c: New file.
2047         * stdio-common/isoc99_sscanf.c: New file.
2048         * wcsmbs/isoc99_fwscanf.c: New file.
2049         * wcsmbs/isoc99_vswscanf.c: New file.
2050         * wcsmbs/isoc99_swscanf.c: New file.
2051         * wcsmbs/isoc99_wscanf.c: New file.
2052         * wcsmbs/isoc99_vwscanf.c: New file.
2053         * wcsmbs/isoc99_vfwscanf.c: New file.
2054         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
2055         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
2056         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
2057         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
2058         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
2059         * stdio-common/scanf14.c: New test.
2060         * stdio-common/scanf15.c: New test.
2061         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
2062         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
2063         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
2064         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
2065         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
2066         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
2067         __nldbl___isoc99_scanf@@GLIBC_2.7,
2068         __nldbl___isoc99_fscanf@@GLIBC_2.7,
2069         __nldbl___isoc99_sscanf@@GLIBC_2.7,
2070         __nldbl___isoc99_vscanf@@GLIBC_2.7,
2071         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
2072         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
2073         __nldbl___isoc99_wscanf@@GLIBC_2.7,
2074         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
2075         __nldbl___isoc99_swscanf@@GLIBC_2.7,
2076         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
2077         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
2078         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
2079         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
2080         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
2081         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
2082         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
2083         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
2084         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
2085         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
2086         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
2087         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
2088         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
2089         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
2090         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
2091         functions.
2092         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
2093         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
2094         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
2095         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
2096         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
2097         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
2098         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
2099         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
2100         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
2101         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
2102         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
2103         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
2105         * stdio-common/Makefile (tests): Add scanf13.
2106         (scanf13-ENV): New.
2107         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
2108         m modifier followed by l.
2109         (STRING_ARG): Add width argument.
2110         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
2111         <case L_('C')>: Handle %mlc and %mC.
2112         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
2113         arguments.
2114         * stdio-common/scanf13.c: New test.
2116         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
2117         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
2119 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
2121         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
2122         type and __THROW marker of splice, vmsplice, and tee.
2123         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2124         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2125         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2126         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2127         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2128         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2129         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2130         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
2131         as cancellation points.
2133 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
2135         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
2136         parse more than three parts of the version number.
2138 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
2140         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
2141         modifier.  Patch by Jakub Jelinek.
2143 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
2145         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
2146         call_fallocate in misc subdir.
2147         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
2148         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
2149         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
2150         instead of __fallocate64.
2151         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
2153 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
2155         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
2156         * rt/Makefile (headers): Add bits/mqueue2.h.
2157         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
2158         optimizing with GCC and __va_arg_pack_len is defined.
2159         * rt/bits/mqueue2.h: New file.
2160         * rt/mq_open.c (__mq_open): Renamed from mq_open.
2161         (mq_open): New strong_alias.
2162         (__mq_open_2): New function.
2163         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
2164         (mq_open): New strong_alias.
2165         (__mq_open_2): New function.
2166         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
2167         * Versions.def (librt): Add GLIBC_2.7 version.
2168         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
2169         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
2171         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
2172         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
2173         is defined rather than when not C++.
2174         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
2175         __openat64_alias): New redirects.
2176         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
2177         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
2178         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
2179         (open, open64, openat, openat64): Rewrite as __extern_always_inline
2180         functions instead of function-like macros.
2182 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2184         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
2185         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
2186         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
2188 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
2190         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
2191         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
2193 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
2195         * inet/tst-network.c: Increment ERRORS for failing tests.
2197 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
2199         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
2200         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
2201         implement as __extern_always_inline function.
2202         (vsyslog): Define as __extern_always_inline function unconditionally.
2203         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
2204         When __va_arg_pack is defined, implement as __extern_always_inline
2205         functions.
2206         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
2207         __extern_always_inline functions unconditionally.
2208         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
2209         bits/stdio2.h will be included.
2210         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
2211         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
2212         implement as __extern_always_inline functions.
2213         (vswprintf, vwprintf, vfwprintf): Define as
2214         __extern_always_inline functions unconditionally.
2215         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
2217 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
2219         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
2220         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
2221         attribute.
2222         * include/features.h (__USE_EXTERN_INLINES): Define only when
2223         __extern_inline is defined.
2224         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
2225         is defined instead of when not __cplusplus.
2226         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
2227         is defined instead of when not __cplusplus.
2228         * socket/sys/socket.h: Include bits/socket2.h when
2229         __extern_always_inline is defined instead of when not __cplusplus.
2230         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
2231         is defined instead of when not __cplusplus.
2232         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
2233         is defined instead of when not __cplusplus.
2234         * string/string.h: Include bits/string3.h when __extern_always_inline
2235         is defined instead of when not __cplusplus.
2236         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
2237         is defined instead of when not __cplusplus.
2238         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
2239         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
2240         is not defined.
2241         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
2242         defined __extern_always_inline instead of !defined __cplusplus.
2243         * libio/bits/stdio-ldbl.h: Likewise.
2244         * wcsmbs/bits/wchar-ldbl.h: Likewise.
2245         * misc/bits/syslog.h (syslog): Don't define for C++.
2246         (vsyslog): Use __extern_always_inline function for C++ instead of
2247         a macro.
2248         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
2249         whenever that macro is defined.
2250         (vprintf): Don't provide the inline for C++.
2251         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
2252         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
2253         define the macros for C++.
2254         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
2255         __extern_always_inline functions for C++.
2256         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
2257         stat64, lstat64, fstat64, fstatat64): Don't define if not
2258         __USE_EXTERN_INLINES.
2259         * wcsmbs/bits/wchar2.h: Fix #error message.
2260         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
2261         (vswprintf, vwprintf, vfwprintf): Define using
2262         __extern_always_inline functions for C++.
2263         * string/bits/string3.h: Don't #undef macros if __cplusplus.
2264         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
2265         strncpy, strcat, strncat): Define as __extern_always_inline
2266         functions instead of macros for C++.
2267         * math/bits/cmathcalls.h: Guard __extern_inline routines with
2268         defined __extern_inline.
2269         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
2270         to __extern_inline whenever that macro is defined.
2271         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2272         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2273         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
2274         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
2275         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2276         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2277         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2278         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
2279         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
2280         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
2281         prototypes.  Only provide __extern_inline routines if
2282         __USE_EXTERN_INLINES.
2283         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
2284         tests.
2285         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
2286         For now avoid some *printf tests in C++.  Skip all testing
2287         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
2288         is not.
2289         * debug/tst-chk4.cc: New file.
2290         * debug/tst-chk5.cc: New file.
2291         * debug/tst-chk6.cc: New file.
2292         * debug/tst-lfschk4.cc: New file.
2293         * debug/tst-lfschk5.cc: New file.
2294         * debug/tst-lfschk6.cc: New file.
2295         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
2296         prototypes in C++.
2297         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
2298         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
2299         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
2301 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
2303         * po/cs.po: Update from translation team.
2305 2007-09-11  Roland McGrath  <roland@redhat.com>
2307         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
2308         compiling.
2310 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2312         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
2314 2007-09-05  Roland McGrath  <roland@redhat.com>
2316         * manual/signal.texi (Signaling Another Process): Typo fix.
2317         From Karl Berry <karl@freefriends.org>.
2319 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
2321         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
2322         zero if not defined.
2323         (make_request): Recognize optimistic addresses and treat them like
2324         deprecated addresses.
2325         Reported by Neil Horman <nhorman@redhat.com>.
2327 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
2329         * nscd/connections.c (send_ro_fd): Also transfer file size.
2330         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
2331         file size don't call fstat.
2333         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
2334         ahead and map the file.  This should always be correct and we can
2335         catch problems later.
2337 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
2339         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
2340         prototypes.
2341         (__fread_alias, __fread_unlocked_alias): New aliases.
2342         (fread): New extern inline.
2343         (fread_unlocked): Likewise.  Undef macro before definition of
2344         the inline function.
2345         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
2346         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
2347         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
2348         and __fread_unlocked_chk@@GLIBC_2.7.
2349         * debug/fread_chk.c: New file.
2350         * debug/fread_u_chk.c: New file.
2351         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
2353 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
2355         * sysdeps/unix/sysv/linux/syscalls.list
2356         (personality): Change caller to EXTRA.
2358 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
2360         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
2361         to keep gcc quiet.
2362         * iconvdata/iso-2022-cn.c (BODY): Likewise.
2364         * locale/programs/ld-collate.c (collate_output): Avoid warning if
2365         NDEBUG is defined.
2367         * Makerules: Use -p option with mkdir.
2369         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
2370         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
2371         (_xdr_directory_obj): Likewise.
2372         (xdr_entry_obj): Likewise.
2373         (xdr_group_obj): Likewise.
2374         (xdr_link_obj): Likewise.
2375         (xdr_table_obj): Likewise.
2376         (_xdr_nis_result): Likewise.
2377         (_xdr_ns_request): Likewise.
2378         (_xdr_ib_request): Likewise.
2379         (_xdr_nis_taglist): Likewise.
2380         (xdr_cback_data): Likewise.
2381         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
2382         (xdr_ypresp_maplist): Likewise.
2384         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
2386         * posix/regex_internal.h: Prevent some declarations and definitions
2387         to be seen when used in tests.
2389         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
2390         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
2392         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
2394         * config.make.in (datarootdir): Add to shut up configure.
2396         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
2397         associativity for fully-associative caches.
2399         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
2400         requests.  Fill on more associativity values for L2.
2401         Patch mostly by Evandro Menezes.
2403 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2405         * sysdeps/unix/sysv/linux/x86_64/init-first.c
2406         (_libc_vdso_platform_setup): Avoid using exported variable by using
2407         alias.
2409         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
2411         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
2412         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
2413         defined.
2415 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
2417         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
2418         align stack for call if pltexit is to be used.
2420         [BZ #3924]
2421         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
2422         align for function call in case pltexit has to be called later.
2424         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
2425         implicit atomic operation when storing function pointer.
2426         (_dl_runtime_profile): Likewise.
2428 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
2430         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
2431         NIS_NOTFOUND.
2433 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
2435         [BZ #4566]
2436         * string/strtok.c: Fix typo in comment.
2438         [BZ #4582]
2439         * debug/segfault.c: Fix typos in comments.
2441         [BZ #4588]
2442         * stdio-common/tempnam.c: Fix comment, it is not checked that
2443         TMPDIR points to a writable directory.
2445         [BZ #4726]
2446         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
2447         memory allocated for the name server address.
2449         [BZ #4946]
2450         * nscd/connections.c (handle_request): Using sendfile always
2451         requires that mmap is used for the database.
2452         Patch by Petr Baudis <pasky@suse.cz>.
2454         [BZ #4905]
2455         * nscd/hstcache.c (cache_addhst): When reloading an entry which
2456         suddenly has two or more addresses, ignore it and remove the old
2457         entry.
2459         [BZ #4814]
2460         * resolv/res_hconf.c: Prepare for compiling outside libc.
2461         * nscd/res_hconf.c: New file.
2462         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
2463         the new file.
2464         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
2465         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
2467         * nscd/hstcache.c (cache_addhst): Minimal optimization.
2469         [BZ #4925]
2470         * debug/pcprofiledump.c: Turn on internationalization by calling
2471         setlocale.  Patch mostly by Benno Schulenberg.
2473         [BZ #4936]
2474         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
2475         the state.
2476         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
2477         * iconvdata/bug-iconv5.c: New file.
2479 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
2481         [BZ #4896]
2482         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
2483         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
2484         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
2485         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
2486         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
2487         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
2488         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
2489         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
2491 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
2493         [BZ #4937]
2494         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
2495         lookup loop.  Suggested by John Reiser.
2497 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
2499         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
2501 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
2503         * csu/libc-start.c: Don't handle VDSO_SETUP here.
2504         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
2505         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
2506         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
2507         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
2508         to...
2509         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
2511 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
2513         * po/nl.po: Update from translation team.
2515 2007-08-16  Andreas Jaeger  <aj@suse.de>
2517         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
2518         Reported by Peter Festner <peter.festner@ewetel.net>.
2520 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
2522         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
2524 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
2526         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
2527         to check for undefined symbols.
2529         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
2530         If the syscall fails, set errno to the actual returned error number
2531         rather than EINVAL.
2532         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
2533         arguments are incorrect, set errno to EINVAL, if the syscall
2534         fails, set errno to the actual returned error number.
2536         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
2537         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
2539         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
2540         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
2541         file.
2542         (ASI_PNF, ASI_BLK_P): Don't define.
2543         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
2544         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
2545         file.
2546         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
2547         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
2548         file.
2550 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
2552         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
2553         FE_UNDERFLOW on Niagara CPUs.
2555         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
2556         exceptions.
2558 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
2560         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
2561         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
2562         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
2563         flush should be used or not inside of the function.
2564         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
2566         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
2567         __thread_start): Use HIDDEN_JUMPTARGET.
2568         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
2569         __thread_start): Likewise.
2570         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
2572         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
2573         Add libc_hidden_proto.
2574         (STRTOF): Add libc_hidden_proto.
2575         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
2576         (strtold_l, wcstold_l): Use them as second argument for
2577         long_double_symbol.
2579 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
2581         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
2583 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2585         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
2587 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
2589         * po/bg.po: New file.  From the translation team.
2591 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2593         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
2594         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
2595         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
2596         when each feature was introduced.
2598         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
2599         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
2600         (CHECK_HASH): New macro.
2601         (PREPARE_VERSION): Use it.
2603         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
2604         prototype if not __ASSUME_PSELECT.
2605         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
2606         prototype if not __ASSUME_PPOLL.
2608         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
2610         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
2611         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
2612         is defined.
2614 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
2616         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2617         (_libc_vdso_platform_setup): If vDSO is not available point
2618         __vdso_gettimeofday to the vsyscall.
2619         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
2620         __vdso_gettimeofday instead of vsyscall.
2622 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
2624         * nscd/servicescache.c: Include kernel-features.h.
2625         * nscd/gai.c: Likewise.
2626         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
2627         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
2628         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
2629         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2630         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2631         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
2632         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2633         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
2634         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2636 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2638         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
2639         and _dl_get_origin defines anymore.
2641         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
2642         Build fix for systems which might lack POSIX timer support.
2644         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
2645         (_libc_vdso_platform_setup): Mangle function pointers before storing
2646         them.
2647         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
2648         Demangle vdso pointer before use.
2649         (INTERNAL_VSYSCALL): Likewise.
2651         * elf/cache.c (primes): Mark as const.
2652         Noted by Roland McGrath.
2654 2007-08-01  Andreas Jaeger  <aj@suse.de>
2655             Jakub Jelinek  <jakub@redhat.com>
2657         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
2658         (options): Add option.
2659         (parse_opt): Handle option.
2660         (manual_link): Adjust process_file caller.  Call implicit_soname.
2661         (search_dir): Formatting.  Use and populate auxiliary cache.
2662         (main): Load and save auxiliary cache.
2663         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
2664         stat64 from fstat64 to caller.
2665         (implicit_soname): New function.
2666         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
2667         leave *soname as NULL.
2668         * elf/cache.c: Include libgen.h.
2669         (print_entry, print_cache, compare, save_cache, add_to_cache):
2670         Formatting and cleanups.
2671         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
2672         aux_cache_file): New structures.
2673         (AUX_CACHEMAGIC): Define.
2674         (primes): New array.
2675         (aux_hash_size, aux_hash): New variables.
2676         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
2677         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
2678         load_aux_cache, save_aux_cache): New functions.
2679         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
2680         (init_aux_cache, search_aux_cache, add_to_aux_cache,
2681         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
2682         (process_file): Adjust prototype.
2684 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
2686         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
2687         with __need_size_t.
2689 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
2691         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
2692         r_found_version structure as second parameter.
2693         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
2694         (_dl_vdso_vsym): Change type of second parameter accordingly.
2695         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
2696         (_libc_vdso_platform_setup): Adjust.
2697         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2698         (_libc_vdso_platform_setup): Likewise.
2700         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
2701         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
2702         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
2703         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
2704         * csu/libc-start.c: Pretty printing.
2705         Use VDSO_SETUP if defined.
2706         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
2707         and let generic code call into _libc_vdso_platform_setup.
2708         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
2709         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
2710         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
2711         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
2712         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
2713         for GLIBC_PRIVATE.
2714         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
2715         (sysdep_rountines): Add dl-vdso.
2717         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
2718         of routines.
2720         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
2721         attribute_hidden to __vdso_gettimeofday prototype.
2723 2007-08-12  Roland McGrath  <roland@redhat.com>
2725         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
2726         From: Karl Berry <karl@freefriends.org>.
2728 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
2730         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
2731         an atime update for the files we read.
2733 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2735         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
2737         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
2738         instead of mkstemp.
2740         * misc/Makefile (routines): Add mkostemp and mkostemp64.
2741         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
2742         * misc/mkostemp.c: New file.
2743         * misc/mkostemp64.c: New file.
2744         * stdlib/stdlib.h: Declare the new functions.
2745         * sysdeps/posix/tempname.c: Add new parameter which is added to
2746         the flags for open.  Remove __GT_BIGFILE handling.
2747         * stdio-common/tempname.c: Likewise.
2748         * include/stdio.h: Adjust __gen_tempname prototype.
2749         Renumber __GT_* constants.
2750         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
2751         * misc/mkdtemp.c: Likewise.
2752         * misc/mkstemp.c: Likewise.
2753         * misc/mkstemp64.c: Likewise.
2754         * misc/mktemp.c: Likewise.
2755         * stdio-common/tempnam.c: Likewise.
2756         * stdio-common/tmpfile.c: Likewise.
2757         * stdio-common/tmpfile64.c: Likewise.
2758         * stdio-common/tmpnam.c: Likewise.
2759         * stdio-common/tmpnam_r.c: Likewise.
2761 2007-08-10  Roland McGrath  <roland@frob.com>
2763         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
2764         New macros.
2765         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
2766         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2768 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
2770         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
2771         possible.
2772         * nss/nss_files/files-alias.c (internal_setent): Likewise.
2773         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
2774         * nss/nss_files/files-have_o_cloexec.c: New file.
2776         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
2777         available.
2779 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
2781         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
2782         ___new_wcstold_l): New weak aliases.
2783         (strtold_l, wcstold_l): Use them as second argument for
2784         long_double_symbol.
2786 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
2788         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
2789         register in test for error.
2791         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
2792         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
2794         * po/sv.po: Update from translation team.
2796 2007-08-06  Roland McGrath  <roland@redhat.com>
2798         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
2799         Remove __strto*_l inlines.
2800         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
2801         * stdlib/strtod.c: Add libc_hidden_def.
2802         * stdlib/strtod_l.c: Likewise.
2803         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
2804         for __new_strtold and __new_wcstold.
2805         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
2806         __STRTOF, STRTOF.
2807         * stdlib/strtol.c: Add libc_hidden_def.
2808         * stdlib/strtol_l.c: Likewise.
2809         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
2810         strtoq.
2812         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
2814         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
2815         * scripts/data/localplt-generic.data: ... here.
2816         * elf/Makefile (check-data): Get generic file if no other.
2817         ($(objpfx)check-localplt.out): Make target unconditional.
2819         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
2820         Use ElfW(Nhdr).
2822 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
2824         * po/zh_CN.po: Updated translation from translation team.
2826 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
2828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
2829         Don't use CGOTSETUP and CGOTRESTORE macros.
2831 2007-08-04  Roland McGrath  <roland@redhat.com>
2833         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
2835 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
2837         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
2838         __extension__ around the whole statement expression.
2840 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
2842         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
2843         elements during initialization.
2845         * po/pl.po: Updated translation from translation team.
2846         * po/tr.po: Likewise.
2847         * po/nl.po: Likewise.
2849 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
2851         * rt/aio.h: Add __nonnull attributes.
2853 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2855         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
2856         * stdlib/Makefile (tests): Add tst-strtod5.
2857         (tst-strtod5-ENV): New.
2858         * stdlib/tst-strtod5.c: New file.
2860         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
2861         failed.
2862         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
2863         on failure.
2865         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
2866         allocated.
2868 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2870         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
2871         numbers.
2873 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
2875         * io/Makefile (aux): Add have_o_cloexec.
2876         * include/fcntl.h: Declare __have_o_cloexec.
2877         * io/have_o_cloexec.c: New file.
2878         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
2879         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
2880         fcntl call if not necessary.
2881         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
2882         of local variable.
2884         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
2885         Avoid memset, add explicit initialization.
2886         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
2887         to the end and change into zero-sized array.
2888         Move lock member to fill a hole on 64-bit platforms.
2890         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
2891         inline functions.
2892         * include/stdlib.h: Add __strto*_internal prototypes here.
2893         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
2894         inline functions.
2895         * include/wchar.h: Add __wcsto*_internal prototypes.
2896         * sysdeps/generic/inttypes.h: No need to protect the declaration
2897         of the __strto*_internal and __wcsto*_internal members here.
2899         * rt/mqueue.h: Change const to __const and add nonnull attributes.
2901 2007-08-02  Roland McGrath  <roland@redhat.com>
2903         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
2904         $(inst_bindir)/getconf if possible.
2906         * posix/Makefile ($(objpfx)getconf.speclist): New target.
2907         (generated): Add it.
2908         ($(inst_libexecdir)/getconf): Use it.
2910 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
2912         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
2913         /proc is faster and sufficient.  /sys is still needed for
2914         __get_nprocs_conf.
2916 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
2918         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
2919         syscall as __fallocate64.
2920         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
2921         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
2923 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2925         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
2926         value.
2928         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
2929         if off_t is different rank from size_t.
2931         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
2932         uw_frame_state_for): Avoid type punning warnings.
2933         * sysdeps/generic/unwind-dw2-fde-glibc.c
2934         (_Unwind_IteratePhdrCallback): Likewise.
2935         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
2936         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
2937         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
2938         pointers.
2940 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
2942         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
2943         total processors using sysfs.
2944         (__get_nprocs): Use sysfs to determine which processors are online.
2946 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
2948         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
2949         syscall arguments count.
2951         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
2953 2007-07-30  Roland McGrath  <roland@redhat.com>
2955         * manual/libc.texinfo: Update copyrights, formatting magic, and
2956         @dircategory.  From Karl Berry <karl@freefriends.org>.
2958 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
2960         [BZ #4860]
2961         * io/Makefile (headers): Add bits/fcntl2.h.
2963         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
2964         using gcc builtin.
2965         (__CPU_EQUAL_S): Likewise.
2967         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
2968         (tests): Add tst-cpuset.
2969         * posix/sched_cpualloc.c: New file.
2970         * posix/sched_cpufree.c: New file.
2971         * posix/tst-cpuset.c: New file.
2972         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
2973         GLIBC_2.7.
2974         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
2975         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
2976         macros.  Define CPU_*_S macros.
2978 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
2980         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
2981         entry.
2983         [BZ #4858]
2984         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
2985         #.0g and value rounded to 1.0.
2986         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
2988 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
2990         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
2991         for int_frac_digits and frac_digits.
2993         * login/logout.c (logout): Avoid aliasing violation.
2994         * login/logwtmp.c (logwtmp): Likewise.
2996         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
2998         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
2999         to avoid warning.
3000         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
3001         warning.
3002         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
3003         warning.
3004         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
3005         to avoid warnings.
3007         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
3008         void **.
3009         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
3011         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
3012         char * to avoid warning.
3013         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
3015         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
3017         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
3018         allocate_arrays): Cast second argument to charmap_find_symbol
3019         to char * to avoid warnings.
3021         * locale/programs/repertoire.c (repertoire_new_char): Change
3022         from_nr, to_nr and cnt to unsigned long, adjust printf format
3023         string.
3025         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
3026         Cast second argument to new_element to char * to avoid warnings.
3028         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
3030         * intl/gettextP.h (struct loaded_domain): Change plural to const
3031         struct expression *.
3032         * intl/plural-eval.c (plural_eval): Change first argument to
3033         const struct expression *.
3034         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
3035         argument to const struct expression **.
3036         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
3037         prototypes.
3038         * intl/loadmsgcat (_nl_unload_domain): Cast away const
3039         in call to __gettext_free_exp.
3041         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
3042         unitialized wstring/wpattern var warnings.
3044         * posix/runtests.c (struct a_test): Make data field const char *.
3046         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
3047         vars if not LDBL_MANT_DIG >= 106.
3049         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
3051         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
3052         __find_specmb to avoid warning.
3054         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
3056         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
3057         to avoid warnings.
3059         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
3060         initializer.
3062         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
3063         tv var when it will be actually used.
3065         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
3066         to avoid warnings.
3068         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
3069         char array resp. pointer.
3070         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
3071         char array.
3072         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
3073         to const unsigned char **.
3074         (ucs4_to_cns11643): Change second argument to unsigned char *.
3075         * iconvdata/euc-tw.c (BODY): Change endp type to
3076         const unsigned char *.
3077         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
3078         to unsigned char *.
3079         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
3080         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
3081         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
3082         types to unsigned char pointers/arrays instead of char.
3083         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
3084         to unsigned char *.
3085         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
3086         * iconvdata/jis0212.h: Include assert.h.
3087         (ucs4_to_jisx0212): Change second argument to unsigned char *.
3088         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
3089         of trying to handle that.
3090         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
3091         shut up a warning.
3092         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
3093         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
3094         two dimensional const unsigned char arrays.
3095         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
3096         Initialize endp to inptr to shut up a warning.
3098 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
3100         [BZ #4772]
3101         * time/strptime_l.c (__strptime_internal): Silently ignore
3102         strftime modifiers and field width in recursive calls.
3104         * include/time.h (enum ptime_locale_status): Remove.
3105         (__strptime_internal): Remove decided and era_cnt arguments,
3106         add statep argument.
3107         * time/strptime_l.c (__strptime_internal): Remove decided
3108         and era_cnt arguments, add statep argument.  Don't recompute
3109         any fields in recursive calls, only update caller's tm
3110         and state, if recursive call fails, don't change tm nor
3111         any state.
3112         (get_alt_number): Adjust.
3113         (recursive): Adjust caller.
3114         (strptime): Likewise.
3115         * time/strptime.c (strptime): Likewise.
3117 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
3119         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
3120         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
3121         if from and to charsets are the same.
3122         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
3123         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
3124         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
3126 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
3128         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
3129         Don't define wint_t when __need_mbstate_t unless it
3130         is necessary.
3131         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
3132         in the typedef if possible.
3133         * wctype/wctype.h (wint_t): Define by including
3134         wchar.h with __need_wint_t instead of including stddef.h
3135         with __need_wint_t and as fallback definining it ourselves.
3136         * iconv/gconv.h (__need_wint_t): Define before including
3137         wchar.h.
3138         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
3139         or _GLIBCPP_USE_WCHAR_T.
3140         (__need_wchar_t): Don't define
3141         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
3142         (__need_wint_t): Don't define before including stddef.h,
3143         define before including wchar.h only if _LIBC or
3144         _GLIBCPP_USE_WCHAR_T.
3145         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
3146         * sysdeps/mach/hurd/_G_config.h: Likewise.
3147         * sysdeps/generic/_G_config.h: Likewise.
3148         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
3149         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
3150         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
3151         if _LIBC or _GLIBCPP_USE_WCHAR_T.
3153 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
3155         * sysdeps/posix/posix_fallocate64.c: Undefine
3156         __posix_fallocate64_l64 before alias handling.
3157         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
3158         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
3159         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
3160         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
3162         * io/tst-posix_fallocate.c: Include <fcntl.h>.
3164 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
3166         * locale/programs/ld-collate.c (atwc): New variable.
3167         (add_to_tablewc): New toplevel function, moved from collate_output.
3168         (collate_output): Remove add_to_tablewc nested function.
3170         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
3171         (name_insert): New function.
3172         (write_output): Remove hash_table and hash_size vars and name_insert
3173         nested function.
3175 2007-07-24  Roland McGrath  <roland@redhat.com>
3177         * Makerules (install-others-programs-nosubdir): New target.
3178         (install-no-libc.a-nosubdir): Depend on it.
3180         * iconv/Makefile (install-others-programs): Set this instead of
3181         install-others.
3182         * login/Makefile (install-others-programs): Likewise.
3183         * posix/Makefile (install-others-programs): Likewise.
3185         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
3186         dependencies.
3188 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
3190         * io/Makefile (tests): Add tst-posix_fallocate.
3191         * io/tst-posix_fallocate.c: New file.
3193         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3194         __ASSUME_FALLOCATE.
3196 2007-07-22  Roland McGrath  <roland@frob.com>
3198         * hurd/getdport.c: Add missing copyright year update.
3200         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
3201         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
3203 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
3205         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
3207         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
3208         O_CLOEXEC is needed.
3209         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
3210         Avoid additional fcntl to set O_CLOEXEC if not needed.
3211         * nis/nss_compat/compat-initgroups.c: Likewise.
3212         * nis/nss_compat/compat-pwd.c: Likewise.
3213         * nis/nss_compat/compat-spwd.c: Likewise.
3215 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3217         [BZ #3665]
3218         * manual/errno.texi: Change ECANCELED value to 119.
3220         [BZ #4610]
3221         * mach/lock-intern.h: Include <sys/cdefs.h>.
3223         [BZ #4178]
3224         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
3225         reading A.
3227         [BZ #4126]
3228         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
3229         to __sigsuspend.
3231         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
3233 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
3235         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
3236         `__ASSEMBLER__'.
3237         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3239 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
3241         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
3242         descriptor received from nscd.
3244         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
3246         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
3247         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3248         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3250         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3251         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3253 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
3255         [BZ #4816]
3256         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
3258         [BZ #4813]
3259         * login/forkpty.c (forkpty): Close master and slave fds on
3260         fork failure.  Patch by
3261         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
3263 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
3265         * include/features.h (__USE_ISOC95): New define.
3266         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
3267         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
3268         for -std=iso9899:199409.
3269         * CONFORMANCE: Remove comments about unsupported AMD1.
3271 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
3273         * sysdeps/ia64/sched_cpucount.c: New file.
3274         * sysdeps/powerpc/sched_cpucount.c: New file.
3276         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
3277         __BEGIN_DECLS/__END_DECLS around the prototype.
3278         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
3279         pointer to const cpu_set_t.
3281         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
3282         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
3283         __need_size_t and include stddef.h.
3284         * sysvipc/sys/msg.h: Likewise.
3285         * posix/sched.h: Likewise.
3286         * hurd/hurd/signal.h (__need_size_t): Define.
3288         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
3289         neither does signal.h in pedantic ISO C namespaces.  stdio.h
3290         no longer defines wint_t or wchar_t.
3292         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
3293         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
3294         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
3295         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
3296         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
3297         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
3298         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
3299         * debug/printf_chk.c (__printf_chk): Likewise.
3300         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
3301         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
3303         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
3304         Define.
3306         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
3307         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
3309 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
3311         [BZ #4792]
3312         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
3313         * malloc/malloc.h (realloc): Likewise.
3315         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
3316         if one of proc_file_chain streams has that fileno.
3317         * stdio-common/Makefile (tests): Add tst-popen2.
3318         * stdio-common/tst-popen2.c: New test.
3320 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
3322         * elf/ldconfig.c: Allow GPLv2 or any later version.
3323         * elf/readlib.c: Likewise.
3324         * elf/chroot_canon.c: Likewise.
3325         * elf/cache.c: Likewise.
3326         * nscd/mem.c: Likewise.
3327         * nscd/getpwuid_r.c: Likewise.
3328         * nscd/grpcache.c: Likewise.
3329         * nscd/aicache.c: Likewise.
3330         * nscd/getsrvbynm_r.c: Likewise.
3331         * nscd/nscd.c: Likewise.
3332         * nscd/servicescache.c: Likewise.
3333         * nscd/getsrvbypt_r.c: Likewise.
3334         * nscd/initgrcache.c: Likewise.
3335         * nscd/gethstbyad_r.c: Likewise.
3336         * nscd/gethstbynm2_r.c: Likewise.
3337         * nscd/getgrnam_r.c: Likewise.
3338         * nscd/nscd_setup_thread.c: Likewise.
3339         * nscd/getpwnam_r.c: Likewise.
3340         * nscd/gai.c: Likewise.
3341         * nscd/connections.c: Likewise.
3342         * nscd/dbg_log.c: Likewise.
3343         * nscd/cache.c: Likewise.
3344         * nscd/hstcache.c: Likewise.
3345         * nscd/nscd_conf.c: Likewise.
3346         * nscd/getgrgid_r.c: Likewise.
3347         * nscd/pwdcache.c: Likewise.
3348         * catgets/gencat.c: Likewise.
3349         * locale/programs/linereader.h: Likewise.
3350         * locale/programs/locarchive.c: Likewise.
3351         * locale/programs/ld-paper.c: Likewise.
3352         * locale/programs/locfile-kw.h: Likewise.
3353         * locale/programs/ld-address.c: Likewise.
3354         * locale/programs/xmalloc.c: Likewise.
3355         * locale/programs/ld-time.c: Likewise.
3356         * locale/programs/localedef.c: Likewise.
3357         * locale/programs/simple-hash.c: Likewise.
3358         * locale/programs/xstrdup.c: Likewise.
3359         * locale/programs/ld-numeric.c: Likewise.
3360         * locale/programs/locfile-kw.gperf: Likewise.
3361         * locale/programs/ld-collate.c: Likewise.
3362         * locale/programs/charmap-kw.gperf: Likewise.
3363         * locale/programs/charmap.h: Likewise.
3364         * locale/programs/charmap-kw.h: Likewise.
3365         * locale/programs/config.h: Likewise.
3366         * locale/programs/locfile.c: Likewise.
3367         * locale/programs/ld-ctype.c: Likewise.
3368         * locale/programs/charmap.c: Likewise.
3369         * locale/programs/ld-messages.c: Likewise.
3370         * locale/programs/repertoire.h: Likewise.
3371         * locale/programs/locale.c: Likewise.
3372         * locale/programs/ld-name.c: Likewise.
3373         * locale/programs/linereader.c: Likewise.
3374         * locale/programs/locfile.h: Likewise.
3375         * locale/programs/3level.h: Likewise.
3376         * locale/programs/ld-monetary.c: Likewise.
3377         * locale/programs/ld-measurement.c: Likewise.
3378         * locale/programs/charmap-dir.c: Likewise.
3379         * locale/programs/ld-identification.c: Likewise.
3380         * locale/programs/localedef.h: Likewise.
3381         * locale/programs/charmap-dir.h: Likewise.
3382         * locale/programs/repertoire.c: Likewise.
3383         * locale/programs/simple-hash.h: Likewise.
3384         * locale/programs/ld-telephone.c: Likewise.
3385         * locale/programs/locale-spec.c: Likewise.
3386         * locale/programs/locfile-token.h: Likewise.
3387         * posix/getconf.c: Likewise.
3388         * iconv/dummy-repertoire.c: Likewise.
3389         * iconv/iconv_charmap.c: Likewise.
3390         * iconv/iconvconfig.c: Likewise.
3391         * iconv/iconv_prog.c: Likewise.
3392         * malloc/memusagestat.c: Likewise.
3393         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
3395 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3397         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
3398         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
3399         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
3400         check for the first argument.
3402 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
3404         [BZ #4775]
3405         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
3406         (__tgmath_real_type): Fix if expr is const int or other const
3407         qualified integral type.
3408         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
3409         expressions and handle const qualified arguments.
3410         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
3411         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
3412         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
3413         statement expressions.
3414         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
3415         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
3416         (__TGMATH_UNARY_IMAG): Define.
3417         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
3418         * math/Makefile (tests): Add test-tgmath2.
3419         (CFLAGS-test-tgmath2.c): Add.
3420         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
3421         count_cfloat, count_cldouble): New variables.
3422         (NCCALLS): Define.
3423         (main): Check number of complex calls as well.
3424         (F(compile_test)): Add complex tests and tests with const qualified
3425         arguments.
3426         (y, z, ccount): Define.
3427         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
3428         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
3429         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
3430         F(cproj)): New functions.
3431         * math/test-tgmath2.c: New test.
3433 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
3435         [BZ #4776]
3436         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
3437         RPATH etc. as "/" rather than "", don't segfault on empty paths,
3438         instead output ".".
3439         * dlfcn/Makefile (distribute): Add glreflib3.c.
3440         (module-names): Add glreflib3.
3441         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
3442         glreflib1.so.
3443         (LDFLAGS_glreflib3.so): New.
3444         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
3445         glreflib1.so.
3446         * dlfcn/glreflib3.c: New file.
3448         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
3449         returned -1, return NULL.
3450         * intl/explodename.c (_nl_explode_name): Return -1 if
3451         _nl_normalize_codeset failed.
3453 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
3455         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
3456         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
3457         and avoid branch misspredicts for > 31 bytes memset case.
3458         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3459         Remove toc ref to __cache_line_size.
3461         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
3462         to get ISA-V2.0 branch hints.
3463         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
3464         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
3465         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3466         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
3467         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
3468         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
3469         Remove toc ref to __cache_line_size.
3471         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
3472         Include math_ldbl_opt.h.
3474 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
3476         [BZ #4773]
3477         * time/strptime_l.c (__strptime_internal): Implement greedy
3478         matching of weekday and month names.
3480 2007-07-09  Roland McGrath  <roland@redhat.com>
3482         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
3483         (ELF_NOTE_ABI): Use it.
3484         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
3486 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
3488         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
3489         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3491 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
3493         [BZ #4745]
3494         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
3495         in loop to look for conversion specifier to avoid testing of
3496         wrong errno value.
3497         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
3498         * stdio-common/bug18.c: New file.
3499         * stdio-common/bug18a.c: New file.
3500         * stdio-common/bug19.c: New file.
3501         * stdio-common/bug19a.c: New file.
3503 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
3505         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
3506         running awk script.
3508 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
3510         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
3511         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
3512         Return NULL if mmap failed instead of asserting it does not.
3513         (calloc): Check for integer overflow.
3515         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
3516         than LONG_MAX / 10.
3518 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
3520         [BZ #4702]
3521         * nis/nss-default.c: Include errno.h.
3522         (init): Preserve errno.
3524 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
3526         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
3528 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
3530         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
3532 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3534         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
3536 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3538         * sysdeps/s390/dl-procinfo.c: New file.
3539         * sysdeps/s390/dl-procinfo.h: New file.
3540         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
3542 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
3544         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
3545         in PT_NOTE segments with multiple notes.
3546         * elf/readelflib.c (process_elf_file): Likewise.
3548 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
3550         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
3551         ISO C compliant.
3553 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
3555         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
3557 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
3559         * include/link.h: Don't include rtld-lowlevel.h.
3560         (struct link_map): Remove l_scope_lock.
3561         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
3562         (_dl_scope_free_list): New field (variable) in _rtld_global.
3563         (DL_LOOKUP_SCOPE_LOCK): Remove.
3564         (_dl_scope_free): New prototype.
3565         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
3566         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
3567         (_dl_profile_fixup): Likewise.
3568         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
3569         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
3570         THREAD_GSCOPE_RESET_FLAG around it.
3571         * elf/dl-close.c (_dl_close_worker): Don't use
3572         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
3573         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
3574         scopes were queued or if l_scope_mem has been abandoned.
3575         * elf/dl-open.c (_dl_scope_free): New function.
3576         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
3577         * elf/dl-support.c (_dl_scope_free_list): New variable.
3578         * elf/dl-lookup.c (add_dependency): Remove flags argument.
3579         Remove DL_LOOKUP_SCOPE_LOCK handling.
3580         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
3581         handling.
3582         * elf/dl-object.c (_dl_new_object): Don't use
3583         __rtld_mrlock_initialize.
3585 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
3587         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
3588         to fill in holes
3589         (rtld_global_ro): Likewise.
3591 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3593         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
3594         Move PT_LOAD checking to...
3595         (_dl_addr_inside_object): ... here, new function.
3596         * elf/dl-sym.c (do_sym): If not l_contiguous,
3597         call _dl_addr_inside_object.
3598         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3599         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
3600         * elf/dl-open.c (dl_open_worker): Likewise.
3601         (_dl_addr_inside_object): New function if IS_IN_rtld.
3602         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
3603         holes are present or are PROT_NONE protected.
3604         * include/link.h (struct link_map): Add l_contiguous field.
3605         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
3607 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3608             Tomas Janousek  <tjanouse@redhat.com>
3609             Ulrich Drepper  <drepper@redhat.com>
3611         [BZ #4647]
3612         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
3613         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
3614         socket.
3615         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
3616         unused member a bitmap.
3617         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
3618         servers are configured.
3620 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
3622         * elf/rtld.c (dl_main): Don't call init_tls more than once.
3624 2007-06-17  Andreas Schwab  <schwab@suse.de>
3626         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
3628 2007-06-16  Andreas Jaeger  <aj@suse.de>
3630         [BZ #4125]
3631         * sysdeps/unix/sysv/linux/sys/ptrace.h
3632         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
3633         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
3634         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
3635         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
3636         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
3637         Define.
3638         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3639         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
3640         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3641         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3643 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
3645         [BZ #4599]
3646         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
3647         determining whether there are IPv4/IPv6 addresses, ignore loopback
3648         addresses.
3650 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
3652         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
3653         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
3654         as the return type.  Change type of "r" variable to CMPtype.
3655         * soft-fp/eqsf2.c (__eqsf2): Likewise.
3656         * soft-fp/eqtf2.c (__eqtf2): Likewise.
3657         * soft-fp/gedf2.c (__gedf2): Likewise.
3658         * soft-fp/gesf2.c (__gesf2): Likewise.
3659         * soft-fp/getf2.c (__getf2): Likewise.
3660         * soft-fp/ledf2.c (__ledf2): Likewise.
3661         * soft-fp/lesf2.c (__lesf2): Likewise.
3662         * soft-fp/letf2.c (__letf2): Likewise.
3663         * soft-fp/unorddf2 (__unorddf2): Likewise.
3664         * soft-fp/unordsf2 (__unordsf2): Likewise.
3665         * soft-fp/unordtf2 (__unordtf2): Likewise.
3667 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
3669         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
3670         make sure gcc doesn't mess around with this.
3672 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3674         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
3676 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
3678         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
3679         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
3680         at most once per _dl_close_worker.
3682 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
3684         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
3685         __sched_cpucount as const.
3686         * posix/sched_cpucount.c: Adjust.
3688         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
3689         instruction for counting bits.
3690         * sysdeps/x86_64/sched_cpucount.c: New file.
3692 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
3694         * configure.in: Avoid variable named BASH.
3695         * config.make.in: Likewise.
3696         Patch in part by Mike Frysinger.
3698 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
3700         [BZ #4586]
3701         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
3702         pseudo-zeros as zero.
3703         * sysdeps/x86_64/ldbl2mpn.c: New file.
3704         * sysdeps/ia64/ldbl2mpn.c: New file.
3706 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3708         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
3709         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
3710         Remove unreachable code at the end.
3712 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3714         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
3715         ldbl-128ibm in comment.
3716         (fpclassifyl): Correct classification of denormals.
3717         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
3718         return value for MIN denormal. Rewrite using long double math too
3719         correctly handle denormals and canonicalize the results.
3721 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
3723         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
3724         (__mpn_construct_long_double): Fix conversion where result ought
3725         to be smaller than __LDBL_MIN__, or the low double should be
3726         denormal.  Fix decision where to negate low double - honor round
3727         to even rules.
3728         * stdio-common/tst-sprintf2.c: Include string.h.
3729         (COMPARE_LDBL): Define.
3730         (TEST): Also test whether a string hexadecimal float representation
3731         can be parsed back to the number.
3732         (main): Add a couple of further tests.
3734 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
3736         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
3737         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
3738         is non-zero, but smaller than 2 * __DBL_MIN__.
3739         * stdio-common/tst-sprintf2.c: New test.
3740         * stdio-common/Makefile (tests): Add tst-sprintf2.
3742         * math/test-misc.c (main): Don't run last batch of tests with
3743         IBM long double format.
3745 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3747         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
3748         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
3749         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
3750         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
3751         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3752         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
3753         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
3754         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
3755         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
3756         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
3758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
3759         New file.
3760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
3761         New file.
3762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
3763         New file.
3764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
3765         New file.
3766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
3767         New file.
3768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
3769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
3770         New file.
3771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
3772         New file.
3773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
3774         New file.
3775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
3776         New file.
3777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
3778         New file.
3780 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3782         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
3783         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
3784         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
3785         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
3786         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
3787         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
3788         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
3789         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
3791 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
3793         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
3794         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3795         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
3796         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3797         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
3798         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3799         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
3800         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
3802 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3804         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
3805         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
3806         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
3807         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
3809 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
3811         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
3812         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
3814 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
3816         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
3817         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
3818         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
3819         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
3821 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
3823         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
3824         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
3826 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3828         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
3829         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
3831         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
3832         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
3833         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
3834         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
3836 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
3838         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
3839         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
3840         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
3841         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
3843 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
3845         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
3846         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
3847         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
3848         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
3849         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
3850         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
3852 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3854         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
3855         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
3856         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
3857         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
3859 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
3861         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
3862         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
3863         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
3864         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
3865         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
3866         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
3867         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
3868         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
3869         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
3870         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
3871         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
3872         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
3873         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
3874         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
3875         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
3876         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
3878 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3880         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
3881         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
3883 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
3885         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
3886         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
3888 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
3890         * sysdeps/powerpc/powerpc32/970/Implies: New file.
3891         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
3892         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
3893         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
3894         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
3895         * sysdeps/powerpc/powerpc64/970/Implies: New file.
3896         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
3897         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
3898         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
3899         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
3901 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
3903         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
3905 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
3907         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
3908         branch miss-predicts. Ensure that cache line crossing does not impact
3909         dispatch grouping.
3911 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
3913         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
3914         "../../powerpc32/power4/memcopy.h".
3915         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
3916         "../../powerpc32/power4/wordcopy.c".
3918 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
3920         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
3921         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
3922         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
3923         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
3924         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
3925         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
3927 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
3929         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
3931 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
3933         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
3934         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
3935         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
3936         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
3937         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
3938         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
3939         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
3940         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
3942 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
3944         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
3946 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
3948         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
3949         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
3950         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
3951         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
3952         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
3953         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
3954         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
3956 2007-05-29  Roland McGrath  <roland@redhat.com>
3958         * po/Makefile (po-sed-cmd): New variable.
3959         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
3961 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
3963         * crypt/md5-crypt.c: Fix comment.
3965         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
3966         of crashing.  When this is the case or if the reply is malformed,
3967         don't try to close the new file descriptor since it does not
3968         exist.
3969         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
3971 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
3973         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
3974         if __NR_utimensat is not defined.
3976 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
3978         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
3980 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
3982         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
3983         (open): Fix comment typos.  Don't call __open_2 if flags
3984         is a compile time constant without O_CREAT.
3985         (__open64_2): Add nonnull attribute.
3986         (open64): Fix comment typos.  Don't call __open64_2 if flags
3987         is a compile time constant without O_CREAT.
3988         (__openat_2): Add nonnull attribute, fix nonnull attribute
3989         on redirect.
3990         (openat): Fix comment typos.  Don't call __openat_2 if flags
3991         is a compile time constant without O_CREAT.
3992         (__openat64_2): Add nonnull attribute, fix nonnull attribute
3993         on redirect.
3994         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
3995         is a compile time constant without O_CREAT.
3997 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
3999         * Makerules (sysd-rules): Define PTW for ptw-* files.
4000         * Versions: Define GLIBC_2.7 for libc.
4001         * include/stdio.h: Declare __fortify_fail.
4002         * debug/fortify_fail.c: New file.
4003         * debug/Makefile (routines): Add fortify_fail.
4004         * debug/chk_fail.c: Use __fortify_fail.
4005         * debug/stack_chk_fail.c: Likewise.
4006         * io/Versions: Export __open_2, __open64_2, __openat_2, and
4007         __openat64_2 for GLIBC_2.7.
4008         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
4009         * io/open.c: Define *_2 variant of function which checks for O_CREAT
4010         and fails if necessary.
4011         * io/open64.c: Likewise.
4012         * io/openat.c: Likewise.
4013         * io/openat64.c: Likewise.
4014         * sysdeps/unix/sysv/linux/open64.c: Likewise.
4015         * sysdeps/unix/sysv/linux/openat.c: Likewise.
4016         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
4017         * io/bits/fcntl2.h: New file.
4018         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
4019         __openat64_2.
4020         * include/bits/fcntl2.h: New file.
4021         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4022         Add open_2.
4023         * sysdeps/unix/sysv/linux/open_2.c: New file.
4025 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
4027         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
4028         as second parameter to handle_intel.
4030         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
4031         the entry.
4033         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
4034         handling to ...
4035         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
4036         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4037         cacheinfo.
4038         * sysdeps/x86_64/memcpy.S: Complete rewrite.
4039         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
4040         Patch by Evandro Menezes <evandro.menezes@amd.com>.
4042         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
4044 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
4046         [BZ #4525]
4047         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
4048         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
4049         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
4051         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
4053         [BZ #4514]
4054         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
4055         reinitialize workend at the start of each do_positional format spec
4056         loop, free workstart before do_positional loops.
4057         (printf_unknown): Fix size of work_buffer.
4058         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
4060         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
4061         (public_sET_STATe): If ms->version < 3, put all chunks into
4062         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
4063         chunks.
4065         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
4066         * malloc/hooks.c: Likewise.
4067         * malloc/arena.c: Likewise.
4068         * malloc/malloc.c (do_check_malloc_state): Don't assert
4069         n_mmaps is not greater than n_mmaps_max.  This removes the need
4070         for the previous change.
4072         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
4073         2007-05-07 commit.
4075 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
4077         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
4078         Define for kernel >= 2.6.22.
4080 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
4082         * elf/dl-close.c (_dl_close_worker): When removing object from
4083         global scope, wait for all lookups to finish afterwards.
4084         * elf/dl-open.c (add_to_global): When global scope array must
4085         grow, allocate a new one and free old array only after all
4086         lookups finish.
4087         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
4088         (_dl_lookup_symbol_x): Likewise.
4089         * elf/dl-support.c: Define _dl_wait_lookup_done.
4090         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
4091         _dl_wait_lookup_done.
4093         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
4094         not overlapping with arena.
4096         * malloc/mcheck.c (reallochook): If size==0, free the block.
4098         * rt/tst-shm.c: Use fstat64 instead of fstat.
4100         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
4101         __NR_sync_file_range is not defined.
4103 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
4105         Dummy files to prevent stub versions from being used.
4106         * sysdeps/x86_64/fpu/k_cosl.c: New file.
4107         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
4108         * sysdeps/x86_64/fpu/k_sinl.c: New file.
4109         * sysdeps/x86_64/fpu/k_tanl.c: New file.
4111         * version.h (VERSION): Set to 2.6.90.
4113 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
4115         * version.h (VERSION): Define to 2.6.
4116         * include/features.h (__GLIBC_MINOR__): Define to 6.
4118         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
4120         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
4121         sizes.
4123 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
4125         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
4126         number of mmaps.  n_mmaps_max is the target.
4127         * malloc/hooks.c: Likewise.
4128         * malloc/arena.c: Likewise.
4130 2007-05-12  Andreas Jaeger  <aj@suse.de>
4132         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
4133         getpid.
4135 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
4137         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
4138         adding new variables.
4140         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
4141         optimize.  Completely extend global scope array before making the
4142         new entries visible.
4144 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
4146         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
4147         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
4148         tst-getcpu.
4150         * include/link.h: Move l_version and l_nversion members around to
4151         fill gaps.
4153         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
4155         * sysdeps/unix/sysv/linux/sched_setaffinity.c
4156         (__sched_setaffinity_new): If syscall was successful and
4157         RESET_VGETCPU_CACHE is defined, use it before returning.
4158         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
4160         * io/sys/stat.h: Make sure struct timespec is defined for
4161         __USE_ATFILE.
4163         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
4164         UTIME_OMIT.
4165         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4166         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4167         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4168         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4169         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
4170         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4171         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
4172         * io/sys/stat.h: Declare utimensat, futimens.
4173         * io/utimensat.c: New file.
4174         * io/futimens.c: New file.
4175         * sysdeps/unix/sysv/linux/utimensat.c: New file.
4176         * sysdeps/unix/sysv/linux/futimens.c: New file.
4177         * io/Makefile (routines): Add utimensat, futimens.
4178         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
4179         * sysdeps/unix/sysv/linux/lutimes.c: New file.
4180         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
4181         available.
4183         * include/sys/cdefs.h: Redefine __nonnull so that test for
4184         incorrect parameters in the libc code itself are not omitted.
4186 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
4188         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
4189         exception in addition to inexact when asked to raise only FE_INEXACT.
4191         [BZ #3427]
4192         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
4193         in *envp.
4195 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
4197         [BZ #4403]
4198         * string/strfry.c (strfry): Make result more random.
4200 2007-05-07  Richard Henderson  <rth@redhat.com>
4202         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
4203         if __NO_LONG_DOUBLE_MATH.
4204         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
4205         available in the compiler, add .arch directive to the assembly.
4207 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
4209         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
4210         compat_symbol to GLIBC_2_1.
4211         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
4212         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
4213         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
4214         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
4215         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
4216         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
4217         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
4218         libc, not libm.
4219         (__isnanl): New compat_symbol.
4221 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
4222             Jakub Jelinek  <jakub@redhat.com>
4224         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
4225         (new_heap): Initialize mprotect_size.
4226         (grow_heap): When growing, only mprotect from mprotect_size till
4227         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
4228         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
4230 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
4231             Peter Bergner  <bergner@us.ibm.com>
4233         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
4234         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
4235         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
4236         * sysdeps/powerpc/fpu/fe_mask.c: New file.
4237         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
4238         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
4239         Call __fe_mask_env() if all FP exceptions disabled.
4240         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
4241         from old FPSCR to new fenv to propagate DFP rounding modes.
4242         Call __fe_mask_env() if FP exceptions previously enabled.
4243         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
4244         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
4245         transitioning from all exceptions disabled to any exception enabled
4246         or visa versa.
4247         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
4248         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
4249         when transitioning from all exceptions disabled to any exception
4250         enabled or visa versa.
4251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
4252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
4254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
4255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
4256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
4258 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
4260         [BZ #4465]
4261         * posix/unistd.h: Remove __THROW from fdatasync.
4263 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
4265         [BZ #4465]
4266         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
4268 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
4270         * stdio-common/vfprintf.c (process_string_arg): Optimize
4271         ridiculous precision in wide char code printing multi-byte string.
4272         Reported by Jim Meyering <jim@meyering.net>.
4274         [BZ #4131]
4275         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
4276         boundaries to work around systems with overlapping binary loading.
4277         Based on a patch by Suzuki <suzuki@in.ibm.com>.
4279 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
4281         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
4282         __mbsnrtowcs after last change.
4284         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
4285         (get_ident): Likewise.
4287 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
4289         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
4290         with setting the sticky bit.
4291         * math/test-misc.c (main): Add more truncation tests.
4293 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
4295         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
4296         double in the function declaration.
4297         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
4298         double in the function declaration.
4299         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
4300         float in the function declaration.
4301         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
4302         float in the function declaration.
4304         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
4305         denormal operands.  Do not generate FP_EX_DENORM exception.
4306         (FP_UNPACK_RAW_EP): Ditto.
4307         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
4308         undefined _FP_UNPACK_RAW_E.
4309         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
4310         undefined _FP_UNPACK_RAW_EP.
4311         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
4312         undefined _FP_PACK_RAW_E.
4313         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
4314         undefined _FP_PACK_RAW_EP.
4316         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
4317         _FP_FRAC_COPY_2.
4318         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
4319         _FP_FRAC_COPY_4.
4321 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
4322             Jakub Jelinek  <jakub@redhat.com>
4324         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
4325         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
4326         this case.
4327         * soft-fp/op-common.h (FP_TRUNC): Ditto.
4329 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
4331         * math/test-misc.c (main): Add tests for rounding long double
4332         values close to smallest double denormalized value to double.
4334 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
4336         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
4337         condition for truncating to 0.  Set sticky bit for such
4338         truncation.
4340 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
4342         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
4343         fixed length array for ignore.
4345 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
4347         [BZ #4438]
4348         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
4349         stack for large precisions.
4350         * stdio-common/test-vfprintf.c (main): Add test for large
4351         precision.
4353 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
4355         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
4356         for exponent 0.
4357         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
4359         [BZ #4439]
4360         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
4361         account in the size check.
4362         * resolv/tst-inet_ntop.c: New test.
4363         * resolv/Makefile (tests): Add tst-inet_ntop.
4365 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
4366             Jakub Jelinek  <jakub@redhat.com>
4368         [BZ #4349]
4369         * malloc/malloc.c: Keep separate list for first blocks on the bin
4370         lists with a given size.  This helps skipping over list elements
4371         we know won't fit in two places.
4372         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
4374 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
4376         [BZ #4102]
4377         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
4378         label to Teredo tunnel addresses 2001://32.
4380 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
4382         * locale/programs/ld-collate.c (collate_read): Allow order_start
4383         after copy.
4385         * locale/programs/ld-collate.c (collate_read): Fix printing of
4386         error message.
4388         [BZ #3213]
4389         * locale/C-translit.h.in: Add entry for U2044.
4391         [BZ #4342]
4392         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
4393         hexa-decimal floats without exponent.
4394         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
4396 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
4398         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
4399         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
4400         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
4401         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
4402         GLIBC_2.6.
4403         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
4404         Add sched_getcpu.
4406 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
4408         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
4409         of 0 after the out_fail label.
4411 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
4413         [BZ #4406]
4414         * iconv/gconv_charset.h (strip): Allow ':'.
4415         * iconv/iconv_open.c (iconv_open): Adjust comment.
4417 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
4419         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
4420         version.
4422 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
4424         [BZ #4381]
4425         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
4426         alignment of buffer and tmp_buffer.
4427         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
4428         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
4429         alignment of buffer.
4430         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
4431         bigger than INT_MAX.
4432         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
4433         h_errnop arguments.  Fail if buflen is too small.
4434         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
4436 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
4438         [BZ #4405]
4439         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
4440         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
4442 2007-04-22  Roland McGrath  <roland@redhat.com>
4444         * elf/elf.h (NT_PRXFPREG): New macro.
4446 2007-04-19  Andreas Jaeger  <aj@suse.de>
4448         [BZ #3905]
4449         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
4450         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
4451         Added.
4453 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
4455         * include/sys/mman.h: Mark madvise hidden.
4456         * misc/madvise.c: Add libc_hidden_def.
4458 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
4460         * nis/nis_domain_of.c (__nis_domain_of): New function.
4461         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
4462         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
4463         * nis/nis_call.c (rec_dirsearch): Likewise.
4464         (first_shoot): Likewise.  Remove search_parent_first argument.
4465         (struct nis_server_cache): Rename search_parent_first field
4466         to search_parent.
4467         (nis_server_cache_search, nis_server_cache_add): Rename
4468         search_parent_first argument to search_parent.
4469         (__nisfind_server): Likewise.  If search_parent, call
4470         __nis_domain_of.
4472 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
4474         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
4476 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
4478         [BZ #4368]
4479         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
4481 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
4483         [BZ #4364]
4484         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
4486 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
4488         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
4489         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
4490         current number of locales in SUPPORTED.
4491         (create_archive): Initialize serial.
4492         (enlarge_archive): Preserve aliases rather than duplicating
4493         their locrecs.
4495 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
4497         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
4498         after _IO_un_link, not before it.
4500         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
4501         special case handling when wcp == wstartp + 1.  Fix a comment typo.
4502         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
4504 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
4506         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
4507         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
4508         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
4509         Remove __THROW.
4510         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
4511         _IO_file_xsgetn_maybe_mmap): Likewise.
4512         * libio/oldfileops.c (old_do_write): Likewise.
4513         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
4514         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
4515         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
4516         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
4517         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
4518         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
4519         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
4520         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
4521         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
4522         _IO_file_underflow, _IO_file_underflow_mmap,
4523         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
4524         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
4525         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
4526         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
4527         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
4528         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
4529         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
4530         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
4531         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
4532         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
4533         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
4534         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
4535         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
4536         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
4537         _IO_adjust_column_internal, _IO_default_uflow_internal,
4538         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
4539         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
4540         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
4541         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
4542         _IO_file_close_it_internal, _IO_file_underflow_internal,
4543         _IO_file_overflow_internal, _IO_file_attach_internal,
4544         _IO_file_fopen_internal, _IO_file_sync_internal,
4545         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
4546         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
4547         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
4548         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
4549         _IO_seekpos_unlocked): Likewise.
4550         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
4551         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
4553 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
4555         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
4556         argument in xmalloc size computation.
4558 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
4560         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
4561         math_opt_barrier and math_force_eval macros.
4563 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
4565         [BZ #3306]
4566         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
4567         * sysdeps/i386/fpu/math_private.h: New file.
4568         * sysdeps/x86_64/fpu/math_private.h: New file.
4569         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
4570         math_force_eval macros.  Use "+m" constraint on asm rather than
4571         "=m" and "m".
4572         * math/s_nextafter.c (__nextafter): Likewise.
4573         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
4574         Likewise.
4575         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
4576         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
4577         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
4578         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
4579         math_opt_barrier and math_force_eval macros.
4580         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
4581         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
4582         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
4583         (__nexttoward): Use math_opt_barrier and
4584         math_force_eval macros.  Use "+m" constraint on asm rather than
4585         "=m" and "m".  Only use asm to force double result if
4586         FLT_EVAL_METHOD is 2.
4587         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
4588         (__nexttowardf): Use math_opt_barrier and
4589         math_force_eval macros.  Use "+m" constraint on asm rather than
4590         "=m" and "m".  Only use asm to force double result if
4591         FLT_EVAL_METHOD is not 0.
4592         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
4593         (__nexttowardf): Use math_opt_barrier and
4594         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4595         x to float using asm.
4596         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
4597         (__nldbl_nexttowardf): Use math_opt_barrier and
4598         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
4599         x to float using asm.
4600         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
4601         (__nexttowardf): Use math_opt_barrier and math_force_eval
4602         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
4603         * math/bug-nextafter.c (zero, inf): New variables.
4604         (main): Add new tests.
4605         * math/bug-nexttoward.c (zero, inf): New variables.
4606         (main): Add new tests.
4608 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4610         [BZ #3427]
4611         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
4612         exceptions both in SW and MXCSR.
4613         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
4614         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
4615         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4616         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4617         in MXCSR if SSE is available.
4618         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
4619         and ldsodefs.h.
4620         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
4621         Fix comment typo.
4622         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
4623         Return 0 rather than 1.
4624         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
4625         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
4626         * math/test-fenv.c (feholdexcept_tests): New function.
4627         (main): Call it.
4629 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
4631         [BZ #3427]
4632         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
4633         in SW.
4635 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
4637         [BZ #4344]
4638         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
4639         Reported by David Anderson <davea42@earthlink.net>.
4641 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
4643         * posix/sys/wait.h: Remove unnecessary forward declaration.
4645 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
4647         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
4648         with obj->do_servers after first_shoot.
4650 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
4652         * posix/Makefile (routines): Add sched_cpucount.
4653         (tests): Add tst-cpucount.
4654         * posix/sched_cpucount.c: New file.
4655         * posix/tst-cpucount.c: New file.
4656         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
4657         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
4658         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4659         * posix/sched.h: Define CPU_COUNT.
4661 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
4663         * posix/fnmatch.c (STRUCT): Define.
4664         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
4665         * posix/fnmatch_loop.c (struct STRUCT): New type.
4666         (FCT): Add ends argument.  If ends != NULL and normal * is
4667         seen in the pattern, store current pattern and string pointers
4668         and return.  Adjust recursive calls.
4669         (EXT): Adjust FCT callers.
4670         (STRUCT): Undef at the end of the file.
4671         * posix/Makefile (tests): Add tst-fnmatch2.
4672         * posix/tst-fnmatch2.c: New test.
4674 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
4676         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
4677         and 1 on failure.
4679         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
4680         Change last argument to unsigned int.
4682 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
4684         * scripts/check-local-headers.sh: Filter out sys/capability.h.
4686 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
4688         * config.h.in (HAVE_LIBCAP): Add.
4689         * nscd/selinux.h: Include sys/capability.h rather than non-existent
4690         sys/capabilities.h.
4691         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
4692         free_caps.  Cast away const from 4th cap_set_flag argument.
4694 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
4696         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
4697         GLIBC_2.6.
4698         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4699         Add sync_file_range.
4700         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
4702 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
4704         * sysdeps/powerpc/bits/atomic.h
4705         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
4706         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
4707         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4708         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
4709         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4710         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
4711         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
4712         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4713         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4714         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4715         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
4716         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
4717         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
4718         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
4719         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4720         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
4721         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4722         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
4723         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
4724         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
4726 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4728         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4729         (__cache_line_size): Define the variable here.  Add
4730         attribute_hidden, remove weak_extern.
4731         (__libc_start_main): Set __cache_line_size
4732         unconditionally.
4733         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4734         (__cache_line_size): Define the variable here.  Add
4735         attribute_hidden, remove weak_extern.
4736         (DL_PLATFORM_AUXV): Set __cache_line_size
4737         unconditionally.
4738         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
4739         weak_extern, add attribute_hidden.
4740         (__elf_machine_runtime_setup): Assume __cache_line_size is always
4741         defined in ld.so.
4742         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
4743         definition.
4744         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
4746 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
4748         [BZ #4276]
4749         * timezone/africa: Update from tzdata2007d.
4750         * timezone/asia: Likewise.
4751         * timezone/australasia: Likewise.
4752         * timezone/backward: Likewise.
4753         * timezone/europe: Likewise.
4754         * timezone/iso3166.tab: Likewise.
4755         * timezone/leapseconds: Likewise.
4756         * timezone/northamerica: Likewise.
4757         * timezone/southamerica: Likewise.
4758         * timezone/zone.tab: Likewise.
4760         * timezone/private.h: Update from tzcode2007d.
4761         * timezone/zdump.c: Likewise.
4762         * timezone/zic.c: Likewise.
4764 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
4766         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
4767         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
4768         variables.
4769         (nis_server_cache_search, nis_server_cache_add): New functions.
4770         (__nisfind_server): Use them.  Add dbp and flags argument, if
4771         call __nisbind_create.
4772         (__nisbind_create): Add server_used and current_ep arguments,
4773         only call __nis_findfastest if server_used is ~0.
4774         (__do_niscall2, __prepare_niscall): Adjust callers.
4775         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
4776         ckey_cache_euid, ckey_cache_lock): New variables.
4777         (get_ckey): New function.
4778         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
4779         __pmap_getnisport.  Save __pmap_getnisport result in
4780         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
4781         key.
4782         * nis/nis_lookup.c (nis_lookup): Likewise.
4783         * nis/nis_table.c (nis_list): Likewise.
4784         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
4785         prototypes.
4787         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
4788         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
4789         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
4790         _nss_nisplus_getservbyport_r): Likewise.
4791         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
4792         _nss_nisplus_getnetbyaddr_r): Likewise.
4793         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
4794         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
4795         _nss_nisplus_getntohost_r): Likewise.
4796         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
4797         _nss_nisplus_getrpcbynumber_r): Likewise.
4799 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
4801         * configure.in (libc_cv_gnu89_inline): Only do compile test.
4802         * configure: Rebuilt.
4804         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
4805         bit-fields.
4806         * soft-fp/extended.h (_FP_UNION_E): Likewise.
4808 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
4810         [BZ #2831]
4811         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
4812         bit-fields.
4814 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
4816         * nscd/gai.c: Include alloca.h.
4817         (__libc_use_alloca): Define.
4819 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
4821         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
4822         smaller scopes.
4823         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
4824         (DL_DST_REQUIRED): Adjust user.
4826         * include/dlfcn.h (struct link_map): New forward decl.
4828         * inet/getnameinfo.c: Include stddef.h.
4829         (getnameinfo): Use offsetof.
4831         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
4833         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
4835         * string/strerror_l.c: Include stdlib.h.
4837         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
4838         * config.make.in (gnu89-inline-CFLAGS): New variable.
4839         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
4840         -std=gnu99.
4841         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
4842         * argp/argp.h: Use it.
4843         * bits/mathinline.h: Likewise.
4844         * bits/sigset.h: Likewise.
4845         * bits/string.h: Likewise.
4846         * ctype/ctype.h: Likewise.
4847         * hurd/hurd.h: Likewise.
4848         * hurd/hurd/fd.h: Likewise.
4849         * hurd/hurd/port.h: Likewise.
4850         * hurd/hurd/signal.h: Likewise.
4851         * hurd/hurd/threadvar.h: Likewise.
4852         * hurd/hurd/userlink.h: Likewise.
4853         * io/sys/stat.h: Likewise.
4854         * libio/bits/stdio.h: Likewise.
4855         * libio/bits/stdio2.h: Likewise.
4856         * mach/lock-intern.h: Likewise.
4857         * mach/mach/mig_support.h: Likewise.
4858         * math/bits/cmathcalls.h: Likewise.
4859         * posix/bits/unistd.h: Likewise.
4860         * socket/bits/socket2.h: Likewise.
4861         * stdlib/bits/stdlib.h: Likewise.
4862         * stdlib/stdlib.h: Likewise.
4863         * string/argz.h: Likewise.
4864         * string/bits/string2.h: Likewise.
4865         * string/bits/string3.h: Likewise.
4866         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
4867         * sysdeps/generic/inttypes.h: Likewise.
4868         * sysdeps/generic/machine-lock.h: Likewise.
4869         * sysdeps/generic/machine-sp.h: Likewise.
4870         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4871         * sysdeps/i386/i486/bits/string.h: Likewise.
4872         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
4873         * sysdeps/mach/alpha/machine-lock.h: Likewise.
4874         * sysdeps/mach/alpha/machine-sp.h: Likewise.
4875         * sysdeps/mach/i386/machine-lock.h: Likewise.
4876         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
4877         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
4878         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
4879         * sysdeps/s390/bits/string.h: Likewise.
4880         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
4881         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
4882         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4883         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
4884         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4885         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
4886         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
4887         * wcsmbs/bits/wchar2.h: Likewise.
4888         * wcsmbs/wchar.h: Likewise.
4889         * stdlib/gmp.h: Likewise.  Include <features.h> to get
4890         __extern_inline definition.
4892 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
4894         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
4895         NULL.
4897         [BZ #3919]
4898         * math/libm-test.inc (log_test): Test -Inf and NaN.
4899         (log10_test, log1p_test, log2_test): Test -Inf.
4900         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
4901         FE_INVALID when argument is qNaN.
4902         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
4903         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
4904         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4905         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
4906         andb $1, %ah with testb $1, %ah, don't test for parity, instead
4907         testb $4, %ah and jump if non-zero.
4908         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4909         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
4911         [BZ #4101]
4912         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
4913         ancestors with the same depths.
4914         Patch by Niels Moeller <nisse@lysator.liu.se>.
4915         (filter_doc): Don't crash if argp is NULL.
4916         * argp/Makefile (tests): Add tst-argp2.
4917         * argp/tst-argp2.c: New test.
4919         [BZ #4130]
4920         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
4921         open_not_cancel_2.
4922         (updwtmp_file): Likewise.
4924         [BZ #4181]
4925         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
4926         (inet6_opt_append): Don't check extlen is big enough if extbuf
4927         is NULL.
4928         (inet6_opt_finish): Likewise.
4929         * inet/Makefile (tests): Add test-inet6_opt.
4930         * inet/test-inet6_opt.c: New test.
4932         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
4933         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
4934         NLMSG_ERR.  Instead use a page sized buffer.
4935         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
4936         buffer.
4938 2007-03-14  Richard Henderson  <rth@redhat.com>
4940         * sysdeps/alpha/fpu/s_llround.c: New file.
4941         * sysdeps/alpha/fpu/s_llroundf.c: New file.
4942         * sysdeps/alpha/fpu/s_lround.c: New file.
4943         * sysdeps/alpha/fpu/s_lroundf.c: New file.
4944         * sysdeps/alpha/fpu/s_round.c: New file.
4945         * sysdeps/alpha/fpu/s_roundf.c: New file.
4946         * sysdeps/alpha/fpu/s_trunc.c: New file.
4947         * sysdeps/alpha/fpu/s_truncf.c: New file.
4949         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
4950         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
4951         * sysdeps/alpha/fpu/s_floor.c: Likewise.
4952         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
4953         * sysdeps/alpha/fpu/s_rint.c: Likewise.
4954         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
4956         * sysdeps/alpha/fpu/s_fmax.S: New file.
4957         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
4958         * sysdeps/alpha/fpu/s_fmin.S: New file.
4959         * sysdeps/alpha/fpu/s_fminf.S: New file.
4960         * sysdeps/alpha/fpu/s_isnan.c: New file.
4961         * sysdeps/alpha/fpu/s_isnanf.c: New file.
4962         * sysdeps/alpha/fpu/s_llrint.c: New file.
4963         * sysdeps/alpha/fpu/s_llrintf.c: New file.
4964         * sysdeps/alpha/fpu/s_lrint.c: New file.
4965         * sysdeps/alpha/fpu/s_lrintf.c: New file.
4966         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
4967         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
4969         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
4970         (__fdimf, fdimf, __fdim, fdim): Remove.
4971         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
4972         (__isnanf, __isnan, __isnanl): New.
4974 2007-03-13  Richard Henderson  <rth@redhat.com>
4976         * sysdeps/ieee754/ldbl-128/Makefile: New file.
4978 2007-03-13  Richard Henderson  <rth@redhat.com>
4980         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
4981         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
4982         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
4983         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
4984         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
4985         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
4987 2007-03-13  Richard Henderson  <rth@redhat.com>
4989         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
4990         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
4991         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
4992         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
4993         Move to dl-auxv.h; initialize instead of extern weak.
4994         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
4995         weak symbol.
4996         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
4997         Extern instead of initialized.
4999 2007-03-13  Richard Henderson  <rth@redhat.com>
5001         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
5002         __sigsuspend_nocancel.
5004 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
5006         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
5007         172.16/12 address range.
5009 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
5011         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
5012         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
5013         message.
5015 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
5017         [BZ #4069]
5018         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
5019         earlier.
5020         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
5022         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
5023         for x qNaN and y either +-inf or non-integer value.
5024         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
5025         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
5026         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5028 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
5030         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
5031         from sysdep_headers.
5033 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
5035         * time/tzfile.c (find_transition): Instead of a linear search try to
5036         guess the transition index, use a linear search if the result is at
5037         most 10 transitions away from the guess or binary search otherwise.
5039 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
5041         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
5042         memory reallocation.
5044 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
5046         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
5047         and fix some typos.
5048         Optimize use of TOLOWER.
5050         [BZ #3325]
5051         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
5052         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
5053         * sysdeps/i386/fpu/e_fmod.S: Likewise.
5055         [BZ #3458]
5056         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
5057         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
5059         [BZ #4076]
5060         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
5061         (open_dir_stream): Likewise.
5062         * io/Makefile (tests): Add bug-ftw5.
5063         * io/bug-ftw5.c: New file.
5065         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
5066         * nscd/servicescache.c (cache_addserv): Likewise.
5068         * nscd/grpcache.c (cache_addgr): In case a record changed on
5069         refresh, adjust key_copy.
5071         [BZ #4074]
5072         * nscd/pwdcache.c (cache_addpw): In case a record changed on
5073         refresh, adjust key_copy.
5075         [BZ #4070]
5076         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
5077         special cases.
5078         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
5080 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
5082         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
5083         optimization.
5085         * stdio-common/vfscanf.c: Small cleanups throughout.
5087 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
5089         [BZ #3325]
5090         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
5091         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
5092         * sysdeps/i386/fpu/e_fmod.S: Likewise.
5093         Patch by Jared Casper <jaredcasper@gmail.com>.
5095         * sysdeps/unix/closedir.c: Outside libc don't use locking.
5096         * sysdeps/unix/opendir.c: Likewise.
5097         * sysdeps/unix/readdir.c: Likewise.
5099         [BZ #2211]
5100         * stdio-common/vfscanf.c: Handle localized digits etc for floating
5101         point numbers.
5102         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
5104         * stdio-common/vfscanf.c: Fix problems in width accounting.
5105         * stdio-common/tst-sscanf.c (double_tests): New tests.
5106         (main): Hook them up.
5108         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
5109         More simplifications of floating-point reader.
5111         * stdio-common/Makefile (tests): Add tst-swscanf.
5112         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
5113         testing.
5114         * stdio-common/tst-swscanf.c: New file.
5116 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
5118         [BZ #2633]
5119         * libio/stdio.h: Define struct _IO_FILE in global namespace.
5120         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
5121         Remove using for __jmp_buf_tag.
5122         * locale/locale.h (struct lconv): Also define in std namespace.
5123         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
5125         [BZ #3842]
5126         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
5127         using __libc_enable_secure.
5129         [BZ #3818]
5130         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
5132         [BZ #3745]
5133         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
5134         of names for ellipsises.
5136         [BZ #3348]
5137         * malloc/memusage.sh: Cleanups.
5138         * debug/xtrace.sh: Quoting and trap changes.
5140 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
5142         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
5144         * locale/iso-3166.def: Update entry for Serbia.
5145         * locale/iso-4217.def: Define RSD, remove CSD.
5147         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
5148         and 64-bit operations.
5150         [BZ #4040]
5151         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
5152         16-bit operations.
5154         * nscd/nscd.c (parse_opt): One more conversion to use send instead
5155         of writev.
5157 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
5159         [BZ #3991]
5160         * assert/assert.h (assert): Simplify.
5161         (assert_perror): Likewise.
5162         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
5164         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
5165         reqdata.
5167         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
5168         change: don't pass NULL in place of an integer.
5170 2007-02-02  Bruno Haible  <bruno@clisp.org>
5172         [BZ #3954]
5173         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
5174         Add mapping for U+327E.
5175         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
5176         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
5177         mapping of 0xD9 0xE8.
5178         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
5179         mapping of U+327E.
5180         Reported by Jungshik Shin <jungshik@google.com>.
5182         [BZ #3955]
5183         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
5184         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
5185         Reported by Jungshik Shin <jungshik@google.com>.
5187 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
5189         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
5190         byte variants.
5192         [BZ #4040]
5193         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
5194         byte variants.  Patch mostly be tom@tommay.net.
5196 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5198         [BZ #3996]
5199         * posix/glob.c (attribute_hidden): Define if not defined.
5200         (glob): Unescape dirname, filename or username when needed and not
5201         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5202         is NULL.  Handle unescaped [ in pattern without closing ].
5203         Don't pass GLOB_CHECK down to recursive glob for directories.
5204         (__glob_pattern_type): New function.
5205         (__glob_pattern_p): Implement using __glob_pattern_type.
5206         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5207         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5208         Remove unreachable code.
5209         * posix/globtest.sh: Add a couple of new tests.
5211 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
5213         * po/ru.po: Update from translation team.
5215 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
5217         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
5218         to the list of i486+ CPUs.
5219         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
5221 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
5223         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
5224         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
5225         references.
5227 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
5229         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
5231         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
5232         * resolv/res_mkquery.c: Define __res_nopt.
5233         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
5234         try adding EDNS0 record.
5235         * resolv/res_send.c (send_dg): If request failed with FORMERR and
5236         EDNS0 record was send make sure we don't try it again.
5237         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
5238         * include/resolv.h: Declare __res_nopt.
5240 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
5242         [BZ #3944]
5243         * time/strptime_l.c (__strptime_internal): Set have_mon for
5244         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
5245         have been computed from tm_yday and tm_year.  Don't crash
5246         in day_of_the_week or day_of_the_year if not have_mon
5247         and tm_mon contains bogus value.
5248         * time/Makefile (tests): Add tst-strptime3.
5249         * time/tst-strptime3.c: New test.
5251 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
5253         [BZ #3957]
5254         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
5255         bit for RE_HAT_LISTS_NOT_NEWLINE.
5256         (build_charclass_op): Remove bogus comment.
5257         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
5258         * posix/bug-regex27.c: New test.
5259         * posix/bug-regex28.c: New test.
5261 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
5263         * po/sv.po: Update from translation team.
5265 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
5267         * nscd/nscd_helper.c (open_socket): Minor size optimization.
5269 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
5271         * include/locale.h (__uselocale): Add libc_hidden_proto.
5272         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
5274         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
5275         gettimeofday.
5277 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
5279         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
5280         returning.
5281         (PTR_DEMANGLE): Real definition now that it's not the same as
5282         PRT_MANGLE anymore.
5283         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5285         * string/strerror_l.c: New file.
5286         * string/Makefile (routines): Add strerror_l.
5287         * string/string.h: Declare strerror_l.
5288         * string/Versions: Export strerror_l for GLIBC_2.6.
5290 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
5292         * nscd/nscd_helper.c (open_socket): Now takes request type and key
5293         as parameter.  Construct request record.  Try sending request
5294         before the first poll use, it usually succeeds.  Adjust all
5295         callers.
5296         * nscd/nscd-client.h: Define MAXKEYLEN.
5297         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
5299 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
5301         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
5302         from return value.
5303         * nscd/nscd_helper.c: Include string.h.
5304         (__nscd_cache_search): Remove const qualifier from return value.
5305         On strict alignment architectures check hash entry and data head
5306         alignment.
5307         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
5308         mmapped data during GC cycle contains garbage.  If
5309         __nscd_drop_map_ref fails, decrement mapped->counter when returning
5310         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
5311         dropped to 0.
5312         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
5313         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
5314         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
5315         * nscd/nscd_getai.c (__nscd_getai): Likewise.
5316         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
5318 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
5320         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
5322 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
5324         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
5325         names not numbers in cfi_*.
5327 2007-01-26  Andreas Jaeger  <aj@suse.de>
5329         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
5330         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
5331         Correct values of PER_HPUX and PER_OSF4.
5333 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
5335         * elf/dl-minimal.c: Undefine _itoa first.
5336         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
5337         * malloc/mtrace.c: Revert last change.
5338         * posix/wordexp.c: Likewise.
5340 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
5342         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
5343         and __geode__ to the list of i486+ CPUs.
5344         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
5346 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
5348         * stdio-common/_itoa.c: Include <limits.h>.
5349         * stdio-common/_itowa.c: Likewise.
5351 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
5353         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
5354         platforms.
5355         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
5356         64-bit platforms.
5357         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
5358         possible.
5359         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
5360         if possible.
5362         [BZ #3902]
5363         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
5364         * stdio-common/Makefile (tests): Add bug17.
5365         * stdio-common/bug17.c: New file.
5367 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
5369         * iconvdata/brf.c: New file.
5370         * iconvdata/testdata/BRF: New file.
5371         * iconvdata/testdata/BRF..UTF8: New file.
5372         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5373         * iconvdata/Makefile: Add rules to build BRF.
5374         * iconvdata/TESTS: Add BRF entry.
5375         * iconvdata/gconv-modules: Likewise.
5376         * iconvdata/tst-tables.sh: Likewise.
5378 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
5380         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
5381         type `long long int', not `long int'.
5382         (wcstoq): Likewise.
5384 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
5386         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
5387         of values on 64-bit platforms which are too large.
5389 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
5390             Joe Kerian  <jkerian@us.us.ibm.com>
5392         [BZ #2749]
5393         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
5394         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
5395         (__copysignl): Use signbit() for comparison.
5396         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
5397         SET_LDOUBLE_WORDS64.
5399         [BZ #2423, #2749]
5400         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
5401         (__ceill): Remove calls to fegetround(), fesetround().
5402         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
5403         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
5404         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
5406 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
5408         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
5410         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
5412 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
5414         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
5415         demangle pointer.
5416         * csu/libc-start.c: Likewise.
5418 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
5420         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
5421         really work anyway.
5423 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
5425         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
5426         users.
5427         (handle_request): Remove unnecessary tests.
5429         * nscd/cache.c (cache_add): Record the failure to add to the cache.
5431 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
5433         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
5434         workbits in semi-raw fraction.
5436         * math/test-misc.c: Add new tests.
5438 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
5440         * math/basic-test.c: Include test-skeleton.c.
5441         (TEST_TRUNC): Define.
5442         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
5443         (main): Rename to ...
5444         (do_test): ...this.  Run new tests.
5445         (TEST_FUNCTION): Define.
5447 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
5448             Joe Kerian  <jkerian@us.us.ibm.com>
5450         [BZ #2749]
5451         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
5452         handling for high words.
5453         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
5454         and overflow for infinity.
5456 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
5458         * nscd/connections.c (handle_request): Add a __builtin_expect.
5460         * nscd/connections.c (serv2db): Change type into structure which
5461         also says whether this is a request for data.  Renamed to
5462         servinfo.  All users changed.
5463         (handle_request): Much simpler test whether we should search the cache.
5465         * nscd/connections.c (handle_request): Fix thinko in selinux test
5466         invocation.
5468         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
5469         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
5470         it before getting dl_load_lock and then relock.
5471         (_dl_lookup_symbol_x): Pass flags to add_dependency.
5472         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
5473         case we unlocked the scope.
5474         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
5475         _dl_lookup_symbol_x in case we locked the scope.
5476         (_dl_profile_fixup): Likewise.
5477         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
5478         set DL_LOOKUP_SCOPE_LOCK.
5480 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
5482         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
5483         CFLAGS-getsrvbynpt_r.c.
5484         * nscd/getsrvbynm_r.c: New file.
5485         * nscd/getsrvbypt_r.c: New file.
5486         * nscd/nscd_getserv_r.c: New file.
5487         * nscd/servicescache.c: New file.
5488         * nscd/Makefile (routines): Add nscd_getserv_r.
5489         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
5490         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
5491         CFLAGS-getsrvbypt_r.c.
5492         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
5493         table.  Add entries for services database.
5494         * nscd/connections.c (serv2str): Mark as const.  Add entries for
5495         services database.
5496         (dbs): Add .reset_res and servdb initialization.
5497         (serv2db): Add entries for services database.
5498         (verify_persistent_db): Accept dbnr == servdb.
5499         (invalidate_cache): Rewrite database name recognition to use a table.
5500         Call res_init() if .reset_res is set for database.
5501         (handle_request): Add code to handle services database.
5502         * nscd/gai.c: Don't define __getservbyname_r.
5503         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
5504         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
5505         (serv_response_header): Define.
5506         (struct datahead): Add serv_response_header member.
5507         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
5508         using table.
5509         * nscd/nscd.conf: Add entries for services database.
5510         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
5511         Declare serv_iov_disabled.
5512         Declare addservbyname, readdservbyname, addservbyport, and
5513         readdservbyport.
5514         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
5515         (find_db): Fix error message.
5516         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
5517         __nscd_getservbyname_r, and __nscd_getservbyport_r.
5518         * nscd/selinux.c (perms): Add entries for services database.
5519         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
5520         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
5522         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
5523         * nscd/hstcache.c: Likewise.
5524         * nscd/pwdcache.c: Likewise.
5526         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
5527         computation of keylen.
5529         * include/string.h: Only redefine strndupa if this is really for
5530         libc code.
5532 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
5534         * nscd/nscd_gethst_r.c: Minor cleanups.
5536         * nscd/connections.c (handle_request): Check selinux permissions
5537         for all non-admin commands.
5539         * sysdeps/i386/i486/bits/atomic.h: Define
5540         atomic_compare_and_exchange_val_acq,
5541         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
5542         using __sync_* built-ins for gcc >= 4.1.
5543         * sysdeps/x86_64/bits/atomic.h: Likewise.
5545         [BZ #3840]
5546         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
5547         and .oS.d files.
5549 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
5551         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
5552         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
5553         (do_test): Check errno and exit(0) if ENOSYS.
5555 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
5557         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
5558         thousands separators.
5559         * stdlib/Makefile: Add rules to build and run tst-strtod4.
5560         * stdlib/tst-strtod4.c: New test.
5562         [BZ #3855]
5563         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
5564         hexadecimal digit should accept just the initial 0.
5565         * stdlib/tst-strtod2.c (tests): New variable.
5566         (do_test): Run several tests rather than just one.
5568 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
5570         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
5571         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
5573 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
5575         * io/fts.c: Make sure fts_cur is always valid after return from
5576         fts_read.
5577         Patch by Miloslav Trmac <mitr@redhat.com>.
5579 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
5581         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
5582         (R_MIPS_NUM): Bump by 1.
5584 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
5586         * posix/execvp.c: Include alloca.h.
5587         (allocate_scripts_argv): Renamed to...
5588         (scripts_argv): ... this.  Don't allocate buffer here nor count
5589         arguments.
5590         (execvp): Use alloca if possible.
5591         * posix/Makefile: Add rules to build and run tst-vfork3 test.
5592         * posix/tst-vfork3.c: New test.
5594 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
5596         * string/Makefile (tst-strxfrm2-ENV): Define.
5597         * stdlib/Makefile (tst-strtod3-ENV): Define.
5599 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
5601         * posix/getconf.c: Update copyright year.
5602         * nss/getent.c: Likewise.
5603         * iconv/iconvconfig.c: Likewise.
5604         * iconv/iconv_prog.c: Likewise.
5605         * elf/ldconfig.c: Likewise.
5606         * catgets/gencat.c: Likewise.
5607         * csu/version.c: Likewise.
5608         * elf/ldd.bash.in: Likewise.
5609         * elf/sprof.c (print_version): Likewise.
5610         * locale/programs/locale.c: Likewise.
5611         * locale/programs/localedef.c: Likewise.
5612         * nscd/nscd.c (print_version): Likewise.
5613         * debug/xtrace.sh: Likewise.
5614         * malloc/memusage.sh: Likewise.
5615         * malloc/mtrace.pl: Likewise.
5616         * debug/catchsegv.sh: Likewise.
5618 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
5620         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
5621         attempts.
5623 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
5625         * posix/wordexp.c: Remove some unnecessary tests.
5627 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
5629         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
5630         blacklist the group till after we look it up.
5632 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
5634         * include/atomic.h (atomic_forced_read): New macro.
5636 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
5638         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
5640 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
5642         * nss/getXXbyYY_r.c: Include atomic.h.
5643         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
5644         add atomic_write_barrier () in between.
5646         * stdlib/Makefile (tests): Add tst-makecontext.
5647         * stdlib/tst-makecontext.c: New test.
5649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
5650         (__makecontext): Don't realign uc_mcontext.uc_regs.
5652 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
5654         * elf/dl-support.c: Include dl-procinfo.h.
5655         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
5656         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
5657         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
5658         Define.
5659         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
5660         hardcoded constants.
5661         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
5662         PPC_PLATFORM_* macros for array designators.
5664 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
5666         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
5667         names to the beginning.
5668         (_dl_powerpc_platforms): Add "power6x".
5669         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
5670         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
5671         (_DL_PLATFORMS_COUNT): Increase.
5672         (_dl_string_platform): Handle power6x case.
5673         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
5674         PPC_FEATURE_POWER6_EXT): Define.
5675         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
5677 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
5679         [BZ #3747]
5680         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
5681         [-2^31 .. 2^31) range.
5682         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
5683         targets.
5684         * stdlib/tst-rand48-2.c: New test.
5685         * stdlib/Makefile (tests): Add tst-rand48-2.
5687 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
5689         * misc/tst-pselect.c (do_test): Fix sigblock argument.
5691 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
5693         * misc/tst-pselect.c (do_test): Make sure the helper process is
5694         terminating when the test is aborted.
5696 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
5698         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
5699         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5700         Handle relatime mount option.
5702         [BZ #2337]
5703         * libio/Makefile (tests): Add tst-setvbuf1.
5704         * libio/tst-setvbuf1.c: New file.
5706 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
5708         [BZ #2337]
5709         * libio/genops.c (__uflow): Fix a typo.
5710         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
5711         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
5712         the narrow buffer size.
5714 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
5716         [BZ #2337]
5717         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
5718         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
5719         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
5720         in _flags.
5721         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
5722         _IO_wstr_finish): Likewise.
5723         * libio/wmemstream.c (open_wmemstream): Likewise.
5724         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
5725         even for wide streams.
5727 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
5729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
5730         kernel-features.h.
5732 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
5734         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
5735         separators also if no non-zero digits found.
5736         * stdlib/Makefile (tests): Add tst-strtod3.
5738 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
5740         [BZ #3632]
5741         * include/features.h: Fix comment about default value for
5742         _POSIX_C_SOURCE.
5744         [BZ #3664]
5745         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
5746         empty parsed strings.
5747         * stdlib/Makefile (tests): Add tst-strtod2.
5748         * stdlib/tst-strtod2.c: New file.
5750         [BZ #3673]
5751         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
5752         computation.
5753         * stdlib/Makefile (tests): Add tst-atof2.
5754         * stdlib/tst-atof2.c: New file.
5756         [BZ #3674]
5757         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
5758         correctly if removing trailing zero of hex-float.
5759         * stdlib/Makefile (tests): Add tst-atof1.
5760         * stdlib/tst-atof1.c: New file.
5762 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
5764         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
5765         Start searching for next comma at p rather than rest.
5766         * misc/Makefile (tests): Add tst-mntent2.
5767         * misc/tst-mntent2.c: New test.
5769         * misc/getusershell.c (initshells): Check for integer overflows.
5770         Make strings buffer one bigger as fgets always succeeds when second
5771         argument is 1.  Don't use calloc for shells array.  Disallow
5772         / as shell.
5774 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
5776         * malloc/memusage.c: Handle realloc with new size of zero and
5777         non-NULL pointer correctly.
5778         (me): Really write first record twice.
5779         (struct entry): Make format bi-arch safe.
5780         (dest): Write out more realloc statistics.
5781         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
5783 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
5785         * nis/nis_subr.c (nis_getnames): Revert last change.
5787 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
5789         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
5790         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
5791         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
5792         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
5793         ENOTTY.
5794         * io/Makefile: Add rules to build and run tst-ttyname_r test.
5795         * io/tst-ttyname_r.c: New test.
5797 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5799         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
5801 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
5803         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
5804         jump table entries.
5806 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5808         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
5809         `clone' function to ensure proper unwinding stop of gdb.
5810         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
5812 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
5814         * nscd/nscd.init: Remove obsolete and commented-out -S option
5815         handling.
5817 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
5819         [BZ #3514]
5820         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
5822         [BZ #3515]
5823         * manual/string.texi (strtok): Remove duplicate paragraph.
5825 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5827         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
5828         libgcc not supporting `rflags' unwinding (register # >= 17).
5830 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
5832         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
5833         succeeded.
5835 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
5836             Jakub Jelinek  <jakub@redhat.com>
5837             Jan Kratochvil  <jan.kratochvil@redhat.com>
5839         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
5840         unwind information.
5841         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
5842         'restore_rt' even in the 'signal' directory.
5843         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
5845 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
5847         [BZ #3559]
5848         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
5849         malloc crashed.  Don't allocate memory unnecessarily in each
5850         loop.
5852 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
5854         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
5856 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
5858         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
5860 2006-11-18  Bruno Haible  <bruno@clisp.org>
5862         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
5863         __sysconf only after having tried to call getgroups32.
5865 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
5867         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
5868         addresses for IPv4 queries if they can be mapped.
5870 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
5872         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
5873         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
5874         (signmask): Add .size directive.
5875         (othermask): Add .type directive.
5877 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
5879         * po/nl.po: Update from translation team.
5881         * timezone/zdump.c: Redo fix for BZ #3137.
5883 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
5885         * nss/nss_files/files-alias.c (get_next_alias): Set line back
5886         to first_unused after parsing :include: file.
5888 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5890         * timezone/africa: Update from tzdata2006o.
5891         * timezone/antarctica: Likewise.
5892         * timezone/asia: Likewise.
5893         * timezone/australasia: Likewise.
5894         * timezone/backward: Likewise.
5895         * timezone/europe: Likewise.
5896         * timezone/iso3166.tab: Likewise.
5897         * timezone/northamerica: Likewise.
5898         * timezone/southamerica: Likewise.
5899         * timezone/zone.tab: Likewise.
5901         * time/tzfile.c (__tzfile_read): Extend to handle new file format
5902         on machines with 64-bit time_t.
5904         * timezone/checktab.awk: Update from tzcode2006o.
5905         * timezone/ialloc.c: Likewise.
5906         * timezone/private.h: Likewise.
5907         * timezone/scheck.c: Likewise.
5908         * timezone/tzfile.h: Likewise.
5909         * timezone/tzselect.ksh: Likewise.
5910         * timezone/zdump.c: Likewise.
5911         * timezone/zic.c: Likewise.
5913         [BZ #3483]
5914         * elf/ldconfig.c (main): Call setlocale and textdomain.
5915         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5917         [BZ #3480]
5918         * manual/argp.texi: Fix typos.
5919         * manual/charset.texi: Likewise.
5920         * manual/errno.texi: Likewise.
5921         * manual/filesys.texi: Likewise.
5922         * manual/lang.texi: Likewise.
5923         * manual/maint.texi: Likewise.
5924         * manual/memory.texi: Likewise.
5925         * manual/message.texi: Likewise.
5926         * manual/resource.texi: Likewise.
5927         * manual/search.texi: Likewise.
5928         * manual/signal.texi: Likewise.
5929         * manual/startup.texi: Likewise.
5930         * manual/stdio.texi: Likewise.
5931         * manual/sysinfo.texi: Likewise.
5932         * manual/syslog.texi: Likewise.
5933         * manual/time.texi: Likewise.
5934         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5936         [BZ #3465]
5937         * sunrpc/clnt_raw.c: Minimal message improvements.
5938         * sunrpc/pm_getmaps.c: Likewise.
5939         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5940         * nis/nis_print_group_entry.c: Likewise.
5941         * locale/programs/repertoire.c: Likewise.
5942         * locale/programs/charmap.c: Likewise.
5943         * malloc/memusage.sh: Likewise.
5944         * elf/dl-deps.c: Likewise.
5945         * locale/programs/ld-collate.c: Likewise.
5946         * libio/vswprintf.c: Likewise.
5947         * malloc/memusagestat.c: Likewise.
5948         * sunrpc/auth_unix.c: Likewise.
5949         * sunrpc/rpc_main.c: Likewise.
5950         * nscd/cache.c: Likewise.
5951         * locale/programs/repertoire.c: Unify output messages.
5952         * locale/programs/charmap.c: Likewise.
5953         * locale/programs/ld-ctype.c: Likewise.
5954         * locale/programs/ld-monetary.c: Likewise.
5955         * locale/programs/ld-numeric.c: Likewise.
5956         * locale/programs/ld-time.c: Likewise.
5957         * elf/ldconfig.c: Likewise.
5958         * nscd/selinux.c: Likewise.
5959         * elf/cache.c: Likewise.
5960         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
5962         [BZ #3451]
5963         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
5964         change atomic.
5965         (ceil): Likewise.
5967 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5969         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
5970         if N is one bigger than return value.
5971         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
5972         and l1 last arguments, if buf is defined, verify the return value
5973         equals to strlen (buf) and verify no byte beyond passed length
5974         is modified.
5976 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
5978         * po/sv.po: Update from translation team.
5980 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5982         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
5983         noinline attribute.
5985 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
5987         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
5988         noinline attribute.
5990         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
5991         Use __new_sys_siglist instead of _sys_siglist_internal as
5992         second macro argument.
5993         (_old_sys_siglist): Use declare_symbol_alias macro instead of
5994         strong_alias.
5996 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
5998         [BZ #3493]
5999         * posix/unistd.h (sysconf): Remove const attribute.
6001         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
6002         temporary or deprecated addresses.
6003         Patch by Sridhar Samudrala <sri@us.ibm.com>.
6005         * string/Makefile (tests): Add tst-strxfrm2.
6006         * string/tst-strxfrm2.c: New file.
6008 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
6010         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
6011         rather than r->r_brk.
6013 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
6015         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
6016         optimization even if needed > n.
6018         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
6019         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
6020         return false, otherwise return true.
6021         (cache_rpath): Return decompose_rpath return value.
6023 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
6025         * include/libc-symbols.h (declare_symbol): Rename to...
6026         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
6027         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
6028         .size directive.
6029         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
6030         changes.
6031         * sysdeps/gnu/siglist.c: Likewise.
6033 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
6035         * sysdeps/powerpc/fpu/bits/mathinline.h
6036         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
6037         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
6039 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
6041         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
6042         Update handling of cache descriptor 0x49 for new models.
6043         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
6044         Likewise.
6046 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
6048         * malloc/memusage.c (dest): Reset not_me back to false after
6049         printing statistics.
6051 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
6053         * configure.in: Work around ld --help change and avoid -z relro
6054         test completely if the architecture doesn't care about security.
6056 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
6058         * po/sv.po: Update from translation team.
6060 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
6062         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
6063         generate compatibility version.
6065 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
6067         * configure.in: Relax -z relro requirement a bit.
6069         * po/sv.po: Update from translation team.
6071 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
6073         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
6074         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
6075         * elf/dl-close.c (_dl_close_worker): Likewise.
6076         * elf/dl-open.c (_dl_open_worker): Likewise.
6077         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
6079 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
6081         * configure.in: Require assembler support for visibility, compiler
6082         support for visibility and aliases, linker support for various -z
6083         options.
6084         * Makeconfig: Remove conditional code which now is unnecessary.
6085         * config.h.in: Likewise.
6086         * config.make.in: Likewise.
6087         * dlfcn/Makefile: Likewise.
6088         * elf/Makefile: Likewise.
6089         * elf/dl-load.c: Likewise.
6090         * elf/rtld.c: Likewise.
6091         * include/libc-symbols.h: Likewise.
6092         * include/stdio.h: Likewise.
6093         * io/Makefile: Likewise.
6094         * io/fstat.c: Likewise.
6095         * io/fstat64.c: Likewise.
6096         * io/fstatat.c: Likewise.
6097         * io/fstatat64.c: Likewise.
6098         * io/lstat.c: Likewise.
6099         * io/lstat64.c: Likewise.
6100         * io/mknod.c: Likewise.
6101         * io/mknodat.c: Likewise.
6102         * io/stat.c: Likewise.
6103         * io/stat64.c: Likewise.
6104         * libio/stdio.c: Likewise.
6105         * nscd/Makefile: Likewise.
6106         * stdlib/Makefile: Likewise.
6107         * stdlib/atexit.c: Likewise.
6108         * sysdeps/generic/ldsodefs.h: Likewise.
6109         * sysdeps/i386/dl-machine.h: Likewise.
6110         * sysdeps/i386/sysdep.h: Likewise.
6111         * sysdeps/i386/i686/memcmp.S: Likewise.
6112         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
6113         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6114         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6116         * Makerules: USE_TLS support is now default.
6117         * tls.make.c: Likewise.
6118         * csu/Versions: Likewise.
6119         * csu/libc-start.c: Likewise.
6120         * csu/libc-tls.c: Likewise.
6121         * csu/version.c: Likewise.
6122         * dlfcn/dlinfo.c: Likewise.
6123         * elf/dl-addr.c: Likewise.
6124         * elf/dl-cache.c: Likewise.
6125         * elf/dl-close.c: Likewise.
6126         * elf/dl-iteratephdr.c: Likewise.
6127         * elf/dl-load.c: Likewise.
6128         * elf/dl-lookup.c: Likewise.
6129         * elf/dl-object.c: Likewise.
6130         * elf/dl-open.c: Likewise.
6131         * elf/dl-reloc.c: Likewise.
6132         * elf/dl-support.c: Likewise.
6133         * elf/dl-sym.c: Likewise.
6134         * elf/dl-sysdep.c: Likewise.
6135         * elf/dl-tls.c: Likewise.
6136         * elf/ldconfig.c: Likewise.
6137         * elf/rtld.c: Likewise.
6138         * elf/tst-tls-dlinfo.c: Likewise.
6139         * elf/tst-tls1.c: Likewise.
6140         * elf/tst-tls10.h: Likewise.
6141         * elf/tst-tls14.c: Likewise.
6142         * elf/tst-tls2.c: Likewise.
6143         * elf/tst-tls3.c: Likewise.
6144         * elf/tst-tls4.c: Likewise.
6145         * elf/tst-tls5.c: Likewise.
6146         * elf/tst-tls6.c: Likewise.
6147         * elf/tst-tls7.c: Likewise.
6148         * elf/tst-tls8.c: Likewise.
6149         * elf/tst-tls9.c: Likewise.
6150         * elf/tst-tlsmod1.c: Likewise.
6151         * elf/tst-tlsmod13.c: Likewise.
6152         * elf/tst-tlsmod13a.c: Likewise.
6153         * elf/tst-tlsmod14a.c: Likewise.
6154         * elf/tst-tlsmod2.c: Likewise.
6155         * elf/tst-tlsmod3.c: Likewise.
6156         * elf/tst-tlsmod4.c: Likewise.
6157         * elf/tst-tlsmod5.c: Likewise.
6158         * elf/tst-tlsmod6.c: Likewise.
6159         * include/errno.h: Likewise.
6160         * include/link.h: Likewise.
6161         * include/tls.h: Likewise.
6162         * locale/global-locale.c: Likewise.
6163         * locale/localeinfo.h: Likewise.
6164         * malloc/arena.c: Likewise.
6165         * malloc/hooks.c: Likewise.
6166         * malloc/malloc.c: Likewise.
6167         * resolv/Versions: Likewise.
6168         * sysdeps/alpha/dl-machine.h: Likewise.
6169         * sysdeps/alpha/libc-tls.c: Likewise.
6170         * sysdeps/generic/ldsodefs.h: Likewise.
6171         * sysdeps/generic/tls.h: Likewise.
6172         * sysdeps/i386/dl-machine.h: Likewise.
6173         * sysdeps/ia64/dl-machine.h: Likewise.
6174         * sysdeps/ia64/libc-tls.c: Likewise.
6175         * sysdeps/mach/hurd/fork.c: Likewise.
6176         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6177         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
6178         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6179         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6180         * sysdeps/s390/libc-tls.c: Likewise.
6181         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6182         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6183         * sysdeps/sh/dl-machine.h: Likewise.
6184         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6185         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6186         * sysdeps/x86_64/dl-machine.h: Likewise.
6188         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
6189         split out locking and parameter checking.
6190         (_dl_close): Call _dl_close_worker after locking and checking.
6191         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
6192         _dl_close.
6193         * elf/Makefile: Add rules to build and run tst-thrlock.
6194         * elf/tst-thrlock.c:  New file.
6196         [BZ #3426]
6197         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
6198         reality.
6200         [BZ #3429]
6201         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
6202         we are sure we do not need it anymore for _dl_close.  Also move
6203         the asserts inside the lock region.
6204         Patch mostly by Suzuki <suzuki@in.ibm.com>.
6206 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
6208         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
6209         argument.
6210         (_dl_lookup_symbol_x): Adjust caller.
6212         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
6213         _ns_global_scope.
6214         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
6216         * elf/dl-libc.c: Revert l_scope name changes.
6217         * elf/dl-load.c: Likewise.
6218         * elf/dl-object.c: Likewise.
6219         * elf/rtld.c: Likewise.
6220         * elf/dl-close.c (_dl_close): Likewise.
6221         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
6222         always use __rtld_mrlock_{change,done}.  Always free old scope list
6223         here if not l_scope_mem.
6224         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
6225         change.  Never free scope list here.  Just __rtld_mrlock_lock before
6226         the lookup and __rtld_mrlock_unlock it after the lookup.
6227         * elf/dl-sym.c: Likewise.
6228         * include/link.h (struct r_scoperec): Remove.
6229         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
6230         with l_scope_mem and l_scoperec_lock with l_scope_lock.
6232 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
6234         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
6236 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6238         * configure.in: Disable building profile libraries by default.
6240 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6242         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
6243         as signed longs, check for x_base + pos overflow.
6244         * sunrpc/Makefile (tests): Add tst-xdrmem2.
6245         * sunrpc/tst-xdrmem2.c: New test.
6247 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6249         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
6250         _dl_lookup_symbol_x code.
6252 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6254         * elf/dl-runtime.c: Include sysdep-cancel.h.
6255         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
6256         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
6257         instead of catomic_* macros.
6258         * elf/dl-sym.c: Include sysdep-cancel.h.
6259         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
6260         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6261         * elf/dl-close.c: Include sysdep-cancel.h.
6262         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
6263         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6264         * elf/dl-open.c: Include sysdep-cancel.h.
6265         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
6266         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
6268 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6270         [BZ #3313]
6271         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
6272         fastbin rather than end of fastbin array.
6274 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
6276         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
6277         body macro.
6278         * sysdeps/x86_64/bits/atomic.h
6279         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
6280         (catomic_decrement): Use correct body macro.
6282 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
6284         * include/atomic.h: Add a unique prefix to all local variables
6285         in macros.
6286         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
6288 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
6290         [BZ #3369]
6291         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
6292         and 7.
6294 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
6296         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
6298 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
6300         [BZ #3313]
6301         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
6302         determine highest fast bin to consolidate, always look into all of
6303         them.
6304         (do_check_malloc_state): Only require for empty bins for large
6305         sizes in main arena.
6307         * libio/stdio.h: Add more __wur attributes.
6309         * elf/dl-minimal.c (realloc): Optimize last patch.
6311 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
6313         [BZ #3352]
6314         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
6315         and use memcpy() if it does.
6317 2006-11-12  Andreas Jaeger  <aj@suse.de>
6319         [BZ #2510]
6320         * manual/search.texi (Hash Search Function): Clarify.
6321         (Array Search Function): Clarify.
6323 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
6325         [BZ #2830]
6326         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
6327         shifting.
6328         * math/atest-exp2.c (read_mpn_hex): Likewise.
6329         * math/atest-sincos.c (main): Likewise.
6331 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
6333         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
6334         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
6335         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
6336         version GLIBC_2.6.
6337         * Versions.def: Add GLIBC_2.6 for libc.
6339         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
6341         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
6343 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
6345         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
6347         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
6349         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
6350         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
6352 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
6354         * include/atomic.c: Define catomic_* operations.
6355         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
6356         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
6357         * malloc/memusage.c: Likewise.
6358         * gmon/mcount.c: Likewise.
6359         * elf/dl-close.c: Likewise.
6360         * elf/dl-open.c: Likewise.
6361         * elf/dl-profile.c: Likewise.
6362         * elf/dl-sym.c: Likewise.
6363         * elf/dl-runtime.c: Likewise.
6364         * elf/dl-fptr.c: Likewise.
6365         * resolv/res_libc.c: Likewise.
6367 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
6369         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
6370         components which lack them.
6372         * nis/nis_subr.c (nis_getnames): Make sure that we always return
6373         at least one entry consisting of the parameter concatenated with
6374         the domain.
6376 2006-10-10  Roland McGrath  <roland@frob.com>
6378         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
6379         * sysdeps/mach/hurd/futimes.c: Likewise.
6380         * sysdeps/mach/hurd/lutimes.c: Likewise.
6382 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
6383             Jakub Jelinek  <jakub@redhat.com>
6385         Implement reference counting of scope records.
6386         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
6387         from the list in objects which remain.  Always allocate new scope
6388         record.
6389         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
6390         don't resize, allocate a new one.
6391         * elf/dl-runtime.c: Update reference counters before using a scope
6392         array.
6393         * elf/dl-sym.c: Likewise.
6394         * elf/dl-libc.c: Adjust for l_scope name change.
6395         * elf/dl-load.c: Likewise.
6396         * elf/dl-object.c: Likewise.
6397         * elf/rtld.c: Likewise.
6398         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
6399         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
6400         Add l_scoperec_lock.
6401         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
6402         * sysdeps/generic/rtld-lowlevel.h: New file.
6404         * include/atomic.h: Rename atomic_and to atomic_and_val and
6405         atomic_or to atomic_or_val.  Define new macros atomic_and and
6406         atomic_or which do not return values.
6407         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
6408         Various cleanups.
6409         * sysdeps/i386/i486/bits/atomic.h: Likewise.
6411         * po/sv.po: Update from translation team.
6413 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
6415         * Versions.def: Add GLIBC_2.6 to libpthread.
6417         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
6418         (versioned_symbol): Likewise.
6419         (compat_symbol): Likewise.
6421         * po/tr.po: Update from translation team.
6423 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6425         * nis/Banner: Removed.  It's been integral part forever and the
6426         author info is incomplete anyway.
6427         * libio/Banner: Likewise.
6429         * nis/nis_table.c (nis_list): If __follow_path fails in the new
6430         code, make sure the nis_freeresult call doesn't crash and that the
6431         result is reported correctly.
6433 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
6435         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
6436         when callback is NULL.
6438         * nis/Versions (libnss_nisplus): Add
6439         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
6440         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
6441         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
6442         _nss_create_tablename): Rename to...
6443         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
6444         ... these.  No longer static.
6445         (internal_setgrent): Adjust users.
6446         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
6447         Don't use locking around _nss_grp_create_tablename call.
6448         * nis/nss_nisplus/nisplus-initgroups.c: New file.
6450 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6452         * version.h (VERSION): Bump to 2.5.90 for new development tree.
6454 2006-10-06  Andreas Jaeger  <aj@suse.de>
6456         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
6458 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
6460         * po/pl.po: Update from translation team.
6462         * nscd/nscd.c (main): Fix typo in message.
6463         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
6465 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
6467         [BZ #3291]
6468         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
6469         errno.h, signal.h, unistd.h and sysdep-cancel.h.
6470         (__sigprocmask): Define.
6472 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
6474         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
6475         used.
6477 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
6479         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
6480         in oldtotal and newtotal calculation.
6481         * nscd/nscd-client.h (struct mapped_database): Add datasize
6482         field.
6483         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
6484         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
6485         increased.
6486         (__nscd_cache_search): Add checks to make sure we never reference
6487         data beyond the current mapping.
6489 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6491         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
6492         variables const to avoid compiler warnings.
6494         * io/fts.c (fts_close): Remove redundant checks.
6495         (fts_build): Likewise.
6496         (fts_palloc): Likewise.
6498         * manual/message.texi (Advanced gettext functions,
6499         Using gettextized software): Fix typos.
6501 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6503         * posix/glob.c (glob_in_dir): Add some comments and asserts to
6504         explain why there are no leaks.
6506 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
6508         * libio/wmemstream.c: Include <wchar.h>.
6509         * libio/bug-wmemstream1.c: Likewise.
6510         * libio/tst-wmemstream1.c: Likewise.
6511         * libio/tst-wmemstream2.c: Likewise.
6513         * version.h (RELEASE): Bump to 2.5.
6514         * README: Regenerated.
6516         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
6518         [BZ #3273]
6519         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
6520         found no group members.
6521         Patch by Petr Baudis.
6523 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
6525         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
6526         assert bootstrap_map.l_tls_modid is zero.
6527         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
6528         if USE___THREAD.
6530 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
6532         * libio/stdio.h: Move open_wmemstream prototype to ...
6533         * wcsmbs/wchar.h: ... here.
6535 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6537         [BZ #3252]
6538         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
6539         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
6540         __{,l}chown to handle the rest.
6541         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
6542         fchownat syscall and __ASSUME_32BITUIDS case inline, call
6543         __{,l}chown to handle the rest.
6544         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
6545         i386/fchownat.c.
6546         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
6547         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
6549         [BZ #3253]
6550         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6551         time, rather allocate increasingly bigger arrays of pointers, if
6552         possible with alloca, if too large with malloc.
6554 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
6556         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
6558         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
6560 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
6562         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
6563         home addresses.
6564         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
6565         IFA_F_HOMEADDRESS flag for interfaces.
6566         * include/ifaddrs.h (struct in6addrinfo): Define
6567         in6ai_homeaddress.
6569 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
6571         [BZ #3225]
6572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
6573         PTR_DEMANGLE3): Define.
6574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
6575         PTR_DEMANGLE3): Likewise.
6576         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
6577         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
6578         Likewise.
6579         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
6581 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
6583         * po/libc.pot: Regenerated.
6584         * po/be.po: Updated.
6585         * po/ca.po: Likewise.
6586         * po/cs.po: Likewise.
6587         * po/da.po: Likewise.
6588         * po/de.po: Likewise.
6589         * po/el.po: Likewise.
6590         * po/en_GB.po: Likewise.
6591         * po/es.po: Likewise.
6592         * po/fi.po: Likewise.
6593         * po/fr.po: Likewise.
6594         * po/gl.po: Likewise.
6595         * po/hr.po: Likewise.
6596         * po/hu.po: Likewise.
6597         * po/ja.po: Likewise.
6598         * po/ko.po: Likewise.
6599         * po/nb.po: Likewise.
6600         * po/nl.po: Likewise.
6601         * po/pl.po: Likewise.
6602         * po/pt_BR.po: Likewise.
6603         * po/ru.po: Likewise.
6604         * po/rw.po: Likewise.
6605         * po/sk.po: Likewise.
6606         * po/sv.po: Likewise.
6607         * po/tr.po: Likewise.
6608         * po/zh_CN.po: Likewise.
6609         * po/zh_TW.po: Likewise.
6611         [BZ #3137]
6612         * iconv/iconv_prog.c (main): Fix spelling in error message.
6613         * iconv/iconvconfig.c (main): Likewise.
6614         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
6615         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
6616         * locale/programs/localedef.c (main): Likewise.
6617         * locale/programs/repertoire.c (repertoire_read): Likewise.
6618         * timezone/zdump.c (main): Likewise.
6619         * nscd/connections.c (handle_request): Fix spelling in log message.
6620         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
6622 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
6624         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
6625         interfaces.
6627 2006-09-20  Andreas Jaeger  <aj@suse.de>
6629         * math/libm-test.inc (lrint_test_upward): Fix typo.
6631 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
6633         [BZ #2592]
6634         * math/libm-test.inc (lrint_test_tonearest): New function.
6635         (lrint_test_towardzero): New function.
6636         (lrint_test_downward): New function.
6637         (lrint_test_upward): New function.
6638         (main): Run these new tests.
6639         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
6640         of values near to 0.
6641         (two52): Use double not long double.
6642         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
6643         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
6644         (two23): Use float not double.
6645         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
6646         (two23): Use float not double.
6647         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
6648         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
6649         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
6650         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
6652 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6654         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
6655         Cast sp to unsigned long to avoid compiler warning.
6656         Use __makecontext_ret function instead of a trampoline on the stack.
6657         (__makecontext_ret): New function.
6658         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
6660 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
6662         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
6663         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
6664         bits.
6666 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
6668         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
6669         sure no reference to the unloaded map's search list remains in the
6670         dependency's scope.
6672 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6674         * elf/Makefile: Add rules to build and run unload7 test.
6675         * elf/unload7.c: New test.
6676         * elf/unload7mod1.c: New file.
6677         * elf/unload7mod2.c: New file.
6679 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
6681         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
6682         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
6683         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6684         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
6685         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6686         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
6687         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
6688         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
6689         PTRACE_GETEVENTMSG): Likewise.
6690         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
6691         values.
6693 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
6695         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
6696         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6697         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
6698         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
6700 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
6702         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
6703         write '\0' to the fd.
6704         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
6705         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
6706         Change regs to unsigned long pointer from unsigned int, fix fscr
6707         offset.
6709 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6711         * io/Makefile (CFLAGS-fstatat.c): Set.
6712         (CFLAGS-fstatat64.c): Likewise.
6713         (CFLAGS-mknodat.c): Likewise.
6715         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
6716         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
6717         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
6718         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
6720 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
6721             Steven Munroe  <sjmunroe@us.ibm.com>
6723         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
6724         names to the beginning.  Rename "cell" to "cellbe".
6725         (_dl_powerpc_platforms): New.
6726         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
6727         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
6728         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
6729         (_DL_HWCAP_PLATFORM): Define to new mask.
6730         (_dl_platform_string, _dl_string_platform): New functions.
6731         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
6732         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
6734 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
6736         [BZ #2526]
6737         * README.libm: Fix a thinko in sqrt algorithm description.
6739         [BZ #3143]
6740         * manual/string.texi (argz_delete): Fix prototype.
6741         Patch by <alpt@freaknet.org>.
6743 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
6745         [BZ #3138]
6746         * io/test-lfs.c (do_prepare): Give name_len type size_t.
6747         * io/tst-fcntl.c (do_prepare): Likewise.
6748         * posix/tst-exec.c (do_prepare): Likewise.
6749         * posix/tst-preadwrite.c (do_prepare): Likewise.
6750         * posix/tst-spawn.c (do_prepare): Likewise.
6751         * posix/tst-truncate.c (do_prepare): Likewise.
6752         * rt/tst-aio.c (do_prepare): Likewise.
6753         * rt/tst-aio64.c (do_prepare): Likewise.
6754         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
6755         size_t.
6757 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
6759         [BZ #2821]
6760         * time/mktime.c (guess_time_tm): Fix overflow detection.
6761         * time/Makefile (tests): Add bug-mktime1.
6762         * time/bug-mktime1.c: New file.
6764         [BZ #3189, #3188]
6765         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
6766         (mremap): Likewise.
6768 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
6770         [BZ #1006]
6771         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
6772         Ensure relocation doesn't clobber any bits outside of the
6773         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
6774         R_SPARC_HI22 and R_SPARC_H44.
6776         [BZ #2775]
6777         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
6778         (long) (MINSIZE + nb - old_size) is positive.
6780         * malloc/arena.c (grow_heap): When growing bail even if new_size
6781         is negative.
6783         [BZ #3155]
6784         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
6785         stack below r1.
6787 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6789         * posix/regex_internal.c (re_string_reconstruct): Handle
6790         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6791         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6792         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6793         re_string_context_at.
6794         * posix/Makefile: Add rules to build and run bug-regex26 test.
6795         * posix/bug-regex26.c: New test.
6797         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
6798         rather than col_sym_free.  Move seqp declaration earlier.
6800         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
6802 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
6804         * nscd/initgrcache.c (addinitgroupsX): Move any_success
6805         decl before first goto out.
6807 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6809         * Makerules (shlib.lds): If have-hash-style, put .hash section
6810         at the end of the RO segment.
6812 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
6814         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
6815         style hash table format is used.
6817 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
6819         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
6820         randomization rather than before.
6821         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
6823 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
6825         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
6827         * malloc/malloc.c (_int_malloc): Use full list insert and not
6828         shortcut which assumes the list is empty for large requests
6829         too.
6831         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
6833 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
6835         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
6836         and offout arguments to the prototype.
6837         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
6838         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
6839         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
6840         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
6841         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
6842         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
6843         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
6844         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
6846 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
6848         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
6850         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
6851         dlopen parameters.
6853 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
6855         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
6856         only if herrno is NETDB_INTERNAL.  Handle errors other than
6857         ERANGE outside of the loops, handle TRY_AGAIN.
6859         * locale/programs/ld-ctype.c (translit_flatten): Issue error
6860         if other's ctype category was missing.
6861         * locale/programs/ld-collate.c (collate_read): Return if
6862         copy_locale's collate category is missing.
6864 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
6866         [BZ #2684]
6867         * malloc/malloc.c (public_rEALLOc): Try harder by using other
6868         arenas if allocation failed.
6869         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
6871 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
6873         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
6874         waste bins[0..1].
6875         (malloc_state): Reduce bins size by 2.
6876         (_int_malloc): Fix test for large enough buffer for early termination.
6877         When no unsorted block matches perfectly and an exiting block has
6878         to be split, use full list insert and not shortcut which assumes
6879         the list is empty.
6881         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
6882         failure.
6884 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6886         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
6887         do anything.
6889         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
6890         symbol require exact match (these are PLTs).
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
6892         (_dl_ppc64_addr_sym_match): Likewise.
6894         [BZ #2683]
6895         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
6896         If symbol has a value use it.
6897         * elf/tst-dladdr1.c: New file.
6898         * elf/Makefile: Add rules to build and run tst-addr1.
6900 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
6902         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
6903         keeps failing and heap growth or new heap creation isn't
6904         successful either.
6905         * malloc/tst-malloc.c (main): Add new tests.
6907 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
6909         [BZ #2734]
6910         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
6911         as in the x86-64 code to use bswap.
6913 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
6915         [BZ #2680]
6916         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
6917         __USE_UNIX98.
6918         * posix/bits/unistd.h: Likewise.
6920 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
6922         [BZ #2751]
6923         * string/strchr.c: Add cast to avoid warning.
6925 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6927         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
6928         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
6929         limit is needed to avoid the exploding of the address space
6930         requirement for secondary heaps.
6931         * malloc/arena.c (HEAP_MAX_SIZE): Define using
6932         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
6934 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
6936         [BZ #3018]
6937         * Makerules (depfiles): Handle extra-test-objs the same as
6938         extra-objs.
6939         (common-mostlyclean): Likewise.
6940         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
6941         instead.
6942         * elf/Makefile (extra-objs): Likewise.
6943         * stdlib/Makefile (extra-objs): Likewise.
6945 2006-08-14  Eric Blake  <ebb9@byu.net>
6947         [BZ #3044]
6948         * misc/error.h: Assume C89 or better.
6949         * misc/error.c: Likewise.
6951 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
6953         [BZ #3040]
6954         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
6955         __ASSUME_ATFCTS is defined.
6957 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
6959         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
6960         to sort in each call.
6962         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
6963         is empty simply return and use next service.
6964         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
6966         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
6967         tells us when not finding a charmap file is an error.
6968         * locale/programs/charmap.h: Adjust charmap_read prototype.
6969         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
6970         cannot find a charmap.
6971         * locale/programs/localedef.c (main): Adjust charmap_read call.
6973 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
6975         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
6976         sysdeps/posix/pause.c implementation instead.
6978 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
6980         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
6981         to EPERM.
6983 2006-08-13  Andreas Schwab  <schwab@suse.de>
6985         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
6986         Don't clobber caller's LRSAVE.
6987         (_dl_prof_resolve): Likewise.
6989 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
6991         [BZ #1996]
6992         * libio/memstream.c (open_memstream): Allocate initial buffer with
6993         calloc.
6994         * libio/wmemstream.c (open_wmemstream): Likewise.
6995         * libio/strops.c: Pretty printing.
6996         (_IO_str_overflow): Clear uninitialized part of the new buffer.
6997         (enlarge_userbuf): New function.
6998         (_IO_str_seekoff): Call it if seek position is larger than current
6999         buffer.
7000         * libio/wstrops.c: Likewise.
7001         * libio/vasprintf.c: Add comment as to why we do not have to use
7002         calloc instead of malloc to allocate initial buffer.
7003         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
7004         * libio/bug-memstream1.c: New file.
7005         * libio/bug-wmemstream1.c: New file.
7007 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
7009         * libio/wstrops.c: Remove dead macro definitions and comments.
7010         * libio/strops.c: Likewise.
7012         [BZ #2764]
7013         * login/utmpname.c (__utmpname): Remove unnecessary test.
7015 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
7017         [BZ #2832]
7018         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
7019         0s from integers.
7021 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
7023         [BZ #2987]
7024         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
7025         for CPU clocks.
7026         * sysdeps/unix/clock_settime.c: Add support for platform-specific
7027         setting of CPU clocks.
7029 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7031         [BZ #2841]
7032         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
7033         since C99 requires the result to promote to 'int' when uint_least8_t
7034         and uint_least16_t promote to 'int'.
7036 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7038         [BZ #3013]
7039         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
7040         lenght of one output field, correct bitmask creation.
7041         * locale/programs/ld-time.c: Add alignment.
7043         [BZ #2997]
7044         * misc/error.c: Add space between program name and message if file
7045         name is missing.
7047 2006-08-03  Eric Blake  <ebb9@byu.net>
7049         [BZ #2998]
7050         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
7052 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
7054         * malloc/memusagestat.c: Silence warnings.
7056         * malloc/malloc.c: Dynamically size mmap treshold if the program
7057         frees mmaped blocks.
7058         Patch by Valerie Henson and Arjan van de Ven.
7060 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
7062         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
7063         __USE_GNU.
7065         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
7066         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
7067         (DEF): Don't put the var into .gnu.linkonce.r.* section.
7068         Only provide var definitions in strtol_l (or for *ull*
7069         in strtoll_l).
7071         * stdio-common/bug16.c (tests): New array.
7072         (do_tests): Allow the first hexadecimal digit
7073         to be 1, 2, 4 or 8.  Do 3 additional tests.
7075         * sysdeps/s390/fpu/libm-test-ulps: Update.
7077         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
7078         fchownat syscall if available.
7079         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
7080         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
7081         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
7083 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
7085         * nis/nis_xdr.c: Avoid some function calls.
7087 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
7088             Ulrich Drepper  <drepper@redhat.com>
7090         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
7091         short cut if only one name component is stripped away.
7093 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
7095         * nis/nis_call.c: Minor cleanups throughout.
7096         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
7097         (first_shoot): Add search_parent_first parameter.  Only if it is set
7098         search parent server first.
7099         If directory for table found through cold start cache is not the same
7100         as referenced in the cache, don't use it.
7101         (__nisfind_server): Take additional parameter.  Pass it on to
7102         first_shoot.
7103         (__prepare_niscall): Adjust __nisfind_server call.
7104         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
7105         * nis/nis_table.c: Adjust __nisfind_server call.
7106         * nis/nis_lookup.c: Likewise.
7107         (nis_lookup): Don't loop endlessly if name is reduced to ".".
7109 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
7111         [BZ #2182]
7112         * math/s_cacosh.c: Return values from positive branch.
7113         * math/s_cacoshf.c: Likewise.
7114         * math/s_cacoshl.c: Likewise.
7116         [BZ #2883]
7117         * sysvipc/sys/msg.h: Change return value to ssize_t.
7118         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
7119         * sysvipc/msgrcv.c: Likewise.
7120         * include/sys/msg.h: Likewise.
7122         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
7123         test introduced in patch for bz #661.
7124         (getgrouplist): Simplify code a bit.  Don't allocate one additional
7125         element for NEWGROUPS.
7127         [BZ #2908]
7128         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
7129         'f', use '1' as leading digit not '\1'.
7130         * stdio-common/Makefile (tests): Add bug16.
7131         * stdio-common/bug16.c: New file.
7133         [BZ #2914]
7134         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
7135         and don't try to open it.  The patch introducing the macro
7136         contained a bug and used the same file name as the new file
7137         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
7138         this out completely.
7140         [BZ #2926]
7141         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
7142         Patch by Jerry James <Jerry.James@usu.edu>.
7144         * rt/Makefile (tests): Add tst-clock2.
7145         * rt/tst-clock2.c: New file.
7147         [BZ #2978]
7148         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
7149         function and its parameters and pass it to new thread.
7150         (__gai_notify): Add support for alternative waiting for completion.
7151         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
7152         waiting for completion.
7153         * resolv/getaddrinfo_a.c: Likewise.
7154         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
7155         waiting for completion is used.
7156         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
7157         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
7158         * resolv/gai_error.c: Likewise.
7159         * resolv/gai_sigqueue.c: Likewise.
7161 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
7163         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
7164         errno to EBADF and return MACH_PORT_NULL.
7166 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
7168         [BZ #2980]
7169         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
7171 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
7173         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
7174         walk them instead of the symbol table.
7176 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
7178         [BZ #2098]
7179         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
7180         status of NSS calls, not the number of returned entries.
7182         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
7183         request_key, keyctl.
7185 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7187         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
7189 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
7191         * elf/tst-auditmod1.c: Fix typo in #error.
7193 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7195         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
7197         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
7199 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
7201         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
7202         that the directory is empty even on non-POSIX filesystems.
7204 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
7206         * elf/dl-open.c (dl_open_worker): Add branch prediction.
7208         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
7209         the backend NSS module.  If backend setgrent call failed, don't have
7210         internal_setgrent fail.  Just remember this until it is needed.
7211         * nis/nss_compat/compat-pwd.c: Likewise.
7212         * nis/nss_compat/compat-spwd.c: Likewise.
7214 2006-07-30  Roland McGrath  <roland@redhat.com>
7216         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
7217         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
7218         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
7219         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
7221         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
7222         (nanosleep_not_cancel): New macro.
7223         (sigsuspend_not_cancel): new macro.
7224         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
7225         (do_sigsuspend): Define as inline.
7226         (__sigsuspend): Always use do_sigsuspend.
7227         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
7228         * include/signal.h: Declare __sigsuspend_nocancel.
7229         * sysdeps/posix/pause.c
7230         [! NO_CANCELLATION] (__pause_nocancel): New function.
7232         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
7233         * include/time.h (__nanosleep_nocancel): Likewise.
7235 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
7237         * locale/programs/localedef.c (add_to_readlist): Rename local
7238         variables to avoid confusion.
7240         * locale/programs/charmap.c (charmap_read): Emit error message if
7241         charmap couldn't be found or read.
7243 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
7245         * sysdeps/unix/sysv/linux/kernel-features.h: Define
7246         __ASSUME_FUTEX_LOCK_PI.
7247         * include/time.h: Declare __nanosleep_nocancel.
7248         * include/unistd.h: Declare __pause_nocancel.
7250         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
7251         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
7252         get the __stack_chk_fail_local definition when it's needed.
7254 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
7256         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
7257         * dlfcn/bug-atexit3.c: New file.
7258         * dlfcn/bug-atexit3-lib.cc: New file.
7260         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
7261         used when the namespace is not the base namespace.
7263 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
7265         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
7266         (__new_exitfn): Bump it in every successful call.
7267         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
7268         more exit handlers, call them right away.
7269         * stdlib/exit.h: Declare __new_exitfn_called.
7271 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
7273         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
7274         calling registered handler.
7276         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
7277         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7278         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7279         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7280         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7281         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7282         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7283         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7285 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
7287         * elf/dl-lookup.c (dl_new_hash): New functions.
7288         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
7289         value here.  Compute new-style hash value.  Pass new hash value
7290         and reference to variable with the old value to do_lookup_x.
7291         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
7292         old-style hash table.
7293         (_dl_debug_bindings): Pass new hash value and reference to variable
7294         with the old value to do_lookup_x.
7295         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
7296         new-style hash value and change old-style hash value parameter to
7297         be a reference.  Reoganize functions to determine whether
7298         new-style hash table is available.  Only fall back on old-style
7299         table.  If old-style hash value is needed, compute it here.
7300         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
7301         entry.
7302         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
7303         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
7304         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
7305         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
7306         * Makeconfig: If linker supports --hash-style option add it to all
7307         linker command lines to build DSOs.
7308         * config.make.in: Define have-hash-style.
7309         * configure.in: Test whether linker supports --hash-style option.
7311         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
7312         * sysdeps/generic/ldsodefs.h: Adjust prototype.
7314 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
7316         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
7317         auditing.
7319         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
7320         RPATH of main map twice.
7322 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
7324         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
7325         look further, return original strings.
7326         (_nl_find_msg): Do not return found translation if the conversion
7327         failed.  Either signal the string is unusable or that something went
7328         wrong and the original should be used.
7330 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
7332         * string/_strerror.c (__strerror_r): Add __builtin_expect.
7334 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
7336         [BZ #2766]
7337         * misc/insremque.c (insque): Handle prev == NULL.
7338         * misc/Makefile (tests): Add tst-insremque.
7339         * misc/tst-insremque.c: New test.
7341 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
7343         [BZ #2792]
7344         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
7345         conflict with DL_DST_REQUIRED.
7347 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
7349         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
7350         match what Solaris does.
7352 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
7354         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
7355         local_setegid instead of seteuid and setegid.
7356         * sysdeps/generic/local-setxid.h: New file.
7357         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
7359         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
7361         * string/Makefile (tests): Add bug-envz1.
7362         * string/bug-envz1.c: New file.
7364 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7366         * posix/regex_internal.c (re_string_skip_chars): If no character has
7367         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
7368         to the byte which couldn't be converted.
7369         (re_string_reconstruct): Don't clear valid_raw_len before calling
7370         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7371         tip_context using re_string_context_at.
7372         * posix/Makefile: Add rules to build and run bug-regex25 test.
7373         * posix/bug-regex25.c: New test.
7375 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
7377         [BZ #2703]
7378         * string/envz.c (envz_strip): Correct erroneously reversed src
7379         and dest parameters to memmove() invocation.
7381 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
7383         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
7384         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
7385         to make sure the database has been already invalidated.
7386         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
7387         after the cache has been invalidated.  Use pthread_mutex_lock rather
7388         than pthread_mutex_trylock if fd != -1.
7389         * nscd/connections.c (invalidate_cache): Add fd argument, write
7390         response to fd if not calling prune_cache, pass fd to prune_cache.
7391         (handle_request): Adjust invalidate_cache caller.
7392         (nscd_run): Pass -1 as fd to prune_cache.
7394 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
7396         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
7397         the correct place.
7399 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
7401         * nscd/nscd.h (struct database_dyn): Add prunelock field.
7402         * nscd/cache.c (prune_cache): Take prunelock before starting the
7403         work.  Just return in case it is already taken.
7404         * nscd/connections.c (dbs): Initialize .prunelock.
7406 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
7408         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
7409         copying.  No need to allocate new array for group members.  Just
7410         move the pointers and update the size.
7412         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
7413         Avoid memory leak in case realloc fails.  Simplification for
7414         better code generation.
7416         Avoid deprecation warning because of libc_hidden_proto for
7417         inet6_option_alloc.
7418         * inet/inet6_option.c (option_alloc): Renamed from
7419         inet6_option_alloc.  Made static.
7420         (inet6_option_alloc): Now a simple wrapper around option_alloc.
7421         (inet6_option_append): Call option_alloc.
7422         * include/netinet/in.h: Remove libc_hidden_proto for
7423         inet6_option_alloc.
7425         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
7426         for cleanup when cb!=NULL [Coverity CID 233].
7428 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
7430         [BZ #2693]
7431         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
7432         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
7433         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
7434         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
7435         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
7436         and inet6_rth_getaddr.
7437         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
7438         array.
7439         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
7440         Mark inet6_option_* interfaces as deprecated.
7441         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
7442         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
7443         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
7444         inet6_rth_segments, and inet6_rth_getaddr.
7445         * inet/inet6_opt.c: New file.
7446         * inet/inet6_rth.c: New file.
7448         * inet/netinet/icmp6.h: Pretty printing.
7450         [BZ #2683]
7451         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
7453 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
7455         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
7456         doing it all here.  When server does not know the answer do not
7457         fail immediate, try parent first.
7459         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
7460         overflow test.
7462 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
7464         * nis/nis_call.c (__prepare_niscall): New function.  Split out
7465         from __do_niscall.
7466         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
7467         and exported.
7468         (__follow_path): New function.  Split out from nis_list.
7469         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
7470         _xdr_nis_result.
7471         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
7472         _xdr_nis_result.
7473         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
7474         and __follow_path.
7475         * nis/Versions: Export __prepare_niscall, __create_ib_request,
7476         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
7477         from libnsl for version GLIBC_PRIVATE.
7478         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
7479         Remove entry parameter from _nss_nisplus_parse_pwent and
7480         _nss_nisplus_parse_grent.
7481         * nis/nss_nisplus/nisplus-parser.c: Likewise.
7482         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
7483         again.  Rewrite getpwent handling to not use nis_first_entry and
7484         nis_next_entry.  Roll out own niscall handling.
7485         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7487         * sunrpc/xdr_rec.c: Fix typo in comment.
7489 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
7491         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
7492         handling.
7494         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
7495         to allocate memory for my_pollfd.  Better initialization of
7496         cb_is_running.  Use TEMP_FAILURE_RETRY.
7498         * malloc/memusage.sh (memusageso): Add quotes.
7499         (memusagestat): Likewise.
7500         * debug/xtrace.sh (pcprofileso): Likewise.
7501         (pcprofiledump): Likewise.
7502         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
7503         replacement.
7504         * malloc/Makefile ($(objpfx)memusage): Likewise.
7506         * nis/nis_callback.c (__nis_create_callback): Calls to
7507         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
7508         asprintf call fails.
7510         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
7511         no uninitialized memory is passed to sendto.
7513 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
7515         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
7516         of snprintf+strdup.  Handle OOM.
7517         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
7518         cb->serv together.  Remove now obsolete free calls.
7519         (__nis_destroy_callback): Remove now obsolete free call.
7521 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
7523         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
7524         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
7525         and ULA respectively). Set precedence for IPv4 address to 10 as
7526         defined in RFC3484 for preferring IPv6.
7527         * posix/gai.conf: Update to match the new default tables.
7529 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
7531         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
7532         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
7533         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
7534         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
7536         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
7537         Removed.
7538         (init_nss_interface): Remove initialization of these variables.
7540 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
7542         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
7543         nis_free_directory forward to avoid duplication.
7545 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
7547         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
7548         rec_dirsearch returning NULL.
7549         (first_shoot): Handle __nis_finddirectory returning NULL.
7550         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
7552         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
7553         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
7555 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
7557         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
7558         pid changed.
7560 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
7562         * include/rpc/pmap_prot.h: Mark all functions as hidden.
7564         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
7565         * nscd/nscd_getgr_r.c: Likewise.
7567         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
7569         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
7570         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
7572         * stdlib/longlong.h (__clz_tab): Mark as hidden.
7574         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
7576         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
7578         * include/rpc/auth.h: Mark xdr_des_block_internal and
7579         xdr_opaque_auth_internal as hidden.
7581         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
7582         hidden.
7584         * include/rpc/xdr.h: Mark all _internal functions as hidden.
7586         * misc/getusershell.c (okshells): Don't use static initializers,
7587         do it dynamically.
7589         * stdlib/fmtmsg.c (keywords): Change type of len element to
7590         uint32_t to not waste space on 64bit machines.
7592         * locale/setlocale.c: Change _nl_category_names into a string.
7593         Add new _nl_category_name_idxs.  Change all users.
7594         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
7595         Declare _nl_category_name_idxs.
7596         * locale/findlocale.c: Adjust for _nl_category_names change.
7597         * locale/loadlocale.c: Likewise.
7598         * locale/newlocale.c: Likewise.
7599         * intl/dcigettext.c: Likewise.
7601         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
7602         (add_alias2): ...here.  New function.
7603         (__gconv_read_conf): Simplify builtin alias handling.
7604         (builtin_aliases): Convert to string to avoid relocations.
7605         * iconv/gconv_builtin.h: Add comment about correct formatting.
7607 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
7609         * resolv/res_debug.c (loc_ntoa): Make error const.
7611 2006-05-14  Andreas Schwab  <schwab@suse.de>
7613         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
7615 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
7617         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
7618         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
7619         sizeof (cpu_set_t).
7621 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
7623         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
7625         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
7627         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
7628         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
7630         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
7631         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
7633         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
7634         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
7635         xdr_cback_data.
7637         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
7638         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7639         xdr_ypupdate_args.
7641         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
7642         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
7644         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
7645         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
7647         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
7648         * include/rpcsvc/nis_callback.h: New file.
7650         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
7651         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
7653         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7654         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7656         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
7657         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
7659         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
7660         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
7662         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
7663         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
7664         xdr_ypdelete_args.
7666         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
7667         __BEGIN_DECLS and __END_DECLS, the header is not installed.
7669         * nis/nis_error.c: Remove table of strings.  Use position
7670         independent mechanism.
7671         * nis/nis_error.h: New file.
7673 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
7675         * locale/programs/ld-time.c (time_finish): If wide era name or
7676         format aren't provided, set both wname and wformat to L"".
7678 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7680         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
7681         results if the call was succesful.
7683         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
7685         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
7686         as hidden.
7688 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
7690         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
7692 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
7694         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
7695         caller makes sure this is not the case.
7696         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
7698 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
7700         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
7701         calls.
7703         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
7704         [Coverity CID 229, 230]
7706         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
7707         DGETTEXT calls.
7708         (hol_help): Likewise.  [Coverity CID 226, 227]
7710         * string/argz-replace.c (__argz_replace): Unconditionally call
7711         free on SRC.  [Coverity CID 225]
7713         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
7714         the return value of __nis_default_owner and __nis_default_group,
7715         it has been especially allocated.  [Coverity CID 224]
7717         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
7718         searchgroup and searchowner.  Significantly simplified.
7719         (__nis_default_owner): Remove duplication.  Do not locally copy the
7720         string before duplicating it.
7721         (__nis_default_group): Likewise.
7723         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
7724         we must clear the variable before calling __nisfind_server.
7726         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
7727         nis_getnames.  [Coverity CID 223]
7729         * locale/programs/locfile.c (locfile_read): Use alloca instead of
7730         xmalloc to allocate local repertoire name.  [Coverity CID 222]
7732         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
7733         allocate memory for the input to add_bytes.  [Coverity CID 221]
7735         * posix/wordexp.c (w_addword): Free word if realloc fails and it
7736         was allocated here.  [Coverity CID 219, 220]
7738         * posix/getconf.c (print_all): Free confstr data after printing.
7739         [Coverity CID 218]
7741         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
7742         list allocation fails.  [Coverity CID 215]
7744         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
7745         [Coverity CID 213]
7747         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
7748         string is NULL.  [Coverity CID 212]
7749         * argp/Makefile: Add rules to build and run bug-argp1.
7750         * argp/bug-argp1.c: New file.
7752         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
7753         end of string.
7754         * stdlib/canonicalize.c (__realpath): Likewise.
7756         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
7757         pointer.  [Coverity CID 206]
7759         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
7760         in statically linked code.
7761         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
7762         statically built code, be prepared to have no link map.
7763         [Coverity CID 205]
7765         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
7766         dgettext calls. [Coverity CID 204]
7768         * argp/argp-help.c (struct uparams): Remove valid member.  Change
7769         the one user.
7770         (uparam_names): Reduce size.  Avoid relative relocations.
7771         Moved to read-only segment.
7772         (fill_in_uparams): Update for new layout.
7774         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
7775         assumed to always be != NULL. [Coverity CID 202]
7777         * argp/argp-help.c (hol_entry_help): Remove some dead code
7778         [Coverity CID 200].
7780         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
7781         away a few more unconditional yperr2nss calls.
7782         (_nss_nis_getservbyname_r): Likewise.
7784 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
7786         * sysdeps/generic/ldsodefs.h: Remove support for non-core
7787         architectures.
7789         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
7790         that unused memory passed to sendto is nevertheless initialized.
7792         [BZ #2499]
7793         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
7794         possibly unaligned memory accesses.
7796         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
7797         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
7798         and __putlong respectively.  Correct buffer overflow check for
7799         NS_NOTIFY_OP.
7801         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
7803         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
7804         (send_dg): Rewrite error handling to be more compact and avoid
7805         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
7807         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
7809         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
7810         instead of ns_get16.
7811         (res_queriesmatch): Likewise.  Minor optimization.
7813         [BZ #2499]
7814         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
7815         __libc_res_nsend might reallocate the buffer for the answer.  In
7816         this case we have to reload the HP pointer.
7818 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7820         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
7821         some branch prediction hints.
7823         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
7824         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7825         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7826         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7827         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7828         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7829         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7830         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7832 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7834         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
7835         by a GOT relocation to make Scrt1.o position independent.
7836         * sysdeps/s390/s390-64/elf/start.S: Likewise.
7838         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
7839         six system call parameters.
7840         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
7842 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7844         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
7845         malloc&bzero.
7847         * sunrpc/svc_udp.c (BZERO): Remove definition.
7848         (CALLOC): Define.
7849         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
7851         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
7852         (des_SPtrans): Use uint32_t type.
7853         (des_skb): Likewise.
7855         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
7857 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
7859         [BZ #2509]
7860         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
7861         on 32-bit arches.
7863 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
7865         * locale/programs/ld-address.c (address_finish): Fix one more
7866         place where the iso639 array might be accessed beyond the limits.
7868 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
7870         * nis/nis_table.c (nis_list): Avoid clearing res twice before
7871         filling it for the first time.
7873         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
7874         Adjust all callers.
7875         Free res object content before returning.
7877         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
7879         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
7880         client->cl_auth.
7882         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
7883         cleanup for initial thread, just the free call on TVP.
7885         * nscd/gai.c (__getline): Define.
7888 See ChangeLog.16 for earlier changes.