Check DATA_CACHE_SIZE_HALF
[glibc.git] / ChangeLog
bloba780308f204aa3aaa1059d48dddf3784ee954740
1 2010-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Check
4         DATA_CACHE_SIZE_HALF instead of SHARED_CACHE_SIZE_HALF.
6 2010-04-14  Andreas Schwab  <schwab@redhat.com>
8         * elf/dl-version.c (_dl_check_map_versions): Avoid index overflow
9         when dependencies are missing.
11 2010-04-14  H.J. Lu  <hongjiu.lu@intel.com>
13         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Optimized for unaligned
14         data.
16 2010-04-12  H.J. Lu  <hongjiu.lu@intel.com>
18         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19         memcmp-sse4.
20         * sysdeps/x86_64/multiarch/memcmp-sse4.S: New file.
21         * sysdeps/x86_64/multiarch/memcmp.S: New file.
22         * sysdeps/x86_64/multiarch/rtld-memcmp.c: New file.
24 2010-04-13  Ulrich Drepper  <drepper@redhat.com>
26         * sysdeps/x86_64/multiarch/init-arch.h: Pretty printing.
27         Add SSE 4.1 macros.
29 2010-04-10  Matt Fleming  <matt@console-pimps.org>
31         * elf/elf.h: Add SH specific ELF header flags.
33 2010-04-13  Andreas Schwab  <schwab@redhat.com>
35         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Fix setup of
36         overflow area.
37         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
39 2010-04-12  Andreas Schwab  <schwab@redhat.com>
41         * stdlib/tst-makecontext3.c (main): Initialize ucontext_t objects
42         only with getcontext.  Test for unimplemented makecontext by
43         checking errno.
45 2010-04-09  Ulrich Drepper  <drepper@redhat.com>
47         * nscd/aicache.c (addhstaiX): Correct passing memory to address
48         list to gethostbyname4_r functions.
50         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Optimize
51         copying of h_name.
53 2010-04-09  Roland McGrath  <roland@redhat.com>
55         * Makerules ($(common-objpfx)libc-abis.h): Depend on libc-abis.stamp.
56         ($(common-objpfx)libc-abis.stamp): New target, rule moved from
57         libc-abis.h target.  Use a stamp file to avoid repeating no-op
58         move-if-change on every run.
60         * posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`.
62 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
64         [BZ #10915]
65         * nscd/nscd_stat.c (struct statdata): Add reload_count field.
66         (send_stats): Fill in reload_count.
67         (receive_print_stats): Print reload_count.
69         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): When
70         reading the loginuid file use a buffer which is always large enough.
71         NUL-terminate the string.
73         * malloc/malloc.c (_int_malloc): Return NULL if printing error message
74         returns.
76 2010-04-07  Andreas Schwab  <schwab@redhat.com>
78         * sysdeps/unix/sysv/linux/i386/fallocate.c: Set errno on error.
79         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
81 2010-04-08  Andreas Jaeger  <aj@suse.de>
83         [BZ #10401]
84         * math/s_cprojl.c (__cprojl): Fix implementation to follow C99
85         standard.
86         * math/s_cprojf.c (__cprojf): Likewise.
87         * math/s_cproj.c (__cproj): Likewise.
88         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
89         * math/libm-test.inc (cproj_test): Fix test.
91 2010-04-08  Roland McGrath  <roland@redhat.com>
93         * Makerules (libc-abis): Variable removed.
94         ($(common-objpfx)libc-abis.h): Depend on Makerules too.
95         Use automatic variables in commands.
96         Depend on first libc-abis from $(sysdirs) or $(..).
98 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
100         * posix/bug-getopt1.c: New file.
101         * posix/bug-getopt2.c: New file.
102         * posix/bug-getopt3.c: New file.
103         * posix/bug-getopt4.c: New file.
104         * posix/bug-getopt5.c: New file.
106 2009-12-01  Eric Blake  <ebb9@byu.net>
108         [BZ #11039]
109         * posix/getopt.c (_getopt_internal_r): Skip optional - or + before
110         checking lead byte of optstring for :.
112         [BZ #11040]
113         * posix/getopt.c (_getopt_internal_r): Reject '-;' as short
114         option, since it conflicts with "W;" optstring extension.
116 2009-12-02  Eric Blake  <ebb9@byu.net>
118         [BZ #11041]
119         * posix/getopt.c (_getopt_internal_r): Handle '-Wfoo' identically
120         to '--foo', with optional argument or non-ambiguous prefix.
122 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
124         [BZ #11134]
125         * nis/libnsl.h (NSS_FLAG_ADJUNCT_AS_SHADOW): Define.
126         * nis/nss: Document new ADJUNCT_AS_SHADOW variable.
127         * nis/nss-default.c: Handle ADJUNCT_AS_SHADOW variable.
128         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Minor cleanups.
129         (internal_nis_getpwent_r): Don't fill in password from adjunct table
130         if NSS_FLAG_ADJUNCT_AS_SHADOW is set.
131         (_nss_nis_getpwnam_r): Likewise.
132         (_nss_nis_getpwuid_r): Likewise.
133         * nis/nss_nis/nis-spwd.c (ent_adjunct_used): New global variable.
134         (_nss_nis_setspent): Also reset ent_adjunct_used.
135         (internal_nis_getspent_r): If new_start is set and shadow.byname table
136         does not exist and NSS_FLAG_ADJUNCT_AS_SHADOW is set, try to get
137         passwd.adjunct.byname table.  If new_start is not set get next entry
138         from the initially used table.  Synthesize shadow.byname table if
139         necessary by adding two empty fields.
140         (_nss_nis_getspnam_r): If shadow.byname table does not exist and
141         NSS_FLAG_ADJUNCT_AS_SHADOW is set, try to get passwd.adjunct.byname
142         table and synthesize shadow.byname table.
144 2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
146         * Makerules (libc-abis): Add $(..) to libc-abis.
148 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
150         * Makerules (libc-abis): Fix search for libc-abis in add-ons.
152 2010-04-05  Thomas Schwinge  <thomas@schwinge.name>
154         * sysdeps/gnu/unwind-resume.c: New, moved from nptl/sysdeps/pthread/.
155         * sysdeps/gnu/rt-unwind-resume.c: Likewise.
156         * sysdeps/gnu/Makefile: Add sections for csu and rt subdirs to
157         build unwind-resume code, previously in nptl/sysdeps/pthread/Makefile.
159 2010-04-05  Roland McGrath  <roland@redhat.com>
161         * elf/dl-cache.c (_dl_load_cache_lookup): Obey dl_hwcap_mask.
163         * elf/dl-support.c (_dl_hwcap_mask): New variable.
165         * elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
167 2010-03-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
169         * Makeconfig: Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.
171 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
173         * elf/elf.h (ELFOSABI_ARM_AEABI): Define.
175 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
177         * po/nl.po: Update from translation team.
179         [BZ #11010]
180         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Handle
181         timeouts from servers.
183         [BZ #11149]
184         * elf/ldconfig.c (main): Respect chroot setting when looking for
185         the aux cache.
187 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
189         [BZ #11043]
190         * posix/getopt.c (_getopt_internal_r): Fix arguments printed in error
191         messages.
193         [BZ #11070]
194         * resolv/netdb.h: Declare iruserok and iruserok_af.
196         * argp/Makefile: Add rules to build and run bug-argp2.
197         * argp/bug-argp2.c: New file.
199 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
201         [BZ #11254]
202         * argp/argp-parse.c (convert_options): Fix improper use of `|'
203         between character values.
205 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
207         [BZ #11276]
208         * sysdeps/posix/remove.c (IS_NO_DIRECTORY_ERROR): Define.
209         (remove): Use IS_NO_DIRECTORY_ERROR to check for file being no
210         directory.
211         * sysdeps/unix/sysv/linux/remove.c: New file.
213         * conform/data/sys/stat.h-data: Fix testing of S_IS* macros.
215         [BZ #11279]
216         * io/sys/stat.h: Always define S_ISSOCK for XPG6 and up.
218         [BZ #11287]
219         * csu/Makefile ($(objpfx)version-info.h): Handle newer kernel headers
220         which don't define UTS_RELEASE.
222 2010-04-04  H.J. Lu  <hongjiu.lu@intel.com>
223             Ulrich Drepper  <drepper@redhat.com>
225         [BZ #11292]
226         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Allow
227         concurrent initialization and use of __cpu_features.
229 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
231         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add tag to
232         the enum.
234 2010-04-03  Ulrich Drepper  <drepper@redhat.com>
236         [BZ #11333]
237         * sysdeps/unix/readdir_r.c (__READDIR_R): Add support for platforms
238         which include unnecessary padding in d_reclen.
239         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Select work-around for
240         unnecessary padding.
242         [BZ #11387]
243         * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlin): Don't abort on
244         unknown interface, return -1.
245         (getifaddrs_internal): Rename from getifaddrs.  Handle errors in
246         map_newlink be returning -EAGAIN.
247         (getifaddrs): If -EAGAIN is returned from getifaddrs_internal try
248         again.
250 2010-03-25  Ryan S. Arnold  <rsa@us.ibm.com>
252         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Remove
253         redundant and incorrect else block which overwrites current line
254         with the partial next line.
256 2010-04-03  Ulrich Drepper  <drepper@redhat.com>
258         [BZ #11438]
259         * posix/gai.conf: Document problems with IPv4 site-local addresses and
260         NATs.
262         [BZ #11449]
263         * crypt/crypt_util.c (__init_des_r): Add memory barrier before setting
264         small_tables_initialized.
266         * malloc/malloc.c (_int_free): Add one more sanity check for fastbins.
268         * malloc/malloc.c (set_max_fast): Fix computation of the value.
270 2010-03-30  David S. Miller  <davem@davemloft.net>
272         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Fix
273         MMAP2_PAGE_SHIFT test.
275 2010-03-29  Ulrich Drepper  <drepper@redhat.com>
277         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_WAITFORONE.
279 2010-03-28  Thomas Schwinge  <thomas@schwinge.name>
281         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Adapt to auxv
282         changes in the generic code.
283         * elf/rtld.c (dl_main): Conditionalize the code that dereferences auxv
284         to [HAVE_AUX_VECTOR].
286 2010-03-27  Ulrich Drepper  <drepper@redhat.com>
288         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): If
289         __ASSUME_AT_PAGESIZE we can rely on the value being set.
291         * include/wchar.h: Undefine __need_mbstate_t and __need_wint_t
292         unconditionally in the end.
294         * posix/glob.c (glob): Initialize oldcount early, too.
296 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
298         * sysdeps/unix/sysv/linux/i386/fcntl.c: Define miss_F_GETOWN_EX
299         only if needed.
300         Patch mostly by Paul Pluzhnikov <ppluzhnikov@google.com>.
302 2010-03-26  Richard Henderson  <rth@redhat.com>
304         * sysdeps/generic/ldsodefs.h (_dl_random): Mark attribute_relro;
306         * stdio-common/psiginfo.c (psiginfo): Fix printf format
307         warning for si_band.
309         * locale/setlocale.c (free_category): Finish renaming
310         struct locale_data to __locale_data.
312         * csu/gmon-start.c (ENTRY_POINT, etext): Declare as char[], not void.
313         * elf/dl-sysdep.c (_end): Likewise.
314         * sysdeps/unix/sysv/dl-sysdep.c (frob_brk): Likewise with locally
315         declared _end, and associated variables.
317 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
319         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't assume success always
320         means aborting the loop over the NSS methods.
322 2010-03-25  Andreas Schwab  <schwab@redhat.com>
324         [BZ #11001]
325         * sysdeps/posix/getaddrinfo.c (gaih_inet): Reset no_data before
326         each action.
328 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
330         * malloc/malloc.c: Remove stale reference to website.
332 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
334         [BZ #11389]
335         * bits/time.h: Define CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and
336         CLOCK_MONOTONIC_COARSE.
337         * sysdeps/unix/sysv/linux/clock_getres.c: Handle CLOCK_MONOTONIC_RAW,
338         CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE.
339         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
340         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
342 2010-03-25  Andreas Schwab  <schwab@redhat.com>
344         * sysdeps/posix/cuserid.c: Fix typo.
346 2010-03-16  Chris Demetriou  <cgd@google.com>
348         [BZ #11394]
349         * locale/programs/simple-hash.c: Include inttypes.h.
350         (hashval_t): Defined to be uint32_t.
351         * locale/programs/simple_hash.h: Include inttypes.h.
352         (compute_hashval): Change return type to uint32_t.
354 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
356         * sysdeps/unix/sysv/linux/getlogin_r.c: New file.
357         * sysdeps/unix/sysv/linux/getlogin.c: New file.
358         * sysdeps/unix/getlogin_r.c: Allow compiling getlogin as static
359         function.
360         * sysdeps/unix/getlogin.c: Likewise.  Move name variable to toplevel.
361         * include/unistd.h: Declare __getlogin_r_loginuid.
363         [BZ #11397]
364         * sysdeps/posix/cuserid.c (cuserid): Make sure the returned string
365         is NUL terminated.
366         Patch by Jonathan Geisler <jgeisler@cse.taylor.edu>.
368         * sysdeps/unix/sysv/linux/mmap64.c: Allow variable shift values.
370 2010-03-24  H.J. Lu  <hongjiu.lu@intel.com>
372         * sysdeps/x86_64/multiarch/strpbrk-c.c: Define only if SHARED
373         is defined.
375 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
377         * string/test-memcmp.c (check_result): New function.
378         (do_one_test): Use it.
379         (check1): New function.
380         (test_main): Use it.
382 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
384         * posix/tst-gnuglob.c: Add tests with empty patterns.  For this
385         rewrite the tests to add support for failing glob calls.
386         Some other minor cleanups.
387         * posix/bug-glob3.c: New file.
388         * posix/Makefile (tests): Add bug-glob3.
390 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
391             Andreas Schwab  <andreas@redhat.com>
393         * posix/glob.c (glob): Clean up gl_pathc and gl_pathv earlier.
394         If pattern is "" bail out early
396 2010-03-23  Jakub Jelinek  <jakub@redhat.com>
398         * elf/dl-lookup.c (do_lookup_x): If tab->entries is NULL,
399         but tab->size != 0, just unlock and goto success, without
400         allocating anything or entering anything into the hash table.
401         (_dl_debug_bindings): Temporarily set tab->entries to NULL
402         around do_lookup_x in undef_map->l_local_scope[0].  If
403         undef_map->l_symbolic_in_local_scope, lookup also in
404         symbolic_searchlist of following libraries in l_local_scope
405         that have DT_SYMBOLIC set.
406         * elf/dl-deps.c (_dl_map_object_deps): Compute
407         l_symbolic_in_local_scope.
408         * include/link.h (struct link_map): Add l_symbolic_in_local_scope
409         bitfield.
411 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
413         [BZ #11410]
414         * wctype/wctype.h: Use <wchar.h> to get the wint_t definition.
416         * wcsmbs/wchar.h: Correct preprocessor directive indentation.  Move
417         C++ prototype handling to a better place.
419 2010-03-18  Ulrich Drepper  <drepper@redhat.com>
421         * elf/dl-load.c (open_verify): Extend expected to the full size of the
422         e_ident array.  When loading, check that the fields in e_ident we don't
423         know are zero to allow future extensions.
425 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
427         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Update %xmm3
428         when exit from loop.
430 2010-03-16  Andreas Schwab  <schwab@redhat.com>
432         * resolv/res_send.c (__libc_res_nsend): Fix printing of server
433         address in debug statement.
434         (send_dg): Pass correct buffer pointer to DprintQ.
436 2010-03-17  Ulrich Drepper  <drepper@redhat.com>
438         * libc-abis: Add a few more entries.
440 2010-03-16  Ulrich Drepper  <drepper@redhat.com>
442         * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter.
443         Not used here.
444         (open_verify): Modify for extended VALID_ELF_ABIVERSION macro
445         interface.
446         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Add
447         additional osabi parameter.  Only acceept nonzero ABI versions if osabi
448         is Linux.
449         Fix includes.
450         (expected2): Don't explicitly initialize EI_ABIVERSION byte.
452         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update
453         definition to follow generic code.
455 2010-03-15  Ulrich Drepper  <drepper@redhat.com>
457         * posix/getconf.c: Update copyright year.
458         * nss/getent.c: Likewise.
459         * iconv/iconvconfig.c: Likewise.
460         * iconv/iconv_prog.c: Likewise.
461         * elf/ldconfig.c: Likewise.
462         * catgets/gencat.c: Likewise.
463         * csu/version.c: Likewise.
464         * elf/ldd.bash.in: Likewise.
465         * elf/sprof.c (print_version): Likewise.
466         * locale/programs/locale.c: Likewise.
467         * locale/programs/localedef.c: Likewise.
468         * nscd/nscd.c (print_version): Likewise.
469         * debug/xtrace.sh: Likewise.
470         * malloc/memusage.sh: Likewise.
471         * malloc/mtrace.pl: Likewise.
472         * debug/catchsegv.sh: Likewise.
474         * Makerules: Add rule for libc-abis.h.
475         * csu/version.c: Use LIBC_ABIS_STRING string if available.
476         * elf/dl-load.c (VALID_ELF_ABIVERSION): Check using LIBC_ABI_MAX.
477         (open_verify): Only check EI_ABIVERSION bytes using VALID_ELF_HEADER.
478         Add extra call to VALID_ELF_ABIVERSION.
480 2010-03-12  Ulrich Drepper  <drepper@redhat.com>
482         * sysdeps/unix/sysv/linux/sys/mount.h (UMOUNT_NOFOLLOW): Define.
484 2010-03-12  Andreas Schwab  <schwab@redhat.com>
486         * elf/dl-dst.h: Include "trusted-dirs.h".
487         (DL_DST_REQUIRED): Take $LIB into account.
489 2010-03-11  Roland McGrath  <roland@redhat.com>
491         * elf/elf.h (R_X86_64_GOT64, R_X86_64_GOTPCREL64): New macros.
492         (R_X86_64_GOTPC64, R_X86_64_GOTPLT64, R_X86_64_PLTOFF64): New macros.
494 2010-03-10  Luis Machado  <luisgpm@br.ibm.com>
496         * sysdeps/powerpc/powerpc64/power7/memcpy.S: New file.
497         * sysdeps/powerpc/powerpc32/power7/memcpy.S: New file.
499 2010-03-09  David S. Miller  <davem@davemloft.net>
501         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handling
502         of R_SPARC_TLS_LE_* needs to use 32-bit loads and stores, not
503         64-bit ones.
505         * sysdeps/sparc/sparc32/memcpy.S: Fix build.
507         * sysdeps/sparc/sparc32/strlen.S: Optimize.
508         * sysdeps/sparc/sparc64/strlen.S: Likewise.
509         * sysdeps/sparc/sparc32/sparcv9/strlen.S (ASI_PNF, ASI_BLK_P,
510         XCC): Delete definitions, not needed.
512 2010-03-07  Ulrich Drepper  <drepper@redhat.com>
514         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
515         Little follow-up patch from last change.
517 2010-03-06  Ulrich Drepper  <drepper@redhat.com>
519         * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs.
520         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add entry for logfs.
522 2010-02-18  Yann Droneaud  <yann@droneaud.fr>
524         * resolv/res_send.c: Fixed DEBUG statements.
525         Moved tmpbuf declaration to block beginning and
526         updated pointer names used in multiple DprintQ() calls
528 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
530         * config.make.in (config-asflags-i686): Define.
531         * configure.in: Substitute libc_cv_as_i686.
532         * sysdeps/i386/configure.in: Check if assembler supports -mtune=i686.
533         * sysdeps/i386/i686/Makefile (CFLAGS-.oX): Add -Wa,-mtune=i686
534         if assembler supports -mtune=i686.
535         (ASFLAGS-.oX): Likewise.
537 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
539         * elf/elf.h (R_X86_64_SIZE32): Define.
540         (R_X86_64_SIZE64): Define.
542 2010-03-02  Richard Guenther  <rguenther@suse.de>
544         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
545         is sign-extending.
547 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
549         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
550         the kernel headers.
552 2010-03-04  David S. Miller  <davem@davemloft.net>
554         * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
556         * sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
557         * sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
559 2010-03-03  David S. Miller  <davem@davemloft.net>
561         * math/math_private.h (INSERT_WORDS64): Fix argument order.
563 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
565         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
567 2010-03-03  David S. Miller  <davem@davemloft.net>
569         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
570         pass '1' for 't' argument to sparc_fixup_plt.
571         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
572         Likewise.
573         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
574         (sparc_fixup_plt): Document 't' argument.  Enable branch
575         optimization and use v9 branches when possible.  Explain why we
576         cannot unconditionally patch the branch into the first PLT
577         instruction.
578         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
579         argument.  Use v9 branches when possible.  Explain why we can in
580         fact unconditionally use a branch in the first PLT instruction
581         here.
583 2010-02-28  Roland McGrath  <roland@redhat.com>
585         * elf/elf.h (NT_X86_XSTATE): New macro.
587 2010-02-25  David S. Miller  <davem@davemloft.net>
589         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
590         * sysdeps/sparc/sparc64/align-cpy.S: New.
591         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
592         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
593         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
594         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
595         Remove.
596         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
597         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
598         Remove.
599         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
600         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
601         Remove.
603         * sysdeps/sparc/sparc32/bcopy.c: Delete.
604         * sysdeps/sparc/sparc32/memmove.c: Delete.
605         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
606         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
607         * sysdeps/sparc/sparc64/bcopy.c: Delete.
608         * sysdeps/sparc/sparc64/memmove.c: Delete.
609         * sysdeps/sparc/sparc64/memcopy.h: New.
610         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
611         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
612         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
613         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
614         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
616         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
617         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
618         gen-as-const-headers.
619         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
620         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
621         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
622         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
623         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
624         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
625         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
626         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
627         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
628         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
629         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
630         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
631         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
632         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
633         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
634         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
635         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
636         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
637         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
638         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
639         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
640         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
641         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
642         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
644 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
646         [BZ #11332]
647         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
648         and cfi_restore_state only if USE_AS_STRNCMP is defined.
650 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
652         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
654 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
656         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
657         (bk_write_less32bytes_2): Renamed to ...
658         (bk_write_less48bytes): This.
659         Use unsigned conditional jumps.
660         Correct unwind info.
661         Use add/sub instead of lea if possible.
662         (shl_0_gobble_cache_loop_tail): Removed.
663         (large_page): Properly adjust ECX.
665         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
666         conditional jumps.
667         Correct unwind info.
669         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
670         punpcklbw.
671         Use unsigned conditional jumps.
672         (128bytesormore_nt): Renamed to ...
673         (128bytesormore_endof_L1): This.
674         Use add instead of lea if possible.
675         Correct unwind info.
676         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
677         punpcklbw.
678         Use unsigned conditional jumps.
679         Use add instead of lea if possible.
680         Correct unwind info.
682 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
684         [BZ #11319]
685         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
686         undoing the stream because _IO_FINISH doesn't report failures.
688         [BZ #5553]
689         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
690         (public_pVALLOc): Likewise.
691         Patch by Petr Baudis.
693 2010-02-22  Jim Meyering  <meyering@redhat.com>
695         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
697         * manual/charset.texi: Adjust grammar.
699         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
700         * manual/charset.texi (Selecting the Conversion): Likewise.
701         * manual/getopt.texi (Getopt Long Options): Likewise.
702         * manual/memory.texi (Resizing the Data Segment): Likewise.
703         * manual/message.texi (GUI program problems): Likewise.
704         * manual/resource.texi (CPU Affinity): Likewise.
705         * manual/stdio.texi (Streams and Threads): Likewise.
706         * manual/time.texi (High Accuracy Clock): Likewise.
708 2009-02-20  David S. Miller  <davem@davemloft.net>
710         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
711         Adjust rela->r_offset by l->l_addr when rewriting PLT.
713         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
714         test end of buffer.
716         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
717         (__makecontext): Adjust arg counter properly when copying arg
718         stack slots.
720 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
722         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
723         Adjust rela->r_offset by l->l_addr when rewriting PLT.
725 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
727         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
728         non-existent `tiocsctty_port'.
730 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
732         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
733         instead of FEATURE_OFFSET.
734         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
736         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
737         Fix one unwind info problem.
739         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
741         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
743 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
744             Ulrich Drepper  <drepper@redhat.com>
746         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
747         Clean up a bit.
749 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
751         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
752         (tiocsctty_port): ...this new function.
754         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
755         `ioctl_handler_t'.
757 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
759         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
760         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
761         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
762         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
764         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
765         undefined code.
767 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
769         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
770         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
771         memcmp-c, memcmp-ssse3, and memcmp-sse4.
772         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
773         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
774         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
775         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
776         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
777         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
778         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
779         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
780         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
781         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
783 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
785         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
786         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
787         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
788         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
789         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
790         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
791         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
792         is not supported.
793         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
794         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
795         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
796         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
797         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
798         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
799         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
800         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
801         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
802         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
803         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
804         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
805         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
806         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
807         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
808         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
809         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
811         Likewise.
812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
813         Likewise.
814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
815         Likewise.
816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
817         Likewise.
818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
820 2010-02-12  Alan Modra  <amodra@gmail.com>
822         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
823         Define and use for __powerpc64__ too.
824         [__powerpc__] (TLS_LD): Add r3 to clobbers.
825         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
826         [__powerpc64__] (TLS_GD): Make __result r3 reg.
827         [__powerpc64__] (TLS_IE): Relax output constraint.
829 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
831         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
832         instructions cu21 and cu24.  Add well-formedness checking
833         parameter and adjust the software implementation.
834         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
836 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
838         [BZ #11271]
839         * io/ftw.c (ftw_startup): Close descriptor for initial directory
840         after changing back to it.
842 2010-02-05  David S. Miller  <davem@davemloft.net>
844         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
845         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
846         ifunc relocs.
847         (elf_machine_lazy_rel): Likewise.
848         (sparc_fixup_plt): Pull out to...
849         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
850         * sysdeps/sparc/sparc32/dl-irel.h: New file.
851         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
852         ifunc relocs.
853         (elf_machine_lazy_rel): Likewise.
854         (sparc64_fixup_plt): Pull out to...
855         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
856         * sysdeps/sparc/sparc64/dl-irel.h: New file.
858 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
860         * elf/elf.h: Define m68k TLS relocations.
862 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
864         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
865         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
866         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
867         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
869         64-bit power7 fpu path.
870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
871         32-bit power7 fpu math.
873 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
875         * sysdeps/i386/rshift.S: More compact unwind information.
877         * sysdeps/i386/lshift.S: Fix unwind information.
879 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
881         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
882         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
883         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
884         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
885         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
886         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
887         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
888         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
889         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
890         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
891         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
892         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
894 2010-02-08  Andreas Schwab  <schwab@redhat.com>
896         * include/fenv.h: Add hidden proto for fegetenv.
897         * math/fegetenv.c: Add hidden alias.
898         * sysdeps/i386/fpu/fegetenv.c: Likewise.
899         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
900         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
901         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
902         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
903         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
904         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
906 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
908         [BZ #11230]
909         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
910         during recovery.
912 2010-01-26  Andreas Schwab  <schwab@redhat.com>
914         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
915         interface.
916         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
917         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
918         utmpx interface.
920         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
921         entry for 2.12.
923 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
925         [BZ #11235]
926         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
927         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
928         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
929         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
930         MS_ACTIVE, and MS_NOUSER.
931         (MS_RMT_MASK): Update according to current kernels.
933         [BZ #11242]
934         * misc/getusershell.c (initshells): Allocate one more byte in input
935         buffer so that fgets doesn't loop undefinitely.
937 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
939         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
940         __libc_use_alloca tells us not to.  Fix memory leak in an error
941         situation.  Based partially on patch by Jim Meyering.
943 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
945         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
946         get_phys_pages, get_avphys_pages): Add weak aliases.
948 2010-01-25  Andreas Schwab  <schwab@redhat.com>
950         * iconv/iconv_prog.c (write_output): Fix check for open failure.
952 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
954         [BZ #11200]
955         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
956         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
958 2010-01-22  Jim Meyering  <jim@meyering.net>
960         [BZ #11193]
961         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
962         buffer length computation.
964         [BZ #11192]
965         * posix/regexec.c (re_copy_regs): Don't leak when allocation
966         of the start buffer succeeds but allocation of the "end" one fails.
968         [BZ #11191]
969         * posix/regexec.c (re_search_2_stub): Check for overflow
970         when adding the sizes of the two strings.
972         [BZ #11190]
973         * posix/regexec.c (re_search_internal): Avoid overflow
974         in computing re_malloc buffer size.
976         [BZ #11189]
977         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
978         in computing re_malloc buffer size.
980         [BZ #11188]
981         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
982         in size calculation.
984         [BZ #11187]
985         * posix/regexec.c (re_search_2_stub): Use simpler method than
986         boolean for freeing internal storage.
988 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
990         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
991         failed mbrtowc call.
993 2010-01-22  Jim Meyering  <jim@meyering.net>
995         [BZ #11186]
996         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
997         fits in wchar_t.  Problem reported by Eric Blake.
999         [BZ #11185]
1000         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
1001         and stores into set-but-not-used local, "q".
1003         [BZ #11184]
1004         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
1005         detection test.  Patch by Paul Eggert.
1007         [BZ #11183]
1008         * posix/regex_internal.c (re_string_realloc_buffers):
1009         Detect and handle internal overflow.  Patch by Paul Eggert
1011 2010-01-20  Andreas Schwab  <schwab@redhat.com>
1013         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
1014         (CHECK_SP): Fix check for alternate stack.
1015         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
1016         (CHECK_SP): Likewise.
1018 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1020         * sysdeps/i386/i686/multiarch/memmove.S: Also check
1021         bit_Fast_Rep_String when SHARED isn't defined.
1023 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
1025         [BZ #11194]
1026         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
1028 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1030         * sysdeps/mach/hurd/bits/libc-lock.h
1031         (__rtld_lock_recursive_t): New type.
1032         (__rtld_lock_initialize): New macro.
1034 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
1036         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
1037         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
1038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
1039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
1041 2010-01-18  Andreas Schwab  <schwab@redhat.com>
1043         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
1044         definitions of O_DSYNC and O_RSYNC.
1046         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
1047         casting d_tag.
1049         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
1050         dynamic entry types.
1052 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
1054         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
1055         constant.
1056         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
1057         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
1058         overflow.
1059         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
1061         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
1062         math_opt_barrier and math_force_eval macros.
1064 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
1066         * posix/regcomp.c: Fix a few more cases of ignored return values.
1067         * posix/regex_internal.c: Likewise.
1068         * posix/regexec.c: Likewise.
1070         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
1071         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
1072         if _XOPEN_SOURCE is not defined as well.
1074 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1076         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
1077         high gprs kernel facility.
1078         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
1079         Added high gprs check for DSOs.
1080         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
1081         new elf header flag.
1083 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1085         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
1086         dl_main.
1087         * elf/dl-open.c (_dl_sysdep_start): Likewise..
1088         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
1089         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
1090         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
1091         started.
1093 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
1095         [BZ #11027]
1096         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
1097         to RFC 2474.
1098         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1100         [BZ #11141]
1101         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
1102         addresses.
1104         [BZ #11127]
1105         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
1106         re_node_set_insert failure; return REG_ESPACE.
1107         Patch by Paul Eggert.
1109         [BZ #10864]
1110         * bits/confname.h: Make pre-C99-safe.
1112 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
1114         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
1115         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
1116         files are found by GCC.
1118 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
1120         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
1121         brk, and sbrk.
1123         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
1124         index, and rindex.
1126         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
1128         * Versions.def: Add GLIBC_2.12 for libpthread.
1130         [BZ #11126]
1131         * malloc/malloc.c (malloc_info): Initialize malloc if not already
1132         done.  Handle empty bin lists.
1134         * posix/unistd.h: Change getpagesize and getdtablesize declaration
1135         visibility some more.
1137         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
1139         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
1141         [BZ #11120]
1142         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
1143         needed outside libc.
1145 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
1147         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
1149 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1151         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
1153 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
1155         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
1157 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
1159         * conform/data/complex.h-data: Test for POSIX2008.
1161         * conform/data/ctype.h-data: Fix POSIX testing.
1163         * conform/data/dirent.h-data: ino_t only needed for XSI.
1165         * grp/grp.h: Declare getgrent and endgrent for XPG7.
1167         * conform/data/inttypes.h-data: Use same types as the headers.
1169         * resolv/netdb.h: Don't define old resolver macros for XPG7.
1171         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
1173         * conform/conformtest.pl: Implement tag for allow-header.
1174         Fix newline handling in allow-header implementation.
1176         * conform/data/time.h-data: Use allow-header instead of duplicating
1177         information.
1179         * conform/data/time.h-data: Allow sigevent tag.
1181         * posix/sched.h: Define time_t and pid_t for XPG7.
1183 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1185         * sysdeps/i386/i686/bcopy.S: New file.
1187         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
1189         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
1190         and END_CHK.
1191         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
1192         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
1193         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
1195         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
1197         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1198         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
1199         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
1200         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
1201         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
1202         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
1203         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
1204         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
1205         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
1206         * sysdeps/i386/i686/multiarch/bzero.S: New file.
1207         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
1208         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
1209         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
1210         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
1211         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
1212         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
1213         * sysdeps/i386/i686/multiarch/memmove.S: New file.
1214         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
1215         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
1216         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
1217         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
1218         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
1219         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
1220         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
1221         * sysdeps/i386/i686/multiarch/memset.S: New file.
1222         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
1224         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
1225         (END_CHK): Likewise.
1227         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
1228         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
1229         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
1231         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
1232         for 0x0e and 0x80.
1233         (__x86_64_data_cache_size): New.
1234         (init_cacheinfo): Set __x86_64_data_cache_size.
1236         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
1237         on bit_Fast_Rep_String for Intel Core i7.
1239         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
1240         (index_Fast_Rep_String): Likewise.
1241         (FEATURE_INDEX_1): Likewise.
1242         (FEATURE_INDEX_MAX): Likewise.
1243         (cpu_features): Add feature.
1245 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
1247         * conform/data/sys/select.h-data: Fix up for XPG7.
1249 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
1251         * posix/sys/wait.h: Don't define W* macros etc. if
1252         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
1254 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
1256         * io/sys/stat.h: Declare fchmod for XPG7.
1257         * conform/data/sys/stat.h-data: Fix up for XPG7.
1259         * termios/termios.h: Define pid_t for XPG7.
1261         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
1262         * conform/data/tgmath.h-data: Likewise.
1264         * conform/data/time.h-data: Fix POSIX tests.
1266         * conform/data/wchar.h-data: Fix up XPG7 tests.
1268         * include/features.h: Fix __USE_ISOC95 handling.
1270         * conform/data/wordexp.h-data: Fix typo in last change.
1272         * conform/data/unistd.h-data: Fix up older POSIX tests.
1274         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
1275         * posix/unistd.h: Likewise.
1277         * posix/unistd.h: Include environments.h also for XPG6 and up.
1278         Define intptr_t for XPG6 and up.
1279         Fix up for XPG7.
1280         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
1282         * conform/data/sys/types.h-data: Fix up for XPG7.
1284         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
1285         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1286         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1287         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1288         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1289         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1290         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1291         * sysdeps/unix/sysv/bits/stat.h: Likewise.
1292         * sysdeps/mach/hurd/bits/stat.h: Likewise.
1294         * bits/confname.h: Fix typo in last change.
1296         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
1298 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
1300         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
1301         and SA_RESETHAND now available in Base.
1302         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
1303         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
1304         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1305         * conform/data/signal.h-data: Update for XPG7.
1307         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
1309         * string/strings.h: Don't declare obsolete functions for XPG7.
1310         Declare ffs only for XSI.
1311         * conform/data/strings.h-data: Update for XPG7.
1313 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
1315         [BZ #11125]
1316         * libio/stdio.h: Define va_list, off_t, and ssize_t.
1318         * posix/glob.h: Define size_t.
1320         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
1322         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
1324 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
1326         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
1327         be self-contained.
1329         * conform/data/stdio.h-data: Expect off_t and ssize_t.
1331 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
1333         * libio/stdio.h: Define va_list also for XPG7.
1335         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
1336         * conform/data/ctype.h-data: Likewise.
1337         * conform/data/dirent.h-data: Likewise.
1338         * conform/data/errno.h-data: Likewise.
1339         * conform/data/fcntl.h-data: Likewise.
1340         * conform/data/fmtmsg.h-data: Likewise.
1341         * conform/data/fnmatch.h-data: Likewise.
1342         * conform/data/ftw.h-data: Likewise.
1343         * conform/data/glob.h-data: Likewise.
1344         * conform/data/grp.h-data: Likewise.
1345         * conform/data/iconv.h-data: Likewise.
1346         * conform/data/langinfo.h-data: Likewise.
1347         * conform/data/libgen.h-data: Likewise.
1348         * conform/data/limits.h-data: Likewise.
1349         * conform/data/locale.h-data: Likewise.
1350         * conform/data/math.h-data: Likewise.
1351         * conform/data/monetary.h-data: Likewise.
1352         * conform/data/mqueue.h-data: Likewise.
1353         * conform/data/ndbm.h-data: Likewise.
1354         * conform/data/netdb.h-data: Likewise.
1355         * conform/data/pthread.h-data: Likewise.
1356         * conform/data/pwd.h-data: Likewise.
1357         * conform/data/regex.h-data: Likewise.
1358         * conform/data/sched.h-data: Likewise.
1359         * conform/data/search.h-data: Likewise.
1360         * conform/data/semaphore.h-data: Likewise.
1361         * conform/data/setjmp.h-data: Likewise.
1362         * conform/data/signal.h-data: Likewise.
1363         * conform/data/spawn.h-data: Likewise.
1364         * conform/data/stdio.h-data: Likewise.
1365         * conform/data/stdlib.h-data: Likewise.
1366         * conform/data/string.h-data: Likewise.
1367         * conform/data/strings.h-data: Likewise.
1368         * conform/data/sys/ipc.h-data: Likewise.
1369         * conform/data/sys/msg.h-data: Likewise.
1370         * conform/data/sys/resource.h-data: Likewise.
1371         * conform/data/sys/sem.h-data: Likewise.
1372         * conform/data/sys/shm.h-data: Likewise.
1373         * conform/data/sys/socket.h-data: Likewise.
1374         * conform/data/sys/stat.h-data: Likewise.
1375         * conform/data/sys/time.h-data: Likewise.
1376         * conform/data/sys/types.h-data: Likewise.
1377         * conform/data/sys/uio.h-data: Likewise.
1378         * conform/data/sys/wait.h-data: Likewise.
1379         * conform/data/syslog.h-data: Likewise.
1380         * conform/data/tar.h-data: Likewise.
1381         * conform/data/termios.h-data: Likewise.
1382         * conform/data/time.h-data: Likewise.
1383         * conform/data/ulimit.h-data: Likewise.
1384         * conform/data/unistd.h-data: Likewise.
1385         * conform/data/utmpx.h-data: Likewise.
1386         * conform/data/wchar.h-data: Likewise.
1387         * conform/data/wctype.h-data: Likewise.
1388         * conform/data/wordexp.h-data: Likewise.
1390         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
1391         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
1392         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1393         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1394         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1395         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1396         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1397         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1398         * sysdeps/unix/sysv/bits/stat.h: Likewise.
1399         * sysdeps/mach/hurd/bits/stat.h: Likewise.
1401         * stdlib/stdlib.h: Define wait-related bits for XPG7.
1402         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
1403         Declare mkstemp and getsubopt for XPG7.
1404         Declare posix_openpt for XPG6 XSI.
1406         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
1407         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
1409         * string/string.h: Declare strdup for XPG7.
1411 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
1413         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
1414         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
1416         * dirent/dirent.h: Really fix feature selection.
1418         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
1419         Fix all users.
1420         * locale/C-address.c: Fix all users.
1421         * locale/C-collate.c: Likewise.
1422         * locale/C-ctype.c: Likewise.
1423         * locale/C-identification.c: Likewise.
1424         * locale/C-measurement.c: Likewise.
1425         * locale/C-messages.c: Likewise.
1426         * locale/C-monetary.c: Likewise.
1427         * locale/C-name.c: Likewise.
1428         * locale/C-numeric.c: Likewise.
1429         * locale/C-paper.c: Likewise.
1430         * locale/C-telephone.c: Likewise.
1431         * locale/C-time.c: Likewise.
1432         * locale/findlocale.c: Likewise.
1433         * locale/global-locale.c: Likewise.
1434         * locale/loadarchive.c: Likewise.
1435         * locale/loadlocale.c: Likewise.
1436         * locale/nl_langinfo_l.c: Likewise.
1437         * locale/setlocale.c: Likewise.
1438         * locale/xlocale.c: Likewise.
1439         * locale/xlocale.h: Likewise.
1440         * stdio-common/vfscanf.c: Likewise.
1441         * stdlib/strfmon_l.c: Likewise.
1442         * stdlib/strtod_l.c: Likewise.
1443         * stdlib/strtol_l.c: Likewise.
1444         * string/strcoll_l.c: Likewise.
1445         * string/strxfrm_l.c: Likewise.
1446         * time/alt_digit.c: Likewise.
1447         * time/asctime.c: Likewise.
1448         * time/era.c: Likewise.
1449         * time/lc-time-cleanup.c: Likewise.
1450         * time/strftime_l.c: Likewise.
1451         * time/strptime_l.c: Likewise.
1452         * wcsmbs/wcsmbsload.c: Likewise.
1453         * wcsmbs/wcsmbsload.h: Likewise.
1455         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
1456         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
1457         for XPG7.
1458         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1459         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1460         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1461         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1462         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1463         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1465 2010-01-07  Roland McGrath  <roland@redhat.com>
1467         * elf/elf.h (PN_XNUM): New macro.
1469         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
1470         literal 2.
1472 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
1474         * dirent/dirent.h: Fix typo in feature selection macro use.
1476 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
1478         [BZ #11115]
1479         * stdlib/tst-makecontext3.c: New file.
1480         * stdlib/Makefile (tests): Add new test.
1482         * stdlib/tst-setcontext.c (check_called): Fix a typo.
1484 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
1486         * configure.in: Enable multi-arch by default if the assembler
1487         supports gnu_indirect_function symbol type and the architecture
1488         supports it.
1490 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
1492         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
1493         is defined.
1495 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1497         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
1498         MACH_PORT_NULL when id != cttyid.
1500 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1502         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
1503         __mach_port_deallocate on rootdevid.
1505 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1507         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
1508         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
1509         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
1510         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
1512 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
1514         [BZ #10992]
1515         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
1516         Patch by Eric Blake <ebb9@byu.net>.
1518 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
1520         [BZ #11093]
1521         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
1522         POLLWRBAND also for POSIX 2008.
1523         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
1524         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
1526         * include/link.h (struct link_map): Move l_used into its own word.
1527         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
1528         still zero.
1529         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
1530         never really used.
1532 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
1534         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
1535         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1536         check processor feature.
1537         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1538         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1539         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
1540         (index_SSE2): Likewise.
1542 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
1544         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
1545         if __ASSEMBLER__ is defined.
1546         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
1547         (bit_SSE4_2): Likewise.
1548         (index_SSSE3): Likewise.
1549         (index_SSE4_2): Likewise.
1550         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
1551         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1552         check processor feature.
1553         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1554         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1555         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1556         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1557         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1558         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1559         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1561 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1563         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1565 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1567         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1569 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1571         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1572         O_DSYNC to match 2.6.33+ kernels.
1573         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1574         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1575         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1576         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1577         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1578         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1580 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1582         [BZ #11000]
1583         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1584         *herrnop before returning.
1585         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1586         Likewise.
1587         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1588         TRYAGAIN errors separately.
1589         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1590         *name4_r after functions.
1592 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1594         [BZ #11046]
1595         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1596         version check.
1598 2009-11-05  Bruno Haible  <bruno@clisp.org>
1600         [BZ #11056]
1601         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1602         argv argument as non-NULL.
1603         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1605 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1607         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1608         recvmmsg.
1609         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1610         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1612 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1614         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1615         registers.
1616         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1617         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1618         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1620 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1622         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1623         SCHED_RESET_ON_FORK.
1625 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1627         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1628         only used on truly ancient kernel if configuration requires a more
1629         recent kernel.
1631 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1633         [BZ #3662]
1634         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1635         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1637         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1638         pass it on to __ptsname_internal.
1639         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1640         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1641         All the code from __ptsname_r but take additional parameter.  Use that
1642         instead of pointer to local stat64 variable.
1643         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1644         variable.
1645         * include/stdlib.h: Declare __ptsname_internal.
1647         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1648         before the exec.
1649         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1650         * login/programs/pt_chown.c (main): Don't print message on errors
1651         when doing real work.
1653         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1654         once.
1656         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1657         irel relocations split out from...
1658         (__libc_csu_init): ...here.
1659         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1661 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1663         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1664         for timestamps also if __USE_XOPEN2K8.
1665         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1666         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1667         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1668         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1670 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1672         * nscd/connections.c (restart): Try harder to re-exec.
1674         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1676         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1677         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1678         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1679         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1680         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1681         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1683         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1684         Define.
1685         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1687 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1689         [BZ #10162]
1690         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1691         than software pipeline.  Properly recover from shorter read.
1693 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1695         [BZ #10958]
1696         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1697         initialized before using it.
1698         (_IO_putwc_unlocked): Likewise.
1700         [BZ #10918]
1701         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1702         in cast to not throw away const-ness of parameters.
1703         (__CPU_EQUAL_S): Likewise.
1704         (__CPU_OP_S): Likewise.
1706         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1707         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1708         this gratuitous change and we have to keep compatibility.
1709         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1710         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1711         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1712         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1713         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1714         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1716 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1718         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1719         of parameters of sync_file_range.
1720         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1721         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1722         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1723         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1724         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1725         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1727 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1729         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1730         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1731         is defined.
1732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1733         file.
1735 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1737         * posix/bug-regex30.c: New file.
1738         * posix/Makefile: Add rules to build and run bug-regex30.
1739         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1740         character lead bytes when there is a range in a COMPLEX_BRACKET.
1741         Reported by Oleg Bylatov.
1743 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1745         [BZ #10969]
1746         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1747         * locale/tst-duplocale.c: New file.
1748         * locale/Makefile (tests): Add tst-duplocale.
1750         [BZ #10968]
1751         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1752         Patch by Bruno Haible <bruno@clisp.org>.
1753         * locale/tst-locname.c: New file.
1754         * locale/Makefile (tests): Add tst-locname.
1756         [BZ #10972]
1757         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1758         constants from recent kernels.
1759         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1760         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1761         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1762         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1763         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1764         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1766 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1768         [BZ #10162]
1769         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1770         software pipeline.
1772 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1774         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1775         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1776         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1778 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1780         * posix/bug-regex29.c: Include stdio.h.
1782 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1784         [BZ #10939]
1785         * Versions.def: Define GLIBC_2.12 for libc.
1786         * manual/errno.texi: Add ERFKILL entry.
1787         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1788         for 2.12.
1789         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1790         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1792         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1793         F_GETOWN_EX definitions according to corrected kernel definitions.
1794         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1795         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1796         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1797         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1798         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1799         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1801 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1803         * version.h: Bump for 2.12 development.
1805 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1807         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1808         out of buffer space.
1809         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1810         map_v4v6_hostent running out of space.
1812 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1814         * string/bits/string3.h (memset): If the second parameter is constant
1815         and zero there is likely no transposition.
1816         Patch by Caolan McNamara <caolanm@redhat.com.
1818 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1820         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1821         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1823 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1825         * malloc/memusagestat.c (main): Fix spelling in an error message.
1827 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1829         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1830         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1832 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1835         readahead.
1837 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1839         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1840         relocate opd entry when resolving prelink conflicts.
1842 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1844         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1845         when -D_FILE_OFFSET_BITS=64.
1847         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1848         of last two arguments when -D_FILE_OFFSET_BITS=64.
1849         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1851         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1852         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1853         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1854         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1856 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1858         [BZ #4457]
1859         * sysdeps/generic/libgcc_s.h: New file.
1860         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1862 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1864         * malloc/hooks.c (free_check): Restore locking and call _int_free
1865         appropriately.
1867 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1869         * version.h (VERSION): Bump for 2.11 release.
1870         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1872         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1874         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1876         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1877         to avoid warning.
1878         * stdlib/tst-strtoll.c (tests): Likewise.
1880         [BZ #9986]
1881         * time/strftime_l.c (__strftime_internal): Allow %OC.
1883         * misc/mkostemps.c: New file.
1884         * misc/mkostemps64.c: New file.
1886 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1888         * locale/programs/locale-spec.c: Include <error.h> and
1889         <libintl.h>.
1891         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1893 2009-10-28  Roland McGrath  <roland@redhat.com>
1895         * Makefile (dist-prepare): New target.
1896         (tag-for-dist): Target removed.
1897         (glibc-%.tar): Pattern rule removed.
1898         (%.tar): New pattern rule, does simple use of git archive.
1899         (dist-version): Remove variable definition.
1900         (dist): Just depend on that.  Add .tar.xz dependency.
1901         If dist-version variable not set on command line, depend on
1902         dist-prepare, re-invoke with dist-version set via git describe.
1904         * Makerules (%.xz): New pattern rule.
1906 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1908         * elf/ifuncdep2.c: Include ifunc-sel.h.
1909         (global): Delete.
1910         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1911         * elf/ifuncmain1.c (global): Delete.
1912         * elf/ifuncmain1vis.c: Likewise.
1913         * elf/ifuncmain2.c: Likewise.
1914         * elf/ifuncmain5.c: Likewise.
1915         * elf/ifuncmod3.c: Likewise.
1916         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1917         (foo_ifunc): Use ifunc_one.
1918         * elf/ifuncmain7.c: Likewise.
1919         * elf/ifuncmod1.c: Include ifunc-sel.h.
1920         (global): Define protected var.
1921         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1922         * elf/ifuncmod5.c: Likewise.
1923         * sysdeps/generic/elf/ifunc-sel.h: New file.
1924         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1926 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1928         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1929         (R_PPC_REL16*): Correct comments.
1930         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1931         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1932          R_PPC64_REL16_HA): Define.
1933         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1934         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1935         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1936         Delete unused "reloc" param.
1937         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1938         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1939         Delete "reloc" param.
1940         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1941         R_PPC_IRELATIVE.
1942         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1943         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1944         relocations.
1946 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1948         [BZ #10315]
1949         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1950         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1951         UDP_ENCAP_L2TPINUDP.
1953         [BZ #10349]
1954         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1955         parameter, specifying length of prefix.
1956         * stdio-common/tempname.c: Likewise.
1957         * include/stdio.h: Adjust prototypes.
1958         * libio/oldtmpfile.c: Adjust caller.
1959         * misc/mkdtemp.c: Likewise.
1960         * misc/mkostemp.c: Likewise.
1961         * misc/mkostemp64.c: Likewise.
1962         * misc/mkstemp.c:  Likewise.
1963         * misc/mkstemp64.c: Likewise.
1964         * misc/mktemp.c: Likewise.
1965         * stdio-common/tempnam.c: Likewise.
1966         * stdio-common/tmpfile.c: Likewise.
1967         * stdio-common/tmpnam.c: Likewise.
1968         * stdio-common/tmpnam_r.c: Likewise.
1969         * misc/mkstemps.c: New file.
1970         * misc/mkstemps64.c: New file.
1971         * stdlib/stdlib.h: Add prototypes.
1972         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1973         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1975 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1977         * locale/iso-639.def: Add sml entry.
1979         [BZ #10391]
1980         * resolv/res_send.c (send_dg): Initialize resplen.
1982         [BZ #10446]
1983         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1984         definition to the kernel's.
1985         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1987 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1989         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1990         offsets and record sizes in assert()s and response sending.
1991         * nscd/grpcache.c: Likewise.
1992         * nscd/hstcache.c: Likewise.
1993         * nscd/initgrcache.c: Likewise.
1994         * nscd/pwdcache.c: Likewise.
1996 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1998         [BZ #10540]
1999         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
2000         /etc/hosts does not exist set errnop and herrnop appropriately.
2001         Patch by Steve Langasek <vorlon@debian.org>.
2003         [BZ #10553]
2004         * malloc/malloc.c (malloc_info): Fix typos in format strings.
2005         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
2007         [BZ #10564]
2008         * login/utmp_file.c (TIMEOUT): Increase to 10.
2010         [BZ #10609]
2011         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
2012         for file names in case the syscall is not available.
2013         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
2014         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
2015         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
2016         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
2017         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
2018         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
2019         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
2020         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
2021         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
2022         * sysdeps/unix/sysv/linux/openat.c: Likewise.
2023         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
2024         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
2025         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
2026         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
2027         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
2028         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
2029         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
2031         [BZ #10643]
2032         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
2033         creation filed, remove the request from the 'requests' list and signal
2034         the caller that the request is finished.
2036         [BZ #10692]
2037         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
2038         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
2040         [BZ #10713]
2041         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
2042         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
2044         [BZ #10780]
2045         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
2046         overflows the int return type.
2048         [BZ #10717]
2049         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
2050         have to compute maxsize_total, we have to update the variables, and
2051         the also_total handling must happen after the repair.
2053         [BZ #10742]
2054         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
2055         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
2057 2009-10-27  Andreas Schwab  <schwab@redhat.com>
2059         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
2060         errno is always set when returning unsuccessfully.
2062 2009-10-29  Andreas Schwab  <schwab@redhat.com>
2064         * malloc/memusage.c (update_data): Fix index wraparound handling
2065         so that buffer_cnt is actually reset.
2067 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2069         [BZ #10784]
2070         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
2071         of the directory we look at into the static buffer if there is one
2072         at the start of the loop.
2074         [BZ #10789]
2075         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
2076         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
2078         [BZ #10840]
2079         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2080         __ASSUME_F_GETOWN_EX.
2081         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
2082         if possible.
2083         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2085         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
2086         and f_owner_ex.
2087         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2088         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2089         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2090         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2091         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2092         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2094         [BZ #10847]
2095         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
2096         getutmpx symbol.
2098         [BZ #10823]
2099         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
2100         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
2102 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
2104         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
2106 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
2108         [BZ #10817]
2109         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
2110         Reported by Ray Chason.
2112 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
2114         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2115         strend-sse4.
2116         * sysdeps/x86_64/multiarch/strchr.S: New file.
2117         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
2118         * sysdeps/x86_64/multiarch/strrchr.S: New file.
2120 2009-10-21  Andreas Schwab  <schwab@redhat.com>
2122         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
2124 2009-10-19  Andreas Schwab  <schwab@redhat.com>
2126         * include/math.h: Add hidden protos for __exp/__expf/__expl.
2127         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
2128         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
2129         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
2130         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
2131         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
2132         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
2133         __ieee751_expl to handle overflow.
2135 2009-10-14  David S. Miller  <davem@davemloft.net>
2137         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
2138         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
2140 2009-10-13  Andreas Schwab  <schwab@redhat.com>
2142         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
2143         !USE_MULTIARCH.
2145 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
2147         [BZ #10730]
2148         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
2149         Patch in part by Steve Ward <planet36@gmail.com>.
2151         [BZ #10731]
2152         * stdlib/rand_r.c: Fix typo.
2154         * po/cs.po: Update from translation team.
2156 2009-10-06  Andreas Schwab  <schwab@redhat.com>
2158         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
2159         returning if RTLD_NOLOAD.
2161 2009-10-06  Roland McGrath  <roland@redhat.com>
2163         * sysdeps/x86_64/multiarch/strstr-c.c
2164         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
2166         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
2167         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
2169         * sysdeps/x86_64/multiarch/init-arch.h
2170         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
2171         (HAS_CPU_FEATURE): New macro.
2172         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
2173         * sysdeps/x86_64/multiarch/init-arch.c
2174         (__get_cpu_features): #undef it before definition.
2176 2009-10-05  Andreas Schwab  <schwab@redhat.com>
2178         * locale/C-time.c: Revert week-1stday back to 19971130 and set
2179         first_weekday to 1 and first_workday to 2.
2181 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
2183         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
2184         F_GETOWN_EX.
2185         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2186         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2187         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2188         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2189         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2190         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2192 2009-09-28  Andreas Schwab  <schwab@redhat.com>
2194         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
2195         * stdio-common/vfprintf.c: Likewise.
2197 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2199         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
2200         (mkdirat): Call __directory_name_split_at instead of
2201         __directory_name_split.
2203 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
2205         * locale/programs/locale-spec.c (locale_special): If nothing matches
2206         fail with an appropriate message.
2208 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
2210         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
2211         and XX.
2213 2009-09-25  Andreas Schwab  <schwab@redhat.com>
2215         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
2216         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
2218 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2220         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
2222 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
2224         * iconvdata/iso646.c (gconv_init): Correctly initialize the
2225         character size elements in step data.
2227 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
2229         * po/hu.po: Update from translation team.
2230         * po/vi.po: Likewise.
2232 2009-09-19  Roland McGrath  <roland@redhat.com>
2234         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
2236 2009-09-15  Roland McGrath  <roland@redhat.com>
2238         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
2239         * nptl/sysdeps/pthread/configure: Regenerated.
2240         * nptl/sysdeps/x86_64/configure: Regenerated.
2241         * sysdeps/unix/sysv/linux/configure: Regenerated.
2242         * sysdeps/x86_64/elf/configure: Regenerated.
2244         * Makefile (autoconf-it): Set execute bit only on top-level configure.
2246         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
2247         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
2248         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
2249         * configure: Regenerated.
2251 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
2253         * posix/getconf.c (main): Handle -- on command line.
2255 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
2257         * configure.in: Support binutils 2.100 and 3.0.
2259 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
2261         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
2262         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
2263         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
2264         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
2266 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
2268         * locale/programs/ld-collate.c (struct locale_collate_t): Add
2269         unnamed_section_defined field.
2270         (collate_read): Test and set unnamed_section_defined.
2272         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
2273         _POSIX2_LINE_MAX.
2275 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
2277         * configure.in: Support binutils 2.20.
2279 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
2281         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
2282         __strstr_ia32): Add attribute_hidden.
2284 2009-09-01  Andreas Schwab  <schwab@redhat.com>
2286         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
2287         parsing of group entry.
2289 2009-09-02  Andreas Schwab  <schwab@redhat.com>
2291         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
2292         external buffer.  Always discard readahead in internal buffer.
2293         * libio/Makefile (tests): Add bug-wsetpos.
2294         * libio/bug-wsetpos.c: New file.
2296 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
2298         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
2299         Add attribute_hidden.
2300         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
2301         __strcasestr_sse2): Likewise.
2302         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
2303         (__fma_fma): Make static.
2304         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
2305         (__fmaf_fma): Make static.
2307 2009-08-31  Andreas Schwab  <schwab@redhat.com>
2309         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
2310         reformulate in-buffer optimisation check to match code in
2311         _IO_new_file_seekoff.
2313 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
2315         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
2316         to srwi in 32-bit memcpy for power6.
2318 2009-09-01  Andreas Schwab  <schwab@redhat.com>
2320         * include/stdio.h: Declare hidden proto for fflush.
2321         * libio/iofflush.c: Add hidden weak alias for fflush.
2323 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
2325         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
2326         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
2328 2009-08-31  Andreas Schwab  <schwab@redhat.com>
2330         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
2332 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
2334         [BZ #10560]
2335         * malloc/malloc.c: Add local assert definition to avoid problems with
2336         memory allocation in the real one.
2338 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2340         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
2341         Removed.
2342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
2343         turn off SSSE3 on Atom.
2345 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
2347         * stdlib/tst-strtol.c (tests): More tests.
2348         * stdlib/tst-strtoll.c (tests): Likewise.
2350 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
2352         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
2354         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
2356 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
2358         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
2359         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
2361         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
2363         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
2365         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
2367 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
2369         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
2371 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
2373         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
2374         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
2376         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
2378         * sysdeps/x86_64/fpu/s_signbit.S: New file.
2379         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
2381         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
2382         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
2384         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
2385         leftover YMM_SIZE definition.
2387 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2389         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
2390         union.
2391         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
2392         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
2393         Redefine.
2394         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
2396         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
2397         and SET_FLOAT_WORD definitions.
2399 2009-08-24  Roland McGrath  <roland@redhat.com>
2401         * sysdeps/unix/syscall-template.S: New file.
2402         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
2403         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
2404         (compile-syscall): Pass mkdep and -g options as normal.
2405         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
2406         (common-generated): Don't add them here.
2408 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2410         * math/s_fdim.c: In case of overflows set errno.
2411         * math/s_fdimf.c: Likewise.
2412         * math/s_fdiml.c: Likewise.
2414         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
2415         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
2416         are using the inline optimizations.
2418         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
2419         (__signbitf): Likewise.
2421 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
2423         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
2424         terminated.
2425         * posix/Makefile (tests): Add bug-regex29.
2426         * posix/bug-regex29.c: New file.
2428         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
2429         older POSIX versions are selected.
2431         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
2432         as well.
2433         * stdio-common/printf_fphex.c: Likewise.
2434         * stdio-common/tstdiomisc.c: Add more tests.
2436         * locale/locale.h: Include xlocale.h and the thread-local locale
2437         declarations for XPG7, not XPG6.
2439 2009-08-21  Andreas Schwab  <schwab@redhat.com>
2441         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
2442         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
2443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
2444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
2445         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
2446         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2448 2009-08-20  Roland McGrath  <roland@redhat.com>
2450         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
2451         Use l_addr instead of l_map_start (dli_fbase).
2452         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
2453         address when there is no proximate symbol.
2454         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
2455         Likewise.
2457 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
2459         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
2461 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
2463         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
2464         Also handle SIGINT.  In that case only do the cleanup and then
2465         re-raise the signal.
2466         (main): Install handler for SIGINT.
2468 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2470         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
2471         clobber list.
2473 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2475         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
2476         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
2477         tst-auditmod7b.c.
2478         (tests): Add tst-audit6 tst-audit7.
2479         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
2480         tst-auditmod7a tst-auditmod7b.
2481         ($(objpfx)tst-audit6): New.
2482         ($(objpfx)tst-audit6.out): Likewise.
2483         ($(objpfx)tst-audit7): Likewise.
2484         ($(objpfx)tst-audit7.out): Likewise.
2485         (tst-audit6-ENV): Likewise.
2486         (tst-audit7-ENV): Likewise.
2487         (CFLAGS-tst-auditmod6b.c): Likewise.
2488         (CFLAGS-tst-auditmod6c.c): Likewise.
2489         (CFLAGS-tst-auditmod7b.c): Likewise.
2490         * elf/tst-audit6.c: New file.
2491         * elf/tst-audit7.c: New file.
2492         * elf/tst-auditmod6a.c: New file.
2493         * elf/tst-auditmod6b.c: New file.
2494         * elf/tst-auditmod6c.c: New file.
2495         * elf/tst-auditmod7a.c: New file.
2496         * elf/tst-auditmod7b.c: New file.
2497         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2498         saving and restoring SSE/AVX registers to ...
2499         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2501 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2503         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
2504         only if SHARED is defined.
2505         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
2507 2009-08-03  Jim Meyering  <meyering@redhat.com>
2509         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
2511 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
2513         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
2514         section as the other functions for this architecture.
2515         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2517 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
2519         * sysdeps/x86_64/strcmp.S: Add support to compile with
2520         USE_SSSE3.  In this case palignr is used.
2521         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
2522         available but SSSE3 is, pick __str{,n}cmp_ssse3.
2523         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2524         Add strcmp-ssse3 and strncmp-ssse3.
2525         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
2526         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
2528         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
2529         warning through fake initialization.
2531 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2533         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
2535 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2537         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
2538         unique symbols.
2540 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
2542         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
2543         EBX from EAX = 1.  Handle EAX = 11.
2545 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2547         * Makefile (TAGS): Use separate sed -e expressions to avoid \
2548         inside ''.
2550 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2552         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
2553         hidden IFUNC functions.
2554         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2556         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2558         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2559         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2560         strcasestr-c.
2561         (CFLAGS-strcspn-c.c): Define.
2562         (CFLAGS-strpbrk-c.c): Define.
2563         (CFLAGS-strspn-c.c): Define.
2564         (CFLAGS-strstr.c): Define.
2565         (CFLAGS-strcasestr.c): Define.
2566         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2567         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2568         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2569         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2570         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2571         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2572         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2573         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2574         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2575         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2576         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2577         -16L instead of 0xfffffffffffffff0L.
2578         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2580 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2582         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2584 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2586         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2587         another rewrite.  Much smaller and faster.
2588         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2590         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2591         ss_flags from the correct location.
2593 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2595         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2596         * sysdeps/i386/i686/cacheinfo.c: New file.
2597         * sysdeps/i386/i686/multiarch/Makefile: New file.
2598         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2599         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2600         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2601         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2602         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2603         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2604         (__cpuid_count): New. Provide the default.
2605         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2606         (__x86_64_preferred_memory_instruction): Define only if
2607         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2608         (intel_check_word): Use __cpuid.
2609         (handle_intel): Likewise.
2610         (handle_amd): Likewise.
2611         (__cache_sysconf): Likewise.
2612         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2613         (__cache_sysconf): Likewise.
2614         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2615         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2616         (get_common_indeces): Use __cpuid.
2617         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2618         if ENABLE_SSSE3_ON_ATOM is not defined.
2619         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2620         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2621         popcnt instead of popcntq.
2623 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2625         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2627 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2629         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2630         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2631         which always causes a compile error.
2633         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2635         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2636         comes from...
2637         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2638         which always causes a compile error.
2640         * debug/Makefile (tests): Add tst-longjmp_chk2.
2641         * debug/tst-longjmp_chk2.c: New file.
2643         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2644         Remove incorrect use of BP_SYM.
2645         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2646         here now since it is more complex than just a simple check.
2648         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2649         we make no more progress.
2651 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2653         * math/s_fma.c: Don't define alias if __fma is a macro.
2654         * math/s_fmaf.c: Likewise.
2655         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2656         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2657         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2659         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2660         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2661         New macro HAS_FMA.
2662         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2663         function.
2664         * include/libc-symbols.h (libm_ifunc): Define.
2665         * sysdeps/x86_64/multiarch/Versions: New file.
2667         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2669 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2671         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2673 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2675         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2676         call that registers used in calling conventions need to be preserved.
2677         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2678         to preserve register content if necessary.
2679         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2680         (_dl_x86_64_restore_sse): New function.
2681         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2682         is allowed to modify xmm/ymm registers.
2684         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2685         application's perspective.
2686         * stdio-common/scanf17.c: Likewise.
2688 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2690         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2691         size to memsz.
2692         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2693         here.
2694         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2695         two steps to catch bugs.
2697 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2699         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2700         determines which files are used in runtime lookups and only checks
2701         those for SSE use.
2702         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2703         testing.
2704         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2705         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2706         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2707         take a while.
2709         * elf/dl-open.c: Move _dl_scope_free to...
2710         * elf/dl-scope.c: ...here.  New file.
2711         * elf/Makefile (dl-routines): Add scope.
2713         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2714         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2715         RES_USE_DNSSEC.
2716         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2717         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2718         all the places we handled RES_USE_EDNS0 only before.
2719         Patch by Adam Tkac <atkac@redhat.com>.
2721 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2723         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2724         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2725         Update size when reallocating.
2727 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2729         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2730         functions used in ld.so modify xmm/ymm registers.
2731         * sysdeps/x86_64/Makefile:  Hook new test up.
2732         * sysdeps/x86_64/rtld-memchr.c: New file.
2733         * sysdeps/x86_64/rtld-memcmp.c: New file.
2734         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2735         * sysdeps/x86_64/rtld-strchr.S: New file.
2736         * sysdeps/x86_64/rtld-strlen.S: New file.
2737         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2738         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2740 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2742         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2743         strncmp-c.
2744         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2745         (exit): Likewise.
2746         (Byte1): Likewise.
2747         (Byte2): Likewise.
2748         (Byte3): Likewise.
2749         (Byte4): Likewise.
2750         (Byte5): Likewise.
2751         (Byte6): Likewise.
2752         (next_8_bytes): Likewise.
2753         (Byte0): Remove commented out codes.
2754         (unaligned_table): Align jump table at 8 bytes.
2755         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2756         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2757         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2758         * sysdeps/x86_64/strncmp.S: New file.
2760 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2762         [BZ #10422]
2763         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2764         kernels, dropped when eventfd2 support was added.
2765         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2766         kernels, dropped when signalfd4 support was added.
2767         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2768         added, name them.
2770         [BZ #10452]
2771         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2772         replies up.
2774         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2776 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2778         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2779         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2781         [BZ #10448]
2782         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2783         callback we must touch the status to avoid using stale value.
2785         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2786         compiled in.
2788 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2790         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2791         /lib/modules/* headers anymore.  We have sane headers in the standard
2792         place now.
2794 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2796         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2797         "etf3enh" and "highgprs" added.
2798         (_dl_s390_platforms): "z10" added.
2799         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2800         Increased for the new entries.
2801         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2802         HWCAP_S390_HIGH_GPRS added.
2804         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2805         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2806         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2807         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2808         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2810 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2812         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2813         avoid additional cpuid instructions.  Most of the information is
2814         stored somewhere.
2816         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2817         cache descriptors.
2818         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2820         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2821         SSSE3 bit for Atoms.
2822         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2823         here anymore.
2825         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2826         structure before copying it to avoid warning.
2827         * posix/tst-rfc3484-2.c (do_test): Likewise.
2828         * posix/tst-rfc3484-3.c (do_test): Likewise.
2830         [BZ #10416]
2831         * include/unistd.h: Make header file suitable for C++ test cases.
2832         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2834         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2835         stack alignment in the exit code.
2837         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2838         potentially be zero.
2840         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2841         unique symbol definition.
2842         Patch by Jakub Jelinek.
2843         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2844         make sure the object with the definition cannot be unloaded.  Adjust
2845         a few types.
2846         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2847         the unique symbol hash table should not be const.
2849 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2851         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2852         unnecesary variables.  Comment fixes.
2854 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2856         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2857         Use NONASCII_CASE information provided by the locale to determine
2858         whether optimized string load function can be used.  Minor cleanups.
2860 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2862         * string/strcasestr.c (STRCASESTR): New macro.
2863         (__strcasestr): Renamed to ..
2864         (STRCASESTR): ...this.
2865         * string/strstr.c (STRSTR): New macro.
2866         (strstr): Renamed to ..
2867         (STRSTR): ...this.
2868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2869         strstr-c strcasestr-c
2870         (CFLAGS-strstr.c): New.
2871         (CFLAGS-strcasestr.c): Likewise.
2872         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2873         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2874         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2875         * sysdeps/x86_64/multiarch/strstr.c: New file.
2877 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2879         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2880         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2881         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2882         _NL_CTYPE_NONASCII_CASE.
2883         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2884         field.
2885         (ctype_finish): Check whether there are any 8-bit characters outside
2886         the range ASCII has or whether the mapping isn't the same as for
2887         ASCII (±0x20).  Set nonascii_case appropriately.
2888         (ctype_output): Add output handler for nonascii_case.
2890 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2892         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2893         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2895 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2897         [BZ #10360]
2898         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2899         0xffff in the EDNS0 record.
2901 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2903         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2904         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2905         is written before the list head update.
2906         Patch by Andreas Schwab <aschwab@redhat.com>.
2908 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2909             Jakub Jelinek  <jakub@redhat.com>
2911         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2912         corruption thread-safe.
2914 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2916         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2917         overrides atomic_compare_and_exchange_val_rel, define to
2918         atomic_compare_and_exchange_val_rel by default, otherwise default
2919         to catomic_compare_and_exchange_val_acq.
2920         (catomic_compare_and_exchange_bool_rel): If arch overrides
2921         atomic_compare_and_exchange_bool_rel, define to
2922         atomic_compare_and_exchange_bool_rel by default.
2923         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2924         Use catomic_compare_and_exchange_val_rel instead of
2925         catomic_compare_and_exchange_val_acq.
2927 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2929         * sysdeps/generic/ldsodefs.h: Add prototype for
2930         _dl_higher_prime_number.
2931         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2933         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2934         restoring of ymm registers a bit.
2936 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2938         * sysdeps/x86_64/memcmp.S: New file.
2940 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2942         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2943         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2944         pointers in writable memory.
2946 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2948         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2949         * config.make.in: Add config-cflags-avx entry.
2950         * configure.in: Substitute libc_cv_cc_avx.
2951         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2952         * elf/tst-audit4.c: New file.
2953         * elf/tst-audit5.c: New file.
2954         * elf/tst-auditmod4a.c: New file.
2955         * elf/tst-auditmod4b.c: New file.
2956         * elf/tst-auditmod5a.c: New file.
2957         * elf/tst-auditmod5b.c: New file.
2958         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2959         link-defines.sym.
2960         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2961         (La_x86_64_vector): Likewise.
2962         (La_x86_64_regs): Append lr_vector.
2963         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2964         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2965         saving and restoring SSE registers to ...
2966         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2967         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2968         <link-defines.h>.
2969         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2970         La_x86_64_regs.  Allocate extra space and jump to memory at
2971         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2972         (save_and_restore_vector_sse): New.
2973         (save_and_restore_vector_avx): Likewise.
2974         (check_avx): Likewise.
2975         (save_and_restore_vector): Likewise.
2976         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2977         HAVE_AVX_SUPPORT.
2978         * sysdeps/x86_64/link-defines.sym: New file.
2980 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2982         * elf/do-lookup.h: Removed after folding content into...
2983         * elf/dl-lookup.c: ...here.
2985         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2987 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2989         * configure.in: Check for gnu_unique_symbol symbol type.
2990         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2991         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2992         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2993         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2994         change.
2995         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2996         unique symbol table.
2997         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2998         for first namespace.
2999         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
3000         unique symbol hash table.
3001         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
3002         * elf/tst-unique1.c: New file.
3003         * elf/tst-unique1mod1.c: New file.
3004         * elf/tst-unique1mod2.c: New file.
3005         * elf/tst-unique2.c: New file.
3006         * elf/tst-unique2mod1.c: New file.
3007         * elf/tst-unique2mod2.c: New file.
3009 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
3011         * elf/elf.h (STB_GNU_UNIQUE): Define.
3013         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
3014         from...
3015         * include/inline-hashtab.h: ...here.
3016         (htab_expand): Adjust for renamed function.  Correct memory handling.
3018 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
3020         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
3022 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
3024         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
3025         (PPC_FEATURE_HAS_VSX): Likewise.
3027 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
3029         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
3030         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
3032         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
3033         aligned to 16 byte boundaries.
3034         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3035         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
3036         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
3038 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
3040         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
3041         * config.make.in (config-cflags-sse4): New variable.
3042         * configure.in: Substitute libc_cv_cc_sse4.
3043         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
3044         HAVE_SSE4_SUPPORT.
3045         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3046         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
3047         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
3048         * sysdeps/x86_64/multiarch/strcspn.S: New file.
3049         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
3050         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
3051         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
3052         * sysdeps/x86_64/multiarch/strspn.S: New file.
3054 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3056         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
3057         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
3058         (tests): Add tst-audit3 for x86_64.
3059         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
3060         ($(objpfx)tst-audit3): Define.
3061         ($(objpfx)tst-audit3.out): Define.
3062         (tst-audit3-ENV): Define.
3063         * elf/tst-audit3.c: New file.
3064         * elf/tst-auditmod3a.c: New file.
3065         * elf/tst-auditmod3b.c: New file.
3066         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
3067         and restore xmm6.
3069         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
3070         (__stpncpy): Renamed to ...
3071         (STPNCPY): This.
3072         (stpncpy): Create alias only if STPNCPY is not defined.
3073         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
3074         defined.
3075         (strncpy): Renamed to ...
3076         (STRNCPY): This.
3077         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3078          stpncpy-c strncpy-c for string.
3079         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
3080         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
3081         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
3082         * sysdeps/x86_64/multiarch/strcpy.S: New file.
3083         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
3084         * sysdeps/x86_64/multiarch/strncpy.S: New file.
3086 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
3088         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
3089         adding to fast bin list.
3091 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
3093         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
3094         inet_makeaddr.  This worked only with class-based networks.
3095         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
3096         Likewise.
3098         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
3099         recognize all types.
3100         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
3101         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
3102         be in host byte order.
3104 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
3106         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
3107         (MODEL_OFFSET): Define.
3108         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
3109         family and model.
3110         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
3111         out common code into new function get_common_indeces. Determine
3112         extended family and model for Intel processors.
3114 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
3116         * resolv/resolv.h: Define RES_SNGLKUPREOP.
3117         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
3118         option.
3119         * resolv/res_send.c (reopen): New function.  Broken out of...
3120         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
3121         fallback mechanism.  If single-request fails switch to
3122         single-request-reopen mode which opens a new socket for the second
3123         request.
3125 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
3127         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
3128         (CHECK_SP): Use it.
3130 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
3132         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
3133         for saved registers.
3134         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
3135         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
3136         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
3138 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
3140         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
3142 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
3144         * po/id.po: Update from translation team.
3146         * po/bg.po: Update from translation team.
3148 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3150         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
3151         defined.
3152         (strncmp): Renamed to STRNCMP.
3153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3154         strncmp-c for string.
3155         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
3156         * sysdeps/x86_64/multiarch/strcmp.S: New file.
3157         * sysdeps/x86_64/multiarch/strncmp.S: New file.
3158         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
3160 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3162         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
3163         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
3164         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
3165         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
3166         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
3167         ifuncmain7static.c.
3168         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
3169         ifuncmain7static, and ifuncmain7picstatic.
3170         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
3171         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
3172         $(objpfx)ifuncmain7pie.out.
3173         (modules-names): Add ifuncmod5 ifuncmod6
3174         (ifuncmod5.so-no-z-defs): Define.
3175         (ifuncmod6.so-no-z-defs): Define.
3176         (CFLAGS-ifuncmain5pic.c): Define.
3177         (CFLAGS-ifuncmain5picstatic.c): Define.
3178         (CFLAGS-ifuncmain5staticpic.c): Define.
3179         (CFLAGS-ifuncdep5pic.c): Define.
3180         (CFLAGS-ifuncmain7pic.c): Define.
3181         (CFLAGS-ifuncmain7picstatic.c): Define.
3182         (CFLAGS-ifuncmain1staticpie.c): Define.
3183         (CFLAGS-ifuncmain5pie.c): Define.
3184         (CFLAGS-ifuncmain6pie.c): Define.
3185         (CFLAGS-ifuncmain7pie.c): Define.
3186         ($(objpfx)ifuncmain1staticpie.out): Define.
3187         ($(objpfx)ifuncmain1staticpie): Define.
3188         ($(objpfx)ifuncmain5pie.out): Define.
3189         ($(objpfx)ifuncmain5pie): Define.
3190         ($(objpfx)ifuncmain6pie.out): Define.
3191         ($(objpfx)ifuncmain6pie): Define.
3192         ($(objpfx)ifuncmain5): Define.
3193         ($(objpfx)ifuncmain5pic): Define.
3194         ($(objpfx)ifuncmain5static): Define.
3195         ($(objpfx)ifuncmain5staticpic): Define.
3196         ($(objpfx)ifuncmain5picstatic): Define.
3197         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
3198         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
3199         ifuncmain6pie.out.
3200         * elf/b/elf/ifuncmain1staticpie.c: New file.
3201         * elf/ifuncdep5.c: New file.
3202         * elf/ifuncdep5pic.c: New file.
3203         * elf/ifuncmain5.c: New file.
3204         * elf/ifuncmain5pic.c: New file.
3205         * elf/ifuncmain5picstatic.c: New file.
3206         * elf/ifuncmain5pie.c: New file.
3207         * elf/ifuncmain5static.c: New file.
3208         * elf/ifuncmain5staticpic.c: New file.
3209         * elf/ifuncmain6pie.c: New file.
3210         * elf/ifuncmain7.c: New file.
3211         * elf/ifuncmain7pic.c: New file.
3212         * elf/ifuncmain7picstatic.c: New file.
3213         * elf/ifuncmain7pie.c: New file.
3214         * elf/ifuncmain7static.c: New file.
3215         * elf/ifuncmod5.c: New file.
3216         * elf/ifuncmod6.c: New file.
3218 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
3220         [BZ #10085]
3221         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
3222         (nss_endgrent): New variable.
3223         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
3224         fields. Change type of files to bool and adjust all users.
3225         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
3226         (internal_endgrent): Call nss_endgrent if necessary.
3227         (add_group): New function.  Broken out of...
3228         (check_and_add_group): ...here.
3229         (getgrent_next_nss): Remove test that any callback is available.
3230         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
3231         callback.  If there is no blacklist we can trust the results returned
3232         by the initgroups_dyn callback.  In case there is a callback and we
3233         find a group entry for the group ID but it doesn't contain the
3234         correct member, switch to the slow mode and use getgrent_r.
3235         (internal_getgrent_r): When we see a +: entry, determine whether
3236         there is any callback and which we can use the initgroups_dyn
3237         callback.
3239 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
3241         * malloc/malloc.c (_int_malloc): Add some consistency checks.
3242         (_int_free): Likewise.
3244         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
3245         AF_IEEE802154.
3246         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3247         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
3248         and ARPHRD_IEEE802154_PHY.
3250         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
3251         relative to generic Linux version.
3253 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
3255         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
3256         ($(objpfx)ifuncmain1vispie): Likewise.
3258 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3260         * login/Makefile: Build pt_chown as PIE.
3262 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
3264         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
3265         a format string.
3266         * elf/sln.c (usage): Likewise.
3267         * malloc/memusage.sh (do_help): Likewise.
3268         * nss/getent.c (more_help): Likewise.
3269         * posix/getconf.c (main): Likewise.
3270         * sunrpc/rpcinfo.c (usage): Likewise.
3271         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3273 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3275         * login/programs/pt_chown.c: Use libcap to drop privileges other than
3276         those needed.
3277         * login/Makefile: If necessary link pt_chown with -lcap.
3278         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
3279         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
3281 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
3283         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
3284         comparisons.
3285         * string/test-memchr.c (do_random_tests): Test very large lengths
3286         as well.
3288 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3290         * Makeconfig (+link-pie): Define.
3291         (+prectorS): Define.
3292         (+postctorS): Define.
3293         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
3294         * nscd/Makefile ($(objpfx)nscd): Likewise.
3296 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
3298         [BZ #10107]
3299         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
3300         with cmplwi.
3301         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
3303 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3305         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
3306         into ...
3307         * sysdeps/unix/grantpt.c: ...here.
3309 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
3311         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
3312         chmod if it is necessary.
3314         [BZ #10166]
3315         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
3316         when the slave device is in devpts or devfs.
3318         [BZ #10183]
3319         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
3321         [BZ #10195]
3322         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
3323         of nd_opt_home_agent_info_preference to uint16_t.
3324         Patch by Arnaud Ebalard <arno@natisbad.org>.
3326         [BZ #10207]
3327         * nss/getent.c: Add support for printing gshadow data.
3329         [BZ #10203]
3330         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
3331         not just the currently used one and those which follow.
3332         Patch by Joe Landers <jlanders@vmware.com>.
3334         [BZ #10196]
3335         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
3336         * libio/Makefile: Run tst-fgetwc with necessary envvar.
3337         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
3339         [BZ #10217]
3340         * stdlib/abort.c: Define variable __abort_msg.
3341         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
3342         * include/stdlib.h: Declare __abort_msg.
3343         * assert/assert-perr.c: Don't free buffer for message immediately.
3344         Store atomically in __abort_msg and free old buffer if necessary.
3345         * assert/assert.c: Likewise.
3346         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
3347         store pointer in __abort_msg, and possibly free old string.
3348         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
3350         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
3352         [BZ #10211]
3353         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
3354         handle leap seconds if they are available.
3355         Patch by Akinori Hattori <hattya@gentoo.org>.
3357         * timezone/tzselect.ksh: Update from tzcode2009i.
3358         * timezone/zdump.c: Likewise.
3359         * timezone/zic.c: Likewise.
3361         * timezone/africa: Update from tzdata2009i.
3362         * timezone/antarctica: Likewise.
3363         * timezone/asia: Likewise.
3364         * timezone/australasia: Likewise.
3365         * timezone/backward: Likewise.
3366         * timezone/etcetera: Likewise.
3367         * timezone/europe: Likewise.
3368         * timezone/factory: Likewise.
3369         * timezone/iso3166.tab: Likewise.
3370         * timezone/leapseconds: Likewise.
3371         * timezone/northamerica: Likewise.
3372         * timezone/pacificnew: Likewise.
3373         * timezone/solar87: Likewise.
3374         * timezone/solar88: Likewise.
3375         * timezone/solar89: Likewise.
3376         * timezone/southamerica: Likewise.
3377         * timezone/systemv: Likewise.
3378         * timezone/yearistype: Likewise.
3379         * timezone/zone.tab: Likewise.
3381 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
3383         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
3384         STT_GNU_IFUNC symbol or in 8 into type_class.
3386         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
3387         instead of Elf64_Addr.
3389 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
3391         * po/sv.po: Update from translation team.
3393         [BZ #10229]
3394         * misc/sys/select.h (__NFDBITS): Expression should have type int.
3395         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
3396         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
3397         the C version.
3399 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
3401         * Versions.def: Add GLIBC_2.11 for libpthread.
3403 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
3405         * resolv/res_send.c (send_dg): Remember we switched to
3406         single-request mode.
3408 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
3410         * dlfcn/dlfcn.h: Remove comma at end of enum.
3411         Patch by J.H.M. Dassen <rdassen@redhat.com>.
3413         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
3414         parsing mode string.
3416 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
3418         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
3420         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
3422         * sysdeps/x86_64/multiarch/strlen.S: New file.
3423         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
3424         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
3425         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
3426         content.
3428         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
3429         is defined.
3431 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
3433         * sysdeps/x86_64/strlen.S: Minor optimizations.
3435 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3437         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
3438         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
3439         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
3440         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
3441         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
3442         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
3443         ifuncmain3.c, ifuncmod3.c,.
3444         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
3445         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
3446         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
3447         ifuncmain4picstatic.
3448         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
3449         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
3450         ifuncmain3, ifuncmain4.
3451         (tests): Depend on $(objpfx)ifuncmain1pie.out and
3452         $(objpfx)ifuncmain1vispie.out.
3453         (modules-names): Add ifuncmod1 ifuncmod3.
3454         (generated): Add ifuncmain1pie ifuncmain1pie.out
3455         ifuncmain1vispie ifuncmain1vispie.out.
3456         Define rules to build and run the tests.
3457         * elf/ifuncdep1.c: New file.
3458         * elf/ifuncdep1pic.c: New file.
3459         * elf/ifuncdep2.c: New file.
3460         * elf/ifuncdep2pic.c: New file.
3461         * elf/ifuncmain1.c: New file.
3462         * elf/ifuncmain1pic.c: New file.
3463         * elf/ifuncmain1picstatic.c: New file.
3464         * elf/ifuncmain1pie.c: New file.
3465         * elf/ifuncmain1static.c: New file.
3466         * elf/ifuncmain1staticpic.c: New file.
3467         * elf/ifuncmain1vis.c: New file..
3468         * elf/ifuncmain1vispic.c: New file..
3469         * elf/ifuncmain1vispie.c: New file.
3470         * elf/ifuncmain2.c: New file.
3471         * elf/ifuncmain2pic.c: New file.
3472         * elf/ifuncmain2picstatic.c: New file.
3473         * elf/ifuncmain2static.c: New file.
3474         * elf/ifuncmain3.c: New file.
3475         * elf/ifuncmain4.c: New file.
3476         * elf/ifuncmain4picstatic.c: New file.
3477         * elf/ifuncmain4static.c: New file.
3478         * elf/ifuncmod1.c: New file.
3479         * elf/ifuncmod3.c: New file.
3481 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
3483         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
3485 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
3487         [BZ #10221]
3488         * posix/Makefile (routines): Add execvpe.
3489         * posix/Versions: Export execvpe for GLIBC_2.11.
3490         * posix/execvp.c: Now only a wrapper.  Move code to...
3491         * posix/execvpe.c: ...here.  New file.
3492         * posix/unistd.h: Declare execvpe.
3494 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
3496         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
3497         for STT_GNU_IFUNC handling for efficiency.
3498         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3500         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
3501         _exit.
3502         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
3504 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3506         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
3507         for !SHARED.
3509 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
3511         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
3512         is not defined.
3513         (__rela_iplt_start): New declaration.
3514         (__rela_iplt_end): Likewise.
3515         (__rel_iplt_start): Likewise.
3516         (__rel_iplt_end): Likewise.
3517         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
3518         * elf/elf.h (R_386_IRELATIVE): New macro.
3519         (R_X86_64_IRELATIVE): New macro.
3520         (R_386_NUM): Updated.
3521         (R_X86_64_NUM): Likewise.
3522         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
3523         (libc_ifunc_hidden_def): New macro.
3524         * sysdeps/generic/dl-irel.h: New file.
3525         * sysdeps/i386/dl-irel.h: New file.
3526         * sysdeps/x86_64/dl-irel.h: New file.
3527         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
3528         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
3529         Handle R_386_IRELATIVE.
3530         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
3531         (elf_machine_lazy_rela): Likewise.
3532         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3533         R_X86_64_IRELATIVE.
3534         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
3536 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3538         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
3539         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
3540         are no differences.  If an architecture has bits in CPUID index 1
3541         meaning different things the values for the COMMON_CPUID_INDEX_1
3542         index must not be set.
3543         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
3544         (HAS_POPCOUNT): ...this.  New macro.
3545         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
3546         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
3547         to set the value for Intel and AMD architectures.
3548         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
3549         INTEL_CPUID_INDEX_1.
3550         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
3551         change.
3553 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3555         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3556         and $build.
3558 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3560         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3561         (__expm1l): Set errno to ERANGE on overflow.
3562         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3563         (__tanl): Set errno to EDOM for Â±Inf.
3564         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3565         (__cosl): Set errno to EDOM for Â±Inf.
3566         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3567         (__sinl): Set errno to EDOM for Â±Inf.
3569         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3570         defined, use it.
3571         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3572         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3573         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3575 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3577         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3578         code accessing it.
3579         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3581 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3583         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3584         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3585         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3586         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3588         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3589         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3590         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3591         defined.
3592         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3593         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3595 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3597         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3598         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3599         is, either do nothing at all if __ASSUME_ACCEPT4, or
3600         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3601         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3602         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3603         define.
3604         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3605         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3606         internal_accept4 in socket directory.
3608 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3610         * sysdeps/ia64/configure.in: New file.
3612 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3614         [BZ #10162]
3615         * sysdeps/ia64/memchr.S: Use speculative load.
3617         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3618         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3619         use it.
3621         * sysdeps/i386/__longjmp.S: Add .text.
3622         * sysdeps/x86_64/__longjmp.S: Likewise.
3624 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3626         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3627         __ASSUME_ACCEPT4 for IA-64.
3629 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3631         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3633         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3634         (SOCKOP_accept4): Define.
3636 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3638         Sun approved the change of the license.
3639         * sunrpc/auth_des.c: Replace license text.
3640         * sunrpc/auth_none.c: Likewise.
3641         * sunrpc/auth_unix.c: Likewise.
3642         * sunrpc/authdes_prot.c: Likewise.
3643         * sunrpc/authuxprot.c: Likewise.
3644         * sunrpc/bindrsvprt.c: Likewise.
3645         * sunrpc/clnt_gen.c: Likewise.
3646         * sunrpc/clnt_perr.c: Likewise.
3647         * sunrpc/clnt_raw.c: Likewise.
3648         * sunrpc/clnt_simp.c: Likewise.
3649         * sunrpc/clnt_tcp.c: Likewise.
3650         * sunrpc/clnt_udp.c: Likewise.
3651         * sunrpc/clnt_unix.c: Likewise.
3652         * sunrpc/des_crypt.c: Likewise.
3653         * sunrpc/des_soft.c: Likewise.
3654         * sunrpc/get_myaddr.c: Likewise.
3655         * sunrpc/getrpcport.c: Likewise.
3656         * sunrpc/key_call.c: Likewise.
3657         * sunrpc/key_prot.c: Likewise.
3658         * sunrpc/openchild.c: Likewise.
3659         * sunrpc/pm_getmaps.c: Likewise.
3660         * sunrpc/pm_getport.c: Likewise.
3661         * sunrpc/pmap_clnt.c: Likewise.
3662         * sunrpc/pmap_prot.c: Likewise.
3663         * sunrpc/pmap_prot2.c: Likewise.
3664         * sunrpc/pmap_rmt.c: Likewise.
3665         * sunrpc/rpc/auth.h: Likewise.
3666         * sunrpc/rpc/auth_unix.h: Likewise.
3667         * sunrpc/rpc/clnt.h: Likewise.
3668         * sunrpc/rpc/des_crypt.h: Likewise.
3669         * sunrpc/rpc/key_prot.h: Likewise.
3670         * sunrpc/rpc/netdb.h: Likewise.
3671         * sunrpc/rpc/pmap_clnt.h: Likewise.
3672         * sunrpc/rpc/pmap_prot.h: Likewise.
3673         * sunrpc/rpc/pmap_rmt.h: Likewise.
3674         * sunrpc/rpc/rpc.h: Likewise.
3675         * sunrpc/rpc/rpc_des.h: Likewise.
3676         * sunrpc/rpc/rpc_msg.h: Likewise.
3677         * sunrpc/rpc/svc.h: Likewise.
3678         * sunrpc/rpc/svc_auth.h: Likewise.
3679         * sunrpc/rpc/types.h: Likewise.
3680         * sunrpc/rpc/xdr.h: Likewise.
3681         * sunrpc/rpc_clntout.c: Likewise.
3682         * sunrpc/rpc_cmsg.c: Likewise.
3683         * sunrpc/rpc_common.c: Likewise.
3684         * sunrpc/rpc_cout.c: Likewise.
3685         * sunrpc/rpc_dtable.c: Likewise.
3686         * sunrpc/rpc_hout.c: Likewise.
3687         * sunrpc/rpc_main.c: Likewise.
3688         * sunrpc/rpc_parse.c: Likewise.
3689         * sunrpc/rpc_parse.h: Likewise.
3690         * sunrpc/rpc_prot.c: Likewise.
3691         * sunrpc/rpc_sample.c: Likewise.
3692         * sunrpc/rpc_scan.c: Likewise.
3693         * sunrpc/rpc_scan.h: Likewise.
3694         * sunrpc/rpc_svcout.c: Likewise.
3695         * sunrpc/rpc_tblout.c: Likewise.
3696         * sunrpc/rpc_util.c: Likewise.
3697         * sunrpc/rpc_util.h: Likewise.
3698         * sunrpc/rpcinfo.c: Likewise.
3699         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3700         * sunrpc/rpcsvc/key_prot.x: Likewise.
3701         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3702         * sunrpc/rpcsvc/mount.x: Likewise.
3703         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3704         * sunrpc/rpcsvc/rex.x: Likewise.
3705         * sunrpc/rpcsvc/rstat.x: Likewise.
3706         * sunrpc/rpcsvc/rusers.x: Likewise.
3707         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3708         * sunrpc/rpcsvc/spray.x: Likewise.
3709         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3710         * sunrpc/rtime.c: Likewise.
3711         * sunrpc/svc.c: Likewise.
3712         * sunrpc/svc_auth.c: Likewise.
3713         * sunrpc/svc_authux.c: Likewise.
3714         * sunrpc/svc_raw.c: Likewise.
3715         * sunrpc/svc_run.c: Likewise.
3716         * sunrpc/svc_simple.c: Likewise.
3717         * sunrpc/svc_tcp.c: Likewise.
3718         * sunrpc/svc_udp.c: Likewise.
3719         * sunrpc/svc_unix.c: Likewise.
3720         * sunrpc/svcauth_des.c: Likewise.
3721         * sunrpc/xcrypt.c: Likewise.
3722         * sunrpc/xdr.c: Likewise.
3723         * sunrpc/xdr_array.c: Likewise.
3724         * sunrpc/xdr_float.c: Likewise.
3725         * sunrpc/xdr_mem.c: Likewise.
3726         * sunrpc/xdr_rec.c: Likewise.
3727         * sunrpc/xdr_ref.c: Likewise.
3728         * sunrpc/xdr_sizeof.c: Likewise.
3729         * sunrpc/xdr_stdio.c: Likewise.
3731         * po/da.po: Update from translation team.
3733 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3735         * sysdeps/sh/____longjmp_chk.S: New file.
3736         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3737         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3739 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3740             Ulrich Drepper  <drepper@redhat.com>
3742         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3743         (__nscd_cache_search): Assume each entry in the
3744         hash chain needs one hashentry and half of datahead.  Use
3745         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3747 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3749         * posix/sys/wait.h: Fix typos.  Pretty printing.
3750         * stdlib/stdlib.h: Likewise.  Correct comments.
3752         [BZ #10159]
3753         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3755         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3756         patch.
3758 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3760         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3761         Use it if we absolutely cannot reach any more correct list elements
3762         because that many do not fit into the currently mapped database.
3764 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3766         * nscd/nscd_helper.c: Include stddef.h.
3767         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3768         in a couple of places.  Return NULL if trail is not less than
3769         datasize, don't consider dataheads with length smaller than
3770         offsetof (struct datahead, data) + datalen.
3771         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3772         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3773         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3774         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3775         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3776         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3777         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3779         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3780         Rename ...
3781         (fallocate64): ... to this.
3782         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3783         Rename ...
3784         (fallocate64): ... to this.
3785         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3786         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3787         fallocate64@@GLIBC_2.10.
3788         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3789         fallocate64@@GLIBC_2.11.
3790         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3792         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3793         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3795         * nscd/selinux.c (nscd_avc_destroy): Removed.
3796         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3797         * nscd/nscd.c (termination_handler): Don't call
3798         nscd_avc_destroy.
3800 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3802         * include/atomic.h: Formatting.
3803         (catomic_compare_and_exchange_val_acq): Don't define if already
3804         defined by bits/atomic.h.
3806 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3808         * math/libm-test.inc (expm1_test): Add test for range error.
3810         * Versions.def: Add GLIBC_2.11 for libc.
3811         * debug/Makefile (routines): Add longjmp_chk.
3812         Add rules to build and run tst-longjmp_chk.
3813         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3814         * debug/longjmp_chk.c: New file.
3815         * debug/tst-longjmp_chk.c: New file.
3816         * include/bits/setjmp2.: New file.
3817         * include/stdio.h: Mark __fortify_fail as internal_function.
3818         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3819         * setjmp/bits/setjmp2.h: New file.
3820         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3821         of the aliases.
3822         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3823         defined.
3824         * sysdeps/i386/____longjmp_chk.S: New file.
3825         * sysdeps/x86_64/____longjmp_chk.S: New file.
3826         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3827         * sysdeps/x86_64/__longjmp.S: Likewise.
3829         * version.h: Bump for 2.11 development.
3831         * elf/check-execstack.c: New file.
3832         * elf/Makefile: Add rules to build and run check-execstack.
3834 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3836         * version.h (VERSION): Bump to 2.10.1.
3838         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3839         compatibility functions.
3840         * nss/getXXent_r.c: Likewise.
3841         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3842         * gshadow/getsgnam_r.c: Likewise.
3843         * gshadow/Version: Remove duplicate entries.
3845         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3846         for recent processor.
3847         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3848         Likewise.
3850 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3852         * version.h (VERSION): Bump for 2.10 release.
3853         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3855         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3856         same place we add ASFLAGS-config.
3858 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3860         [BZ #10128]
3861         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3862         or FORMERR and the other NOERROR, don't raise an error.
3864 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3866         [BZ #10118]
3867         * Makeconfig (+asflags): New variable based upon ASFLAG or
3868         asflags-cpu.
3869         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3870         * config.make.in (asflags-cpu): Add variable based upon
3871         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3872         the assembler.
3873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3874         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3875         recognizes power6 instruction set due to passing -mcpu=power6 from
3876         --with-cpu=power6 when compiling .S files.
3877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3878         Likewise.
3879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3880         Likewise.
3881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3882         Likewise.
3884 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3886         * string/stratcliff.c (do_test): Test for zero length
3887         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3888         at the end of the page.
3890 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3892         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3894         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3895         count is zero.
3897         * po/da.po: Update from translation team.
3899 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3901         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3902         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3904 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3906         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3907         and READ_IMPLIES_EXEC.
3909 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3911         * po/da.po: Update from translation team.
3913 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3915         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3916         comment change.
3918 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3920         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3921         to MAP_ANON in PROT_NONE mmap64 call.
3922         (open_archive): Likewise.
3923         (file_data_available_p): Use mmap64 instead of mremap.
3924         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3925         Attempt to reserve address space after mmap64 region.
3927 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3929         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3930         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3931         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3933         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3934         atanh should set ERANGE.
3936         [BZ #10087]
3937         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3938         result of lookup to make call to implement STT_GNU_IFUNC.
3939         (_dl_profile_fixup): Likewise.
3940         Patch by H.J. Lu <hjl.tools@gmail.com>.
3942         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3943         warning.
3945         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3946         from definition.
3948         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3949         label if it is not used.
3951         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3952         of gmon_hist_hdr and gmon_hdr structures and use them.
3953         * elf/sprof.c: Likewise.
3955         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3956         warning.
3958         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3960         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3961         to avoid cast.
3963         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3964         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3965         to avoid warnings.
3966         (iruserok_af): Use ss_family instead of casts.
3968         * gmon/gmon.c (write_hist): Define real-type variant of
3969         gmon_hist_hdr structure and use it.
3970         (write_gmon): Likewise for gmon_hdr.
3972         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3973         function if we are not going to define it.
3974         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3976         * inet/inet6_option.c (option_alloc): Add temporary variable to
3977         avoid warning.
3979         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3980         name of VTable element.
3981         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3982         * libio/iovsscanf.c: Likewise.
3983         * libio/vasprintf.c: Likewise.
3984         * libio/vsnprintf.c: Likewise.
3985         * stdio-common/isoc99_vsscanf.c: Likewise.
3986         * stdlib/strfmon_l.c: Likewise.
3987         * debug/vasprintf_chk.c: Likewise.
3988         * debug/vsnprintf_chk.c: Likewise.
3989         * debug/vsprintf_chk.c: Likewise.
3991         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3992         function pointers.
3994 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3996         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3998 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
4000         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
4002         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
4003         * sysdeps/i386/fpu/s_tanf.S: Likewise.
4004         * sysdeps/i386/fpu/s_tanl.S: Likewise.
4005         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4006         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
4007         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
4008         * math/libm-test.inc: Add tests for errno after tan calls with
4009         Â±Inf.
4011         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
4012         errno value vor pow(+-0,neg).
4013         * math/libm-test.inc (pow_test): Add tests for errno value for
4014         pole errors.
4016         * math/w_fmod.c: Also handle x=±Inf as error.
4017         * math/w_fmodf.c: Likewise.
4018         * math/w_fmodl.c: Likewise.
4019         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
4020         x=±Inf or y=0.
4022         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
4023         * sysdeps/i386/fpu/s_cosf.S: Likewise.
4024         * sysdeps/i386/fpu/s_cosl.S: Likewise.
4025         * sysdeps/i386/fpu/s_sin.S: Likewise.
4026         * sysdeps/i386/fpu/s_sinf.S: Likewise.
4027         * sysdeps/i386/fpu/s_sinl.S: Likewise.
4028         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4029         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
4030         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
4031         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
4032         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
4033         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
4034         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
4035         * math/libm-test.inc: Add tests for errno after sin/cos calls with
4036         Â±Inf.
4038         * stdlib/strtod_l.c (round_and_return): We have to set errno to
4039         ERANGE for underflows.
4040         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
4042         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
4043         the 2001 revision.
4045         * libio/tst-widetext.input: Remove surrogates.
4047         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
4049         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
4050         for lgamma should set errno to ERANGE, not EDOM.
4051         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
4053 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
4055         [BZ #10093]
4056         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
4057         UTF-16 surrogates.
4059         * locale/programs/locarchive.c (enlarge_archive): Conserve address
4060         space when temporarily mapping the whole content of the old file.
4062         [BZ #10100]
4063         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
4064         not zero.
4066 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
4068         * iconvdata/sjis.c (BODY): Don't advance inptr before
4069         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
4070         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
4071         two byte chars.
4073 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
4075         * locale/locarchive.h (struct locarhandle): Rename len field to
4076         mmaped and add new reserved field.
4077         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
4078         (create_archive): Reserve address space and then map file into it.
4079         (open_archive): Likewise.
4080         (file_data_available_p): New function.
4081         (compare_from_file): New function.
4082         (close_archive): Adjust to member name changes.
4083         (add_locale): Before comparing locale data, check it is mapped.
4084         Otherwise fall back to reading from the file.
4086 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
4088         * stdio-common/psiginfo.c: Include <errno.h>.
4090 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
4092         [BZ #9920]
4093         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
4094         to get consistency between 32 and 64 bit architectures.
4096         [BZ #10052]
4097         * sysdeps/unix/make-syscalls.sh: Add rule to create target
4098         directory for dummy syscall rules.
4099         Patch by Chris Steinbroner <hesh@pobox.com>.
4101 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
4103         [BZ #10092]
4104         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
4105         MNT_EXPIRE.
4107 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
4109         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
4110         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
4112 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
4114         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
4115         data from vector to temporary buffer and call PWRITEV after it
4116         instead of vice versa.
4117         * sysdeps/posix/preadv.c: Fix up comment.
4118         * misc/preadv.c: Likewise.
4119         * misc/preadv64.c: Likewise.
4120         * misc/pwritev.c: Likewise.
4121         * misc/pwritev64.c: Likewise.
4122         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
4124 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
4126         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
4128         * shadow/Makefile (tests): Add tst-shadow.
4129         * shadow/tst-shadow.c: New file.
4131         [BZ #9955]
4132         * gshadow/Makefile: New file.
4133         * gshadow/Versions: New file.
4134         * gshadow/fgetsgent.c: New file.
4135         * gshadow/fgetsgent_r.c: New file.
4136         * gshadow/getsgent.c: New file.
4137         * gshadow/getsgent_r.c: New file.
4138         * gshadow/getsgnam.c: New file.
4139         * gshadow/getsgnam_r.c: New file.
4140         * gshadow/gshadow.h: New file.
4141         * gshadow/putsgent.c: New file.
4142         * gshadow/sgetsgent.c: New file.
4143         * gshadow/sgetsgent_r.c: New file.
4144         * gshadow/tst-gshadow.c: New file.
4145         * include/gshadow.h: New file.
4146         * Makeconfig (all-subdirs): Add gshadow.
4147         * Makefile (installed-headers): Add gshadow/gshadow.h.
4148         * nss/Makefile (databases): Add sgrp.
4149         * nss/Versions: Add gshadow functions as private exports.
4150         * nss/nsswitch.conf: Add gshadow entry.
4151         * nss/sgrp-lookup.c: New file.
4152         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
4153         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
4154         * nss/nss_files/files-sgrp.c: New file.
4155         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
4156         * sysdeps/unix/sysv/linux/paths.h: Likewise.
4158 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
4160         * stdio-common/printf.h: Add missing const to register_printf_modifier.
4161         * stdio-common/reg-modifier.c: Likewise.
4163 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
4165         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
4166         is no FPU.
4168 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
4170         [BZ #10086]
4171         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
4172         headers up to 2.6.30.
4174         * po/ca.po: Update from translation team.
4176 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
4178         [BZ #10069]
4179         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
4180         an object that uses static TLS if the TLS modid is higher than the
4181         reserve we always allocate.  At least for multi-threaded code.
4183 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
4185         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
4186         Numerically stable check for valid width.
4188         * locale/programs/locarchive.c (open_archive): Map the entire file
4189         and not just the administrative data.
4190         (add_locale): When we find a hash sum match compare the content
4191         to be sure.
4193         * malloc/malloc.c (malloc_info): Output address space information.
4195 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
4197         * malloc/malloc.c (malloc_info): Also output system memory information.
4199         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
4200         architectures have preadv/pwritev in 2.6.30.
4202         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
4203         * sysdeps/posix/readv.c: Likewise.
4204         Reported by Markus Armbruster <armbru@redhat.com>.
4206         * malloc/hooks.c (top_check): Force hook value into register.
4208 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4210         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
4211         calls to _dl_relocate_object.
4213 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
4215         [BZ #9957]
4216         * malloc/malloc.c (force_reg): Define.
4217         (sYSMALLOc): Load hook variable into variable
4218         before test and force into register.
4219         (sYSTRIm): Likewise.
4220         (public_mALLOc): Force hook value into register.
4221         (public_fREe): Likewise.
4222         (public_rEALLOc): Likewise.
4223         (public_mEMALIGn): Likewise.
4224         (public_vALLOc): Likewise.
4225         (public_pVALLOc): Likewise.
4226         (public_cALLOc): Likewise.
4227         (__posix_memalign): Likewise.
4228         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
4229         before test and force into register.
4230         * malloc/hooks.c (top_check): Likewise.
4231         (public_sET_STATe): Pretty printing.
4233         * resolv/res_send.c (send_dg): Don't just ignore the result we got
4234         in case we only receive one reply in single-request mode.
4236 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
4238         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
4239         are dlopened in statically linked program even for __LM_ID_CALLER.
4241 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
4243         * resolv/res_send.c (send_dg): Don't switch into single-request
4244         mode if we already are in it.
4246 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
4248         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
4249         are always at least 4 bytes in the returned line.
4251 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
4253         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
4254         __libc_use_alloca (8192), if the stack is too small use 512 bytes
4255         instead of 8K.  Stop searching in /proc/stat after hitting first
4256         line not starting with cpu.
4257         (next_line): Truncate too long
4258         lines at buffer size * 3/4 instead of pretending there were line
4259         breaks inside of large lines.
4261 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4263         * sysdeps/x86_64/mp_clz_tab.c: New file.
4265 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
4266             Ulrich Drepper  <drepper@redhat.com>
4268         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
4269         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
4270         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
4272 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
4274         * sysdeps/sh/libc-tls.c: New file.
4276         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
4278 2009-04-14  Roland McGrath  <roland@redhat.com>
4280         * elf/elf.h: Add various missing ARM constants, to match binutils.
4282 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4284         Optimizations from GMP.
4285         * sysdeps/x86_64/add_n.S: New file.
4286         * sysdeps/x86_64/addmul_1.S: New file.
4287         * sysdeps/x86_64/lshift.S: New file.
4288         * sysdeps/x86_64/mul_1.S: New file.
4289         * sysdeps/x86_64/rshift.S: New file.
4290         * sysdeps/x86_64/sub_n.S: New file.
4291         * sysdeps/x86_64/submul_1.S: New file.
4293 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4295         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
4296         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
4297         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
4298         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4300 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4302         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
4303         preadv/pwritev.
4305 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
4307         * sysdeps/x86-64/strrchr.S: New file.
4309 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
4311         * stdio-common/printf.h (struct printf_info): Add user element.
4312         New types printf_arginfo_size_function, printf_va_arg_function.
4313         Declare register_printf_specifier, register_printf_modifier,
4314         register_printf_type.
4315         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
4316         (union printf_arg): Add pa_user element.
4317         Adjust __printf_arginfo_table type.
4318         Add __printf_va_arg_table, __printf_modifier_table,
4319         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
4320         declarations.
4321         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
4322         If registered arginfo call failed try normal specifier.
4323         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
4324         function.
4325         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
4326         * stdio-common/Versions: Export register_printf_modifier,
4327         register_printf_type, and register_printf_specifier for GLIBC_2.10.
4328         * stdio-common/reg-modifier.c: New file.
4329         * stdio-common/reg-type.c: New file.
4330         * stdio-common/reg-printf.c (__register_printf_specifier): New
4331         function.  Mostly the old __register_printf_function function but
4332         uses locking and type of third parameter changed.
4333         (__register_printf_function): Implement using
4334         __register_printf_specifier.
4335         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
4336         calls to arginfo functions.  Allocate enough memory for user-defined
4337         types.  Call new va_arg functions to get user-defined types.
4338         Try installed handlers even for existing format specifiers first.
4340 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
4342         * sysdeps/x86_64/rawmemchr.S: New file.
4344         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
4345         Simplified code and possible copy problem fixed.
4347         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
4348         function if it is not defined.  Add some necessary casts.
4349         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
4351         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
4352         have preadv/pwritev in 2.6.30.
4354 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
4356         * malloc/malloc.c (malloc_info): New function.
4357         * malloc/malloc.h: Declare it.
4358         * malloc/Versions: Export malloc_info for GLIBC_2.10.
4360         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
4361         to avoid PLT slot.
4363         * malloc/malloc.c (_int_realloc): Add parameter with old block
4364         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
4365         Adjust all callers.
4366         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
4368 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
4370         * sysdeps/x86_64/strchrnul.S: New file.
4372         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
4373         depending libcrypt on -lfreebl3.
4375         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
4376         preadv/pwritev in 2.6.30.
4378         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
4379         instead of __strcasecmp.
4381         * string/stratcliff.c (do_test): Add memchr tests..
4382         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
4383         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
4384         first read quad word.
4386 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
4388         * string/strverscmp.c (__strverscmp): Fix last cleanups.
4389         * string/tst-svc.input: Add new test case.
4390         * string/tst-svc.expect: Adjust.
4391         * string/Makefile: Don't ignore tst-svc error.
4393         * sysdeps/x86_64/memchr.S: New file.
4395         * resolv/resolv.h (RES_SNGLKUP): Define.
4396         * resolv/res_init.c (res_setoptions): Recognize single-request option.
4397         * resolv/res_send.c (send_dg): If we sent two requests at once and
4398         only get one reply before timeout switch to mode where we send the
4399         second request only after the first answer has been received.
4401 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
4403         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
4404         * sysdeps/x86_64/strchr.S: Likewise.
4406 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
4408         * configure.in: We need to test for the compiler earlier.
4410         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
4411         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
4412         GLIBC_2.10.
4413         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
4414         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
4415         and pwritev.
4416         * misc/preadv.c: New file.
4417         * misc/preadv64.c: New file.
4418         * misc/pwritev.c: New file.
4419         * misc/pwritev64.c: New file.
4420         * sysdeps/posx/preadv.c: New file.
4421         * sysdeps/posx/preadv64.c: New file.
4422         * sysdeps/posx/pwritev.c: New file.
4423         * sysdeps/posx/pwritev64.c: New file.
4424         * sysdeps/unix/sysv/linux/preadv.c: New file.
4425         * sysdeps/unix/sysv/linux/preadv64.c: New file.
4426         * sysdeps/unix/sysv/linux/pwritev.c: New file.
4427         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
4428         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
4429         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
4431         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
4432         compatibility code.
4433         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
4435         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4436         __ASSUME_COMPLETE_READV_WRITEV.
4437         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
4438         with modern kernels.
4439         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4441         * sysdeps/posix/readv.c: Since read is a cancellation point we have
4442         to free a possible malloced buffer in case of cancellation.
4443         * sysdeps/posix/writev.c: Likewise for write.
4445 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
4447         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
4449         * configure.in: Recognize --enable-nss-crypt.
4450         * config.make.in: Add nss-crypt entry.
4451         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
4452         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
4453         and include path for NSS directory to compiler for md5-crypt,
4454         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
4455         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
4456         function implementation, use NSS.  Introduce wrappers around the
4457         hash function calls.  Little code size optimization.
4458         * crypt/sha256-crypt.c: Likewise.
4459         * crypt/sha512-crypt.c: Likewise.
4460         * scripts/check-local-headers.sh: Ignore nss3 directory.
4462         * configure.in: Rename pic_default to libc_cv_pic_default.
4463         * config.make.in: Likewise.
4465 2009-04-01  Roland McGrath  <roland@redhat.com>
4467         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
4468         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
4469         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
4470         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
4471         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
4472         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
4473         (R_SPARC_NUM): Update.
4474         From Dave Miller <davem@davemloft.net>.
4476 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
4478         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
4480 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
4482         * elf/dl-open.c: Keep track of used name spaces and only iterate over
4483         those which are used.
4484         * elf/dl-addr.c: Likewise.
4485         * elf/dl-caller.c: Likewise.
4486         * elf/dl-fini.c: Likewise.
4487         * elf/dl-iteratephdr.c: Likewise.
4488         * elf/dl-libc.c: Likewise.
4489         * elf/dl-load.c: Likewise.
4490         * elf/dl-support.c: Likewise.
4491         * elf/dl-sym.c: Likewise.
4492         * elf/rtld.c: Likewise.
4493         * sysdeps/generic/ldsodefs.h: Likewise.
4495         * elf/dl-load.c: Remove support for systems without MAP_ANON.
4496         * elf/dl-minimal.c: Likewise.
4497         * elf/dl-misc.c: Likewise.
4498         * elf/rtld.c: Likewise.
4499         * sysdeps/generic/ldsodefs.h: Likewise.
4501 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
4503         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
4504         Avoid reuse of complex expression.
4506         * po/fr.po: Update from translation team.
4508 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4510         * include/dirent.h: Yet more changes to match sort function type
4511         change.
4512         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
4513         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
4514         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
4516 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
4518         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
4520 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4522         * nscd/connections.c (restart): Try to preserve the process name
4523         by reading the /proc/self/exe symlink and using the return name.
4524         Patch by Jeff Bastian <jbastian@redhat.com>.
4526 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
4528         [BZ #9733]
4529         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
4530         if we are not loading a new audit library.
4531         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
4532         Only use profiling trampoline for auditing if we are not relocating
4533         an audit library.
4534         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
4535         * elf/rtld.c: Likewise.
4536         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
4538         * elf/rtld.c (dl_main): Extend help message for --audit option.
4540         [BZ #9759]
4541         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
4542         alphasort64, versionsort, and versionsort64 to POSIX 2008.
4543         * dirent/alphasort.c: Adjust implementation to type change.
4544         * dirent/alphasort64.c: Likewise.
4545         * dirent/scandir.c: Likewise.
4546         * dirent/versionsort.c: Likewise.
4547         * dirent/versionsort64.c: Likewise.
4548         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
4549         declaration.
4550         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
4551         declaration.
4553         [BZ #9880]
4554         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4555         correctly.  Set segleft member in output as required.
4556         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4557         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4559         [BZ #9881]
4560         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4561         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4562         * inet/Makefile (tests): Add tst-inet6_rth.
4563         * inet/tst-inet6_rth.c: New file.
4565         [BZ #5807]
4566         * string/strlen.c (strlen): Fix omission in the expression to test
4567         for NUL bytes.
4569 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4571         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4573         * elf/dl-runtime.c (reloc_offset): Define.
4574         (reloc_index): Define.
4575         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4576         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4577         computing index from reloc_offset.
4578         (_dl_call_pltexit): Likewise.
4579         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4580         the relocation index to _dl_fixup.
4581         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4582         _dl_call_pltexit.
4583         * sysdeps/x86_64/dl-runtime.c: New file.
4585         [BZ #9893]
4586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4587         alignment of La_x86_64_regs.  Store xmm parameters.
4588         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4590         [BZ #9913]
4591         * string/strverscmp.c (__strverscmp): Fix case of different digits
4592         in fractional part of string.
4593         Patch by Jingyu Liu <jyliu@fortinet.com>.
4594         * string/Makefile (tests): Add tst-svc2.
4595         * string/tst-svc2.c: New file.
4597         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4599         * locale/iso-639.def: Add Min Nan.
4601 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4603         [BZ #9948]
4604         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4606 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4608         * elf/dl-sysdep.c (auxvars): Compress data structure.
4610         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4611         STT_GNU_IFUNC handling.
4612         (elf_machine_rela): Likewise.
4614 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4616         * config.h.in (USE_MULTIARCH): Define.
4617         * configure.in: Handle --enable-multi-arch.
4618         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4619         (_dl_fixup_profile): Likewise.
4620         * elf/do-lookup.c (dl_lookup_x): Likewise.
4621         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4622         * elf/elf.h (STT_GNU_IFUNC): Define.
4623         * include/libc-symbols.h (libc_ifunc): Define.
4624         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4625         framework in init-arch.h to get CPUID values.
4626         * sysdeps/x86_64/multiarch/Makefile: New file.
4627         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4628         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4629         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4631         * config.make.in (experimental-malloc): Define.
4632         * configure.in: Handle --enable-experimental-malloc.
4633         * malloc/Makefile: Handle experimental-malloc flag.
4634         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4635         * malloc/arena.c: Likewise.
4636         * malloc/hooks.c: Likewise.
4637         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4639 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4641         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4642         prediction.  A few size optimizations.
4644 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4646         * time/tzset.c: Optimize a bit for size.
4648 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4650         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4651         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4653         * elf/sprof.c: Avoid warning about multi-line comment.
4655 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4657         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4658         DST name.
4659         * time/tst-posixtz.c: Add tests for quoted timezone names.
4661 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4663         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4664         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4665         200809L instead of 200112L.
4666         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4667         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4669         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4670         instead of __quick_exit_funcs to __run_exit_handlers.
4671         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4672         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4673         (__cxa_at_quick_exit): Remove attribute_hidden.
4674         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4675         to __run_exit_handlers.
4676         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4677         attribute_hidden.
4679 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4681         * po/id.po: Update from translation team.
4683 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4686         .machine push; .machine "power6" and .machine pop around mtfsf
4687         insns outside of _ARCH_PWR6 define.
4688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4690         Likewise.
4691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4692         Likewise.
4693         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4694         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4695         relax_fenv_state): Likewise.
4697 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4699         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4700         cxa_at_quick_exit.
4701         (static-only-routines): Add at_quick_exit.
4702         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4703         GLIBC_2.10.
4704         * stdlib/quick_exit.c: New file.
4705         * stdlib/at_quick_exit.c: New file.
4706         * stdlib/cxa_at_quick_exit.c: New file.
4707         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4708         it appropriately.
4709         (__internal_atexit): New function.
4710         (__new_exitfn): Now takes parameter to point to the list to use.
4711         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4712         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4713         (exit): ...here.  Just call __run_exit_handlers appropriately.
4714         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4715         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4716         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4717         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4719         * po/id.po: Update from translation team.
4721 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4723         * po/ru.po: Update from translation team.
4725 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4727         * po/nl.po: Update from translation team.
4729 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4731         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4732         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4733         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4734         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4735         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4736         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4737         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4739         * po/pl.po: Update from translation team.
4741 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4743         [BZ #7083]
4744         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4745         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4746         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4747         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4748         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4749         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4750         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4751         for GLIBC_2.10.
4752         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4753         Add fallocate and fallocate64.
4755         * io/fcntl.h: Pretty printing.
4757 2009-03-02  Richard Guenther  <rguenther@suse.de>
4759         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4760         attribute also for non-C99 inline semantics variant.
4762 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4764         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4765         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4766         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4767         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4769         Likewise.
4770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4771         Likewise.
4773 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4775         * po/cs.po: Update from translation team.
4777 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4779         * po/bg.po: Update from translation team.
4780         * po/sv.po: Likewise.
4781         * po/fi.po: Likewise.
4782         * po/vi.po: Likewise.
4784 2009-02-27  Roland McGrath  <roland@redhat.com>
4786         * Makeconfig (%.v.i): Depend on Makeconfig.
4787         Exclude % lines from initial #-comment removal.
4789 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4791         * po/ko.po: Update from translation team.
4793 2009-02-26  Roland McGrath  <roland@redhat.com>
4795         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4796         avoids unused warning.
4798 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4799             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4801         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4802         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4803         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4804         and asm/user.h.  Include asm/ptrace.h.
4805         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4806         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4807         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4808         Undefine.
4809         (start_thread): Don't undefine.
4810         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4811         Define.
4813 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4815         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4816         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4817         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4818         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4819         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4820         200112L to 200809L.
4821         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4822         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4823         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4824         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4825         _SC_THREAD_ROBUST_PRIO_PROTECT.
4826         * posix/unistd.h: fexecve is in POSIX 2008.
4827         * time/time.h: strftime_l is in POSIX 2008.
4828         * io/sys/stat.h: futimens is in POSIX 2008.
4829         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4830         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4831         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4832         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4833         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4834         open_memstream, and vdprintf are in POSIX 2008.
4836 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4838         * include/features.h: Define macros for XPG7/POSIX 2008.
4839         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4840         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4841         POSIX 2008.
4842         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4843         * locale/xlocale.h: Define locale_t type.
4844         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4845         in POSIX 2008.  Don't define locale_t here.
4846         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4847         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4848         UTIME_OMIT only with __USE_ATFILE.
4849         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4850         * stdio-common/psiginfo.c: New file.
4851         * stdio-common/psiginfo-data.h: New file.
4852         * stdio-common/psiginfo-define.h: New file.
4853         * stdio-common/Makefile (routines): Add psiginfo.
4854         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4855         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4856         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4857         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4858         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4859         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4860         * io/sys/stat.h: Move mknodat definition into same conditional as
4861         mknod.
4862         * time/sys/time.h: futimesat is not among the functions accepted
4863         into the POSIX standard.
4865         * include/features.h: If no feature selection given and we select
4866         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4867         * posix/Versions: Export __posix_getopt.
4868         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4869         Use it to alternatively initialize __posixly_correct.
4870         (_getopt_internal_r): Take addition parameter.  Pass on to
4871         _getopt_initialize.
4872         (_getopt_internal): Take addition parameter.  Pass on to
4873         _getopt_internal_r.
4874         (getopt): Pass additional zero to _getopt_internal.
4875         (__posix_getopt): New function.
4876         * posix/getopt.h: Add redirection for getopt.
4877         * posix/getopt1.c (getopt_long): Pass additional zero to
4878         _getopt_internal.
4879         (getopt_long_only): Likewise.
4880         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4881         (_getopt_long_only_r): Likewise.
4882         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4883         _getopt_internal_r.
4885 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4887         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4888         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4889         * sysdeps/posix/sysconf.c (__sysconf): Handle
4890         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4891         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4893 2009-02-24  Roland McGrath  <roland@redhat.com>
4895         [BZ #9895]
4896         * README.template: Reworded not to use substituted version number.
4897         Renamed to ...
4898         * README: ... here (no longer generated).
4899         * Makefile (README): Target removed.
4901 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4903         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4904         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4905         instead.
4907         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4909         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4911 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4913         * po/bg.po: Update from translation team.
4915 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4917         * stdlib/monetary.h: Uglify function parameter names.
4918         * sunrpc/rpc/pmap_clnt.h: Likewise.
4919         * sunrpc/rpc/svc.h: Likewise.
4920         * sunrpc/rpc/xdr.h: Likewise.
4921         * sunrpc/rpc/clnt.h: Likewise.
4922         * resolv/netdb.h: Likewise.
4923         * resolv/arpa/nameser.h: Likewise.
4924         * resolv/resolv.h: Likewise.
4925         * argp/argp.h: Likewise.
4926         * locale/langinfo.h: Likewise.
4927         * io/sys/stat.h: Likewise.
4928         * posix/spawn.h: Likewise.
4929         * nis/rpcsvc/nislib.h: Likewise.
4930         * malloc/obstack.h: Likewise.
4931         * sysdeps/ia64/bits/link.h: Likewise.
4932         * sysdeps/i386/bits/link.h: Likewise.
4933         * sysdeps/s390/bits/link.h: Likewise.
4934         * sysdeps/powerpc/bits/link.h: Likewise.
4935         * sysdeps/x86_64/bits/link.h: Likewise.
4936         * sysdeps/sparc/bits/link.h: Likewise.
4937         * sysdeps/sh/bits/link.h: Likewise.
4938         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4939         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4940         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4941         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4943 2008-12-01  Fredrik Unger  <fred@tree.se>
4945         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4946         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4947         _FP_UNPACK_RAW_2, fix up first argument.
4949 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4951         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4952         (GET_NPROCS_PARSER): Change parameters and use next_line.
4953         (__get_nprocs): Rewrite to not use stdio routines.
4954         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4955         Change parameters and use next_line.
4957 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4959         [BZ #5381]
4960         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4961         Change mempool_alloc prototype.
4962         * nscd/mem.c (gc): Don't handle mem_in_flight.
4963         (mempool_alloc): Third parameter now only indicates whether this is the
4964         first call (to allocate data) or not.  If it is, get db rdlock.
4965         Release it on error.  Don't handle mem_in_flight.
4966         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4967         Adjust third parameter of mempool_alloc calls.
4968         Nothing to do here in case mempool_alloc fails.
4969         Avoid local variable shadowing parameter.  No need to get db rdlock
4970         before calling cache_add.
4971         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4972         no mem_in_flight array anymore.
4973         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4974         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4975         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4976         in case mempool_alloc fails. No need to get db rdlock before calling
4977         cache_add.
4978         * nscd/hstcache.c (cache_addhst): Likewise.
4979         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4980         * nscd/servicescache.c (cache_addserv): Likewise.
4981         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4983 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4985         * po/lt.po: Update from translation team.
4987 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4989         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4990         defined, allow additional data to be added using the optional
4991         MORE_ELF_HEADER_DATA macro.
4992         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4993         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4995 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4997         * include/atomic.h: Define catomic_and if not already defined.
4998         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4999         * sysdeps/i386/i486/bits/atomic.h: Likewise.
5001 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
5003         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
5004         Change all callers.
5005         (_int_realloc): Likewise.  Third argument is now padded size
5006         All _int_* functions are now static.
5008         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
5009         * malloc/arena.c: Likewise.
5010         * include/malloc.h: Remove now unnecessary declarations of the _int_*
5011         functions.
5013         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
5014         easily.
5016         * malloc/malloc.c: Add branch prediction for use of the hooks.
5018         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
5020 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
5022         [BZ #7095]
5023         * bits/confname.h: Add SUSv7 macros for getconf environments.
5024         * bits/environments.h: Likewise.
5025         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
5026         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
5027         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
5028         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
5029         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
5030         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
5031         * posix/getconf.c: Likewise.
5032         * posix/sysconf.c: Likewise.
5033         * sysdeps/posix/sysconf.c: Likewise.
5034         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
5035         environments.
5037 2009-01-16  Petr Baudis  <pasky@suse.cz>
5039         [BZ #9753]
5040         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
5041         even if we currently have zero nscount.
5043 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
5045         [BZ #9781]
5046         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
5047         the input line is too long.
5049         * po/Makefile (libc.pot): Add f_print as function taking c-format
5050         parameter.
5052         * debug/xtrace.sh: Unify translatable messages.
5053         * elf/ldd.bash.in: Likewise.
5054         * elf/sprof.c: Likewise.
5055         * locale/programs/locale.c: Likewise.
5056         * malloc/memusage.sh: Likewise.
5057         * nss/getent.c: Likewise.
5059 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
5061         * debug/pcprofiledump.c (print_version,
5062         argp_program_version_hook): New function.
5063         * elf/ldconfig.c (more_help): New function.
5064         (argp): Use it.
5065         * elf/sln.c (usage): New function.
5066         (main): Support --help and --version.
5067         * malloc/memusagestat.c (print_version): New function.
5068         (argp_program_version_hook): New variable.
5069         * nscd/nscd.c (more_help): New function.
5070         (argp): Use it.
5071         * posix/getconf.c (main): Send --version output to stdout.
5072         Support --help.
5073         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
5074         arguments.  All callers changed.
5075         (print_version): New function.
5076         (parseargs): Support --help and --version.
5077         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
5078         changed.
5079         (print_version): New function.
5080         (main): Use getopt_long.  Support --help and --version.
5081         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
5082         --version.
5084 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
5086         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
5087         (update_data): Fix handling of wrapping back
5088         to the beginning of the buffer.
5090         [BZ #9823]
5091         * stdio-common/psignal.c (psignal): Fix test for empty string.
5093 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
5095         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
5096         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
5097         move _null_auth to .rodata.
5099         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
5100         value of 24.
5102         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
5104         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
5105         today than when the original code was written.  Use larger
5106         buffers.  This also makes it unnecessary to have stat information,
5107         if this causes extra efforts.
5108         (__opendir): In case O_DIRECTORY works, don't call fstat just for
5109         __alloc_dir.
5111 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
5113         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
5114         is set.
5115         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
5116         * sysdeps/sh/sh4/__longjmp.S: Likewise.
5117         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
5118         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
5119         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
5120         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
5122 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
5124         * po/ru.po: Update from translation team.
5126 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5128         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
5129         Add _tid slot to maintain consistency with kernel.
5131 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
5133         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
5134         incomplete characters at end of input buffer.
5135         * libio/Makefile (tests): Add tst-fgetwc.
5136         * libio/tst-fgetwc.c: New file.
5137         * libio/tst-fgetwc.input: New file.
5139 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
5141         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
5143 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
5145         [BZ #9793]
5146         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
5147         *OUTBUFSTART unless the whole output fit into the buffer.
5148         * iconv/Makefile (tests): Add tst-iconv4.
5149         * iconv/tst-iconv4.c: New file.
5151 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
5153         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
5154         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5156 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
5158         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
5159         newer linker scripts.
5161 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
5163         [BZ #7040]
5164         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
5165         inotify_rm_watch should have type int.
5167 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
5169         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
5170         Make aligned_restore_vmx a local symbol.
5171         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
5172         Likewise.
5174 2009-01-30  Andreas Jaeger  <aj@suse.de>
5176         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
5177         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
5178         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
5179         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
5180         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
5181         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
5182         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
5184 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
5186         [BZ #9726]
5187         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
5188         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
5190 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
5192         [BZ #9726]
5193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5194         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
5195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5196         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
5198 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
5200         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
5201         memcpy instead of memcmp.
5202         (_dl_setup_pointer_guard): Likewise.
5204 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
5206         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
5207         manipulated brk, use malloc_printerr.
5208         * misc/sbrk.c (__sbrk): Better error handling for nonsense
5209         requests.
5211 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
5213         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
5214         rindex): For C++ add inlines so that they can be recognized as
5215         builtins.
5216         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
5218 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
5219             Jakub Jelinek  <jakub@redhat.com>
5221         * string/string.h: Define correct C++ prototypes for gcc 4.4.
5222         * wcsmbs/wchar.h: Likewise.
5224 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
5226         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
5227         (stackinfo_sub_sp): Define.
5229 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
5231         [BZ #9750]
5232         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
5233         * include/alloca.h (alloca_account): Define.
5234         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
5235         (stackinfo_sub_sp): Define.
5237         * nscd/connections.c (nscd_init): If database file access fails
5238         check whether this is due to permission problems and bail in that
5239         case.
5241         [BZ #9741]
5242         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
5243         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
5245 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5247         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
5248         Add "t" to clobber list.
5249         (INTERNAL_SYSCALL_NCS): Likewise.
5251 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
5253         * nss/getent.c (print_networks): Don't print comma between aliases.
5255 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
5257         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
5259         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
5260         the hash table.
5261         * misc/Makefile (tests): Add bug-hsearch1.
5262         * misc/bug-hsearch1.c: New file.
5264 2009-01-22  Roland McGrath  <roland@redhat.com>
5266         * Makeconfig (%.v.i): Strip trailing # comments,
5267         not only whole-line comments.
5269 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
5271         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
5272         one parameter.  If non-NULL use it to initialize return value.
5273         (_dl_setup_pointer_guard): New function.
5274         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5275         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
5276         * elf/rtld.c (security_init): Pass _dl_random to
5277         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
5278         pointer_chk_guard.
5279         * elf/dl-sysdep.c (_dl_random): New variable.
5280         (_dl_sysdep_start): Handle AT_RANDOM.
5281         (_dl_show_auxv): Likewise.
5282         * elf/dl-support.c (_dl_random): New variable.
5283         (_dl_aux_init): Handle AT_RANDOM.
5284         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
5285         to _dl_setup_stack_chk_guard.
5287         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
5289 2009-01-10  Roland McGrath  <roland@redhat.com>
5291         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
5293 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
5295         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
5297         [BZ #9706]
5298         * nss/nss_files/files-parse.c (strtou32): New function.
5299         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
5300         across 32-bit and 64-bit platforms.
5301         (INT_FIELD_MAYBE_NULL): Likewise.
5303 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
5305         [BZ #9720]
5306         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
5307         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
5308         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
5309         Likewise.
5311 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
5313         [BZ #697]
5314         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
5315         being NULL also if there are no backreferences.
5316         * posix/rxspencer/tests: Add testcases.
5318 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
5320         [BZ #9697]
5321         * posix/bug-regex17.c: Add testcases.
5322         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
5323         handling.
5325 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5327         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
5328         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
5329         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
5330         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
5331         for elf subdir.
5332         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
5333         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
5334         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
5335         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
5336         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5337         * sysdeps/unix/sysv/linux/s390/Versions: New file.
5339 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
5341         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
5342         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
5343         re_string_skip_chars, re_string_reconstruct): Likewise.
5344         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
5346 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
5348         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
5349         adjust the buffer alignment.
5351 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5353         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
5354         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
5355         net/route.h.
5357         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
5358         flavor to description only when flavor is not NULL.
5360         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
5361         mutex after SIGIO/SIGURG lookup loop.
5363 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5365         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
5367 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
5369         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
5370         handling.
5372 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
5374         * sysdeps/unix/sysv/linux/kernel-features.h
5375         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
5377         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
5378         if no output is written.
5380         * version.h: Bump to 2.10 development.
5382         * posix/getconf.c: Update copyright year.
5383         * nss/getent.c: Likewise.
5384         * iconv/iconvconfig.c: Likewise.
5385         * iconv/iconv_prog.c: Likewise.
5386         * elf/ldconfig.c: Likewise.
5387         * catgets/gencat.c: Likewise.
5388         * csu/version.c: Likewise.
5389         * elf/ldd.bash.in: Likewise.
5390         * elf/sprof.c (print_version): Likewise.
5391         * locale/programs/locale.c: Likewise.
5392         * locale/programs/localedef.c: Likewise.
5393         * nscd/nscd.c (print_version): Likewise.
5394         * debug/xtrace.sh: Likewise.
5395         * malloc/memusage.sh: Likewise.
5396         * malloc/mtrace.pl: Likewise.
5397         * debug/catchsegv.sh: Likewise.
5399 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
5401         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
5402         script.
5404 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
5406         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
5407         gethostbyname4_r function call succeeded, just leave the loop.
5409         [BZ #9694]
5410         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
5411         very end.
5412         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
5413         * wctype/Makefile (tests): Add bug-wctypeh.
5414         * wctype/bug-wctypeh.c: New file.
5416         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
5417         LOCALDOMAIN is defined.
5418         * nscd/nscd_getai.c (__nscd_getai): Likewise.
5420         * sysdeps/x86_64/bits/select.h: New file.
5422         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
5424 2008-12-21  Bruno Haible  <bruno@clisp.org>
5426         [BZ #9677]
5427         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
5428         if no output is written.
5430 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
5432         * login/utmp_file.c (pututline_file): Replace call to dup2 with
5433         libc internal symbol __dup2 to avoid access through the PLT.
5435 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
5437         [BZ #6545]
5438         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
5439         available only for __USE_GNU.
5441         * inet/Makefile (tests): Add tst-getni2.
5442         * inet/tst-getni2.c: New file.
5444         [BZ #7080]
5445         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
5446         NULL when NI_NAMEREQD is set.
5447         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
5448         * inet/Makefile (tests): Add tst-getni1.
5449         * inet/tst-getni1.c: New file.
5451 2008-12-03  Petr Baudis  <pasky@suse.cz>
5453         [BZ #7067]
5454         * nscd/connections.c (invalidate_cache): Use prune_run_lock
5455         instead of prune_lock.
5456         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
5457         * nscd/nscd.h (database_dyn): Add prune_run_cache.
5459 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
5461         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
5462         use.
5464         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
5465         handling.
5467         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
5468         after reading name server list.
5470         [BZ #7058]
5471         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
5472         handling for host name aliases.
5474 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
5476         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
5477         instead of doing things manually.
5479 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
5481         * posix/regex_internal.h (build_wcs_upper_buffer):
5482         Return type is reg_error_t.
5484 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
5486         * posix/globtest.sh: Use mktemp to create temporary file and
5487         directory.
5489         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
5490         sets correctly.
5491         (__CPU_CLR_S): Likewise.
5492         (__CPU_ISSET_S): Likewise.
5494 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
5495             Ulrich Drepper  <drepper@redhat.com>
5497         * scripts/firstversion.awk: Use custom comparison function to compare
5498         version numbers.
5499         * scripts/versions.awk: Use sort invocation which can handle
5500         multi-digit sub-version numbers.
5502 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
5504         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
5505         * locale/iso-639.def: Add Chhattisgarhi entry.
5507 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
5509         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
5510         ESRCH return value.
5511         (_nss_dns_gethostbyname4_r): Likewise.
5512         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
5513         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
5514         gethostbyname4_r, we don't have a separate IPv6 status, so copy
5515         the no_data variable.
5517         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
5518         information at the correct index.
5520         * socket/sys/socket.h: Declare accept4.
5521         * socket/accept4.c: New file.
5522         * sysdeps/unix/sysv/linux/accept4.c: New file.
5523         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
5524         * socket/Makefile (routines): Add accept4.
5525         * socket/Versions: Export accept4 with version GLIBC_2.10.
5526         * socket/paccept.c: Removed.
5527         * sysdeps/unix/sysv/linux/paccept.c: Removed.
5528         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
5529         * Versions.def: Define GLIBC_2.10 for libc.
5530         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
5532         * nscd/connections.c: Use accept4.
5534         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
5536 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
5538         * resolv/res_send.c (send_dg): Create sockets with non-blocking
5539         flag already set.
5541         * stdlib/setenv.c (unsetenv): Don't search environment if it does
5542         not exist.
5543         * stdlib/Makefile (tests): Add tst-unsetenv1.
5544         * stdlib/tst-unsetenv1.c: New file.
5546 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
5548         * login/utmp_file.c (file_writable): New variable.
5549         (setutent_file): Don't try to open file for writing.
5550         (pututline_file): Before writing, make descriptor writable if
5551         necessary.
5553 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5555         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5556         to IPv4 or IPv6 if an interface has been found.
5558 2008-11-26  Roland McGrath  <roland@redhat.com>
5560         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5561         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5563         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5564         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5565         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5567         * elf/elf.h (NT_386_IOPERM): New macro.
5568         (NT_PPC_VSX): New macro.
5570 2008-11-25  Roland McGrath  <roland@redhat.com>
5572         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5573         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5574         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5575         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5576         Subdirectories moved to ports repository.
5577         * configure.in (base_machine): Remove alpha case.
5579 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5581         * sysdeps/mach/strerror_l.c: New file.
5583 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5585         [BZ #6411]
5586         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5587         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5588         magic numbers.
5589         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5590         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5591         (relax_fenv_state): Same as above.
5592         (FPSCR_29): Reserve bit in ISA 2.05.
5593         (FPSCR_NI): Provide define for compat.
5594         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5595         magic numbers.
5596         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5597         magic numbers.
5598         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5599         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5600         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5601         access to hwcap to account for hwcap size increase to uint64_t.
5602         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5603         Likewise.
5604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5605         (*setcontext): Likewise.
5606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5607         New file.
5608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5609         New file.
5610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5611         (*setcontext): dynamically select mtfsf insn based on
5612         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5613         increase to uint64_t.
5614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5615         (*swapcontext): dynamically select mtfsf insn based on
5616         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5617         increase to uint64_t.
5618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5619         New file.
5620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5621         New file.
5622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5623         (*setcontext): dynamically select mtfsf insn based on
5624         PPC_FEATURE_HAS_DFP.
5625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5626         (*swapcontext): dynamically select mtfsf insn based on
5627         PPC_FEATURE_HAS_DFP.
5629 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5631         * version.h: Bump for 2.9 release.
5632         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5634         [BZ #7029]
5635         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5636         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5637         all the rounding.
5639 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5641         [BZ #7009]
5642         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5643         unknown request types for now.
5645 2008-11-11  Roland McGrath  <roland@redhat.com>
5647         * sysdeps/x86_64/configure: New file.
5649         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5650         * configure: Regenerated.
5652 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5654         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5655         correct instruction to remove the stack frame.
5657 2008-11-03  Michael Matz  <matz@suse.de>
5659         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5660         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5662 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5664         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5665         Remove.
5667         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5668         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5669         of the thread variable instead of void *.
5670         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5671         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5672         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5673         __libc_tsd_define arguments.
5674         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5675         __libc_tsd_address arguments.  Remove union hack.
5676         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5677         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5678         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5679         Adjust __libc_tsd_{set,get} arguments.
5680         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5681         __libc_tsd_define arguments.
5682         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5683         arguments.
5684         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5685         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5686         (LOCALE): Adjust __libc_tsd_define arguments.
5687         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5688         arguments.
5689         (LOCALE): Adjust __libc_tsd_define arguments.
5690         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5691         arguments.
5692         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5693         arguments.
5695 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5697         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5698         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5700 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5702         [BZ #6966]
5703         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5705 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5706             Ulrich Drepper  <drepper@redhat.com>
5708         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5709         definition for GCC 3.1 and later.
5711 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5713         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5714         refetch dtv, as it might have changed.
5715         * elf/Makefile: Add rules to build and run tst-tls18.
5716         * elf/tst-tls18.c: New test.
5717         * elf/tst-tlsmod18a.c: New file.
5719 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5721         [BZ #6875]
5722         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5724 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5726         [BZ #6867]
5727         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5729         [BZ #6919]
5730         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5731         Fix length of copy operation.
5733 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5735         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5736         and fix its calling convention.
5738 2008-10-07  Andreas Schwab  <schwab@suse.de>
5740         [BZ #6942]
5741         * resolv/res_send.c (send_vc): Fix last change.
5742         (send_dg): Align here as well.
5744 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5746         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5747         return value in case rlimit is RLIM_INFINITY.
5749         [BZ #6947]
5750         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5751         for UL_SETFSIZE.
5752         * resource/Makefile (tests): Add bug-ulimit1.
5753         * resource/bug-ulimit1.c: New file.
5755         [BZ #6974]
5756         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5757         without dot.  Properly terminate the string with a null byte.
5758         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5760         [BZ #6980]
5761         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5762         negative sizees.
5763         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5764         negative __size.
5766         [BZ #6995]
5767         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5769 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5771         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5772         abort if there is no initgroups_dyn function.
5774         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5775         result if any of the queries really provided an answer.
5777 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5779         * po/lt.po: Update from translation team.
5781 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5783         * po/id.po: Update from translation team.
5785 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5787         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5788         Fix tests for existence of second reply.
5790 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5792         * po/id.po: New file.
5793         Contributed by the Indonesian translation team.
5795 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5797         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5798         initialization.
5800 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5802         * elf/Makefile: Add rules to build and run tst-tls17.
5803         * elf/tst-tls17.c: New test.
5804         * elf/tst-tlsmod17a.c: New file.
5805         * elf/tst-tlsmod17b.c: Likewise.
5807 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5809         * stdlib/divmod_1.c: Use correct type for dummy variable.
5810         * stdlib/mod_1.c: Likewise.
5812 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5814         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5816 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5818         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5819         __nonnull order for C++.
5820         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5821         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5823 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5825         * stdlib/longlong.h: Update from GCC.
5827 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5828             David S. Miller  <davem@davemloft.net>
5830         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5831         make sure any registers used with 64-bit 'branch-on-register'
5832         instructions have their top 32-bits clear.
5833         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5834         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5836 2008-09-18  Andreas Schwab  <schwab@suse.de>
5838         [BZ #6942]
5839         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5840         Properly handle partial reads.
5842 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5844         * elf/elf.h (STO_MIPS_PLT): New.
5845         (R_MIPS_COPY): New.
5846         (R_MIPS_JUMP_SLOT): New.
5847         (R_MIPS_NUM): Redefine to 128.
5848         (DT_MIPS_PLTGOT): New.
5849         (DT_MIPS_RWPLT): New.
5850         (DT_MIPS_NUM): Redefine to 0x35.
5852 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5854         * timezone/africa: Update from tzdata2008f.
5855         * timezone/asia: Likewise.
5856         * timezone/australasia: Likewise.
5857         * timezone/europe: Likewise.
5858         * timezone/leapseconds: Likewise.
5859         * timezone/northamerica: Likewise.
5860         * timezone/southamerica: Likewise.
5861         * timezone/zone.tab: Likewise.
5863 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5865         * nscd/connections.c: Disable use of paccept for now.
5867 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5869         * socket/Versions: Remove paccept export for GLIBC_2.9.
5870         * socket/Makefile (routines): Remove paccept.
5871         * socket/sys/socket.h: Remove paccept declaration.
5873         * po/sv.po: Update from translation team.
5875 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5877         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5878         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5880 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5882         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5883         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5885 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5887         * sunrpc/rpc/svc.h: Declare svcfd_create.
5888         Patch by Michael Solberg <msolberg@redhat.com>.
5890 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5891             Ulrich Drepper  <drepper@redhat.com>
5893         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5894         _int_valloc fails.
5895         (public_pVALLOc): Likewise.
5897 2008-09-02  Andreas Jaeger  <aj@suse.de>
5899         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5900         commit.
5902 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5904         [BZ #6860]
5905         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5907 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5909         * Makefile (check-data): Check data directory in add-ons.
5910         * elf/Makefile (check-data): Likewise.
5912 2008-08-18  Roland McGrath  <roland@redhat.com>
5914         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5915         * configure: Regenerated.
5916         * config.make.in (cflags-cpu): New substituted variable.
5917         (with-cpu): Variable removed.
5918         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5920 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5922         [BZ #6845]
5923         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5924         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5925         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5926         redundant.  Functions which call floating point assembler operations
5927         should go into a sysdeps powerpc/fpu directory.
5929 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5931         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5932         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5934 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5936         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5938         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5939         change related to AT_EXECFN.  We cannot use that string.
5940         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5941         _dl_execfn member.
5942         * elf/dl-support.c: Remove _dl_execfn variable.
5943         (_dl_aux_init): Remove handling of AT_EXECFN.
5944         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5945         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5947 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5949         [BZ #6544]
5950         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5951         byte gets added to writes and seeks from the end use the length of
5952         the buffer and not the currently terminating NUL byte.
5954         [BZ #6634]
5955         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5956         Set to true if locking failed.
5957         (getutid_r_file): Adjust caller.
5958         (pututline_file): Likewise.  Return NULL in this case.
5959         Patch mostly by halesh.s@gmail.com.
5961 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5963         [BZ #6589]
5964         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5965         Define.
5966         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5968 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5970         [BZ #6839]
5971         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5972         macro since it is now available in elf/dynamic-link.h.
5974 2008-08-12  Roland McGrath  <roland@frob.com>
5976         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5977         in case used outside of libc.
5978         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5980 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5982         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5983         directly instead of going through dn_comp.
5985 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5987         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5988         Fix asm constraints.
5990 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5992         [BZ #6790]
5993         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5994         (IPV6_PMTUDISC_PROBE): Likewise.
5996 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5998         [BZ #6791]
5999         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
6001 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
6002             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
6004         [BZ #6817]
6005         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
6006         Added the members 'vsx' and 'arch_2_06'.
6007         (_dl_powerpc_platforms): Add the member 'power7'.
6008         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
6009         to reflect the changes required by VSX and ISA 2.06.
6010         Modify _DL_PLATFORMS_COUNT to reflect the addition of
6011         'power7'.
6012         Defined PPC_PLATFORM_POWER7.
6013         (_dl_string_platform): Add support for POWER7.
6014         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
6015         capability and ISA 2.06.
6017 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
6019         [BZ #6824]
6020         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
6021         macro to detect use of 128 bit long double.
6022         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
6024 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
6026         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
6028         [BZ #5794]
6029         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
6030         parameters.
6031         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
6032         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
6034 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
6036         * nscd/connections.c (main_loop_poll): Pass a buffer which is
6037         guaranteed to be large enough to read inotify event.  Ignore
6038         EAGAIN error.  Better error message.  Add branch predicition.
6039         (main_loop_epoll): Likewise.
6041 2008-08-02  Roland McGrath  <roland@frob.com>
6043         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
6044         Add memory clobbers.
6046 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
6048         * manual/arith.texi: Avoid @strong{Note:}.
6049         * manual/creature.texi: Likewise.
6050         * manual/filesys.texi: Likewise.
6051         * manual/math.texi: Likewise.
6052         * manual/memory.texi: Likewise.
6053         * manual/resource.texi: Likewise.
6054         * manual/syslog.texi: Likewise.
6055         * manual/time.texi: Likewise.
6057         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
6058         to prevent warning.
6060 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
6062         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
6063         new epoll_create1 interface.
6064         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
6065         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
6066         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
6068         * include/arpa/nameser.h (NS_GET16): Use const pointer.
6069         (NS_GET32): Likewise.
6071         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
6072         syscalls, too.
6074         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
6075         use the AT_EXECFN value if it is no absolute path.
6076         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
6077         __ASSUME_AT_EXECFN.
6079         * Versions.def: Add GLIBC_2.9 to libresolv.
6080         * include/resolv.h: Remove hidden proto declarations for __ns_*
6081         functions.  Add them for __dn_count_labels and __p_secstodate.
6082         * include/arpa/nameser.h: Add a number of hidden proto declarations.
6083         Define ns_msg_getflags macro here.
6084         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
6085         and __p_secstodate.
6086         * resolv/Versions: Export functions from <arpa/nameser.h> from
6087         libresolv in version GLIBC_2.9.
6088         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
6089         hidden definitions.
6090         * resolv/ns_netint.c: Likewise.
6091         * resolv/ns_parse.c: Likewise.
6092         * resolv/ns_print.c: Likewise.
6093         * resolv/ns_samedomain.c: Likewise.
6094         * resolv/ns_ttl.c: Likewise.
6095         * resolv/arpa/nameser_compat.h: Likewise.
6096         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
6097         function calls.
6098         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
6099         instead of ns_get16.
6100         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
6101         __ns_get32 instead of ns_get16 and ns_get32 respectively.
6102         (gaih_getanswer_slice): Likewise.
6103         * resolv/Makefile (libresolv-routines): Add ns_date.
6104         * resolv/ns_date.c: New file.
6106         * elf/Makefile (check-localplt.out): Also check libresolv and
6107         libcrypt.
6109 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
6111         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6112         __ASSUME_O_CLOEXEC.
6114 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
6116         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
6117         buffer passed to NSS functions.
6119         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
6121         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
6122         Define.
6124         * misc/syslog.c (openlog_internal): Fix compile problem.
6126 2008-07-28  Roland McGrath  <roland@redhat.com>
6128         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
6130 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
6132         * io/ftw.c (add_object): Remove inline to avoid warning.
6134         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
6136         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
6137         Use it instead of locally defined resplen2 variable.
6138         (res_nsend): Adjust for __libc_res_nsend interface change.
6139         (send_vc): Initialize *resplen2 if necessary.  Read length of
6140         package into an appropriately aligned variable.  Store converted length
6141         in new variable and use it appropriately.
6142         Add branch prediction help.
6143         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
6144         and pass it on to __libc_res_nsend.  Adjust all callers.
6145         (__libc_res_nsearch): Likewise.
6146         (__libc_res_nqeurydomain): Likewise.
6147         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
6148         change.
6149         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
6150         Define resplen2 variable and pass it to __libc_res_nsearch and then
6151         to gaih_getanswer.
6152         (getanswer_r): In case of incorrect DNS data don't overread buffer.
6153         Add branch prediction.
6154         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
6155         (gaih_getanswer): Don't decode second slice if first one failed due
6156         to a too small buffer.  Don't let not found status of second
6157         decoder shadow results of the first.
6158         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
6159         and __libc_res_nquery interface changes
6160         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
6161         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
6162         __libc_res_nsearch, and __libc_res_nsend.
6163         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
6164         change.
6165         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
6166         __libc_res_nsearch interface changes.
6168 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
6170         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
6172         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
6173         file descriptors with close-on-exec set.
6174         (exec_comm_child): Fix the case where the write end of the pipe is
6175         STDOUT_FILENO already.  In case it is, clear close-on-exec.
6177         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
6178         * io/pipe2.c: Likewise.
6179         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
6180         instead of __ASSUME_PACCEPT.
6181         * include/unistd.h: Declare __have_pipe2.
6182         * libio/iopopen.c: Implement "e" flag.
6183         * libio/Makefile (tests): Add tst-popen1.
6184         * libio/tst-popen1.c: New file.
6186         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
6187         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
6189 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
6191         [BZ #6771]
6192         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
6193         success call of _IO_SEEKOFF or calls which failed because the
6194         descriptor is for a pipe.
6196         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
6197         magic number.
6199         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
6201         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
6202         F_SETFD use if we know fopen set the flag.
6204         * login/utmp_file.c (setutent_file): Minor optimization in case
6205         O_CLOEXEC is available.
6207 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
6209         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
6210         * elf/Makefile: Use pie-ccflag variable.
6211         * nscd/Makefile: Likewise.
6212         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
6214 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
6216         [BZ #6724]
6217         * Versions.def: Add GLIBC_2.9 version tag for libutil.
6218         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
6219         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
6220         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
6221         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
6222         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
6223         utmp32, utmpx32 and login32.
6224         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
6225         versions of struct utmp functions to libc and libutil.
6226         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
6227         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
6228         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
6229         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
6230         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
6231         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
6232         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
6233         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
6234         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
6235         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
6236         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
6237         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
6238         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
6239         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
6240         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
6241         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
6242         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
6243         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
6244         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
6245         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
6246         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
6247         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
6249 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
6251         * scripts/gen-as-const.awk: Generate more widely usable code by
6252         using 64-bit arithmetic.
6254         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
6255         the same treatment as narrow output code in last patch.
6257         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
6259         [BZ #6763]
6260         * elf/dl-load.c (local_strdup): Remove inline.
6261         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
6262         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
6263         part of the object.
6265         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
6267 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
6269         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
6270         the new syscalls, too.
6272         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
6273         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
6275         [BZ #6698]
6276         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
6277         parameter for end of buffer.  If temporary copy is too large use
6278         malloc.
6279         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
6280         interface change.
6281         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
6282         string rewrite when allocating buffer.
6284         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
6285         syscalls, too.
6287         * nscd/connections.c (nscd_init): Clean up fcntl call.
6289         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
6290         SOCK_NONBLOCK if possible.
6292         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
6293         SOCK_CLOEXEC if available.
6295         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
6296         __libc_clntudp_bufcreate_internal.
6297         * include/sys/socket.h: Declare __have_sock_cloexec.
6298         * socket/Makefile (aux): Add have_sock_cloexec.
6299         * socket/have_sock_cloexec.c: New file.
6300         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
6301         __libc_clntudp_bufcreate.
6302         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
6303         which takes an additional parameter.  Create socket with non-blocking
6304         mode and close-on-exec flag set, if wanted.
6305         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
6306         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
6307         instead of clntudp_create.  The socket has already the close-on-exec
6308         flag set if SOCK_CLOEXEC is defined.
6310 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
6312         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6313         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
6314         appropriate.
6315         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
6316         non-blocking mode by using socket, paccept, and inotify_init1.
6318         * Versions.def (glibc): Add GLIBC_2.9.
6319         * io/Makefile (routines): Add dup3 and pipe2.
6320         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
6321         * io/dup3.c: New file.
6322         * io/pipe2.c: New file.
6323         * posix/unistd.h: Declare dup3 and pipe2.
6324         * socket/Makefile (routines): Add paccept.
6325         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
6326         * socket/paccept.c: New file.
6327         * socket/sys/socket.h: Declare paccept.
6328         * sysdeps/unix/syscalls.list: Add entry for dup3.
6329         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
6330         epoll_create2 and inotify_init1.
6331         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
6332         * sysdeps/unix/sysv/linux/paccept.c: New file.
6333         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
6334         possible.
6335         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
6336         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
6337         inotify_init1, and pipe2 entries.
6338         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
6339         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
6340         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
6341         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
6342         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
6343         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
6344         SOCK_NONBLOCK.
6345         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
6346         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
6347         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
6348         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
6349         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
6350         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
6351         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
6352         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
6353         EPOLL_NONBLOCK.  Declare epoll_create2.
6354         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
6355         EFD_NONBLOCK.
6356         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
6357         IN_NONBLOCK.  Declare inotify_init1.
6358         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
6359         SFD_NONBLOCK.
6360         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
6361         TFD_NONBLOCK.
6363         * elf/elf.h: Define AT_EXECFN.
6364         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
6365         LD_ORIGIN_PATH.
6366         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
6367         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
6368         if __ASSUME_AT_EXECFN is defined.
6369         (_dl_aux_init): Handle AT_EXECFN.
6370         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
6371         for 2.6.27 and up.
6372         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
6373         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
6374         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
6375         _dl_execfn if available and avoid compatibility code if
6376         __ASSUME_AT_EXECFN is defined.
6378         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
6379         _dl_discover_osversion only for older kernels.
6381 2008-07-22  Roland McGrath  <roland@frob.com>
6383         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
6385 2008-07-21  Roland McGrath  <roland@frob.com>
6387         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
6388         returned too much data out of line.
6390 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
6392         * locale/setlocale.c (setname): Remove inline to avoid compiler
6393         warning.
6395         [BZ #6712]
6396         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
6398 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
6400         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
6401         doesn't manage to write anything, fail.
6403         * malloc/hooks.c (__malloc_check_init): Remove printf.
6405 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6407         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
6409 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
6411         * nscd/connections.c (main_loop_poll): Fix handling of read errors
6412         from inotify.
6413         (main_loop_epoll): Likewise.
6415 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
6417         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
6419         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
6420         if DEBUG is defined.
6422         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
6423         query.  Adjust buffer size computation for padding.
6425 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
6427         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
6428         * stdio-common/tst-setvbuf1.c: New file.
6429         * stdio-common/tst-setvbuf1.expect: New file.
6431         [BZ #6719]
6432         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
6433         when selecting fully-buffered stream.
6434         Patch by Wang Xin <wxinee@gmail.com>.
6436 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6438         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
6439         (__open_2): New function.
6440         (__open64_2): New alias to __open_2.
6441         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
6442         (__openat_2): New function.
6443         (__openat64_2): New alias to __openat_2.
6445 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
6447         [BZ #6723]
6448         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6450 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6452         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
6453         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
6454         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
6455         __hurd_dfail.
6456         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6457         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6458         * sysdeps/mach/hurd/send.c (__send): Likewise.
6459         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
6460         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
6462 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6464         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
6465         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6466         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6467         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
6468         * hurd/get-host.c (_hurd_get_host_config): Likewise.
6469         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
6471 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
6473         [BZ #6657]
6474         * time/strptime_l.c: Don't clear s.era_cnt after successful match
6475         of %EY.
6476         Patch by Petr Baudis.
6478 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
6480         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
6481         Patch by Peter Jones <pjones@redhat.com>.
6483 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6485         [BZ #6654]
6486         * stdlib/canonicalize.c (__realpath): readlink can write too much
6487         into the buffer on platforms without PATH_MAX.
6489 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
6491         [BZ #6653]
6492         * posix/tst-regex.c (main): Rename to...
6493         (do_test): ... this. Remove cmdline option processing.
6494         (TIMEOUT): Define.
6495         (TEST_FUNCTION): Define.
6496         (CMDLINE_OPTIONS): Define.
6498 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6500         [BZ #5210]
6501         * configure.in: Add -Werror to -fstack-protector test to catch
6502         unsupported architectures.
6503         Patch by Gilles Esponasse <g.esp@free.fr>.
6505 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
6507         * stdlib/tst-setcontext.c: Set back_in_main before exit if
6508         getcontext returns ENOSYS.
6510 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
6512         * nscd/connections.c (main_loop_poll): Fix test for read error.
6513         (main_loop_epoll): Likewise.
6515 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
6517         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
6518         better place so it is not called when nscd is used.
6520         * nscd/connections.c: Also recognize and handle changes to the
6521         resolver configuration file.
6523 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6525         * time/strftime.c: Pass reference to tzset_called around to handle
6526         recursive calls.
6528         [BZ #6612]
6529         * time/strftime.c (__strftime_internal): Call tzset() only
6530         when printing timezone-dependent values.
6531         Based on a patch by Petr Baudis <pasky@suse.cz>.
6533         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
6534         unconditionally use second gaih_getanswer_slice result.
6536         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
6537         (getaddrinfo): RES must always be non-NULL.
6539 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
6541         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
6542         cr[34] registers.
6543         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6544         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6545         Likewise.
6546         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
6547         register.
6549 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6551         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
6552         fields.
6553         * nscd/connections.c (inotify_fd): New variable.
6554         (nscd_init): Try to open an inotify descriptor.
6555         If successful, watch files for databases using inotify instead of
6556         having prune threads stat the files.
6557         (nscd_run_prune): Recognize clear_cache flag being set and call
6558         prune_cache appropriately.
6559         (main_loop_poll): Add inotify descriptor to wait set and handle the
6560         reported changes.
6561         (main_loop_epoll): Likewise.
6562         * nscd/cache.c (prune_cache): Don't stat files for databases if
6563         inotify is used.
6564         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6565         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6567         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6568         fixed-size portion of the record.
6569         * nscd/servicescache.c (cache_addserv): Likewise.
6570         * nscd/pwdcache.c (cache_addpw): Likewise.
6571         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6573 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6575         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6576         out we don't use uninitialized memory.
6578         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6579         the client.
6581 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6583         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6584         ignore T_DNAME messages.
6585         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6587 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6589         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6590         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6592 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6594         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6595         instead of portstr to nscd_getserv_r.  Patch by
6596         Roman Kagan <rkagan@mail.ru>.
6598 2008-05-26  Jim Meyering  <meyering@redhat.com>
6600         Remove more useless "if" tests before "free".
6601         * include/inline-hashtab.h (htab_delete): Likewise.
6602         * libio/freopen.c (freopen): Likewise.
6603         * libio/freopen64.c (freopen64): Likewise.
6604         * locale/programs/ld-collate.c (collate_read): Likewise.
6605         * misc/fstab.c (libc_freeres_fn): Likewise.
6606         * posix/glob.c (globfree): Likewise.
6608 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6610         * string/Makefile (strop-tests): Add memmem.
6611         * string/test-memmem.c: New file.
6612         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6613         (test_init): Size buf1 according to BUF1PAGES.
6615 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6617         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6618         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6619         (CFLAGS-scanf17.c): New.
6620         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6621         * stdio-common/scanf15.c (main): Likewise.
6622         * stdio-common/scanf16.c: New file.
6623         * stdio-common/scanf17.c: New file.
6625 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6627         * resolv/res_send.c (send_dg): If we already have one of two
6628         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6629         use the one answer insted of failing.
6631 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6633         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6634         being executed on PowerPC as the expected result exceeds IBM
6635         long double 128 __LDBL_MAX__.
6637 2008-05-21  Roland McGrath  <roland@redhat.com>
6639         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6641         * Makefile (check-data): Use $(abi-name) before other guesses.
6642         Look in $(add-ons) dirs before scripts/data/.
6643         * elf/Makefile (check-data): Likewise.
6645         * scripts/soversions.awk: Grok ABI line.
6646         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6647         Emit definition for abi-name variable.
6649 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6651         * string/endian.h: Define new fixed-size hto* and *toh macros only
6652         if [__USE_BSD].
6654         * iconvdata/Depend: Add localedata.
6656 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6658         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6660 2008-05-08  David S. Miller  <davem@davemloft.net>
6662         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6663         HIDDEN_JUMPTARGET.
6664         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6665         (__SYSCALL_CLOBBERS): Remove %g* registers.
6666         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6667         (__SYSCALL_CLOBBERS): Likewise.
6668         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6669         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6671 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6673         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6674         (CALL_ERRNO_LOCATION): Define.
6675         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6676         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6677         (CALL_ERRNO_LOCATION): Define.
6678         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6679         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6680         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6682 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6684         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6685         variable.
6687 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6689         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6690         (FIRST_FRAME_POINTER): Define.
6692 2008-05-09  David S. Miller  <davem@davemloft.net>
6694         * sysdeps/sparc/sparc64/backtrace.c: New file.
6696 2008-05-14  David S. Miller  <davem@davemloft.net>
6698         * sysdeps/sparc/machine-gmon.h: New file.
6699         * sysdeps/sparc/sparc-mcount.S: Likewise.
6700         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6701         sysdep_routines in gmon directory.
6703 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6705         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6707 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6709         * resolv/res_query.c (__libc_res_nquery): In case one of two
6710         answer was too short don't try to read that answer's header.
6712         * resolv/res_send.c (send_dg): In case of timeout and there are
6713         two queries and one has been answered, return value indicating
6714         success.
6716 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6718         * nscd/cache.c (cache_add): Take additional parameter specifying
6719         whether this is in response of a cache refill.  Check alignment
6720         of package data.  Revamp waking of pruning thread.
6721         (prune_cache): Small optimization.
6722         * nscd/nscd.h: Adjust cache_add prototypes.
6723         * nscd/aicache.c: Adjust cache_add calls.
6724         * nscd/grpcache.c: Likewise.
6725         * nscd/hstcache.c: Likewise.
6726         * nscd/initgrcache.c: Likewise.
6727         * nscd/pwdcache.c: Likewise.
6728         * nscd/servicescache.c: Likewise.
6729         * nscd/connections.c (restart): Really disable cache use before
6730         exec attempt.  If it fails, reenable cache.
6731         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6732         time to max to be able to notice concurrent cache additions.  Unlock
6733         prune_lock while performing gc.  Afterwards compute wakeup time with
6734         current wakeup_time value in mind.
6736 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6738         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6740         * nscd/mem.c (gc): Correctly determine highest used array element
6741         in mark.
6743         * nscd/mem.c (markrange): Add assert to check entries are all
6744         aligned.  Small cleanup in bitmap use.
6746         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6747         blockoff of type nscd_ssize_t.
6748         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6749         (mempoll_alloc): Record block offset and not address.
6751         * nscd/mem.c (gc): Fix test for stack overuse.
6753         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6754         more asserts.
6756         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6757         entry is available, believe it.
6759         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6760         no answers return NSS_STATUS_NOTFOUND.
6761         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6762         buffer does not have any content.
6764 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6766         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6768         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6769         lookup, don't assign canon unconditionally.
6771 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6773         * string/Makefile (distribute): Add str-two-way.h.
6775 2008-03-29  Eric Blake  <ebb9@byu.net>
6777         Rewrite string searches to O(n) rather than O(n^2).
6778         * string/str-two-way.h: New file.  For linear fixed-allocation
6779         string searching.
6780         * string/memmem.c: New implementation.
6781         * string/strstr.c: New implementation.
6782         * string/strcasestr.c: New implementation.
6784 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6786         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6787         opr.ctx_type.
6788         (calc_first): Initialize constraint field.
6789         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6790         Use search_duplicated_node to avoid loops.  Fix grammar.
6791         (duplicate_node): Merge constraint field for all node types.
6792         (calc_eclosure_iter): Look at constraint field for all node types.
6793         * posix/regex_internal.c (create_cd_newstate): Don't look at
6794         create_cd_newstate.
6796 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6798         [BZ #6428]
6799         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6801         [BZ #6442]
6802         * string/endian.h: Add macros for fixed-size endian conversion.
6803         * bits/byteswap.h: Allow inclusion from <endian.h>.
6804         * sysdeps/i386/bits/byteswap.h: Likewise.
6805         * sysdeps/ia64/bits/byteswap.h: Likewise.
6806         * sysdeps/s390/bits/byteswap.h: Likewise.
6807         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6808         * string/Makefile (tests): Add tst-endian.
6809         * string/tst-endian.c: New file.
6811         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6812         Patch by Reuben Thomas.
6814 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6816         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6818 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6820         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6822         [BZ #6461]
6823         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6824         Add missing braces.
6825         (BODY for __gconv_transform_internal_ascii): Likewise.
6827         [BZ #6472]
6828         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6829         to be treated like link-local addresses.
6830         (match_prefix): Don't treat IPv4 loopback address special when
6831         converting to v4 mapped addressed.
6833         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6834         if necessary.
6835         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6836         * posix/tst-rfc3484-2.c: Likewise.
6837         * posix/tst-rfc3484-3.c: Likewise.
6839         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6840         and SCTP.
6842         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6844         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6846         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6848 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6850         * po/lt.po: New file.  From Lituanian translation team.
6852 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6854         Introduce TLS descriptors for i386 and x86_64.
6855         * include/inline-hashtab.h: New file, copied from 2005's
6856         libiberty, with fix for memory leak imported afterwards by
6857         Glauber de Oliveira Costa.
6858         * elf/tlsdeschtab.h: New file.
6859         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6860         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6861         (CHECK_STATIC_TLS): Move to...
6862         * elf/dynamic-link.h: ... this file.
6863         (TRY_STATIC_TLS): New macro.
6864         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6865         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6866         R_386_TLS_DESC): Define.
6867         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6868         binutils.
6869         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6870         R_X86_64_TLSDESC): Define.
6871         (R_386_NUM, R_X86_64_NUM): Adjust.
6872         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6873         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6874         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6875         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6876         release tlsdesc_table.
6877         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6878         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6879         (elf_machine_rel): Handle R_386_TLS_DESC.
6880         (elf_machine_rela): Likewise.
6881         (elf_machine_lazy_rel): Likewise.
6882         (elf_machine_lazy_rela): Likewise.
6883         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6884         * sysdeps/i386/dl-tlsdesc.S: New file.
6885         * sysdeps/i386/dl-tlsdesc.h: New file.
6886         * sysdeps/i386/tlsdesc.c: New file.
6887         * sysdeps/i386/tlsdesc.sym: New file.
6888         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6889         tlsdesc_table.
6890         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6891         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6892         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6893         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6894         release tlsdesc_table.
6895         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6896         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6897         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6898         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6899         (elf_machine_rela): Likewise.
6900         (elf_machine_lazy_rel): Likewise.
6901         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6902         (__tls_get_addr): Do not declare for non-shared compiles.
6903         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6904         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6905         * sysdeps/x86_64/tlsdesc.c: New file.
6906         * sysdeps/x86_64/tlsdesc.sym: New file.
6907         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6908         tlsdesc_table for both 32- and 64-bit structs.
6910 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6912         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6913         its own function.  This reduces the frame setup costs and more.
6915 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6917         [BZ #3406]
6918         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6919         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6921 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6923         * io/openat.c (__openat_2): Also pass fd to __openat.
6924         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6925         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6927         * string/tester.c (test_memcmp): Add a few more tests.
6928         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6930 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6932         * nscd/cache.c (cache_add): Before returning with failure and this
6933         is the first use of the record, mark it as unusable.
6934         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6935         reporting a failure.
6936         * nscd/grpcache.c: Likewise
6937         * nscd/hstcache.c: Likewise.
6938         * nscd/initgrcache.c: Likewise.
6939         * nscd/pwdcache.c: Likewise.
6940         * nscd/servicescache.c: Likewise.
6942 2008-05-10  Roland McGrath  <roland@redhat.com>
6944         [BZ #6505]
6945         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6947 2008-05-08  David S. Miller  <davem@davemloft.net>
6949         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6951         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6952         (__ieee754_y0l): Likewise.
6953         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6954         (__ieee754_y1l): Likewise.
6955         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6956         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6957         frexpl and ldexpl.  math_private.h provides them and the latter
6958         is not even used.
6959         (__log1pl): Use __frexpl.
6961 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6963         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6964         prototypes.
6965         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6966         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6967         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6968         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6969         af==AF_UNSPEC.
6970         (_nss_nis_gethostbyname4_r): New function.
6971         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6972         Change to also handle af==AF_UNSPEC.
6973         (get_tablename): New function.  Use it to avoid duplication.
6974         (_nss_nisplus_gethostbyname4_r): New function.
6975         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6976         available.
6977         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6978         * nss/nss.h: Define struct gaih_addrtuple.
6979         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6980         af==AF_UNSPEC.
6981         (_nss_files_gethostbyname4_r): New function.
6982         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6983         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6984         calls.
6985         * resolv/res_query.c (__libc_res_nquery): Take two additional
6986         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6987         look up IPv4 and IPv6.
6988         Change all callers.
6989         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6990         for an additional query and answer buffer.  Pass to send_vc and
6991         send_dg.
6992         (send_vc): Send possibly two requests and receive two answers.
6993         (send_dg): Likewise.
6994         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6995         __libc_res_nquery.
6996         (_nss_dns_gethostbyname4_r): New function.
6997         (gaih_getanswer_slice): Likewise.
6998         (gaih_getanswer): Likewise.
6999         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
7000         __libc_res_nquery call.
7001         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
7002         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
7003         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
7004         available.
7006 2008-05-05  David S. Miller  <davem@davemloft.net>
7008         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
7009         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
7011 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7013         Fix termios bit macros.
7014         Move *DLY definitions where they belong, in termios.h.
7015         Add *[0-3] definitions.
7016         Fixes confusion between VT and FF.
7017         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
7018         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
7019         are already defined to avoid collision with termios.h.
7020         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
7021         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
7022         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
7023         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
7024         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
7025         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
7026         VTDLY, VT0, VT1): New macros.
7027         [__USE_GNU] (OLCUC): Change value of macro.
7028         [__USE_XOPEN] (OFILL): New macro.
7029         [__USE_BSD] (CRTSCTS): Change value.
7030         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
7031         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
7032         (B7200, B14400, B28800, B76800): New macros.
7034 2008-05-01  David S. Miller  <davem@davemloft.net>
7036         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
7037         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
7038         (gen-as-const-headers): Add it.
7039         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
7040         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
7041         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
7042         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
7044         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
7045         six system call parameters.
7046         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
7048 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
7050         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
7051         RUSAGE_LWP.
7052         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
7053         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
7055 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
7057         * stdlib/tst-setcontext.c: Include unistd.h.
7059 2008-04-25  David S. Miller  <davem@davemloft.net>
7061         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
7062         Pass "union semun" properly in to sys_ipc, it must be passed
7063         by value, not by reference.
7065 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
7067         * nscd/Makefile (nscd-cflags): Set back to -fpie.
7068         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
7069         * nscd/connections.c (mem_in_flight): Likewise.
7071         * nscd/nscd.h (dbs): Make hidden.
7073         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
7074         Avoid returning -1, return 0 instead.
7076 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
7078         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
7080 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
7082         [BZ #5209]
7083         * sysdeps/unix/sysv/linux/times.c: New file.
7085         [BZ #5381]
7086         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
7087         mem_in_flight_list variables.  Add new parameter to mempool_alloc
7088         prototype.
7089         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
7090         appropriate mem_in_flight element.
7091         (gc): Take allocations which have not yet been committed to the
7092         database into account.
7093         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
7094         Reset mem_in_flight before returning.
7095         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
7096         cue it up in mem_in_flight_list.
7097         * nscd/aicache.c: Adjust mempool_alloc call.
7098         * nscd/grpcache.c: Likewise.
7099         * nscd/hstcache.c: Likewise.
7100         * nscd/initgrcache.c: Likewise.
7101         * nscd/pwdcache.c: Likewise.
7102         * nscd/servicescache.c: Likewise.
7103         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
7104         of -fpie.
7106         * nscd/connections.c (handle_request): Provide better error message
7107         in case SELinux forbids the service.
7109         * version.h (VERSION): Bump to 2.8.90.
7111 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
7113         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
7115 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
7117         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
7118         Also use for 32-bit.
7119         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
7120         __nextafter instead of nextafter to avoid local PLT.
7121         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
7122         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7124         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
7126         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
7127         __fe_nomask_env.
7128         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
7129         <fenv_libc.h> instead of <fenv.h>.
7130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7133         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
7135         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
7136         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
7137         function from fegetexcept and make old name weak alias.
7138         * include/fenv.h: Declare __fegetexcept.
7139         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
7140         fegetexcept.
7141         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
7142         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
7143         to fetestexcept.
7144         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
7145         instead of frexpl to avoid local PLT.
7146         * math/s_significandl.c (__significandl): Use __ilogbl instead of
7147         ilogbl to avoid local PLT.
7148         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
7149         instead of ldexpl to avoid local PLT.
7150         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
7151         __roundl not roundl to avoid local PLT.
7152         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
7153         local PLTs.  Use __sincosl instead of separate sinl and cosl
7154         calls.
7155         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7157         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
7158         version for ppc64 to 2.4.21 since without it makecontext will fail.
7160         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
7161         to the ABI in use.
7162         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
7163         .__tls_get_addr.
7164         [__powerpc64__] (TLS_GD): Likewise.
7166 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
7168         [BZ #4997]
7169         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
7170         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
7171         mantissa.
7172         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
7173         Likewise.  Also account for when x is an odd number between 2^52
7174         and 2^53-1.
7175         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
7176         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
7177         * math/libm-test.inc (lround_test, llround_test): Added test cases to
7178         detect aforementioned erroneous conditions.
7180 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
7182         * configure.in: Check for -fno-section-anchors in addition to
7183         -fno-toplevel-reorder.
7185 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
7187         * include/features.h (__GLIBC_MINOR__): Bump to 8.
7189         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
7190         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
7191         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
7192         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
7193         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
7194         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
7196 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
7198         [BZ #5443]
7199         * time/era.c: Transform __libc_setlocale_lock into rwlock.
7200         * time/alt_digit.c: Likewise.
7201         * wcsmbs/wcsmbsload.c: Likewise.
7203 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
7205         * version.h (VERSION): Bump to 2.8.
7207         * timzeone/asia: Update from tzdata2008b.
7208         * timezone/backward: Likewise.
7209         * timezone/europe: Likewise.
7210         * timezone/northamerica: Likewise.
7211         * timezone/southamerica: Likewise.
7212         * timezone/iso3166.tab: Likewise.
7213         * timezone/leapseconds: Likewise.
7214         * timezone/zone.tab: Likewise.
7215         * timezone/private.h: Update from tzcode2008a.
7216         * timezone/zdump.c: Likewise.
7217         * timezone/zic.c: Likewise.
7219 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
7221         [BZ #5741]
7222         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
7223         Define additonal Data Cache Block instruction macros.
7224         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
7225         Replace dcbst with dcbf and sync with sync/isync.
7227 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
7229         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
7230         Always set ELF_RTYPE_CLASS_PLT.
7231         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
7233 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
7235         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
7236         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
7237         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
7238         For ISA 2.01 and later replace mftb with mfspr 268.
7240 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
7242         [BZ #5768]
7243         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
7244         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
7246 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
7248         [BZ #5768]
7249         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
7250         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
7251         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
7252         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
7254 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
7256         * stdlib/tst-makecontext.c (othervar): New variable.
7257         (cf): Test sign extending the argument to long.
7259 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
7261         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
7262         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
7263         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
7264         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
7265         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
7266         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
7267         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
7269 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
7271         * elf/Makefile (tests): Substitute tests-vis-yes here.
7272         (tests-vis-yes): Delete.
7273         (modules-name, modules-vis-yes): Similarly.
7275 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
7277         [BZ #4407]
7278         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7279         Preserve sign in signgamp when x is zero.
7281 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
7283         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
7284         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
7285         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
7286         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
7287         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
7288         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
7290 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
7292         [BZ #4314]
7293         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
7294         buffers.
7296         [BZ #5209]
7297         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
7298         a reserved error value.
7300         * stdlib/tst-makecontext.c: Change parameter to cf to negative
7301         value to check for correct sign extension.
7303         [BZ #5436]
7304         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
7305         Copy 64-bit parameter values even though this is not required in
7306         the standard.
7308         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
7309         PC save.
7311 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
7313         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
7314         PC save.
7316 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
7318         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
7320 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
7322         [BZ #5998]
7323         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
7324         in line-buffered stream failed.
7325         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
7327 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
7329         [BZ #6024]
7330         * scripts/abi-versions.awk: If the version specified by
7331         --enable-oldest-abi is older than the first version for this
7332         architecture, use the default version.
7334         * locale/programs/ld-collate.c (collate_read): Ignore script lines
7335         as well when ignoring the whole category.
7337 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
7339         [BZ #6042]
7340         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
7341         ETHERTYPE_* definitions.
7342         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
7344 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
7346         * stdlib/mbtowc.c (__no_r_state): Remove.
7347         (mbtowc): New static state variable.  Use it instead of
7348         __no_r_state.
7349         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
7350         (__wctomb_state): New hidden variable.
7351         (wctomb): Use __wctomb_state instead of __no_r_state.
7352         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
7353         (__wctomb_state): New extern decl.
7354         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
7356 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
7358         [BZ #5475]
7359         * resolv/res_init.c: Handle scope IDs in resolv.conf.
7361 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
7363         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
7365 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
7367         * po/nl.po: Update from translation team.
7369 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
7371         [BZ #6007]
7372         * string/strfry.c: Handle empty strings again.
7374 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
7376         [BZ #5443]
7377         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
7378         before looking for translation.
7379         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
7380         * locale/freelocale.c: Likewise.
7381         * locale/newlocale.c: Likewise.
7382         * locale/setlocale.c: Likewise.
7383         Based partially on a patch by ryo@np.css.fujitsu.com.
7385 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
7387         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
7388         acquiring wrlock.  Do conv_tab allocation while holding lock.
7389         * intl/Makefile: Add rules to build and run tst-gettext6.
7390         * intl/tst-gettext6.c: New test.
7391         * intl/tst-gettext6.sh: New file.
7393 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
7395         * po/nl.po: Update from translation team.
7397         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
7398         provided through st_blksize, try the default size before giving up.
7400 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
7402         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
7404         [BZ #5939]
7405         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
7407         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
7408         error message.  POSIX today does not require the messages to be in
7409         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
7411         [BZ #5979]
7412         * sunrpc/auth_unix.c: Unify printed strings.
7413         * sunrpc/clnt_tcp.c: Likewise.
7414         * sunrpc/clnt_udp.c: Likewise.
7415         * sunrpc/clnt_unix.c: Likewise.
7416         * sunrpc/svc_tcp.c: Likewise.
7417         * sunrpc/svc_udp.c: Likewise.
7418         * sunrpc/svc_unix.c: Likewise.
7419         * sunrpc/xdr.c: Likewise.
7420         * sunrpc/xdr_array.c: Likewise.
7421         * sunrpc/xdr_rec.c: Likewise.
7422         * sunrpc/xdr_ref.c: Likewise.
7423         * locale/programs/ld-time.c (time_finish): Unify messages.
7424         * locale/programs/locfile.c (handle_copy): Fix typo.
7425         * nscd/nscd.c (options): Fix typo.
7427         [BZ #5995]
7428         * stdlib/strtod_l.c: Use correct sign for result in one more
7429         underflow case.
7430         Patch by Eric Blake <ebb9@byu.net>.
7432 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
7434         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
7435         and creat system calls.
7436         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
7437         call.
7438         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
7439         system calls.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7441         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7442         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7444 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
7446         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
7447         <linux/limits.h> has defined it.
7448         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
7449         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
7450         headers.
7451         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
7452         it instead of ARG_MAX.
7454 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
7456         * posix/gai.conf: Fix comment for scope nullbits.
7457         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
7458         default to 128 bits for v4 mapped addresses.
7460 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7462         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
7463         ptrace call to get the ieee_instruction_pointer from the kernel.
7464         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
7465         ptrace call to set the ieee_instructtion_pointer.
7466         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
7467         Add comment that ieee_instruction_pointer is always 0.
7469 2008-03-09  Andreas Jaeger  <aj@suse.de>
7471         [BZ #5857]
7472         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
7473         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
7474         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
7476         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
7477         (rint_test): Likewise.
7479 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
7481         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
7482         call.
7483         (__nisfind_server): Similar for open readColdStartFile call.
7484         Patch partially by Jim Meyering.
7485         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
7486         around internal_setent call.
7488         * po/vi.po: New Vietnamese translation.
7490         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
7491         ADJ_OFFSET_SS_READ.
7493         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
7494         remove CLONE_STOPPED.
7496 2008-02-10  Jim Meyering  <meyering@redhat.com>
7498         Remove useless "if" before "free":
7499         * elf/ldconfig.c (parse_conf_include): Likewise.
7500         * gmon/gmon.c (weak_alias): Likewise.
7501         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
7502         * inet/rcmd.c (__validuser2_sa): Likewise.
7503         * intl/bindtextdom.c (set_binding_values): Likewise.
7504         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
7505         * libio/genops.c (save_for_backup): Likewise.
7506         * libio/wgenops.c (save_for_wbackup): Likewise.
7507         * locale/programs/ld-collate.c (collate_read): Likewise.
7508         * locale/programs/linereader.c (get_string): Likewise.
7509         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
7510         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
7511         * resolv/res_debug.c (do_section): Likewise.
7512         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
7513         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
7514         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
7515         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
7516         * time/tzset.c (tzset_internal): Likewise.
7518 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
7520         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
7521         of ASSEMBLER.
7523 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
7525         [BZ #5903]
7526         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
7527         not stream for output file.  Open output file here.
7528         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
7529         and output file name.
7530         (process_fd): Likewise.
7531         (process_file): Likewise.
7532         (main): Adjust callers of changed functions.
7533         * iconv/iconv_prog.h: Adjust prototype.
7535 2008-03-09  Andreas Jaeger  <aj@suse.de>
7537         [BZ #5753]
7538         * sysdeps/ia64/ieee754.h: Use protected namespace
7539         __BIG_ENDIAN/__LITTLE_ENDIAN.
7540         * sysdeps/ieee754/ieee754.h: Likewise.
7541         Patch by Aurelien Jarno <aurelien@aurel32.net>.
7543 2008-03-08  Roland McGrath  <roland@frob.com>
7545         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
7546         ignore a signal that came from a machine exception, treat it as a
7547         fatal core-dump signal instead.
7548         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7550         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7551         Clear DF bit in thread state's eflags.
7552         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7554 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7556         [BZ #5774]
7557         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7558         of NAN(...) sequence.
7559         * stdlib/Makefile (tests): Add tst-strtod6.
7560         * stdlib/tst-strtod6.c: New file.
7562         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7564         [BZ #5762]
7565         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7566         putting offending option character in quotes.  Clean up error
7567         messages.
7568         * po/be.po: Adjust msgstr in translation file.
7569         * po/bg.po: Likewise.
7570         * po/ca.po: Likewise.
7571         * po/cs.po: Likewise.
7572         * po/da.po: Likewise.
7573         * po/de.po: Likewise.
7574         * po/es.po: Likewise.
7575         * po/fr.po: Likewise.
7576         * po/hr.po: Likewise.
7577         * po/ko.po: Likewise.
7578         * po/nl.po: Likewise.
7579         * po/rw.po: Likewise.
7580         * po/sk.po: Likewise.
7581         * po/sv.po: Likewise.
7582         * po/tr.po: Likewise.
7583         * po/zh_CN.po: Likewise.
7584         * po/zh_TW.po: Likewise.
7586         [BZ #5760]
7587         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7588         Patch by Roland Bless <roland@bless.de>.
7590         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7591         .o file.
7592         * elf/Makefile (routines): Add dl-sysdep.
7593         (elide-routines.os): Likewise.
7595 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7597         [BZ #5786]
7598         * elf/dl-sysdep.c: Undefine ROUND after use.
7599         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7600         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7601         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7602         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7603         to ...
7604         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7605         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7606         if necessary.
7607         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7609         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7610         _dl_tls_get_addr_soft element.
7611         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7612         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7613         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7614         GLRO.
7615         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7616         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7617         of internal_function.
7619         * stdlib/Makefile (aux): Add tens_in_limb.
7620         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7621         * stdlib/tens_in_limb.c: ...here.  New file.
7623         [BZ #5778]
7624         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7625         __statfs_chown_restricted.
7626         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7627         for _PC_CHOWN_RESTRICTED.
7628         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7629         Implement __statfs_chown_restricted.
7630         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7631         _POSIX_CHOWN_RESTRICTED value to zero.
7632         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7633         defined to zero.
7635         * sysdeps/x86_64/rtld-memset.c: New file.
7637 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7639         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7641         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7642         Barcelona machine.  Make default fall through branch of
7643         __x86_64_preferred_memory_instruction check as the integer code path.
7645 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7647         * sysdeps/x86_64/cacheinfo.c
7648         (__x86_64_preferred_memory_instruction): New variable.
7649         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7651         * sysdeps/x86_64/memset.S: Rewrite.
7653 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7655         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7656         __obstack_printf_chk): New prototypes.
7657         (__vasprintf_chk, __vdprintf_chk,
7658         __obstack_vprintf_chk): Likewise.
7659         Add libc_hidden_proto.
7660         * libio/obprintf.c
7661         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7662         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7663         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7664         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7665         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7666         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7667         __obstack_vprintf_chk): New prototypes.
7668         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7669         obstack_vprintf): New inlines.
7670         * debug/dprintf_chk.c: New file.
7671         * debug/vdprintf_chk.c: New file.
7672         * debug/asprintf_chk.c: New file.
7673         * debug/vasprintf_chk.c: New file.
7674         * debug/obprintf_chk.c: New file.
7675         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7676         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7677         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7678         @@GLIBC_2.8.
7679         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7680         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7681         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7682         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7683         libc_hidden_proto.
7684         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7685         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7686         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7687         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7688         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7689         @@GLIBC_2.8.
7690         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7691         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7692         obstack_vprintf_chk.
7693         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7694         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7695         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7696         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7697         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7698         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7700 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7702         [BZ #5779]
7703         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7704         Patch by Roy Marples <roy@marples.name>.
7706         [BZ #5736]
7707         * malloc/malloc.c: Fix typo in comment.
7709         [BZ #5627]
7710         * locale/iso-639.def: Add Shuswap.
7712 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7714         [BZ #5790]
7715         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7716         overwrite *h_errnop/*errnop values from getanswer_r in case of
7717         failure.
7719 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7721         [BZ #5818]
7722         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7723         (verify_persistent_db): Remove one unnecessary test and add a new one
7724         for bad configuration.
7725         (nscd_init): Improve error reported when persistent database cannot
7726         be reused.
7727         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7728         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7729         .suggested_module and .max_db_size and case config file says the
7730         values are zero.
7731         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7733         [BZ #5854]
7734         * nis/ypclnt.c (yp_order): Fix handling of return value of
7735         do_ypcall_tr call.
7736         Patch by Jeff Moyer <jmoyer@redhat.com>.
7738         * po/fr.po: Update from translation team.
7740 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7741             Carlos O'Donell <carlos@systemhalted.org>
7743         [BZ #5012]
7744         * FAQ.in: Describe why glibc needs to be compiled with
7745         optimization.
7747 2008-02-19  Roland McGrath  <roland@redhat.com>
7749         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7751 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7753         [BZ #5737]
7754         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7755         __USE_MISC is defined.
7757 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7759         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7760         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7761         sys/timerfd.h.
7762         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7763         timerfd_gettime, timerfd_settime.
7764         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7765         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7767 2008-02-08  Roland McGrath  <roland@redhat.com>
7769         * elf/elf.h (NT_PPC_SPE): New macro.
7771 2008-02-06  Roland McGrath  <roland@redhat.com>
7773         * Makerules ($(common-objpfx)sysd-rules):
7774         Depend on $(sysdep-makeconfigs).
7776 2008-01-31  Roland McGrath  <roland@redhat.com>
7778         [BZ #5442]
7779         * configure.in: Use -print-file-name if it yields a directory,
7780         for each of include and include-fixed.
7781         * configure: Regenerated.
7783         * Makeconfig (sysd-rules-targets): New variable.
7784         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7785         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7787 2008-01-30  Roland McGrath  <roland@redhat.com>
7789         * manual/libc.texinfo: Update back-cover text.
7791         * elf/elf.h (NT_386_TLS): New macro.
7793 2008-01-29  Roland McGrath  <roland@redhat.com>
7795         * Makeconfig (sysd-rules-patterns): New variable.
7796         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7797         (check-inhibit-asm): New canned sequence, replaces ...
7798         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7799         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7800         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7801         (CFLAGS-rtld): Variable removed.
7803 2008-01-24  Roland McGrath  <roland@redhat.com>
7805         * configure.in: Let configure fragments set base_os.
7806         * configure: Regenerated.
7808 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7810         * po/ko.po: Update from translation team.
7812 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7814         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7816 2008-01-12  Andreas Jaeger  <aj@suse.de>
7818         [BZ #5040]
7819         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7820         Add EPOLLRDHUP.
7822 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7824         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7825         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7826         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7828 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7830         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7831         * elf/dl-close.c (_dl_close): Check for it.
7832         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7833         (_dl_allocate_static_tls): Likewise.
7834         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7835         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7836         to it.
7837         * elf/tst-tls16.c: New file.
7838         * elf/tst-tlsmod16a.c: New file.
7839         * elf/tst-tlsmod16b.c: New file.
7840         * elf/Makefile: Add rules to build and run tst-tls16.
7842 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7844         [BZ #5628]
7845         * bits/shm.h: Fix comment describing shmid_ds.
7846         * sysdeps/gnu/bits/shm.h: Likewise.
7847         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7848         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7849         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7850         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7851         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7852         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7853         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7854         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7855         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7857         [BZ #5607]
7858         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7859         prototypes.
7860         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7861         additional suffixes.
7862         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7863         Add optional functions mq_timedreceive and mq_timedsend.
7864         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7865         * conform/data/pthread.h-data: Fix prototype of
7866         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7867         * conform/data/semaphore.h-data: Allow time.h definitions.
7868         * conform/data/signal.h-data: Likewise.
7869         * conform/data/stdio.h-data: getw and putw are not required in v6.
7870         * conform/data/stdlib.h-data: Change setstate prototype.
7871         * conform/data/string.h-data: Fix strerror_r prototype.
7872         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7873         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7874         Fix readlink prototype.
7875         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7876         in6addr_loopback.
7877         * inet/netinet/in.h: Cleanup namespace.
7878         * posix/regex.h: Likewise.
7879         * resolv/netdb.h: Likewise.
7880         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7881         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7882         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7883         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7884         of names of in in6_addr.
7885         (default_precedence): Likewise.
7886         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7887         NULL definition.
7889 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7891         * conform/data/fmtmsg.h-data: Add missing allows.
7892         * conform/data/ftw.h-data: Likewise.
7893         * conform/data/inttypes.h-data: Likewise.
7894         * conform/data/math.h-data: Likewise.
7895         * conform/data/signal.h-data: Likewise.
7896         * conform/data/net/if.h-data: Likewise.
7897         * conform/data/netinet/in.h-data: Likewise.
7898         * conform/data/sys/socket.h-data: Likewise.
7900         [BZ #5614]
7901         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7902         (__strtok_r): Simplify.
7903         * string/tester.c (test_strtok_r): Add test case for futile search
7904         with single-character seach string.
7906 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7908         * po/ko.po: Update from translation team.
7910 2008-01-11  Andreas Jaeger  <aj@suse.de>
7912         [BZ #5600]
7913         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7914         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7915         kernel header.
7917 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7919         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7920         native interface lookup in all the relevant places.
7922 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7923             Ulrich Drepper  <drepper@redhat.com>
7925         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7926         field.  Use sockaddr_in6 for source_addr.
7927         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7928         (match_prefix): Likewise.
7929         (get_label): Likewise.
7930         (get_precedence): Likewise.
7931         (rfc3484_sort): Change to use indirect access to results array.
7932         Adjust to use of sockaddr_in6.  Replace service_order test with
7933         simple index comparison.
7934         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7935         service_order field.  Adjust qsort_t calls.  Access sorted result
7936         array indirectly through order array.
7937         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7938         * posix/tst-rfc3484-2.c: Likewise.
7939         * posix/tst-rfc3484-3.c: Likewise.
7941 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7943         [BZ #5541]
7944         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7945         pollfd structures.
7946         Patch by André Cruz.
7948         [BZ #5545]
7949         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7950         (clnt_spcreateerror): Likewise.
7952         [BZ #5553]
7953         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7954         (public_mEMALIGn): Likewise.
7955         Patch mostly by Daniel Jacobowitz.
7957 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7959         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7960         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7961         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7962         * stdlib/tst-makecontext2.c: New test.
7964 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7966         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7967         defined.
7968         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7969         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7970         transliteration hooks and REINIT_PARAMS afterwards.
7971         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7972         status.
7973         (REINIT_PARAMS): Define.
7974         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7975         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7976         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7977         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7978         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7979         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7980         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7981         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7982         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7983         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7984         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7985         * iconvdata/tst-iconv7.c: New test.
7987 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7989         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7991 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7993         [BZ #5112]
7994         * nscd/connections.c (restart): Fix condition.
7996 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7998         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7999         __ctype_toupper_loc): Add __THROW.
8001 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
8003         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
8004         recognition of interface family.
8006         * posix/getconf.c: Update copyright year.
8007         * nss/getent.c: Likewise.
8008         * iconv/iconvconfig.c: Likewise.
8009         * iconv/iconv_prog.c: Likewise.
8010         * elf/ldconfig.c: Likewise.
8011         * catgets/gencat.c: Likewise.
8012         * csu/version.c: Likewise.
8013         * elf/ldd.bash.in: Likewise.
8014         * elf/sprof.c (print_version): Likewise.
8015         * locale/programs/locale.c: Likewise.
8016         * locale/programs/localedef.c: Likewise.
8017         * nscd/nscd.c (print_version): Likewise.
8018         * debug/xtrace.sh: Likewise.
8019         * malloc/memusage.sh: Likewise.
8020         * malloc/mtrace.pl: Likewise.
8021         * debug/catchsegv.sh: Likewise.
8023 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
8025         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
8026         second lookup.
8028 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
8030         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
8031         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8033 2007-12-17  Roland McGrath  <roland@redhat.com>
8035         * inet/ether_line.c (ether_line): Remove unused variable.
8037 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8039         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
8040         and winp.
8041         * login/openpty.c (openpty): Likewise.
8042         * login/pty.h (openpty, forkpty): Likewise.
8043         * manual/terminal.texi (openpty, forkpty): Likewise.
8045 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
8047         * malloc/malloc.c (public_cALLOc): For arenas other than
8048         main_arena, count all bytes inside the mprotect_size range of the
8049         heap as uninitialized.
8051 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
8053         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
8054         executable stacks.
8056         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
8057         mTRIm for all of them.
8058         (mTRIm): Additionally iterate over all free blocks and use madvise
8059         to free memory for all those blocks which contain at least one
8060         memory page.
8061         * malloc/tst-trim1.c: New file.
8062         * malloc/Makefile (tests): Add tst-trim1.
8064         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
8066 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
8068         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
8069         First cast argument to long
8070         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
8071         Return long.
8072         (__vdso_clock_gettime): Likewise.
8073         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
8074         return long.
8076 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
8078         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
8079         * locale/nl_langinfo_l.c: Real implementation, copied from
8080         nl_langinfo.c.
8081         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
8083 2007-12-01  Jim Meyering  <meyering@redhat.com>
8085         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8086         that would inhibit utf8-optimization of a regexp containing line-
8087         or buffer-anchors, e.g., `^', `$'.
8089 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
8091         * time/bug-getdate1.c (do_test): Don't use century values which
8092         aren't valid on 32-bit systems.
8094 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
8096         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
8097         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
8098         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
8099         __strcat_g, __strncat_g): Add __asm__.
8101 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
8103         [BZ #5477]
8104         * io/fchmodat.c: Fix typo in stub_warning use.
8105         Patch by Petr Salinger.
8107 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
8109         * iconvdata/hp-thai8.c: New file.
8110         * iconvdata/Makefile: Add rules for hp-thai8.c.
8111         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
8112         * iconvdata/gconv-modules: Likewise.
8114         [BZ #5464]
8115         * iconvdata/hp-greek8.c: New file.
8116         * iconvdata/Makefile: Add rules for hp-greek8.c.
8117         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
8118         * iconvdata/gconv-modules: Likewise.
8120         [BZ #5463]
8121         * iconvdata/hp-turkish8.c: New file.
8122         * iconvdata/Makefile: Add rules for hp-turkish8.c.
8123         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
8124         * iconvdata/gconv-modules: Likewise.
8126         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
8127         (shrink_heap): ... this new function.
8128         (heap_trim): Call shrink_heap instead of grow_heap.
8130         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
8131         case don't call alloc_perturb.
8133 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
8135         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
8136         possible.
8137         * sysdeps/unix/sysv/linux/kernel-features.h
8138         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
8139         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
8141 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
8143         [BZ #5424]
8144         * stdio-common/vfprintf.c: Do not overflow when adding to done.
8145         * stdio-common/Makefile (tests): Add bug22.
8146         * stdio-common/bug22.c: New file.
8148         [BZ #5451]
8149         * time/getdate.c: Fix filling in default values.
8150         * time/bug-getdate1.c: New file.
8151         * time/Makefile: Add rules to build and run bug-getdate1.
8153         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
8154         * iconvdata/ebcdic-es.c: Likewise.
8155         * iconvdata/ebcdic-es-a.c: Likewise.
8156         * iconvdata/ebcdic-uk.c: Likewise.
8157         * iconvdata/iso8859-16.c: Likewise.
8158         * iconvdata/viscii.c: Likewise.
8159         * iconvdata/iso8859-9e.c: Likewise.
8160         * iconvdata/Makefile: Adjust appropriately.
8162         [BZ #5428]
8163         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
8164         __need_wint_t.
8166 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
8168         [BZ #5427]
8169         * iconvdata/hp-roman9.c: New file.
8170         * iconvdata/Makefile: Add rules for hp-roman9.c.
8171         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
8172         * iconvdata/gconv-modules: Likewise.
8174         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
8175         * iconvdata/Makefile: Adjust appropriately.
8177         [BZ #5441]
8178         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
8179         structure, it's allocated with alloca.
8180         * stdio-common/Makefile (tests): Add bug21.
8181         * stdio-common/bug21.c: New file.
8183 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
8185         [BZ #5452]
8186         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
8187         keyword for gcc's braced-groups.
8189 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
8191         [BZ #5454]
8192         * inet/ether_line.c: Strip hostname of whitespaces.
8193         * inet/Makefile (tests): Add tst-ether_line.
8194         * inet/tst-ether_line.c: New file.
8196 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
8198         [BZ #5439]
8199         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
8201         [BZ #5435]
8202         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
8204         * stdlib/tst-setcontext.c: Catch the case where the links gets
8205         messed up and we do not reach main again.
8207         * po/ca.po: Update from translation team.
8209 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
8211         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
8212         * posix/regex.h (REG_ENOSYS): Likewise.
8213         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
8215 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
8217         * nscd/nscd.h (MAX_STACK_USE): Define.
8218         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
8219         (gc): Initialize stack_used based on allocation in prune_cache.
8220         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
8221         Clear array before use.
8223         * nscd/aicache.c (addhstaiX): Update statistics counter in case
8224         memory allocation failed.
8225         * nscd/hstcache.c (cache_addhst): Likewise.
8226         * nscd/grpcache.c (cache_addgr): Likewise.
8227         * nscd/servicescache.c (cache_addserv): Likewise.
8228         * nscd/pwdcache.c (cache_addpw): Likewise.
8229         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8231 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
8233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
8234         and creat system calls.
8236         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
8238 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8240         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
8241         Add netiucv/iucv.h.
8242         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
8243         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
8244         protocol.
8245         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
8246         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
8247         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
8249 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8251         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
8252         strncat): Define as macros to avoid compile errors.
8254         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
8255         creat entries.
8257 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
8259         [BZ #5382]
8260         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
8261         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
8262         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
8263         overflow it.
8264         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
8266         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
8267         Return zero in case the thread library is not NPTL.
8269         [BZ #5375]
8270         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
8271         initializing interface list.
8273         [BZ #5378]
8274         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
8275         use result of nss_getgrgid_r if nothing was found.  For other
8276         error return with a failure.
8277         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
8279         * locale/programs/ld-collate.c (collate_read): Fix loop to match
8280         macro name.
8282 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
8284         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
8285         (get_scope): For IPv4 scope, use scopes table.
8286         (fini): Free scopes table if necessary.
8287         (free_scopelist): New function.
8288         (scopecmp): New function.
8289         (gaiconf_init): Also handle scopev4 entries.
8290         * posix/tst-rfc3484.c (do_test): Initialize scopes.
8291         * posix/tst-rfc3484-2.c (do_test): Likewise.
8292         * posix/gai.conf: Document scopev4 defaults.
8293         * posix/Makefile (tests): Add tst-rfc3484-3.
8294         * posix/tst-rfc3484-3.c: New file.
8296         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
8297         Teredo tunnels.
8298         * posix/gai.conf: Update for current default tables.
8300 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
8302         * po/tr.po: Update from translation team.
8304 2007-11-18  Roland McGrath  <roland@frob.com>
8306         * manual/arith.texi (Remainder Functions): Spelling fix.
8307         From Shaun Silk <genix@mysoul.com.au>.
8309         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
8311 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
8313         * po/zh_CN.po: Update from translation team.
8315         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
8316         Add sys/signalfd.h and sys/eventfd.h.
8318 2007-11-15  Bruno Haible  <bruno@clisp.org>
8320         [BZ #5346]
8321         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
8322         union.
8323         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
8324         (DCIGETTEXT): Change the allocation of the 'search' variable so that
8325         it needs only fixed stack space. Delay the initialization of
8326         msgid_len until it is needed.
8328 2007-11-15  Andreas Jaeger  <aj@suse.de>
8330         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
8331         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
8333 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
8335         * po/ko.po: Update from translation team.
8337 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
8339         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
8340         significantly.  The device type is also part of the ifinfomsg data.
8342         * po/sv.po: Update from translation team.
8343         * po/nl.po: Likewise.
8345         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
8346         to wake up in 24 hours.
8348         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
8350 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
8352         * po/cs.po: Update from translation team.
8353         * po/pl.po: Likewise.
8355         * include/ifaddrs.h: Remove in6ai_temporary.
8356         (struct in6addrinfo): Add index element.
8357         Declare __check_native.
8358         * inet/Makefile (aux): Add check_native.
8359         * sysdeps/unix/sysv/linux/check_native.c: New file.
8360         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
8361         IFA_F_TEMPORARY.  Pass back ifa_index.
8362         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
8363         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
8364         call __check_native if necessary.
8365         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
8366         to sort addresses.  Pass information about the results.
8367         * posix/tst-rfc3484.c: Adjust for addition of index field and change
8368         of rfc3484_sort interface.
8369         * posix/tst-rfc3484-2.c: Likewise.
8371         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
8372         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
8373         for _quicksort.
8374         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
8375         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
8376         on as third parameter to compare function and _quicksort.
8377         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
8378         to the compare function.
8379         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
8380         * Versions.def: Add GLIBC_2.8 for libc.
8382         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
8383         * posix/tst-rfc3484-2.c: Likewise.
8385         * include/kernel-features.h: Moved to...
8386         * sysdeps/mach/hurd/kernel-features.h: ...here.
8388 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
8390         * sysdeps/i386/i586/memcpy_chk.S: New file.
8391         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
8392         * sysdeps/i386/i586/memset_chk.S: Likewise.
8394 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
8396         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
8397         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
8398         list of interfaces.  Also store prefix length.
8399         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
8400         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
8401         prefix if source and destination address are in the same subnet.
8402         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
8403         Always look for matching record in in6ai list.
8404         Correct source_addr_len value for IPv6->IPv4 converted records.
8406 2007-11-11  Roland McGrath  <roland@frob.com>
8408         * include/kernel-features.h: New file.
8410 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
8412         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
8413         complications for 64-bit platforms.
8415         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
8416         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
8417         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
8418         open64_2.
8419         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
8420         entries.
8421         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8422         * sysdeps/wordsize-64/alphasort.c: New file.
8423         * sysdeps/wordsize-64/alphasort64.c: New file.
8424         * sysdeps/wordsize-64/fseeko.c: New file.
8425         * sysdeps/wordsize-64/fseeko64.c: New file.
8426         * sysdeps/wordsize-64/ftello.c: New file.
8427         * sysdeps/wordsize-64/ftello64.c: New file.
8428         * sysdeps/wordsize-64/ftw.c: New file.
8429         * sysdeps/wordsize-64/ftw64.c: New file.
8430         * sysdeps/wordsize-64/iofgetpos.c: New file.
8431         * sysdeps/wordsize-64/iofgetpos64.c: New file.
8432         * sysdeps/wordsize-64/iofopen.c: New file.
8433         * sysdeps/wordsize-64/iofopen64.c: New file.
8434         * sysdeps/wordsize-64/iofsetpos.c: New file.
8435         * sysdeps/wordsize-64/iofsetpos64.c: New file.
8436         * sysdeps/wordsize-64/lockf.c: New file.
8437         * sysdeps/wordsize-64/lockf64.c: New file.
8438         * sysdeps/wordsize-64/mkostemp.c: New file.
8439         * sysdeps/wordsize-64/mkostemp64.c: New file.
8440         * sysdeps/wordsize-64/mkstemp.c: New file.
8441         * sysdeps/wordsize-64/mkstemp64.c: New file.
8442         * sysdeps/wordsize-64/scandir.c: New file.
8443         * sysdeps/wordsize-64/scandir64.c: New file.
8444         * sysdeps/wordsize-64/tmpfile.c: New file.
8445         * sysdeps/wordsize-64/tmpfile64.c: New file.
8446         * sysdeps/wordsize-64/versionsort.c: New file.
8447         * sysdeps/wordsize-64/versionsort64.c: New file.
8448         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
8449         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
8450         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
8451         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
8452         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
8453         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
8454         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
8455         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
8456         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
8457         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
8458         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
8459         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
8461         * crypt/sha256-crypt.c: Fix a comment.
8462         * crypt/sha512-crypt.c: Likewise.
8464 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
8466         * sysdeps/x86_64/memset.S: Add sfence after movnti.
8468 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
8470         [BZ #5277]
8471         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
8472         because output buffer is too small break, don't loop.
8473         * iconvdata/Makefile (tests): Add bug-iconv6.
8474         * iconvdata/bug-iconv6.c: New file.
8476 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
8478         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
8479         with size_t type.
8480         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
8481         size_t.  Add casts where needed.
8483         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
8484         old headers, don't call avc_has_perm if we don't have the
8485         permission information.
8487 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8489         * elf/rtld.c (dl_main): Use the page size to find the map start.
8491 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
8493         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
8494         Patch by Szymon Siwek <sls@poczta.wp.pl>.
8496         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
8497         when the lookup call failed.
8499         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
8500         Add prune_cond and wakeup_time.
8501         (CACHE_PRUNE_INTERNAL): Define.
8502         Update declarations of prune_cache and setup_thread.
8503         * nscd/connections.c (dbs): Update initializers.
8504         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
8505         (nscd_init): Default number of threads is now 4.
8506         (invalidate_cache): Take lock before calling prune_cache.
8507         (handle_request): If SELinux forbids the request, say so.
8508         (readylist_cond): Use static initializer.
8509         (nscd_run_prune): New function.  Used only by pruning threads.
8510         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
8511         here.
8512         (fd_ready): Update nscd_run reference.
8513         (start_threads): No need to initialize readylist_cond.
8514         Start pruning threads separately.
8515         * nscd/nscd_setup_thread.c: Change return value type to int and always
8516         return 0.
8517         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
8518         to int and return nonzero value if we can use the TID address hack.
8519         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
8520         the database is later than the new entry's timeout, update the
8521         wakeup time and wake the cleanup thread.
8522         (prune_cache): Return seconds the next entry in the database is still
8523         valid.  Remove locking for pruning here.
8524         * nscd/nscd.conf: Document default number of threads.
8526 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
8528         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
8529         stack is properly aligned for the target function.
8530         Correct unwind info.
8532         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
8533         when using auditing libraries.
8535 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
8537         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
8538         _nss_dns_getnetbyaddr2_r.
8539         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
8540         extra parameter to getanswer_r.
8541         (_nss_dns_getnetbyaddr_r): Now a wrapper around
8542         _nss_dns_getnetbyaddr2_r.
8544         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
8545         gethstbynm3_r.
8546         * nscd/gethstbynm2_r.c: Remove.
8547         * nscd/gethstbynm3_r.c: New file.
8548         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
8549         __gethostbyaddr_r.
8550         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
8551         __gethostbyaddr_r compatibility wrapper.
8552         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
8553         determining timeout of entry.
8554         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8555         __gethostbyaddr2_r.
8556         (addhstbyX): Pass reference to variable for TTL to lookup and
8557         cache_addhst.
8558         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8559         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8560         and __nss_next2.  Remove __nss_services_lookup.
8561         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8562         Add compat wrapper.
8563         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8564         __nss_next2.
8565         * nss/getXXent_r.c: Likewise.
8566         * nss/getnssent_r.c: Likewise.
8567         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8568         does not exist in module, try the optional second name.
8569         (__nss_next2): New function.
8570         (__nss_next): Now wrapper around __nss_next2.
8571         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8572         Declare __nss_next2.
8573         Adjust definition of db_lookup_function type.
8574         * nss/service-lookup.c: Define NO_COMPAT.
8575         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8576         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8577         * inet/ether_ntoh.c: Likewise.
8578         * sunrpc/netname.c: Likewise.
8579         * sunrpc/publickey.c: Likewise.
8580         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8581         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8582         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8583         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8584         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8586         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8588         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8590 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8592         [BZ #5204]
8593         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8594         * crypt/sha512c-test.c: Likewise.
8596         [BZ #5225]
8597         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8598         to keep track of end of %[ format string element.
8599         * stdio-common/Makefile (tests): Add bug20.
8600         * stdio-common/bug20.c: New file.
8602         [BZ #5222]
8603         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8604         path elements in counting mode.
8606 2007-10-27  Andreas Jaeger  <aj@suse.de>
8608         [BZ #5040]
8609         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8611         [BZ #3112]
8612         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8613         (__cleanup): Free shared library when exiting.
8614         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8615         (__cleanup): Free shared library when exiting.
8617 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8619         [BZ #2549]
8620         * math/libm-test.inc (check_float_internal): Support
8621         denormalized return.
8623 2007-10-23  Andreas Jaeger  <aj@suse.de>
8625         [BZ #5208]
8626         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8627         __LONG_LONG_PAIR to handle little endian byte order.
8628         Suggested by abhishekrai@google.com
8630 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8632         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8634 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8636         * nscd/cache.c (prune_cache): Move test for modified file outside
8637         of locking.
8639 2007-10-21  Andreas Jaeger  <aj@suse.de>
8641         * manual/texinfo.tex: Update to latest version.
8643         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8645         * manual/arith.texi (Status bit operations): Fix formatting.
8647         * manual/errno.texi (Error Messages): Fix formatting.
8649         * manual/sysinfo.texi (System Parameters): Fix formatting.
8651         * manual/libc.texinfo: Update VERSION and UPDATED.
8653 2007-10-19  Roland McGrath  <roland@redhat.com>
8655         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8657 2007-10-06  David S. Miller  <davem@davemloft.net>
8659         * configure.in: Add sparcv9v2 and sparc64v2.
8660         * scripts/config.sub: Likewise.
8661         * configure: Regenerate.
8662         * elf/elf.h (HWCAP_SPARC_N2): New.
8663         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8664         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8665         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8666         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8667         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8668         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8669         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8671 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8673         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8674         even if the poll result indicates there is data to read.
8675         Patch by Jeff Moyer <jmoyer@redhat.com>.
8677 2007-10-18  Roland McGrath  <roland@redhat.com>
8679         * elf/elf.h (NT_PPC_VMX): New macro.
8681 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8683         * version.h (VERSION): Set to 2.7.90.
8685 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8687         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8688         weak_alias.
8690 2007-10-17  Roland McGrath  <roland@frob.com>
8692         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8693         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8695 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8697         * version.h (VERSION): Bump to 2.7.
8698         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8700         [BZ #5186]
8701         * time/tzset.c (__tz_convert): Don't force testing for a change of
8702         TZ if not called from localtime.  But then also see whether the
8703         file changed, in case __use_tzfile is set.
8705         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8706         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8707         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8708         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8709         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8710         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8711         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8712         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8714 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8716         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8717         and admin selects to be able to replace the gai.conf file, lock
8718         data structures around the qsort call.
8720 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8722         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8723         new memset.
8724         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8725         too high for the improvements.  Implement bzero unconditionally for
8726         use in libc.
8728 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8729             Jakub Jelinek  <jakub@redhat.com>
8731         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8732         even when time_t is 32-bit.
8733         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8734         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8735         always set after the search.
8737 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8739         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8740         unreachable code on 32-bit machines.
8742 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8744         [BZ #5184]
8745         * time/strftime_l.c: Include stdbool.h.
8746         (my_strftime): New wrapper, old function renamed to...
8747         (__strftime_internal): ... new function.  Add tzset_called
8748         argument, pass it down to recursive calls, don't call tzset ()
8749         if already true, set to true after call to tzset ().
8751 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8753         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8754         into account when copying TZ string.
8756 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8758         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8759         num_transition rather than num_transitions - 1.
8761 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8763         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8764         PIC indirect jump.
8766         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8767         a local label rather than HIDDEN_JUMPTARGET.
8769 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8771         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8772         (init_cacheinfo): Initialize it.
8773         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8774         Always define bzero.
8775         Remove non-glibc code.
8776         * sysdeps/x86_64/bzero.S: Make an empty file.
8778 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8780         * sysdeps/x86_64/cacheinfo.c
8781         (__x86_64_preferred_memory_instruction): New.
8782         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8784         * sysdeps/x86_64/memset.S: Rewrite.
8786 2007-10-15  Roland McGrath  <roland@redhat.com>
8788         * po/libc.pot: Regenerated.
8790 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8792         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8793         pointers.
8795         [BZ #3425]
8796         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8797         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8798         address record to T_A/T_AAAA requests.
8800 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8802         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8804         * posix/glob.c: Add some branch prediction throughout.
8806         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8807         read from nscd.
8809         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8810         service_order.
8811         (rfc3484_sort): Make sure that even if qsort doesn't support
8812         stable sorting out sorting here is stable by comparing service_order.
8813         (getaddrinfo): Initialize service_order.
8814         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8815         service_order field to sorting structure.
8816         * posix/tst-rfc3484-2.c (do_test): Likewise.
8818         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8819         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8820         __tzset_parse_tz and updating of daylight, timezone, tzname into
8821         update_vars.
8822         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8823         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8824         happens in __tz_compute.
8825         * time/tzfile.c (__tzfile_read): Also read TZ string.
8826         (find_transition): Fold into __tzfile_compute.
8827         (__tzfile_compute): For times beyond the last transition try to
8828         use the TZ string.
8829         * timezone/tst-timezone.c: Information in daylight and tzname does
8830         change for Asia/Tokyo timezone with more concrete information.
8831         Remove the test.
8833         * include/stdio.h: Add libc_hidden_proto for ftello.
8834         * libio/ftello.c: Add libc_hidden_def.
8836         [BZ #1140]
8837         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8838         on the specified time and not the last entries in the file.  Move
8839         code to determine tzname[] to...
8840         (find_transition): ...here.  Add ugly guess for times before the
8841         first transition.
8843 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8845         [BZ #3195]
8846         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8847         no entry.
8848         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8849         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8850         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8851         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8853         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8854         read mechanism when there are no group members and avoid no-op
8855         read syscall in this case.
8857         [BZ #3242]
8858         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8859         (__readall): If reading failed due to EAGAIN error wait a bit
8860         and possibly try again.
8861         (__readvall): Likewise.
8863 2007-10-13  Bruno Haible  <bruno@clisp.org>
8865         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8866         when we cannot recode the message.
8868 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8870         [BZ #4359]
8871         * libio/__freading.c (__freading): Don't return true for
8872         write-only streams.  For read/write streams, check whether we
8873         performed a read operation already.
8874         * libio/Makefile (tests): Add tst-ext2.
8875         * libio/tst-ext2.c: New file.
8877 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8879         * locale/programs/repertoire.c (repertoire_read): Always free
8880         memory for repertoire file name [Coverity CID 270].
8882         * elf/cache.c (save_aux_cache): Free memory allocated for
8883         temporary file name [Coverity CID 267].
8885 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8887         * misc/Makefile (headers): Add bits/error.h.
8889 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8891         * posix/fnmatch_loop.c: Take rule index returned as part of
8892         findidx return value into account when accessing weights.
8893         * posix/regcomp.c: Likewise.
8894         * posix/regexec.c: Likewise.
8896         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8897         (skip_to): Fix problems with parameter of elifdef/elifndef.
8899 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8901         * iconv/gconv_simple.c: Add some branch prediction.
8903 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8905         * locale/programs/ld-collate.c (collate_read): If ignore_content
8906         and nowtok is tok_define, eat any tok_eol tokens.
8908 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8910         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8911         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8913         * inet/netinet/in.h: Don't include bits/socket.h.
8914         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8915         macro.
8916         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8918 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8920         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8921         and tok_elifndef.
8922         * locale/programs/locfile-kw.gperf: Likewise.
8923         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8925 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8927         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8928         (__find_specwc): Change into __extern_always_inline function.
8929         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8930         (__parse_one_specmb): Remove ps argument.
8931         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8932         Adjust __find_specmb and __parse_one_specmb callers.
8933         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8934         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8935         Removed.
8936         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8937         caller.
8939 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8941         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8942         with some Pentium Ds.
8944 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8946         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8947         __read not read.
8948         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8949         __write not write.
8951 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8953         [BZ #181]
8954         * locale/C-time.c: Set week_1stday data to 19971201.
8955         * locale/programs/ld-time.c (time_finish): Default for
8956         first_workday is Monday.
8958         [BZ #2633]
8959         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8961         [BZ #5103]
8962         * posix/glob.c (glob): Recognize patterns starting \/.
8963         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8964         (main): Add test for pattern starting \/.
8966         * misc/error.h: Use __const instead of const.
8967         * misc/bits/error.h: Likewise.
8969 2007-10-07  Andreas Jaeger  <aj@suse.de>
8971         * include/bits/error.h: New file.
8973         * misc/bits/error.h (error_at_line): Fix prototype.
8975 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8977         [BZ #3924]
8978         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8979         more little bugs in creating the stack frame when pltexit has to
8980         be called.
8982         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8983         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8985         [BZ #4407]
8986         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8987         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8988         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8989         * math/libm-test.inc: Add test for this case.
8991         [BZ #5010]
8992         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8993         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8994         map service succeeded.
8995         (svc_is_mapped): New function.
8996         (svc_unregister): Use it before trying to unmap service.
8998 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
9000         * timezone/zic.c: Update from tzcode2007h.
9002         [BZ #5063]
9003         * timezone/africa: Update from tzdata2007h.
9004         * timezone/antarctica: Likewise.
9005         * timezone/asia: Likewise.
9006         * timezone/australasia: Likewise.
9007         * timezone/europe: Likewise.
9008         * timezone/leapseconds: Likewise.
9009         * timezone/northamerica: Likewise.
9010         * timezone/southamerica: Likewise.
9011         * timzeone/zone.tab: Likewise.
9013         [BZ #5104]
9014         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
9016         [BZ #5113]
9017         * string/bits/string2.h (__strdup): Cast parameters to calloc to
9018         avoid warning with -Wconversion.
9019         (__strndup): Likewise.
9020         Half the patch by Christian Iseli <christian.iseli@licr.org>.
9022         [BZ #5112]
9023         * nscd/connections.c (restart): Don't resync if database is
9024         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
9026         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
9027         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
9029         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
9030         evetnfd_read, eventfd_write.
9031         * sysdeps/unix/sysv/linux/eventfd.c: New file.
9032         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
9033         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
9034         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
9035         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
9036         eventfd_write for GLIBC_2.7.
9038         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
9039         * sysdeps/unix/sysv/linux/signalfd.c: New file.
9040         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
9041         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
9043 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
9045         * stdlib/msort.c: Include stdint.h.
9046         (struct msort_param): New type.
9047         (msort_with_tmp): Use struct msort_param pointer for unchanging
9048         parameters.  Add optimized handling for several common sizes
9049         and indirect sorting mode.
9050         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
9051         sorting.
9052         Suggested by Belazougui Djamel .
9054         * stdlib/Makefile (tests): Add tst-qsort2.
9055         * stdlib/tst-qsort2.c: New test.
9057 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
9059         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
9060         for dup2 in case another thread races with the current one.  Retry
9061         in this case.
9063         * misc/error.h: Remove support for use outside of libc.  We have to
9064         include <features.h> now.  Include <bits/error.h> if possible.
9065         * misc/bits/error.h: New file.
9067 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
9069         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
9070         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
9071         __extern_always_inline functions unconditionally, drop macros.
9073         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
9074         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
9075         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
9077         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
9078         add __artificial__ attribute.
9080 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
9082         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
9083         backward to forward direction.
9085         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
9087         [BZ #645]
9088         * locale/programs/ld-collate.c (collate_finish): Compare against last
9089         used section which is known to have rules defined.
9090         (collate_read): After order_start, correctly record order of sections
9091         and queue sections up.
9093 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
9095         [BZ #5071]
9096         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
9097         the same number of pages.
9098         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
9100         * locale/programs/ld-collate.c (collate_read): After initial copy
9101         statement, continue in state 0.
9103         * include/stdio_ext.h (__fsetlocking): Define as macro.
9105 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
9107         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
9108         of section order.
9110         * po/pt_BR.po: Fix typo.
9112 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
9114         * iconvdata/Makefile (modules): Add ISO8859-9E.
9115         (distribute): Add iso8859-9e.c.
9116         (gen-8bit-gap-modules): Add iso8859-9e.
9117         * iconvdata/iso8859-9e.c: New file.
9118         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
9119         * iconvdata/TESTS: Likewise.
9120         * iconvdata/tst-tables.sh: Likewise.
9122         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
9124         * locale/iso-639.def: Add several new entries.
9126 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
9128         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
9129         void * pointers instead of struct link_map **.
9130         (_dl_scope_free): Change argument type to void *.
9131         * include/link.h (struct link_map): Change type of l_reldeps
9132         to struct link_map_reldeps, move l_reldepsact into that
9133         struct too.
9134         * elf/dl-deps.c: Include atomic.h.
9135         (_dl_map_object_deps): Only change l->l_initfini when it is
9136         fully populated, use _dl_scope_free for freeing it.  Optimize
9137         removal of libs from reldeps by using l_reserved flag, when
9138         some removal is needed, allocate a new list instead of
9139         reallocating and free the old with _dl_scope_free.  Adjust
9140         for l_reldeps and l_reldepsact changes.
9141         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
9142         searching in l_initfini and l_reldeps without holding dl_load_lock.
9143         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
9144         l_reldepsact changes.
9145         * elf/dl-close.c (_dl_close_worker): Likewise.
9146         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
9148 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
9150         * iconvdata/Makefile (modules): Add KOI8-RU.
9151         (distribute): Add koi8-ru.c.
9152         (gen-8bit-gap-modules): Add koi8-ru.
9153         * iconvdata/koi8-ru.c: New file.
9154         * iconvdata/gconv-modules: Add entries for KOI8-RU.
9155         * iconvdata/TESTS: Likewise.
9156         * iconvdata/tst-tables.sh: Likewise.
9158         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
9160 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
9162         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
9163         with __warning__/__error__ attributes.
9164         (__warnattr): Define.
9165         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
9166         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
9167         __warnattr.
9168         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
9169         of __*_chk if compile time detectable overflow is found.
9170         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
9171         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
9172         with __warnattr.
9173         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
9174         instead of __*_chk if compile time detectable overflow is found.
9175         (__gets_alias): Rename to...
9176         (__gets_warn): ... this.  Add __warnattr.
9177         (gets): Call __gets_warn instead of __gets_alias.
9178         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
9179         aliases with __warnattr.
9180         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
9181         time detectable overflow is found.
9182         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
9183         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
9184         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
9185         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
9186         __getdomainname_chk_warn): New aliases with __warnattr.
9187         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
9188         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
9189         __*_chk_warn instead of __*_chk if compile time detectable overflow
9190         is found.
9191         (__getgroups_chk): Rename argument to __listlen from listlen.
9192         (__getwd_alias): Rename to...
9193         (__getwd_warn): ... this.  Add __warnattr.
9194         (getwd): Call __getwd_warn instead of __getwd_alias.
9195         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
9196         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
9197         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
9198         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
9199         __wcsnrtombs_chk_warn): New aliases with __warnattr.
9200         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
9201         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
9202         compile time detectable overflow is found.
9203         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
9204         to use __*_chk or not.
9205         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
9206         in comparisons which function should be called and in __*_chk*
9207         arguments.  Call __*_chk_warn instead of __*_chk if compile time
9208         detectable overflow is found.
9209         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
9210         __*_chk argument.
9211         * debug/tst-chk1.c (do_test): Add a few more tests.
9213 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
9215         [BZ #5058]
9216         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
9217         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
9218         (_nl_unload_domain): Finalize conversions_lock.
9219         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
9220         handling table of known conversions.
9222 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
9224         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
9225         close_not_cancel_no_status instead of close.
9227 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
9229         [BZ #5028]
9230         * posix/regcomp.c (lookup_collation_sequence_value): Check that
9231         nrules != 0 for multibyte chars.
9233 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
9235         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
9236         Provide better error message in case the type is unknown.
9238         [BZ #4963]
9239         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
9240         * string/stratcliff.c: Make usable to test wide char functions.
9241         * wcsmbs/wcsatcliff.c: New file.
9242         * wcsmbs/Makefiel (tests): Add wcsatcliff.
9244         [BZ #4972]
9245         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
9246         (distribute): Add mac-centraleurope.c.
9247         (gen-8bit-gap-modules): Add mac-centraleurope.
9248         * iconvdata/mac-centraleurope.c: New file.
9249         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
9250         * iconvdata/TESTS: Likewise.
9251         * iconvdata/tst-tables.sh: Likewise.
9253         [BZ #5043]
9254         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
9256 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
9258         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
9259         from __x86_64_core_cache_size_half.
9260         (init_cacheinfo): Compute shared cache size for AMD processors with
9261         shared L3 correctly.
9262         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
9263         name change.
9264         Patch in large parts by Evandro Menezes.
9266 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
9268         * elf/dl-lookup.c (add_dependency): Handle failing memory
9269         allocation for dependency list.  Remove unnecessary check.
9271         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
9272         open/close when determining source addresses.
9274         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
9275         sha512-crypt, and sha512.
9276         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
9277         (distribute): Add sha256.h and sha512.h.
9278         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
9279         and call the appropriate code.
9280         * crypt/sha256-crypt.c: New file.
9281         * crypt/sha256.c: New file.
9282         * crypt/sha256.h: New file.
9283         * crypt/sha256c-test.c: New file.
9284         * crypt/sha256test.c: New file.
9285         * crypt/sha512-crypt.c: New file.
9286         * crypt/sha512.c: New file.
9287         * crypt/sha512.h: New file.
9288         * crypt/sha512c-test.c: New file.
9289         * crypt/sha512test.c: New file.
9291 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
9293         * misc/bits/syslog.h (syslog): Remove extraneous argument from
9294         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
9295         __syslog_chk.
9297 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
9299         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
9300         %as in fscanf format strings.
9302         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
9303         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
9304         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9305         Likewise.
9306         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9307         Likewise.
9309         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
9310         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
9311         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
9312         * elf/dl-sym.c (do_sym): Likewise.
9313         * include/link.h (struct link_map): Add l_serial field.
9314         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
9315         * elf/dl-lookup.c (add_dependency): Add flags argument.
9316         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
9317         flags, use THREAD_GSCOPE_RESET_FLAG before and
9318         THREAD_GSCOPE_SET_FLAG after
9319         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
9320         Don't dereference map until it has been found on some list.
9321         If map->l_serial changed, return -1.
9323 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
9325         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
9326         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
9327         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
9328         libc_hidden_proto.
9329         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
9330         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
9331         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
9332         add libc_hidden_proto.
9333         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
9334         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
9335         conformance requested.
9336         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
9337         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
9338         conformance requested.
9339         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
9340         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
9341         conformance requested.
9342         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
9343         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
9344         ISO C99 or POSIX conformance requested.
9345         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
9346         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
9347         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
9348         and __isoc99_vsscanf@@GLIBC_2.7.
9349         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
9350         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
9351         (tests): Add scanf14.
9352         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
9353         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
9354         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
9355         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
9356         CFLAGS-isoc99_scanf.c): Add $(exceptions).
9357         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
9358         from using internal headers.
9359         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
9360         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
9361         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
9362         and __isoc99_vswscanf@@GLIBC_2.7.
9363         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
9364         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
9365         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
9366         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
9367         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
9368         * stdio-common/isoc99_scanf.c: New file.
9369         * stdio-common/isoc99_vsscanf.c: New file.
9370         * stdio-common/isoc99_vscanf.c: New file.
9371         * stdio-common/isoc99_vfscanf.c: New file.
9372         * stdio-common/isoc99_fscanf.c: New file.
9373         * stdio-common/isoc99_sscanf.c: New file.
9374         * wcsmbs/isoc99_fwscanf.c: New file.
9375         * wcsmbs/isoc99_vswscanf.c: New file.
9376         * wcsmbs/isoc99_swscanf.c: New file.
9377         * wcsmbs/isoc99_wscanf.c: New file.
9378         * wcsmbs/isoc99_vwscanf.c: New file.
9379         * wcsmbs/isoc99_vfwscanf.c: New file.
9380         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
9381         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
9382         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
9383         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
9384         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
9385         * stdio-common/scanf14.c: New test.
9386         * stdio-common/scanf15.c: New test.
9387         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9388         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
9389         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
9390         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
9391         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
9392         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
9393         __nldbl___isoc99_scanf@@GLIBC_2.7,
9394         __nldbl___isoc99_fscanf@@GLIBC_2.7,
9395         __nldbl___isoc99_sscanf@@GLIBC_2.7,
9396         __nldbl___isoc99_vscanf@@GLIBC_2.7,
9397         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
9398         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
9399         __nldbl___isoc99_wscanf@@GLIBC_2.7,
9400         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
9401         __nldbl___isoc99_swscanf@@GLIBC_2.7,
9402         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
9403         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
9404         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
9405         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
9406         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
9407         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
9408         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
9409         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
9410         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
9411         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
9412         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
9413         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
9414         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
9415         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
9416         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
9417         functions.
9418         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
9419         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
9420         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
9421         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
9422         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
9423         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
9424         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
9425         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
9426         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
9427         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
9428         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
9429         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
9431         * stdio-common/Makefile (tests): Add scanf13.
9432         (scanf13-ENV): New.
9433         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
9434         m modifier followed by l.
9435         (STRING_ARG): Add width argument.
9436         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
9437         <case L_('C')>: Handle %mlc and %mC.
9438         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
9439         arguments.
9440         * stdio-common/scanf13.c: New test.
9442         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
9443         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
9445 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
9447         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
9448         type and __THROW marker of splice, vmsplice, and tee.
9449         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9450         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9451         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9452         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9454         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9455         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9456         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
9457         as cancellation points.
9459 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
9461         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
9462         parse more than three parts of the version number.
9464 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
9466         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
9467         modifier.  Patch by Jakub Jelinek.
9469 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
9471         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
9472         call_fallocate in misc subdir.
9473         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
9474         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
9475         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
9476         instead of __fallocate64.
9477         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
9479 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
9481         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
9482         * rt/Makefile (headers): Add bits/mqueue2.h.
9483         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
9484         optimizing with GCC and __va_arg_pack_len is defined.
9485         * rt/bits/mqueue2.h: New file.
9486         * rt/mq_open.c (__mq_open): Renamed from mq_open.
9487         (mq_open): New strong_alias.
9488         (__mq_open_2): New function.
9489         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
9490         (mq_open): New strong_alias.
9491         (__mq_open_2): New function.
9492         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
9493         * Versions.def (librt): Add GLIBC_2.7 version.
9494         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
9495         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
9497         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
9498         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
9499         is defined rather than when not C++.
9500         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
9501         __openat64_alias): New redirects.
9502         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
9503         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
9504         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
9505         (open, open64, openat, openat64): Rewrite as __extern_always_inline
9506         functions instead of function-like macros.
9508 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9510         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
9511         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
9512         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
9514 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
9516         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
9517         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
9519 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
9521         * inet/tst-network.c: Increment ERRORS for failing tests.
9523 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
9525         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
9526         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
9527         implement as __extern_always_inline function.
9528         (vsyslog): Define as __extern_always_inline function unconditionally.
9529         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
9530         When __va_arg_pack is defined, implement as __extern_always_inline
9531         functions.
9532         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9533         __extern_always_inline functions unconditionally.
9534         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
9535         bits/stdio2.h will be included.
9536         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
9537         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
9538         implement as __extern_always_inline functions.
9539         (vswprintf, vwprintf, vfwprintf): Define as
9540         __extern_always_inline functions unconditionally.
9541         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
9543 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
9545         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
9546         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
9547         attribute.
9548         * include/features.h (__USE_EXTERN_INLINES): Define only when
9549         __extern_inline is defined.
9550         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
9551         is defined instead of when not __cplusplus.
9552         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
9553         is defined instead of when not __cplusplus.
9554         * socket/sys/socket.h: Include bits/socket2.h when
9555         __extern_always_inline is defined instead of when not __cplusplus.
9556         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9557         is defined instead of when not __cplusplus.
9558         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9559         is defined instead of when not __cplusplus.
9560         * string/string.h: Include bits/string3.h when __extern_always_inline
9561         is defined instead of when not __cplusplus.
9562         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9563         is defined instead of when not __cplusplus.
9564         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9565         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9566         is not defined.
9567         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9568         defined __extern_always_inline instead of !defined __cplusplus.
9569         * libio/bits/stdio-ldbl.h: Likewise.
9570         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9571         * misc/bits/syslog.h (syslog): Don't define for C++.
9572         (vsyslog): Use __extern_always_inline function for C++ instead of
9573         a macro.
9574         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9575         whenever that macro is defined.
9576         (vprintf): Don't provide the inline for C++.
9577         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9578         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9579         define the macros for C++.
9580         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9581         __extern_always_inline functions for C++.
9582         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9583         stat64, lstat64, fstat64, fstatat64): Don't define if not
9584         __USE_EXTERN_INLINES.
9585         * wcsmbs/bits/wchar2.h: Fix #error message.
9586         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9587         (vswprintf, vwprintf, vfwprintf): Define using
9588         __extern_always_inline functions for C++.
9589         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9590         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9591         strncpy, strcat, strncat): Define as __extern_always_inline
9592         functions instead of macros for C++.
9593         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9594         defined __extern_inline.
9595         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9596         to __extern_inline whenever that macro is defined.
9597         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9598         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9599         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9600         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9601         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9602         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9603         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9604         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9605         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9606         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9607         prototypes.  Only provide __extern_inline routines if
9608         __USE_EXTERN_INLINES.
9609         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9610         tests.
9611         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9612         For now avoid some *printf tests in C++.  Skip all testing
9613         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9614         is not.
9615         * debug/tst-chk4.cc: New file.
9616         * debug/tst-chk5.cc: New file.
9617         * debug/tst-chk6.cc: New file.
9618         * debug/tst-lfschk4.cc: New file.
9619         * debug/tst-lfschk5.cc: New file.
9620         * debug/tst-lfschk6.cc: New file.
9621         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9622         prototypes in C++.
9623         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9624         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9625         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9627 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9629         * po/cs.po: Update from translation team.
9631 2007-09-11  Roland McGrath  <roland@redhat.com>
9633         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9634         compiling.
9636 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9638         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9640 2007-09-05  Roland McGrath  <roland@redhat.com>
9642         * manual/signal.texi (Signaling Another Process): Typo fix.
9643         From Karl Berry <karl@freefriends.org>.
9645 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9647         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9648         zero if not defined.
9649         (make_request): Recognize optimistic addresses and treat them like
9650         deprecated addresses.
9651         Reported by Neil Horman <nhorman@redhat.com>.
9653 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9655         * nscd/connections.c (send_ro_fd): Also transfer file size.
9656         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9657         file size don't call fstat.
9659         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9660         ahead and map the file.  This should always be correct and we can
9661         catch problems later.
9663 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9665         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9666         prototypes.
9667         (__fread_alias, __fread_unlocked_alias): New aliases.
9668         (fread): New extern inline.
9669         (fread_unlocked): Likewise.  Undef macro before definition of
9670         the inline function.
9671         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9672         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9673         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9674         and __fread_unlocked_chk@@GLIBC_2.7.
9675         * debug/fread_chk.c: New file.
9676         * debug/fread_u_chk.c: New file.
9677         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9679 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9681         * sysdeps/unix/sysv/linux/syscalls.list
9682         (personality): Change caller to EXTRA.
9684 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9686         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9687         to keep gcc quiet.
9688         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9690         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9691         NDEBUG is defined.
9693         * Makerules: Use -p option with mkdir.
9695         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9696         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9697         (_xdr_directory_obj): Likewise.
9698         (xdr_entry_obj): Likewise.
9699         (xdr_group_obj): Likewise.
9700         (xdr_link_obj): Likewise.
9701         (xdr_table_obj): Likewise.
9702         (_xdr_nis_result): Likewise.
9703         (_xdr_ns_request): Likewise.
9704         (_xdr_ib_request): Likewise.
9705         (_xdr_nis_taglist): Likewise.
9706         (xdr_cback_data): Likewise.
9707         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9708         (xdr_ypresp_maplist): Likewise.
9710         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9712         * posix/regex_internal.h: Prevent some declarations and definitions
9713         to be seen when used in tests.
9715         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9716         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9718         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9720         * config.make.in (datarootdir): Add to shut up configure.
9722         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9723         associativity for fully-associative caches.
9725         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9726         requests.  Fill on more associativity values for L2.
9727         Patch mostly by Evandro Menezes.
9729 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9731         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9732         (_libc_vdso_platform_setup): Avoid using exported variable by using
9733         alias.
9735         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9737         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9738         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9739         defined.
9741 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9743         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9744         align stack for call if pltexit is to be used.
9746         [BZ #3924]
9747         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9748         align for function call in case pltexit has to be called later.
9750         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9751         implicit atomic operation when storing function pointer.
9752         (_dl_runtime_profile): Likewise.
9754 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9756         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9757         NIS_NOTFOUND.
9759 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9761         [BZ #4566]
9762         * string/strtok.c: Fix typo in comment.
9764         [BZ #4582]
9765         * debug/segfault.c: Fix typos in comments.
9767         [BZ #4588]
9768         * stdio-common/tempnam.c: Fix comment, it is not checked that
9769         TMPDIR points to a writable directory.
9771         [BZ #4726]
9772         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9773         memory allocated for the name server address.
9775         [BZ #4946]
9776         * nscd/connections.c (handle_request): Using sendfile always
9777         requires that mmap is used for the database.
9778         Patch by Petr Baudis <pasky@suse.cz>.
9780         [BZ #4905]
9781         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9782         suddenly has two or more addresses, ignore it and remove the old
9783         entry.
9785         [BZ #4814]
9786         * resolv/res_hconf.c: Prepare for compiling outside libc.
9787         * nscd/res_hconf.c: New file.
9788         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9789         the new file.
9790         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9791         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9793         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9795         [BZ #4925]
9796         * debug/pcprofiledump.c: Turn on internationalization by calling
9797         setlocale.  Patch mostly by Benno Schulenberg.
9799         [BZ #4936]
9800         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9801         the state.
9802         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9803         * iconvdata/bug-iconv5.c: New file.
9805 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9807         [BZ #4896]
9808         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9809         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9810         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9811         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9812         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9813         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9814         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9815         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9817 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9819         [BZ #4937]
9820         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9821         lookup loop.  Suggested by John Reiser.
9823 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9825         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9827 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9829         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9830         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9831         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9832         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9833         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9834         to...
9835         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9837 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9839         * po/nl.po: Update from translation team.
9841 2007-08-16  Andreas Jaeger  <aj@suse.de>
9843         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9844         Reported by Peter Festner <peter.festner@ewetel.net>.
9846 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9848         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9850 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9852         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9853         to check for undefined symbols.
9855         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9856         If the syscall fails, set errno to the actual returned error number
9857         rather than EINVAL.
9858         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9859         arguments are incorrect, set errno to EINVAL, if the syscall
9860         fails, set errno to the actual returned error number.
9862         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9863         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9865         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9866         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9867         file.
9868         (ASI_PNF, ASI_BLK_P): Don't define.
9869         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9870         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9871         file.
9872         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9873         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9874         file.
9876 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9878         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9879         FE_UNDERFLOW on Niagara CPUs.
9881         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9882         exceptions.
9884 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9886         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9887         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9888         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9889         flush should be used or not inside of the function.
9890         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9892         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9893         __thread_start): Use HIDDEN_JUMPTARGET.
9894         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9895         __thread_start): Likewise.
9896         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9898         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9899         Add libc_hidden_proto.
9900         (STRTOF): Add libc_hidden_proto.
9901         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9902         (strtold_l, wcstold_l): Use them as second argument for
9903         long_double_symbol.
9905 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9907         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9909 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9911         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9913 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9915         * po/bg.po: New file.  From the translation team.
9917 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9919         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9920         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9921         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9922         when each feature was introduced.
9924         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9925         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9926         (CHECK_HASH): New macro.
9927         (PREPARE_VERSION): Use it.
9929         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9930         prototype if not __ASSUME_PSELECT.
9931         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9932         prototype if not __ASSUME_PPOLL.
9934         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9936         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9937         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9938         is defined.
9940 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9942         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9943         (_libc_vdso_platform_setup): If vDSO is not available point
9944         __vdso_gettimeofday to the vsyscall.
9945         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9946         __vdso_gettimeofday instead of vsyscall.
9948 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9950         * nscd/servicescache.c: Include kernel-features.h.
9951         * nscd/gai.c: Likewise.
9952         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9953         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9954         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9955         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9956         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9957         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9958         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9959         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9960         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9962 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9964         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9965         and _dl_get_origin defines anymore.
9967         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9968         Build fix for systems which might lack POSIX timer support.
9970         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9971         (_libc_vdso_platform_setup): Mangle function pointers before storing
9972         them.
9973         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9974         Demangle vdso pointer before use.
9975         (INTERNAL_VSYSCALL): Likewise.
9977         * elf/cache.c (primes): Mark as const.
9978         Noted by Roland McGrath.
9980 2007-08-01  Andreas Jaeger  <aj@suse.de>
9981             Jakub Jelinek  <jakub@redhat.com>
9983         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9984         (options): Add option.
9985         (parse_opt): Handle option.
9986         (manual_link): Adjust process_file caller.  Call implicit_soname.
9987         (search_dir): Formatting.  Use and populate auxiliary cache.
9988         (main): Load and save auxiliary cache.
9989         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9990         stat64 from fstat64 to caller.
9991         (implicit_soname): New function.
9992         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9993         leave *soname as NULL.
9994         * elf/cache.c: Include libgen.h.
9995         (print_entry, print_cache, compare, save_cache, add_to_cache):
9996         Formatting and cleanups.
9997         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9998         aux_cache_file): New structures.
9999         (AUX_CACHEMAGIC): Define.
10000         (primes): New array.
10001         (aux_hash_size, aux_hash): New variables.
10002         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
10003         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
10004         load_aux_cache, save_aux_cache): New functions.
10005         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
10006         (init_aux_cache, search_aux_cache, add_to_aux_cache,
10007         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
10008         (process_file): Adjust prototype.
10010 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
10012         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
10013         with __need_size_t.
10015 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
10017         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
10018         r_found_version structure as second parameter.
10019         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
10020         (_dl_vdso_vsym): Change type of second parameter accordingly.
10021         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
10022         (_libc_vdso_platform_setup): Adjust.
10023         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10024         (_libc_vdso_platform_setup): Likewise.
10026         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
10027         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
10028         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
10029         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
10030         * csu/libc-start.c: Pretty printing.
10031         Use VDSO_SETUP if defined.
10032         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
10033         and let generic code call into _libc_vdso_platform_setup.
10034         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
10035         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
10036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
10037         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
10038         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
10039         for GLIBC_PRIVATE.
10040         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
10041         (sysdep_rountines): Add dl-vdso.
10043         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
10044         of routines.
10046         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
10047         attribute_hidden to __vdso_gettimeofday prototype.
10049 2007-08-12  Roland McGrath  <roland@redhat.com>
10051         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
10052         From: Karl Berry <karl@freefriends.org>.
10054 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
10056         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
10057         an atime update for the files we read.
10059 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
10061         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
10063         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
10064         instead of mkstemp.
10066         * misc/Makefile (routines): Add mkostemp and mkostemp64.
10067         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
10068         * misc/mkostemp.c: New file.
10069         * misc/mkostemp64.c: New file.
10070         * stdlib/stdlib.h: Declare the new functions.
10071         * sysdeps/posix/tempname.c: Add new parameter which is added to
10072         the flags for open.  Remove __GT_BIGFILE handling.
10073         * stdio-common/tempname.c: Likewise.
10074         * include/stdio.h: Adjust __gen_tempname prototype.
10075         Renumber __GT_* constants.
10076         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
10077         * misc/mkdtemp.c: Likewise.
10078         * misc/mkstemp.c: Likewise.
10079         * misc/mkstemp64.c: Likewise.
10080         * misc/mktemp.c: Likewise.
10081         * stdio-common/tempnam.c: Likewise.
10082         * stdio-common/tmpfile.c: Likewise.
10083         * stdio-common/tmpfile64.c: Likewise.
10084         * stdio-common/tmpnam.c: Likewise.
10085         * stdio-common/tmpnam_r.c: Likewise.
10087 2007-08-10  Roland McGrath  <roland@frob.com>
10089         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
10090         New macros.
10091         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
10092         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10094 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
10096         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
10097         possible.
10098         * nss/nss_files/files-alias.c (internal_setent): Likewise.
10099         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
10100         * nss/nss_files/files-have_o_cloexec.c: New file.
10102         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
10103         available.
10105 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
10107         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
10108         ___new_wcstold_l): New weak aliases.
10109         (strtold_l, wcstold_l): Use them as second argument for
10110         long_double_symbol.
10112 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
10114         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
10115         register in test for error.
10117         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
10118         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
10120         * po/sv.po: Update from translation team.
10122 2007-08-06  Roland McGrath  <roland@redhat.com>
10124         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
10125         Remove __strto*_l inlines.
10126         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
10127         * stdlib/strtod.c: Add libc_hidden_def.
10128         * stdlib/strtod_l.c: Likewise.
10129         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
10130         for __new_strtold and __new_wcstold.
10131         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
10132         __STRTOF, STRTOF.
10133         * stdlib/strtol.c: Add libc_hidden_def.
10134         * stdlib/strtol_l.c: Likewise.
10135         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
10136         strtoq.
10138         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
10140         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
10141         * scripts/data/localplt-generic.data: ... here.
10142         * elf/Makefile (check-data): Get generic file if no other.
10143         ($(objpfx)check-localplt.out): Make target unconditional.
10145         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
10146         Use ElfW(Nhdr).
10148 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
10150         * po/zh_CN.po: Updated translation from translation team.
10152 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
10154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
10155         Don't use CGOTSETUP and CGOTRESTORE macros.
10157 2007-08-04  Roland McGrath  <roland@redhat.com>
10159         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
10161 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
10163         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
10164         __extension__ around the whole statement expression.
10166 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
10168         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
10169         elements during initialization.
10171         * po/pl.po: Updated translation from translation team.
10172         * po/tr.po: Likewise.
10173         * po/nl.po: Likewise.
10175 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
10177         * rt/aio.h: Add __nonnull attributes.
10179 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
10181         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
10182         * stdlib/Makefile (tests): Add tst-strtod5.
10183         (tst-strtod5-ENV): New.
10184         * stdlib/tst-strtod5.c: New file.
10186         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
10187         failed.
10188         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
10189         on failure.
10191         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
10192         allocated.
10194 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
10196         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
10197         numbers.
10199 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
10201         * io/Makefile (aux): Add have_o_cloexec.
10202         * include/fcntl.h: Declare __have_o_cloexec.
10203         * io/have_o_cloexec.c: New file.
10204         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
10205         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
10206         fcntl call if not necessary.
10207         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
10208         of local variable.
10210         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
10211         Avoid memset, add explicit initialization.
10212         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
10213         to the end and change into zero-sized array.
10214         Move lock member to fill a hole on 64-bit platforms.
10216         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
10217         inline functions.
10218         * include/stdlib.h: Add __strto*_internal prototypes here.
10219         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
10220         inline functions.
10221         * include/wchar.h: Add __wcsto*_internal prototypes.
10222         * sysdeps/generic/inttypes.h: No need to protect the declaration
10223         of the __strto*_internal and __wcsto*_internal members here.
10225         * rt/mqueue.h: Change const to __const and add nonnull attributes.
10227 2007-08-02  Roland McGrath  <roland@redhat.com>
10229         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
10230         $(inst_bindir)/getconf if possible.
10232         * posix/Makefile ($(objpfx)getconf.speclist): New target.
10233         (generated): Add it.
10234         ($(inst_libexecdir)/getconf): Use it.
10236 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
10238         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
10239         /proc is faster and sufficient.  /sys is still needed for
10240         __get_nprocs_conf.
10242 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
10244         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
10245         syscall as __fallocate64.
10246         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
10247         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
10249 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
10251         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
10252         value.
10254         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
10255         if off_t is different rank from size_t.
10257         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
10258         uw_frame_state_for): Avoid type punning warnings.
10259         * sysdeps/generic/unwind-dw2-fde-glibc.c
10260         (_Unwind_IteratePhdrCallback): Likewise.
10261         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
10262         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
10263         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
10264         pointers.
10266 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
10268         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
10269         total processors using sysfs.
10270         (__get_nprocs): Use sysfs to determine which processors are online.
10272 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
10274         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
10275         syscall arguments count.
10277         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
10279 2007-07-30  Roland McGrath  <roland@redhat.com>
10281         * manual/libc.texinfo: Update copyrights, formatting magic, and
10282         @dircategory.  From Karl Berry <karl@freefriends.org>.
10284 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
10286         [BZ #4860]
10287         * io/Makefile (headers): Add bits/fcntl2.h.
10289         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
10290         using gcc builtin.
10291         (__CPU_EQUAL_S): Likewise.
10293         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
10294         (tests): Add tst-cpuset.
10295         * posix/sched_cpualloc.c: New file.
10296         * posix/sched_cpufree.c: New file.
10297         * posix/tst-cpuset.c: New file.
10298         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
10299         GLIBC_2.7.
10300         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
10301         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
10302         macros.  Define CPU_*_S macros.
10304 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10306         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
10307         entry.
10309         [BZ #4858]
10310         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
10311         #.0g and value rounded to 1.0.
10312         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
10314 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
10316         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
10317         for int_frac_digits and frac_digits.
10319         * login/logout.c (logout): Avoid aliasing violation.
10320         * login/logwtmp.c (logwtmp): Likewise.
10322         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
10324         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
10325         to avoid warning.
10326         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
10327         warning.
10328         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
10329         warning.
10330         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
10331         to avoid warnings.
10333         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
10334         void **.
10335         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
10337         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
10338         char * to avoid warning.
10339         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
10341         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
10343         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
10344         allocate_arrays): Cast second argument to charmap_find_symbol
10345         to char * to avoid warnings.
10347         * locale/programs/repertoire.c (repertoire_new_char): Change
10348         from_nr, to_nr and cnt to unsigned long, adjust printf format
10349         string.
10351         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
10352         Cast second argument to new_element to char * to avoid warnings.
10354         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
10356         * intl/gettextP.h (struct loaded_domain): Change plural to const
10357         struct expression *.
10358         * intl/plural-eval.c (plural_eval): Change first argument to
10359         const struct expression *.
10360         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
10361         argument to const struct expression **.
10362         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
10363         prototypes.
10364         * intl/loadmsgcat (_nl_unload_domain): Cast away const
10365         in call to __gettext_free_exp.
10367         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
10368         unitialized wstring/wpattern var warnings.
10370         * posix/runtests.c (struct a_test): Make data field const char *.
10372         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
10373         vars if not LDBL_MANT_DIG >= 106.
10375         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
10377         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
10378         __find_specmb to avoid warning.
10380         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
10382         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
10383         to avoid warnings.
10385         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
10386         initializer.
10388         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
10389         tv var when it will be actually used.
10391         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
10392         to avoid warnings.
10394         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
10395         char array resp. pointer.
10396         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
10397         char array.
10398         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
10399         to const unsigned char **.
10400         (ucs4_to_cns11643): Change second argument to unsigned char *.
10401         * iconvdata/euc-tw.c (BODY): Change endp type to
10402         const unsigned char *.
10403         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
10404         to unsigned char *.
10405         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
10406         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
10407         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
10408         types to unsigned char pointers/arrays instead of char.
10409         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
10410         to unsigned char *.
10411         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
10412         * iconvdata/jis0212.h: Include assert.h.
10413         (ucs4_to_jisx0212): Change second argument to unsigned char *.
10414         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
10415         of trying to handle that.
10416         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
10417         shut up a warning.
10418         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
10419         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
10420         two dimensional const unsigned char arrays.
10421         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
10422         Initialize endp to inptr to shut up a warning.
10424 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10426         [BZ #4772]
10427         * time/strptime_l.c (__strptime_internal): Silently ignore
10428         strftime modifiers and field width in recursive calls.
10430         * include/time.h (enum ptime_locale_status): Remove.
10431         (__strptime_internal): Remove decided and era_cnt arguments,
10432         add statep argument.
10433         * time/strptime_l.c (__strptime_internal): Remove decided
10434         and era_cnt arguments, add statep argument.  Don't recompute
10435         any fields in recursive calls, only update caller's tm
10436         and state, if recursive call fails, don't change tm nor
10437         any state.
10438         (get_alt_number): Adjust.
10439         (recursive): Adjust caller.
10440         (strptime): Likewise.
10441         * time/strptime.c (strptime): Likewise.
10443 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
10445         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
10446         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
10447         if from and to charsets are the same.
10448         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
10449         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
10450         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
10452 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10454         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
10455         Don't define wint_t when __need_mbstate_t unless it
10456         is necessary.
10457         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
10458         in the typedef if possible.
10459         * wctype/wctype.h (wint_t): Define by including
10460         wchar.h with __need_wint_t instead of including stddef.h
10461         with __need_wint_t and as fallback definining it ourselves.
10462         * iconv/gconv.h (__need_wint_t): Define before including
10463         wchar.h.
10464         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
10465         or _GLIBCPP_USE_WCHAR_T.
10466         (__need_wchar_t): Don't define
10467         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10468         (__need_wint_t): Don't define before including stddef.h,
10469         define before including wchar.h only if _LIBC or
10470         _GLIBCPP_USE_WCHAR_T.
10471         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10472         * sysdeps/mach/hurd/_G_config.h: Likewise.
10473         * sysdeps/generic/_G_config.h: Likewise.
10474         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
10475         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
10476         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
10477         if _LIBC or _GLIBCPP_USE_WCHAR_T.
10479 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10481         * sysdeps/posix/posix_fallocate64.c: Undefine
10482         __posix_fallocate64_l64 before alias handling.
10483         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
10484         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
10485         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
10486         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
10488         * io/tst-posix_fallocate.c: Include <fcntl.h>.
10490 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
10492         * locale/programs/ld-collate.c (atwc): New variable.
10493         (add_to_tablewc): New toplevel function, moved from collate_output.
10494         (collate_output): Remove add_to_tablewc nested function.
10496         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
10497         (name_insert): New function.
10498         (write_output): Remove hash_table and hash_size vars and name_insert
10499         nested function.
10501 2007-07-24  Roland McGrath  <roland@redhat.com>
10503         * Makerules (install-others-programs-nosubdir): New target.
10504         (install-no-libc.a-nosubdir): Depend on it.
10506         * iconv/Makefile (install-others-programs): Set this instead of
10507         install-others.
10508         * login/Makefile (install-others-programs): Likewise.
10509         * posix/Makefile (install-others-programs): Likewise.
10511         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
10512         dependencies.
10514 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
10516         * io/Makefile (tests): Add tst-posix_fallocate.
10517         * io/tst-posix_fallocate.c: New file.
10519         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10520         __ASSUME_FALLOCATE.
10522 2007-07-22  Roland McGrath  <roland@frob.com>
10524         * hurd/getdport.c: Add missing copyright year update.
10526         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
10527         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
10529 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
10531         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
10533         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
10534         O_CLOEXEC is needed.
10535         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
10536         Avoid additional fcntl to set O_CLOEXEC if not needed.
10537         * nis/nss_compat/compat-initgroups.c: Likewise.
10538         * nis/nss_compat/compat-pwd.c: Likewise.
10539         * nis/nss_compat/compat-spwd.c: Likewise.
10541 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10543         [BZ #3665]
10544         * manual/errno.texi: Change ECANCELED value to 119.
10546         [BZ #4610]
10547         * mach/lock-intern.h: Include <sys/cdefs.h>.
10549         [BZ #4178]
10550         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
10551         reading A.
10553         [BZ #4126]
10554         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10555         to __sigsuspend.
10557         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10559 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10561         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10562         `__ASSEMBLER__'.
10563         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10565 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10567         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10568         descriptor received from nscd.
10570         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10572         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10573         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10574         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10576         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10577         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10579 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10581         [BZ #4816]
10582         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10584         [BZ #4813]
10585         * login/forkpty.c (forkpty): Close master and slave fds on
10586         fork failure.  Patch by
10587         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10589 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10591         * include/features.h (__USE_ISOC95): New define.
10592         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10593         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10594         for -std=iso9899:199409.
10595         * CONFORMANCE: Remove comments about unsupported AMD1.
10597 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10599         * sysdeps/ia64/sched_cpucount.c: New file.
10600         * sysdeps/powerpc/sched_cpucount.c: New file.
10602         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10603         __BEGIN_DECLS/__END_DECLS around the prototype.
10604         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10605         pointer to const cpu_set_t.
10607         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10608         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10609         __need_size_t and include stddef.h.
10610         * sysvipc/sys/msg.h: Likewise.
10611         * posix/sched.h: Likewise.
10612         * hurd/hurd/signal.h (__need_size_t): Define.
10614         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10615         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10616         no longer defines wint_t or wchar_t.
10618         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10619         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10620         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10621         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10622         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10623         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10624         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10625         * debug/printf_chk.c (__printf_chk): Likewise.
10626         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10627         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10629         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10630         Define.
10632         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10633         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10635 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10637         [BZ #4792]
10638         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10639         * malloc/malloc.h (realloc): Likewise.
10641         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10642         if one of proc_file_chain streams has that fileno.
10643         * stdio-common/Makefile (tests): Add tst-popen2.
10644         * stdio-common/tst-popen2.c: New test.
10646 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10648         * elf/ldconfig.c: Allow GPLv2 or any later version.
10649         * elf/readlib.c: Likewise.
10650         * elf/chroot_canon.c: Likewise.
10651         * elf/cache.c: Likewise.
10652         * nscd/mem.c: Likewise.
10653         * nscd/getpwuid_r.c: Likewise.
10654         * nscd/grpcache.c: Likewise.
10655         * nscd/aicache.c: Likewise.
10656         * nscd/getsrvbynm_r.c: Likewise.
10657         * nscd/nscd.c: Likewise.
10658         * nscd/servicescache.c: Likewise.
10659         * nscd/getsrvbypt_r.c: Likewise.
10660         * nscd/initgrcache.c: Likewise.
10661         * nscd/gethstbyad_r.c: Likewise.
10662         * nscd/gethstbynm2_r.c: Likewise.
10663         * nscd/getgrnam_r.c: Likewise.
10664         * nscd/nscd_setup_thread.c: Likewise.
10665         * nscd/getpwnam_r.c: Likewise.
10666         * nscd/gai.c: Likewise.
10667         * nscd/connections.c: Likewise.
10668         * nscd/dbg_log.c: Likewise.
10669         * nscd/cache.c: Likewise.
10670         * nscd/hstcache.c: Likewise.
10671         * nscd/nscd_conf.c: Likewise.
10672         * nscd/getgrgid_r.c: Likewise.
10673         * nscd/pwdcache.c: Likewise.
10674         * catgets/gencat.c: Likewise.
10675         * locale/programs/linereader.h: Likewise.
10676         * locale/programs/locarchive.c: Likewise.
10677         * locale/programs/ld-paper.c: Likewise.
10678         * locale/programs/locfile-kw.h: Likewise.
10679         * locale/programs/ld-address.c: Likewise.
10680         * locale/programs/xmalloc.c: Likewise.
10681         * locale/programs/ld-time.c: Likewise.
10682         * locale/programs/localedef.c: Likewise.
10683         * locale/programs/simple-hash.c: Likewise.
10684         * locale/programs/xstrdup.c: Likewise.
10685         * locale/programs/ld-numeric.c: Likewise.
10686         * locale/programs/locfile-kw.gperf: Likewise.
10687         * locale/programs/ld-collate.c: Likewise.
10688         * locale/programs/charmap-kw.gperf: Likewise.
10689         * locale/programs/charmap.h: Likewise.
10690         * locale/programs/charmap-kw.h: Likewise.
10691         * locale/programs/config.h: Likewise.
10692         * locale/programs/locfile.c: Likewise.
10693         * locale/programs/ld-ctype.c: Likewise.
10694         * locale/programs/charmap.c: Likewise.
10695         * locale/programs/ld-messages.c: Likewise.
10696         * locale/programs/repertoire.h: Likewise.
10697         * locale/programs/locale.c: Likewise.
10698         * locale/programs/ld-name.c: Likewise.
10699         * locale/programs/linereader.c: Likewise.
10700         * locale/programs/locfile.h: Likewise.
10701         * locale/programs/3level.h: Likewise.
10702         * locale/programs/ld-monetary.c: Likewise.
10703         * locale/programs/ld-measurement.c: Likewise.
10704         * locale/programs/charmap-dir.c: Likewise.
10705         * locale/programs/ld-identification.c: Likewise.
10706         * locale/programs/localedef.h: Likewise.
10707         * locale/programs/charmap-dir.h: Likewise.
10708         * locale/programs/repertoire.c: Likewise.
10709         * locale/programs/simple-hash.h: Likewise.
10710         * locale/programs/ld-telephone.c: Likewise.
10711         * locale/programs/locale-spec.c: Likewise.
10712         * locale/programs/locfile-token.h: Likewise.
10713         * posix/getconf.c: Likewise.
10714         * iconv/dummy-repertoire.c: Likewise.
10715         * iconv/iconv_charmap.c: Likewise.
10716         * iconv/iconvconfig.c: Likewise.
10717         * iconv/iconv_prog.c: Likewise.
10718         * malloc/memusagestat.c: Likewise.
10719         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10721 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10723         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10724         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10725         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10726         check for the first argument.
10728 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10730         [BZ #4775]
10731         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10732         (__tgmath_real_type): Fix if expr is const int or other const
10733         qualified integral type.
10734         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10735         expressions and handle const qualified arguments.
10736         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10737         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10738         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10739         statement expressions.
10740         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10741         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10742         (__TGMATH_UNARY_IMAG): Define.
10743         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10744         * math/Makefile (tests): Add test-tgmath2.
10745         (CFLAGS-test-tgmath2.c): Add.
10746         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10747         count_cfloat, count_cldouble): New variables.
10748         (NCCALLS): Define.
10749         (main): Check number of complex calls as well.
10750         (F(compile_test)): Add complex tests and tests with const qualified
10751         arguments.
10752         (y, z, ccount): Define.
10753         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10754         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10755         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10756         F(cproj)): New functions.
10757         * math/test-tgmath2.c: New test.
10759 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10761         [BZ #4776]
10762         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10763         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10764         instead output ".".
10765         * dlfcn/Makefile (distribute): Add glreflib3.c.
10766         (module-names): Add glreflib3.
10767         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10768         glreflib1.so.
10769         (LDFLAGS_glreflib3.so): New.
10770         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10771         glreflib1.so.
10772         * dlfcn/glreflib3.c: New file.
10774         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10775         returned -1, return NULL.
10776         * intl/explodename.c (_nl_explode_name): Return -1 if
10777         _nl_normalize_codeset failed.
10779 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10781         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10782         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10783         and avoid branch misspredicts for > 31 bytes memset case.
10784         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10785         Remove toc ref to __cache_line_size.
10787         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10788         to get ISA-V2.0 branch hints.
10789         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10790         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10791         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10792         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10793         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10794         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10795         Remove toc ref to __cache_line_size.
10797         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10798         Include math_ldbl_opt.h.
10800 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10802         [BZ #4773]
10803         * time/strptime_l.c (__strptime_internal): Implement greedy
10804         matching of weekday and month names.
10806 2007-07-09  Roland McGrath  <roland@redhat.com>
10808         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10809         (ELF_NOTE_ABI): Use it.
10810         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10812 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10814         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10815         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10817 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10819         [BZ #4745]
10820         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10821         in loop to look for conversion specifier to avoid testing of
10822         wrong errno value.
10823         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10824         * stdio-common/bug18.c: New file.
10825         * stdio-common/bug18a.c: New file.
10826         * stdio-common/bug19.c: New file.
10827         * stdio-common/bug19a.c: New file.
10829 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10831         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10832         running awk script.
10834 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10836         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10837         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10838         Return NULL if mmap failed instead of asserting it does not.
10839         (calloc): Check for integer overflow.
10841         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10842         than LONG_MAX / 10.
10844 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10846         [BZ #4702]
10847         * nis/nss-default.c: Include errno.h.
10848         (init): Preserve errno.
10850 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10852         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10854 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10856         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10858 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10860         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10862 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10864         * sysdeps/s390/dl-procinfo.c: New file.
10865         * sysdeps/s390/dl-procinfo.h: New file.
10866         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10868 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10870         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10871         in PT_NOTE segments with multiple notes.
10872         * elf/readelflib.c (process_elf_file): Likewise.
10874 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10876         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10877         ISO C compliant.
10879 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10881         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10883 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10885         * include/link.h: Don't include rtld-lowlevel.h.
10886         (struct link_map): Remove l_scope_lock.
10887         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10888         (_dl_scope_free_list): New field (variable) in _rtld_global.
10889         (DL_LOOKUP_SCOPE_LOCK): Remove.
10890         (_dl_scope_free): New prototype.
10891         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10892         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10893         (_dl_profile_fixup): Likewise.
10894         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10895         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10896         THREAD_GSCOPE_RESET_FLAG around it.
10897         * elf/dl-close.c (_dl_close_worker): Don't use
10898         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10899         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10900         scopes were queued or if l_scope_mem has been abandoned.
10901         * elf/dl-open.c (_dl_scope_free): New function.
10902         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10903         * elf/dl-support.c (_dl_scope_free_list): New variable.
10904         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10905         Remove DL_LOOKUP_SCOPE_LOCK handling.
10906         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10907         handling.
10908         * elf/dl-object.c (_dl_new_object): Don't use
10909         __rtld_mrlock_initialize.
10911 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10913         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10914         to fill in holes
10915         (rtld_global_ro): Likewise.
10917 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10919         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10920         Move PT_LOAD checking to...
10921         (_dl_addr_inside_object): ... here, new function.
10922         * elf/dl-sym.c (do_sym): If not l_contiguous,
10923         call _dl_addr_inside_object.
10924         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10925         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10926         * elf/dl-open.c (dl_open_worker): Likewise.
10927         (_dl_addr_inside_object): New function if IS_IN_rtld.
10928         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10929         holes are present or are PROT_NONE protected.
10930         * include/link.h (struct link_map): Add l_contiguous field.
10931         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10933 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10934             Tomas Janousek  <tjanouse@redhat.com>
10935             Ulrich Drepper  <drepper@redhat.com>
10937         [BZ #4647]
10938         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10939         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10940         socket.
10941         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10942         unused member a bitmap.
10943         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10944         servers are configured.
10946 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10948         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10950 2007-06-17  Andreas Schwab  <schwab@suse.de>
10952         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10954 2007-06-16  Andreas Jaeger  <aj@suse.de>
10956         [BZ #4125]
10957         * sysdeps/unix/sysv/linux/sys/ptrace.h
10958         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10959         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10960         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10961         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10962         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10963         Define.
10964         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10965         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10966         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10967         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10969 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10971         [BZ #4599]
10972         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10973         determining whether there are IPv4/IPv6 addresses, ignore loopback
10974         addresses.
10976 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10978         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10979         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10980         as the return type.  Change type of "r" variable to CMPtype.
10981         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10982         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10983         * soft-fp/gedf2.c (__gedf2): Likewise.
10984         * soft-fp/gesf2.c (__gesf2): Likewise.
10985         * soft-fp/getf2.c (__getf2): Likewise.
10986         * soft-fp/ledf2.c (__ledf2): Likewise.
10987         * soft-fp/lesf2.c (__lesf2): Likewise.
10988         * soft-fp/letf2.c (__letf2): Likewise.
10989         * soft-fp/unorddf2 (__unorddf2): Likewise.
10990         * soft-fp/unordsf2 (__unordsf2): Likewise.
10991         * soft-fp/unordtf2 (__unordtf2): Likewise.
10993 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10995         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10996         make sure gcc doesn't mess around with this.
10998 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
11000         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
11002 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
11004         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
11005         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
11006         at most once per _dl_close_worker.
11008 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
11010         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
11011         __sched_cpucount as const.
11012         * posix/sched_cpucount.c: Adjust.
11014         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
11015         instruction for counting bits.
11016         * sysdeps/x86_64/sched_cpucount.c: New file.
11018 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
11020         * configure.in: Avoid variable named BASH.
11021         * config.make.in: Likewise.
11022         Patch in part by Mike Frysinger.
11024 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
11026         [BZ #4586]
11027         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
11028         pseudo-zeros as zero.
11029         * sysdeps/x86_64/ldbl2mpn.c: New file.
11030         * sysdeps/ia64/ldbl2mpn.c: New file.
11032 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
11034         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
11035         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
11036         Remove unreachable code at the end.
11038 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
11040         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
11041         ldbl-128ibm in comment.
11042         (fpclassifyl): Correct classification of denormals.
11043         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
11044         return value for MIN denormal. Rewrite using long double math too
11045         correctly handle denormals and canonicalize the results.
11047 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
11049         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
11050         (__mpn_construct_long_double): Fix conversion where result ought
11051         to be smaller than __LDBL_MIN__, or the low double should be
11052         denormal.  Fix decision where to negate low double - honor round
11053         to even rules.
11054         * stdio-common/tst-sprintf2.c: Include string.h.
11055         (COMPARE_LDBL): Define.
11056         (TEST): Also test whether a string hexadecimal float representation
11057         can be parsed back to the number.
11058         (main): Add a couple of further tests.
11060 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
11062         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
11063         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
11064         is non-zero, but smaller than 2 * __DBL_MIN__.
11065         * stdio-common/tst-sprintf2.c: New test.
11066         * stdio-common/Makefile (tests): Add tst-sprintf2.
11068         * math/test-misc.c (main): Don't run last batch of tests with
11069         IBM long double format.
11071 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
11073         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
11074         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
11075         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
11076         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
11077         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11078         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
11079         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
11080         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
11081         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
11082         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
11083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
11084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
11085         New file.
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
11087         New file.
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
11089         New file.
11090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
11091         New file.
11092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
11093         New file.
11094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
11095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
11096         New file.
11097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
11098         New file.
11099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
11100         New file.
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
11102         New file.
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
11104         New file.
11106 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
11108         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
11109         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
11110         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
11111         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
11112         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
11113         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
11114         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
11115         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
11117 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
11119         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
11120         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11121         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
11122         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11123         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
11124         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11125         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
11126         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11128 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
11130         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
11131         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
11132         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
11133         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
11135 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
11137         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
11138         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
11140 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
11142         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
11143         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
11144         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
11145         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
11147 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
11149         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
11150         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
11152 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
11154         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
11155         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
11157         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
11158         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
11159         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
11160         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11162 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
11164         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
11165         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
11166         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
11167         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
11169 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
11171         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
11172         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
11173         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
11174         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11175         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
11176         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
11178 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
11180         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
11181         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
11182         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
11183         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
11185 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
11187         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
11188         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
11189         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
11190         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
11191         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
11192         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
11193         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
11194         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
11195         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
11196         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
11197         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
11198         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
11199         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
11200         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
11201         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
11202         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
11204 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
11206         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
11207         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
11209 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
11211         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
11212         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
11214 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
11216         * sysdeps/powerpc/powerpc32/970/Implies: New file.
11217         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
11218         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
11219         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
11220         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
11221         * sysdeps/powerpc/powerpc64/970/Implies: New file.
11222         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
11223         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
11224         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
11225         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
11227 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
11229         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
11231 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
11233         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
11234         branch miss-predicts. Ensure that cache line crossing does not impact
11235         dispatch grouping.
11237 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
11239         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
11240         "../../powerpc32/power4/memcopy.h".
11241         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
11242         "../../powerpc32/power4/wordcopy.c".
11244 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
11246         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
11247         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
11248         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
11249         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
11250         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
11251         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
11253 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
11255         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
11257 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
11259         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
11260         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
11261         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
11262         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
11263         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
11264         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
11265         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
11266         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
11268 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
11270         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
11272 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
11274         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
11275         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
11276         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
11277         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
11278         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
11279         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
11280         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
11282 2007-05-29  Roland McGrath  <roland@redhat.com>
11284         * po/Makefile (po-sed-cmd): New variable.
11285         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
11287 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
11289         * crypt/md5-crypt.c: Fix comment.
11291         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
11292         of crashing.  When this is the case or if the reply is malformed,
11293         don't try to close the new file descriptor since it does not
11294         exist.
11295         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
11297 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
11299         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
11300         if __NR_utimensat is not defined.
11302 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
11304         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
11306 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
11308         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
11309         (open): Fix comment typos.  Don't call __open_2 if flags
11310         is a compile time constant without O_CREAT.
11311         (__open64_2): Add nonnull attribute.
11312         (open64): Fix comment typos.  Don't call __open64_2 if flags
11313         is a compile time constant without O_CREAT.
11314         (__openat_2): Add nonnull attribute, fix nonnull attribute
11315         on redirect.
11316         (openat): Fix comment typos.  Don't call __openat_2 if flags
11317         is a compile time constant without O_CREAT.
11318         (__openat64_2): Add nonnull attribute, fix nonnull attribute
11319         on redirect.
11320         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
11321         is a compile time constant without O_CREAT.
11323 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
11325         * Makerules (sysd-rules): Define PTW for ptw-* files.
11326         * Versions: Define GLIBC_2.7 for libc.
11327         * include/stdio.h: Declare __fortify_fail.
11328         * debug/fortify_fail.c: New file.
11329         * debug/Makefile (routines): Add fortify_fail.
11330         * debug/chk_fail.c: Use __fortify_fail.
11331         * debug/stack_chk_fail.c: Likewise.
11332         * io/Versions: Export __open_2, __open64_2, __openat_2, and
11333         __openat64_2 for GLIBC_2.7.
11334         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
11335         * io/open.c: Define *_2 variant of function which checks for O_CREAT
11336         and fails if necessary.
11337         * io/open64.c: Likewise.
11338         * io/openat.c: Likewise.
11339         * io/openat64.c: Likewise.
11340         * sysdeps/unix/sysv/linux/open64.c: Likewise.
11341         * sysdeps/unix/sysv/linux/openat.c: Likewise.
11342         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
11343         * io/bits/fcntl2.h: New file.
11344         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
11345         __openat64_2.
11346         * include/bits/fcntl2.h: New file.
11347         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11348         Add open_2.
11349         * sysdeps/unix/sysv/linux/open_2.c: New file.
11351 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
11353         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
11354         as second parameter to handle_intel.
11356         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
11357         the entry.
11359         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
11360         handling to ...
11361         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
11362         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
11363         cacheinfo.
11364         * sysdeps/x86_64/memcpy.S: Complete rewrite.
11365         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
11366         Patch by Evandro Menezes <evandro.menezes@amd.com>.
11368         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
11370 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
11372         [BZ #4525]
11373         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
11374         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
11375         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
11377         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
11379         [BZ #4514]
11380         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
11381         reinitialize workend at the start of each do_positional format spec
11382         loop, free workstart before do_positional loops.
11383         (printf_unknown): Fix size of work_buffer.
11384         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
11386         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
11387         (public_sET_STATe): If ms->version < 3, put all chunks into
11388         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
11389         chunks.
11391         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
11392         * malloc/hooks.c: Likewise.
11393         * malloc/arena.c: Likewise.
11394         * malloc/malloc.c (do_check_malloc_state): Don't assert
11395         n_mmaps is not greater than n_mmaps_max.  This removes the need
11396         for the previous change.
11398         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
11399         2007-05-07 commit.
11401 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
11403         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
11404         Define for kernel >= 2.6.22.
11406 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
11408         * elf/dl-close.c (_dl_close_worker): When removing object from
11409         global scope, wait for all lookups to finish afterwards.
11410         * elf/dl-open.c (add_to_global): When global scope array must
11411         grow, allocate a new one and free old array only after all
11412         lookups finish.
11413         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
11414         (_dl_lookup_symbol_x): Likewise.
11415         * elf/dl-support.c: Define _dl_wait_lookup_done.
11416         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
11417         _dl_wait_lookup_done.
11419         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
11420         not overlapping with arena.
11422         * malloc/mcheck.c (reallochook): If size==0, free the block.
11424         * rt/tst-shm.c: Use fstat64 instead of fstat.
11426         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
11427         __NR_sync_file_range is not defined.
11429 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
11431         Dummy files to prevent stub versions from being used.
11432         * sysdeps/x86_64/fpu/k_cosl.c: New file.
11433         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
11434         * sysdeps/x86_64/fpu/k_sinl.c: New file.
11435         * sysdeps/x86_64/fpu/k_tanl.c: New file.
11437         * version.h (VERSION): Set to 2.6.90.
11439 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
11441         * version.h (VERSION): Define to 2.6.
11442         * include/features.h (__GLIBC_MINOR__): Define to 6.
11444         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
11446         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
11447         sizes.
11449 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
11451         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
11452         number of mmaps.  n_mmaps_max is the target.
11453         * malloc/hooks.c: Likewise.
11454         * malloc/arena.c: Likewise.
11456 2007-05-12  Andreas Jaeger  <aj@suse.de>
11458         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
11459         getpid.
11461 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
11463         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
11464         adding new variables.
11466         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
11467         optimize.  Completely extend global scope array before making the
11468         new entries visible.
11470 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
11472         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
11473         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
11474         tst-getcpu.
11476         * include/link.h: Move l_version and l_nversion members around to
11477         fill gaps.
11479         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
11481         * sysdeps/unix/sysv/linux/sched_setaffinity.c
11482         (__sched_setaffinity_new): If syscall was successful and
11483         RESET_VGETCPU_CACHE is defined, use it before returning.
11484         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
11486         * io/sys/stat.h: Make sure struct timespec is defined for
11487         __USE_ATFILE.
11489         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
11490         UTIME_OMIT.
11491         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
11492         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
11493         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11494         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
11495         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11496         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
11497         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
11498         * io/sys/stat.h: Declare utimensat, futimens.
11499         * io/utimensat.c: New file.
11500         * io/futimens.c: New file.
11501         * sysdeps/unix/sysv/linux/utimensat.c: New file.
11502         * sysdeps/unix/sysv/linux/futimens.c: New file.
11503         * io/Makefile (routines): Add utimensat, futimens.
11504         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
11505         * sysdeps/unix/sysv/linux/lutimes.c: New file.
11506         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
11507         available.
11509         * include/sys/cdefs.h: Redefine __nonnull so that test for
11510         incorrect parameters in the libc code itself are not omitted.
11512 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
11514         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
11515         exception in addition to inexact when asked to raise only FE_INEXACT.
11517         [BZ #3427]
11518         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
11519         in *envp.
11521 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11523         [BZ #4403]
11524         * string/strfry.c (strfry): Make result more random.
11526 2007-05-07  Richard Henderson  <rth@redhat.com>
11528         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
11529         if __NO_LONG_DOUBLE_MATH.
11530         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
11531         available in the compiler, add .arch directive to the assembly.
11533 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
11535         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
11536         compat_symbol to GLIBC_2_1.
11537         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
11538         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
11539         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
11540         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
11541         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
11542         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
11543         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
11544         libc, not libm.
11545         (__isnanl): New compat_symbol.
11547 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11548             Jakub Jelinek  <jakub@redhat.com>
11550         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
11551         (new_heap): Initialize mprotect_size.
11552         (grow_heap): When growing, only mprotect from mprotect_size till
11553         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11554         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11556 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11557             Peter Bergner  <bergner@us.ibm.com>
11559         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11560         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11561         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11562         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11563         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11564         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11565         Call __fe_mask_env() if all FP exceptions disabled.
11566         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11567         from old FPSCR to new fenv to propagate DFP rounding modes.
11568         Call __fe_mask_env() if FP exceptions previously enabled.
11569         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11570         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11571         transitioning from all exceptions disabled to any exception enabled
11572         or visa versa.
11573         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11574         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11575         when transitioning from all exceptions disabled to any exception
11576         enabled or visa versa.
11577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11584 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11586         [BZ #4465]
11587         * posix/unistd.h: Remove __THROW from fdatasync.
11589 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11591         [BZ #4465]
11592         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11594 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11596         * stdio-common/vfprintf.c (process_string_arg): Optimize
11597         ridiculous precision in wide char code printing multi-byte string.
11598         Reported by Jim Meyering <jim@meyering.net>.
11600         [BZ #4131]
11601         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11602         boundaries to work around systems with overlapping binary loading.
11603         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11605 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11607         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11608         __mbsnrtowcs after last change.
11610         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11611         (get_ident): Likewise.
11613 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11615         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11616         with setting the sticky bit.
11617         * math/test-misc.c (main): Add more truncation tests.
11619 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11621         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11622         double in the function declaration.
11623         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11624         double in the function declaration.
11625         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11626         float in the function declaration.
11627         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11628         float in the function declaration.
11630         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11631         denormal operands.  Do not generate FP_EX_DENORM exception.
11632         (FP_UNPACK_RAW_EP): Ditto.
11633         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11634         undefined _FP_UNPACK_RAW_E.
11635         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11636         undefined _FP_UNPACK_RAW_EP.
11637         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11638         undefined _FP_PACK_RAW_E.
11639         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11640         undefined _FP_PACK_RAW_EP.
11642         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11643         _FP_FRAC_COPY_2.
11644         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11645         _FP_FRAC_COPY_4.
11647 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11648             Jakub Jelinek  <jakub@redhat.com>
11650         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11651         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11652         this case.
11653         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11655 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11657         * math/test-misc.c (main): Add tests for rounding long double
11658         values close to smallest double denormalized value to double.
11660 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11662         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11663         condition for truncating to 0.  Set sticky bit for such
11664         truncation.
11666 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11668         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11669         fixed length array for ignore.
11671 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11673         [BZ #4438]
11674         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11675         stack for large precisions.
11676         * stdio-common/test-vfprintf.c (main): Add test for large
11677         precision.
11679 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11681         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11682         for exponent 0.
11683         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11685         [BZ #4439]
11686         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11687         account in the size check.
11688         * resolv/tst-inet_ntop.c: New test.
11689         * resolv/Makefile (tests): Add tst-inet_ntop.
11691 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11692             Jakub Jelinek  <jakub@redhat.com>
11694         [BZ #4349]
11695         * malloc/malloc.c: Keep separate list for first blocks on the bin
11696         lists with a given size.  This helps skipping over list elements
11697         we know won't fit in two places.
11698         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11700 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11702         [BZ #4102]
11703         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11704         label to Teredo tunnel addresses 2001://32.
11706 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11708         * locale/programs/ld-collate.c (collate_read): Allow order_start
11709         after copy.
11711         * locale/programs/ld-collate.c (collate_read): Fix printing of
11712         error message.
11714         [BZ #3213]
11715         * locale/C-translit.h.in: Add entry for U2044.
11717         [BZ #4342]
11718         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11719         hexa-decimal floats without exponent.
11720         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11722 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11724         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11725         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11726         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11727         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11728         GLIBC_2.6.
11729         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11730         Add sched_getcpu.
11732 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11734         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11735         of 0 after the out_fail label.
11737 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11739         [BZ #4406]
11740         * iconv/gconv_charset.h (strip): Allow ':'.
11741         * iconv/iconv_open.c (iconv_open): Adjust comment.
11743 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11745         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11746         version.
11748 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11750         [BZ #4381]
11751         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11752         alignment of buffer and tmp_buffer.
11753         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11754         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11755         alignment of buffer.
11756         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11757         bigger than INT_MAX.
11758         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11759         h_errnop arguments.  Fail if buflen is too small.
11760         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11762 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11764         [BZ #4405]
11765         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11766         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11768 2007-04-22  Roland McGrath  <roland@redhat.com>
11770         * elf/elf.h (NT_PRXFPREG): New macro.
11772 2007-04-19  Andreas Jaeger  <aj@suse.de>
11774         [BZ #3905]
11775         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11776         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11777         Added.
11779 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11781         * include/sys/mman.h: Mark madvise hidden.
11782         * misc/madvise.c: Add libc_hidden_def.
11784 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11786         * nis/nis_domain_of.c (__nis_domain_of): New function.
11787         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11788         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11789         * nis/nis_call.c (rec_dirsearch): Likewise.
11790         (first_shoot): Likewise.  Remove search_parent_first argument.
11791         (struct nis_server_cache): Rename search_parent_first field
11792         to search_parent.
11793         (nis_server_cache_search, nis_server_cache_add): Rename
11794         search_parent_first argument to search_parent.
11795         (__nisfind_server): Likewise.  If search_parent, call
11796         __nis_domain_of.
11798 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11800         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11802 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11804         [BZ #4368]
11805         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11807 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11809         [BZ #4364]
11810         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11812 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11814         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11815         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11816         current number of locales in SUPPORTED.
11817         (create_archive): Initialize serial.
11818         (enlarge_archive): Preserve aliases rather than duplicating
11819         their locrecs.
11821 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11823         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11824         after _IO_un_link, not before it.
11826         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11827         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11828         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11830 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11832         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11833         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11834         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11835         Remove __THROW.
11836         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11837         _IO_file_xsgetn_maybe_mmap): Likewise.
11838         * libio/oldfileops.c (old_do_write): Likewise.
11839         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11840         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11841         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11842         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11843         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11844         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11845         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11846         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11847         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11848         _IO_file_underflow, _IO_file_underflow_mmap,
11849         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11850         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11851         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11852         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11853         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11854         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11855         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11856         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11857         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11858         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11859         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11860         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11861         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11862         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11863         _IO_adjust_column_internal, _IO_default_uflow_internal,
11864         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11865         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11866         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11867         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11868         _IO_file_close_it_internal, _IO_file_underflow_internal,
11869         _IO_file_overflow_internal, _IO_file_attach_internal,
11870         _IO_file_fopen_internal, _IO_file_sync_internal,
11871         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11872         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11873         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11874         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11875         _IO_seekpos_unlocked): Likewise.
11876         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11877         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11879 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11881         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11882         argument in xmalloc size computation.
11884 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11887         math_opt_barrier and math_force_eval macros.
11889 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11891         [BZ #3306]
11892         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11893         * sysdeps/i386/fpu/math_private.h: New file.
11894         * sysdeps/x86_64/fpu/math_private.h: New file.
11895         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11896         math_force_eval macros.  Use "+m" constraint on asm rather than
11897         "=m" and "m".
11898         * math/s_nextafter.c (__nextafter): Likewise.
11899         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11900         Likewise.
11901         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11902         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11903         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11904         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11905         math_opt_barrier and math_force_eval macros.
11906         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11907         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11908         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11909         (__nexttoward): Use math_opt_barrier and
11910         math_force_eval macros.  Use "+m" constraint on asm rather than
11911         "=m" and "m".  Only use asm to force double result if
11912         FLT_EVAL_METHOD is 2.
11913         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11914         (__nexttowardf): Use math_opt_barrier and
11915         math_force_eval macros.  Use "+m" constraint on asm rather than
11916         "=m" and "m".  Only use asm to force double result if
11917         FLT_EVAL_METHOD is not 0.
11918         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11919         (__nexttowardf): Use math_opt_barrier and
11920         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11921         x to float using asm.
11922         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11923         (__nldbl_nexttowardf): Use math_opt_barrier and
11924         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11925         x to float using asm.
11926         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11927         (__nexttowardf): Use math_opt_barrier and math_force_eval
11928         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11929         * math/bug-nextafter.c (zero, inf): New variables.
11930         (main): Add new tests.
11931         * math/bug-nexttoward.c (zero, inf): New variables.
11932         (main): Add new tests.
11934 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11936         [BZ #3427]
11937         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11938         exceptions both in SW and MXCSR.
11939         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11940         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11941         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11942         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11943         in MXCSR if SSE is available.
11944         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11945         and ldsodefs.h.
11946         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11947         Fix comment typo.
11948         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11949         Return 0 rather than 1.
11950         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11951         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11952         * math/test-fenv.c (feholdexcept_tests): New function.
11953         (main): Call it.
11955 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11957         [BZ #3427]
11958         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11959         in SW.
11961 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11963         [BZ #4344]
11964         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11965         Reported by David Anderson <davea42@earthlink.net>.
11967 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11969         * posix/sys/wait.h: Remove unnecessary forward declaration.
11971 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11973         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11974         with obj->do_servers after first_shoot.
11976 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11978         * posix/Makefile (routines): Add sched_cpucount.
11979         (tests): Add tst-cpucount.
11980         * posix/sched_cpucount.c: New file.
11981         * posix/tst-cpucount.c: New file.
11982         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11983         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11984         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11985         * posix/sched.h: Define CPU_COUNT.
11987 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11989         * posix/fnmatch.c (STRUCT): Define.
11990         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11991         * posix/fnmatch_loop.c (struct STRUCT): New type.
11992         (FCT): Add ends argument.  If ends != NULL and normal * is
11993         seen in the pattern, store current pattern and string pointers
11994         and return.  Adjust recursive calls.
11995         (EXT): Adjust FCT callers.
11996         (STRUCT): Undef at the end of the file.
11997         * posix/Makefile (tests): Add tst-fnmatch2.
11998         * posix/tst-fnmatch2.c: New test.
12000 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
12002         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
12003         and 1 on failure.
12005         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
12006         Change last argument to unsigned int.
12008 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
12010         * scripts/check-local-headers.sh: Filter out sys/capability.h.
12012 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
12014         * config.h.in (HAVE_LIBCAP): Add.
12015         * nscd/selinux.h: Include sys/capability.h rather than non-existent
12016         sys/capabilities.h.
12017         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
12018         free_caps.  Cast away const from 4th cap_set_flag argument.
12020 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
12022         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
12023         GLIBC_2.6.
12024         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
12025         Add sync_file_range.
12026         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
12028 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
12030         * sysdeps/powerpc/bits/atomic.h
12031         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
12032         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
12033         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
12034         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
12035         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
12036         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
12037         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
12038         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
12039         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
12040         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
12041         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
12042         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
12043         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
12044         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
12045         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
12046         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
12047         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
12048         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
12049         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
12050         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
12052 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
12054         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
12055         (__cache_line_size): Define the variable here.  Add
12056         attribute_hidden, remove weak_extern.
12057         (__libc_start_main): Set __cache_line_size
12058         unconditionally.
12059         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
12060         (__cache_line_size): Define the variable here.  Add
12061         attribute_hidden, remove weak_extern.
12062         (DL_PLATFORM_AUXV): Set __cache_line_size
12063         unconditionally.
12064         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
12065         weak_extern, add attribute_hidden.
12066         (__elf_machine_runtime_setup): Assume __cache_line_size is always
12067         defined in ld.so.
12068         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
12069         definition.
12070         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
12072 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
12074         [BZ #4276]
12075         * timezone/africa: Update from tzdata2007d.
12076         * timezone/asia: Likewise.
12077         * timezone/australasia: Likewise.
12078         * timezone/backward: Likewise.
12079         * timezone/europe: Likewise.
12080         * timezone/iso3166.tab: Likewise.
12081         * timezone/leapseconds: Likewise.
12082         * timezone/northamerica: Likewise.
12083         * timezone/southamerica: Likewise.
12084         * timezone/zone.tab: Likewise.
12086         * timezone/private.h: Update from tzcode2007d.
12087         * timezone/zdump.c: Likewise.
12088         * timezone/zic.c: Likewise.
12090 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
12092         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
12093         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
12094         variables.
12095         (nis_server_cache_search, nis_server_cache_add): New functions.
12096         (__nisfind_server): Use them.  Add dbp and flags argument, if
12097         call __nisbind_create.
12098         (__nisbind_create): Add server_used and current_ep arguments,
12099         only call __nis_findfastest if server_used is ~0.
12100         (__do_niscall2, __prepare_niscall): Adjust callers.
12101         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
12102         ckey_cache_euid, ckey_cache_lock): New variables.
12103         (get_ckey): New function.
12104         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
12105         __pmap_getnisport.  Save __pmap_getnisport result in
12106         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
12107         key.
12108         * nis/nis_lookup.c (nis_lookup): Likewise.
12109         * nis/nis_table.c (nis_list): Likewise.
12110         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
12111         prototypes.
12113         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
12114         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
12115         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
12116         _nss_nisplus_getservbyport_r): Likewise.
12117         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
12118         _nss_nisplus_getnetbyaddr_r): Likewise.
12119         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
12120         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
12121         _nss_nisplus_getntohost_r): Likewise.
12122         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
12123         _nss_nisplus_getrpcbynumber_r): Likewise.
12125 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
12127         * configure.in (libc_cv_gnu89_inline): Only do compile test.
12128         * configure: Rebuilt.
12130         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
12131         bit-fields.
12132         * soft-fp/extended.h (_FP_UNION_E): Likewise.
12134 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
12136         [BZ #2831]
12137         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
12138         bit-fields.
12140 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
12142         * nscd/gai.c: Include alloca.h.
12143         (__libc_use_alloca): Define.
12145 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
12147         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
12148         smaller scopes.
12149         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
12150         (DL_DST_REQUIRED): Adjust user.
12152         * include/dlfcn.h (struct link_map): New forward decl.
12154         * inet/getnameinfo.c: Include stddef.h.
12155         (getnameinfo): Use offsetof.
12157         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
12159         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
12161         * string/strerror_l.c: Include stdlib.h.
12163         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
12164         * config.make.in (gnu89-inline-CFLAGS): New variable.
12165         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
12166         -std=gnu99.
12167         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
12168         * argp/argp.h: Use it.
12169         * bits/mathinline.h: Likewise.
12170         * bits/sigset.h: Likewise.
12171         * bits/string.h: Likewise.
12172         * ctype/ctype.h: Likewise.
12173         * hurd/hurd.h: Likewise.
12174         * hurd/hurd/fd.h: Likewise.
12175         * hurd/hurd/port.h: Likewise.
12176         * hurd/hurd/signal.h: Likewise.
12177         * hurd/hurd/threadvar.h: Likewise.
12178         * hurd/hurd/userlink.h: Likewise.
12179         * io/sys/stat.h: Likewise.
12180         * libio/bits/stdio.h: Likewise.
12181         * libio/bits/stdio2.h: Likewise.
12182         * mach/lock-intern.h: Likewise.
12183         * mach/mach/mig_support.h: Likewise.
12184         * math/bits/cmathcalls.h: Likewise.
12185         * posix/bits/unistd.h: Likewise.
12186         * socket/bits/socket2.h: Likewise.
12187         * stdlib/bits/stdlib.h: Likewise.
12188         * stdlib/stdlib.h: Likewise.
12189         * string/argz.h: Likewise.
12190         * string/bits/string2.h: Likewise.
12191         * string/bits/string3.h: Likewise.
12192         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
12193         * sysdeps/generic/inttypes.h: Likewise.
12194         * sysdeps/generic/machine-lock.h: Likewise.
12195         * sysdeps/generic/machine-sp.h: Likewise.
12196         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
12197         * sysdeps/i386/i486/bits/string.h: Likewise.
12198         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
12199         * sysdeps/mach/alpha/machine-lock.h: Likewise.
12200         * sysdeps/mach/alpha/machine-sp.h: Likewise.
12201         * sysdeps/mach/i386/machine-lock.h: Likewise.
12202         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
12203         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
12204         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
12205         * sysdeps/s390/bits/string.h: Likewise.
12206         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
12207         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
12208         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
12209         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
12210         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12211         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
12212         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
12213         * wcsmbs/bits/wchar2.h: Likewise.
12214         * wcsmbs/wchar.h: Likewise.
12215         * stdlib/gmp.h: Likewise.  Include <features.h> to get
12216         __extern_inline definition.
12218 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
12220         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
12221         NULL.
12223         [BZ #3919]
12224         * math/libm-test.inc (log_test): Test -Inf and NaN.
12225         (log10_test, log1p_test, log2_test): Test -Inf.
12226         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
12227         FE_INVALID when argument is qNaN.
12228         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12229         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12230         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12231         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
12232         andb $1, %ah with testb $1, %ah, don't test for parity, instead
12233         testb $4, %ah and jump if non-zero.
12234         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12235         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
12237         [BZ #4101]
12238         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
12239         ancestors with the same depths.
12240         Patch by Niels Moeller <nisse@lysator.liu.se>.
12241         (filter_doc): Don't crash if argp is NULL.
12242         * argp/Makefile (tests): Add tst-argp2.
12243         * argp/tst-argp2.c: New test.
12245         [BZ #4130]
12246         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
12247         open_not_cancel_2.
12248         (updwtmp_file): Likewise.
12250         [BZ #4181]
12251         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
12252         (inet6_opt_append): Don't check extlen is big enough if extbuf
12253         is NULL.
12254         (inet6_opt_finish): Likewise.
12255         * inet/Makefile (tests): Add test-inet6_opt.
12256         * inet/test-inet6_opt.c: New test.
12258         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
12259         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
12260         NLMSG_ERR.  Instead use a page sized buffer.
12261         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
12262         buffer.
12264 2007-03-14  Richard Henderson  <rth@redhat.com>
12266         * sysdeps/alpha/fpu/s_llround.c: New file.
12267         * sysdeps/alpha/fpu/s_llroundf.c: New file.
12268         * sysdeps/alpha/fpu/s_lround.c: New file.
12269         * sysdeps/alpha/fpu/s_lroundf.c: New file.
12270         * sysdeps/alpha/fpu/s_round.c: New file.
12271         * sysdeps/alpha/fpu/s_roundf.c: New file.
12272         * sysdeps/alpha/fpu/s_trunc.c: New file.
12273         * sysdeps/alpha/fpu/s_truncf.c: New file.
12275         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
12276         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
12277         * sysdeps/alpha/fpu/s_floor.c: Likewise.
12278         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
12279         * sysdeps/alpha/fpu/s_rint.c: Likewise.
12280         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
12282         * sysdeps/alpha/fpu/s_fmax.S: New file.
12283         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
12284         * sysdeps/alpha/fpu/s_fmin.S: New file.
12285         * sysdeps/alpha/fpu/s_fminf.S: New file.
12286         * sysdeps/alpha/fpu/s_isnan.c: New file.
12287         * sysdeps/alpha/fpu/s_isnanf.c: New file.
12288         * sysdeps/alpha/fpu/s_llrint.c: New file.
12289         * sysdeps/alpha/fpu/s_llrintf.c: New file.
12290         * sysdeps/alpha/fpu/s_lrint.c: New file.
12291         * sysdeps/alpha/fpu/s_lrintf.c: New file.
12292         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
12293         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
12295         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
12296         (__fdimf, fdimf, __fdim, fdim): Remove.
12297         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
12298         (__isnanf, __isnan, __isnanl): New.
12300 2007-03-13  Richard Henderson  <rth@redhat.com>
12302         * sysdeps/ieee754/ldbl-128/Makefile: New file.
12304 2007-03-13  Richard Henderson  <rth@redhat.com>
12306         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
12307         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
12308         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
12309         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
12310         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
12311         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
12313 2007-03-13  Richard Henderson  <rth@redhat.com>
12315         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
12316         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
12317         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
12318         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
12319         Move to dl-auxv.h; initialize instead of extern weak.
12320         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
12321         weak symbol.
12322         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
12323         Extern instead of initialized.
12325 2007-03-13  Richard Henderson  <rth@redhat.com>
12327         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
12328         __sigsuspend_nocancel.
12330 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
12332         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
12333         172.16/12 address range.
12335 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
12337         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
12338         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
12339         message.
12341 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
12343         [BZ #4069]
12344         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
12345         earlier.
12346         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
12348         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
12349         for x qNaN and y either +-inf or non-integer value.
12350         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
12351         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12352         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
12354 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
12356         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
12357         from sysdep_headers.
12359 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
12361         * time/tzfile.c (find_transition): Instead of a linear search try to
12362         guess the transition index, use a linear search if the result is at
12363         most 10 transitions away from the guess or binary search otherwise.
12365 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
12367         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
12368         memory reallocation.
12370 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
12372         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
12373         and fix some typos.
12374         Optimize use of TOLOWER.
12376         [BZ #3325]
12377         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
12378         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
12379         * sysdeps/i386/fpu/e_fmod.S: Likewise.
12381         [BZ #3458]
12382         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
12383         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
12385         [BZ #4076]
12386         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
12387         (open_dir_stream): Likewise.
12388         * io/Makefile (tests): Add bug-ftw5.
12389         * io/bug-ftw5.c: New file.
12391         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
12392         * nscd/servicescache.c (cache_addserv): Likewise.
12394         * nscd/grpcache.c (cache_addgr): In case a record changed on
12395         refresh, adjust key_copy.
12397         [BZ #4074]
12398         * nscd/pwdcache.c (cache_addpw): In case a record changed on
12399         refresh, adjust key_copy.
12401         [BZ #4070]
12402         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
12403         special cases.
12404         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
12406 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
12408         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
12409         optimization.
12411         * stdio-common/vfscanf.c: Small cleanups throughout.
12413 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
12415         [BZ #3325]
12416         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
12417         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
12418         * sysdeps/i386/fpu/e_fmod.S: Likewise.
12419         Patch by Jared Casper <jaredcasper@gmail.com>.
12421         * sysdeps/unix/closedir.c: Outside libc don't use locking.
12422         * sysdeps/unix/opendir.c: Likewise.
12423         * sysdeps/unix/readdir.c: Likewise.
12425         [BZ #2211]
12426         * stdio-common/vfscanf.c: Handle localized digits etc for floating
12427         point numbers.
12428         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
12430         * stdio-common/vfscanf.c: Fix problems in width accounting.
12431         * stdio-common/tst-sscanf.c (double_tests): New tests.
12432         (main): Hook them up.
12434         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
12435         More simplifications of floating-point reader.
12437         * stdio-common/Makefile (tests): Add tst-swscanf.
12438         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
12439         testing.
12440         * stdio-common/tst-swscanf.c: New file.
12442 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
12444         [BZ #2633]
12445         * libio/stdio.h: Define struct _IO_FILE in global namespace.
12446         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
12447         Remove using for __jmp_buf_tag.
12448         * locale/locale.h (struct lconv): Also define in std namespace.
12449         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
12451         [BZ #3842]
12452         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
12453         using __libc_enable_secure.
12455         [BZ #3818]
12456         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
12458         [BZ #3745]
12459         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
12460         of names for ellipsises.
12462         [BZ #3348]
12463         * malloc/memusage.sh: Cleanups.
12464         * debug/xtrace.sh: Quoting and trap changes.
12466 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
12468         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
12470         * locale/iso-3166.def: Update entry for Serbia.
12471         * locale/iso-4217.def: Define RSD, remove CSD.
12473         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
12474         and 64-bit operations.
12476         [BZ #4040]
12477         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
12478         16-bit operations.
12480         * nscd/nscd.c (parse_opt): One more conversion to use send instead
12481         of writev.
12483 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
12485         [BZ #3991]
12486         * assert/assert.h (assert): Simplify.
12487         (assert_perror): Likewise.
12488         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
12490         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
12491         reqdata.
12493         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
12494         change: don't pass NULL in place of an integer.
12496 2007-02-02  Bruno Haible  <bruno@clisp.org>
12498         [BZ #3954]
12499         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
12500         Add mapping for U+327E.
12501         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
12502         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12503         mapping of 0xD9 0xE8.
12504         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
12505         mapping of U+327E.
12506         Reported by Jungshik Shin <jungshik@google.com>.
12508         [BZ #3955]
12509         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12510         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
12511         Reported by Jungshik Shin <jungshik@google.com>.
12513 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
12515         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
12516         byte variants.
12518         [BZ #4040]
12519         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
12520         byte variants.  Patch mostly be tom@tommay.net.
12522 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12524         [BZ #3996]
12525         * posix/glob.c (attribute_hidden): Define if not defined.
12526         (glob): Unescape dirname, filename or username when needed and not
12527         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12528         is NULL.  Handle unescaped [ in pattern without closing ].
12529         Don't pass GLOB_CHECK down to recursive glob for directories.
12530         (__glob_pattern_type): New function.
12531         (__glob_pattern_p): Implement using __glob_pattern_type.
12532         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12533         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12534         Remove unreachable code.
12535         * posix/globtest.sh: Add a couple of new tests.
12537 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
12539         * po/ru.po: Update from translation team.
12541 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
12543         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
12544         to the list of i486+ CPUs.
12545         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12547 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
12549         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
12550         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
12551         references.
12553 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12555         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12557         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12558         * resolv/res_mkquery.c: Define __res_nopt.
12559         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12560         try adding EDNS0 record.
12561         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12562         EDNS0 record was send make sure we don't try it again.
12563         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12564         * include/resolv.h: Declare __res_nopt.
12566 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12568         [BZ #3944]
12569         * time/strptime_l.c (__strptime_internal): Set have_mon for
12570         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12571         have been computed from tm_yday and tm_year.  Don't crash
12572         in day_of_the_week or day_of_the_year if not have_mon
12573         and tm_mon contains bogus value.
12574         * time/Makefile (tests): Add tst-strptime3.
12575         * time/tst-strptime3.c: New test.
12577 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12579         [BZ #3957]
12580         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12581         bit for RE_HAT_LISTS_NOT_NEWLINE.
12582         (build_charclass_op): Remove bogus comment.
12583         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12584         * posix/bug-regex27.c: New test.
12585         * posix/bug-regex28.c: New test.
12587 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12589         * po/sv.po: Update from translation team.
12591 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12593         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12595 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12597         * include/locale.h (__uselocale): Add libc_hidden_proto.
12598         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12600         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12601         gettimeofday.
12603 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12605         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12606         returning.
12607         (PTR_DEMANGLE): Real definition now that it's not the same as
12608         PRT_MANGLE anymore.
12609         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12611         * string/strerror_l.c: New file.
12612         * string/Makefile (routines): Add strerror_l.
12613         * string/string.h: Declare strerror_l.
12614         * string/Versions: Export strerror_l for GLIBC_2.6.
12616 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12618         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12619         as parameter.  Construct request record.  Try sending request
12620         before the first poll use, it usually succeeds.  Adjust all
12621         callers.
12622         * nscd/nscd-client.h: Define MAXKEYLEN.
12623         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12625 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12627         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12628         from return value.
12629         * nscd/nscd_helper.c: Include string.h.
12630         (__nscd_cache_search): Remove const qualifier from return value.
12631         On strict alignment architectures check hash entry and data head
12632         alignment.
12633         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12634         mmapped data during GC cycle contains garbage.  If
12635         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12636         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12637         dropped to 0.
12638         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12639         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12640         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12641         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12642         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12644 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12646         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12648 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12650         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12651         names not numbers in cfi_*.
12653 2007-01-26  Andreas Jaeger  <aj@suse.de>
12655         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12656         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12657         Correct values of PER_HPUX and PER_OSF4.
12659 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12661         * elf/dl-minimal.c: Undefine _itoa first.
12662         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12663         * malloc/mtrace.c: Revert last change.
12664         * posix/wordexp.c: Likewise.
12666 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12668         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12669         and __geode__ to the list of i486+ CPUs.
12670         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12672 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12674         * stdio-common/_itoa.c: Include <limits.h>.
12675         * stdio-common/_itowa.c: Likewise.
12677 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12679         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12680         platforms.
12681         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12682         64-bit platforms.
12683         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12684         possible.
12685         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12686         if possible.
12688         [BZ #3902]
12689         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12690         * stdio-common/Makefile (tests): Add bug17.
12691         * stdio-common/bug17.c: New file.
12693 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12695         * iconvdata/brf.c: New file.
12696         * iconvdata/testdata/BRF: New file.
12697         * iconvdata/testdata/BRF..UTF8: New file.
12698         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12699         * iconvdata/Makefile: Add rules to build BRF.
12700         * iconvdata/TESTS: Add BRF entry.
12701         * iconvdata/gconv-modules: Likewise.
12702         * iconvdata/tst-tables.sh: Likewise.
12704 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12706         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12707         type `long long int', not `long int'.
12708         (wcstoq): Likewise.
12710 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12712         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12713         of values on 64-bit platforms which are too large.
12715 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12716             Joe Kerian  <jkerian@us.us.ibm.com>
12718         [BZ #2749]
12719         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12720         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12721         (__copysignl): Use signbit() for comparison.
12722         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12723         SET_LDOUBLE_WORDS64.
12725         [BZ #2423, #2749]
12726         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12727         (__ceill): Remove calls to fegetround(), fesetround().
12728         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12729         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12730         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12732 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12734         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12736         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12738 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12740         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12741         demangle pointer.
12742         * csu/libc-start.c: Likewise.
12744 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12746         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12747         really work anyway.
12749 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12751         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12752         users.
12753         (handle_request): Remove unnecessary tests.
12755         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12757 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12759         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12760         workbits in semi-raw fraction.
12762         * math/test-misc.c: Add new tests.
12764 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12766         * math/basic-test.c: Include test-skeleton.c.
12767         (TEST_TRUNC): Define.
12768         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12769         (main): Rename to ...
12770         (do_test): ...this.  Run new tests.
12771         (TEST_FUNCTION): Define.
12773 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12774             Joe Kerian  <jkerian@us.us.ibm.com>
12776         [BZ #2749]
12777         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12778         handling for high words.
12779         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12780         and overflow for infinity.
12782 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12784         * nscd/connections.c (handle_request): Add a __builtin_expect.
12786         * nscd/connections.c (serv2db): Change type into structure which
12787         also says whether this is a request for data.  Renamed to
12788         servinfo.  All users changed.
12789         (handle_request): Much simpler test whether we should search the cache.
12791         * nscd/connections.c (handle_request): Fix thinko in selinux test
12792         invocation.
12794         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12795         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12796         it before getting dl_load_lock and then relock.
12797         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12798         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12799         case we unlocked the scope.
12800         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12801         _dl_lookup_symbol_x in case we locked the scope.
12802         (_dl_profile_fixup): Likewise.
12803         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12804         set DL_LOOKUP_SCOPE_LOCK.
12806 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12808         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12809         CFLAGS-getsrvbynpt_r.c.
12810         * nscd/getsrvbynm_r.c: New file.
12811         * nscd/getsrvbypt_r.c: New file.
12812         * nscd/nscd_getserv_r.c: New file.
12813         * nscd/servicescache.c: New file.
12814         * nscd/Makefile (routines): Add nscd_getserv_r.
12815         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12816         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12817         CFLAGS-getsrvbypt_r.c.
12818         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12819         table.  Add entries for services database.
12820         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12821         services database.
12822         (dbs): Add .reset_res and servdb initialization.
12823         (serv2db): Add entries for services database.
12824         (verify_persistent_db): Accept dbnr == servdb.
12825         (invalidate_cache): Rewrite database name recognition to use a table.
12826         Call res_init() if .reset_res is set for database.
12827         (handle_request): Add code to handle services database.
12828         * nscd/gai.c: Don't define __getservbyname_r.
12829         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12830         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12831         (serv_response_header): Define.
12832         (struct datahead): Add serv_response_header member.
12833         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12834         using table.
12835         * nscd/nscd.conf: Add entries for services database.
12836         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12837         Declare serv_iov_disabled.
12838         Declare addservbyname, readdservbyname, addservbyport, and
12839         readdservbyport.
12840         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12841         (find_db): Fix error message.
12842         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12843         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12844         * nscd/selinux.c (perms): Add entries for services database.
12845         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12846         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12848         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12849         * nscd/hstcache.c: Likewise.
12850         * nscd/pwdcache.c: Likewise.
12852         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12853         computation of keylen.
12855         * include/string.h: Only redefine strndupa if this is really for
12856         libc code.
12858 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12860         * nscd/nscd_gethst_r.c: Minor cleanups.
12862         * nscd/connections.c (handle_request): Check selinux permissions
12863         for all non-admin commands.
12865         * sysdeps/i386/i486/bits/atomic.h: Define
12866         atomic_compare_and_exchange_val_acq,
12867         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12868         using __sync_* built-ins for gcc >= 4.1.
12869         * sysdeps/x86_64/bits/atomic.h: Likewise.
12871         [BZ #3840]
12872         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12873         and .oS.d files.
12875 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12877         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12878         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12879         (do_test): Check errno and exit(0) if ENOSYS.
12881 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12883         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12884         thousands separators.
12885         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12886         * stdlib/tst-strtod4.c: New test.
12888         [BZ #3855]
12889         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12890         hexadecimal digit should accept just the initial 0.
12891         * stdlib/tst-strtod2.c (tests): New variable.
12892         (do_test): Run several tests rather than just one.
12894 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12896         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12897         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12899 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12901         * io/fts.c: Make sure fts_cur is always valid after return from
12902         fts_read.
12903         Patch by Miloslav Trmac <mitr@redhat.com>.
12905 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12907         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12908         (R_MIPS_NUM): Bump by 1.
12910 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12912         * posix/execvp.c: Include alloca.h.
12913         (allocate_scripts_argv): Renamed to...
12914         (scripts_argv): ... this.  Don't allocate buffer here nor count
12915         arguments.
12916         (execvp): Use alloca if possible.
12917         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12918         * posix/tst-vfork3.c: New test.
12920 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12922         * string/Makefile (tst-strxfrm2-ENV): Define.
12923         * stdlib/Makefile (tst-strtod3-ENV): Define.
12925 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12927         * posix/getconf.c: Update copyright year.
12928         * nss/getent.c: Likewise.
12929         * iconv/iconvconfig.c: Likewise.
12930         * iconv/iconv_prog.c: Likewise.
12931         * elf/ldconfig.c: Likewise.
12932         * catgets/gencat.c: Likewise.
12933         * csu/version.c: Likewise.
12934         * elf/ldd.bash.in: Likewise.
12935         * elf/sprof.c (print_version): Likewise.
12936         * locale/programs/locale.c: Likewise.
12937         * locale/programs/localedef.c: Likewise.
12938         * nscd/nscd.c (print_version): Likewise.
12939         * debug/xtrace.sh: Likewise.
12940         * malloc/memusage.sh: Likewise.
12941         * malloc/mtrace.pl: Likewise.
12942         * debug/catchsegv.sh: Likewise.
12944 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12946         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12947         attempts.
12949 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12951         * posix/wordexp.c: Remove some unnecessary tests.
12953 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12955         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12956         blacklist the group till after we look it up.
12958 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12960         * include/atomic.h (atomic_forced_read): New macro.
12962 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12964         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12966 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12968         * nss/getXXbyYY_r.c: Include atomic.h.
12969         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12970         add atomic_write_barrier () in between.
12972         * stdlib/Makefile (tests): Add tst-makecontext.
12973         * stdlib/tst-makecontext.c: New test.
12975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12976         (__makecontext): Don't realign uc_mcontext.uc_regs.
12978 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12980         * elf/dl-support.c: Include dl-procinfo.h.
12981         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12982         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12983         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12984         Define.
12985         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12986         hardcoded constants.
12987         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12988         PPC_PLATFORM_* macros for array designators.
12990 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12992         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12993         names to the beginning.
12994         (_dl_powerpc_platforms): Add "power6x".
12995         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12996         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12997         (_DL_PLATFORMS_COUNT): Increase.
12998         (_dl_string_platform): Handle power6x case.
12999         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
13000         PPC_FEATURE_POWER6_EXT): Define.
13001         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
13003 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
13005         [BZ #3747]
13006         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
13007         [-2^31 .. 2^31) range.
13008         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
13009         targets.
13010         * stdlib/tst-rand48-2.c: New test.
13011         * stdlib/Makefile (tests): Add tst-rand48-2.
13013 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
13015         * misc/tst-pselect.c (do_test): Fix sigblock argument.
13017 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
13019         * misc/tst-pselect.c (do_test): Make sure the helper process is
13020         terminating when the test is aborted.
13022 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
13024         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
13025         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13026         Handle relatime mount option.
13028         [BZ #2337]
13029         * libio/Makefile (tests): Add tst-setvbuf1.
13030         * libio/tst-setvbuf1.c: New file.
13032 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
13034         [BZ #2337]
13035         * libio/genops.c (__uflow): Fix a typo.
13036         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
13037         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
13038         the narrow buffer size.
13040 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
13042         [BZ #2337]
13043         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
13044         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
13045         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
13046         in _flags.
13047         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
13048         _IO_wstr_finish): Likewise.
13049         * libio/wmemstream.c (open_wmemstream): Likewise.
13050         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
13051         even for wide streams.
13053 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
13055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
13056         kernel-features.h.
13058 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
13060         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
13061         separators also if no non-zero digits found.
13062         * stdlib/Makefile (tests): Add tst-strtod3.
13064 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
13066         [BZ #3632]
13067         * include/features.h: Fix comment about default value for
13068         _POSIX_C_SOURCE.
13070         [BZ #3664]
13071         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
13072         empty parsed strings.
13073         * stdlib/Makefile (tests): Add tst-strtod2.
13074         * stdlib/tst-strtod2.c: New file.
13076         [BZ #3673]
13077         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
13078         computation.
13079         * stdlib/Makefile (tests): Add tst-atof2.
13080         * stdlib/tst-atof2.c: New file.
13082         [BZ #3674]
13083         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
13084         correctly if removing trailing zero of hex-float.
13085         * stdlib/Makefile (tests): Add tst-atof1.
13086         * stdlib/tst-atof1.c: New file.
13088 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
13090         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
13091         Start searching for next comma at p rather than rest.
13092         * misc/Makefile (tests): Add tst-mntent2.
13093         * misc/tst-mntent2.c: New test.
13095         * misc/getusershell.c (initshells): Check for integer overflows.
13096         Make strings buffer one bigger as fgets always succeeds when second
13097         argument is 1.  Don't use calloc for shells array.  Disallow
13098         / as shell.
13100 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
13102         * malloc/memusage.c: Handle realloc with new size of zero and
13103         non-NULL pointer correctly.
13104         (me): Really write first record twice.
13105         (struct entry): Make format bi-arch safe.
13106         (dest): Write out more realloc statistics.
13107         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
13109 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
13111         * nis/nis_subr.c (nis_getnames): Revert last change.
13113 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
13115         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
13116         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
13117         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
13118         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
13119         ENOTTY.
13120         * io/Makefile: Add rules to build and run tst-ttyname_r test.
13121         * io/tst-ttyname_r.c: New test.
13123 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13125         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
13127 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
13129         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
13130         jump table entries.
13132 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
13134         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
13135         `clone' function to ensure proper unwinding stop of gdb.
13136         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
13138 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
13140         * nscd/nscd.init: Remove obsolete and commented-out -S option
13141         handling.
13143 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
13145         [BZ #3514]
13146         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
13148         [BZ #3515]
13149         * manual/string.texi (strtok): Remove duplicate paragraph.
13151 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
13153         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
13154         libgcc not supporting `rflags' unwinding (register # >= 17).
13156 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
13158         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
13159         succeeded.
13161 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
13162             Jakub Jelinek  <jakub@redhat.com>
13163             Jan Kratochvil  <jan.kratochvil@redhat.com>
13165         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
13166         unwind information.
13167         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
13168         'restore_rt' even in the 'signal' directory.
13169         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
13171 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
13173         [BZ #3559]
13174         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
13175         malloc crashed.  Don't allocate memory unnecessarily in each
13176         loop.
13178 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
13180         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
13182 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
13184         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
13186 2006-11-18  Bruno Haible  <bruno@clisp.org>
13188         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
13189         __sysconf only after having tried to call getgroups32.
13191 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
13193         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
13194         addresses for IPv4 queries if they can be mapped.
13196 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
13198         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
13199         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
13200         (signmask): Add .size directive.
13201         (othermask): Add .type directive.
13203 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
13205         * po/nl.po: Update from translation team.
13207         * timezone/zdump.c: Redo fix for BZ #3137.
13209 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
13211         * nss/nss_files/files-alias.c (get_next_alias): Set line back
13212         to first_unused after parsing :include: file.
13214 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
13216         * timezone/africa: Update from tzdata2006o.
13217         * timezone/antarctica: Likewise.
13218         * timezone/asia: Likewise.
13219         * timezone/australasia: Likewise.
13220         * timezone/backward: Likewise.
13221         * timezone/europe: Likewise.
13222         * timezone/iso3166.tab: Likewise.
13223         * timezone/northamerica: Likewise.
13224         * timezone/southamerica: Likewise.
13225         * timezone/zone.tab: Likewise.
13227         * time/tzfile.c (__tzfile_read): Extend to handle new file format
13228         on machines with 64-bit time_t.
13230         * timezone/checktab.awk: Update from tzcode2006o.
13231         * timezone/ialloc.c: Likewise.
13232         * timezone/private.h: Likewise.
13233         * timezone/scheck.c: Likewise.
13234         * timezone/tzfile.h: Likewise.
13235         * timezone/tzselect.ksh: Likewise.
13236         * timezone/zdump.c: Likewise.
13237         * timezone/zic.c: Likewise.
13239         [BZ #3483]
13240         * elf/ldconfig.c (main): Call setlocale and textdomain.
13241         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
13243         [BZ #3480]
13244         * manual/argp.texi: Fix typos.
13245         * manual/charset.texi: Likewise.
13246         * manual/errno.texi: Likewise.
13247         * manual/filesys.texi: Likewise.
13248         * manual/lang.texi: Likewise.
13249         * manual/maint.texi: Likewise.
13250         * manual/memory.texi: Likewise.
13251         * manual/message.texi: Likewise.
13252         * manual/resource.texi: Likewise.
13253         * manual/search.texi: Likewise.
13254         * manual/signal.texi: Likewise.
13255         * manual/startup.texi: Likewise.
13256         * manual/stdio.texi: Likewise.
13257         * manual/sysinfo.texi: Likewise.
13258         * manual/syslog.texi: Likewise.
13259         * manual/time.texi: Likewise.
13260         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13262         [BZ #3465]
13263         * sunrpc/clnt_raw.c: Minimal message improvements.
13264         * sunrpc/pm_getmaps.c: Likewise.
13265         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
13266         * nis/nis_print_group_entry.c: Likewise.
13267         * locale/programs/repertoire.c: Likewise.
13268         * locale/programs/charmap.c: Likewise.
13269         * malloc/memusage.sh: Likewise.
13270         * elf/dl-deps.c: Likewise.
13271         * locale/programs/ld-collate.c: Likewise.
13272         * libio/vswprintf.c: Likewise.
13273         * malloc/memusagestat.c: Likewise.
13274         * sunrpc/auth_unix.c: Likewise.
13275         * sunrpc/rpc_main.c: Likewise.
13276         * nscd/cache.c: Likewise.
13277         * locale/programs/repertoire.c: Unify output messages.
13278         * locale/programs/charmap.c: Likewise.
13279         * locale/programs/ld-ctype.c: Likewise.
13280         * locale/programs/ld-monetary.c: Likewise.
13281         * locale/programs/ld-numeric.c: Likewise.
13282         * locale/programs/ld-time.c: Likewise.
13283         * elf/ldconfig.c: Likewise.
13284         * nscd/selinux.c: Likewise.
13285         * elf/cache.c: Likewise.
13286         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
13288         [BZ #3451]
13289         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
13290         change atomic.
13291         (ceil): Likewise.
13293 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
13295         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
13296         if N is one bigger than return value.
13297         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
13298         and l1 last arguments, if buf is defined, verify the return value
13299         equals to strlen (buf) and verify no byte beyond passed length
13300         is modified.
13302 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
13304         * po/sv.po: Update from translation team.
13306 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
13308         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
13309         noinline attribute.
13311 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
13313         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
13314         noinline attribute.
13316         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
13317         Use __new_sys_siglist instead of _sys_siglist_internal as
13318         second macro argument.
13319         (_old_sys_siglist): Use declare_symbol_alias macro instead of
13320         strong_alias.
13322 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
13324         [BZ #3493]
13325         * posix/unistd.h (sysconf): Remove const attribute.
13327         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
13328         temporary or deprecated addresses.
13329         Patch by Sridhar Samudrala <sri@us.ibm.com>.
13331         * string/Makefile (tests): Add tst-strxfrm2.
13332         * string/tst-strxfrm2.c: New file.
13334 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
13336         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
13337         rather than r->r_brk.
13339 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
13341         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
13342         optimization even if needed > n.
13344         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
13345         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
13346         return false, otherwise return true.
13347         (cache_rpath): Return decompose_rpath return value.
13349 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
13351         * include/libc-symbols.h (declare_symbol): Rename to...
13352         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
13353         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
13354         .size directive.
13355         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
13356         changes.
13357         * sysdeps/gnu/siglist.c: Likewise.
13359 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
13361         * sysdeps/powerpc/fpu/bits/mathinline.h
13362         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
13363         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
13365 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
13367         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
13368         Update handling of cache descriptor 0x49 for new models.
13369         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
13370         Likewise.
13372 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
13374         * malloc/memusage.c (dest): Reset not_me back to false after
13375         printing statistics.
13377 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
13379         * configure.in: Work around ld --help change and avoid -z relro
13380         test completely if the architecture doesn't care about security.
13382 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
13384         * po/sv.po: Update from translation team.
13386 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
13388         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
13389         generate compatibility version.
13391 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
13393         * configure.in: Relax -z relro requirement a bit.
13395         * po/sv.po: Update from translation team.
13397 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
13399         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
13400         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
13401         * elf/dl-close.c (_dl_close_worker): Likewise.
13402         * elf/dl-open.c (_dl_open_worker): Likewise.
13403         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
13405 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
13407         * configure.in: Require assembler support for visibility, compiler
13408         support for visibility and aliases, linker support for various -z
13409         options.
13410         * Makeconfig: Remove conditional code which now is unnecessary.
13411         * config.h.in: Likewise.
13412         * config.make.in: Likewise.
13413         * dlfcn/Makefile: Likewise.
13414         * elf/Makefile: Likewise.
13415         * elf/dl-load.c: Likewise.
13416         * elf/rtld.c: Likewise.
13417         * include/libc-symbols.h: Likewise.
13418         * include/stdio.h: Likewise.
13419         * io/Makefile: Likewise.
13420         * io/fstat.c: Likewise.
13421         * io/fstat64.c: Likewise.
13422         * io/fstatat.c: Likewise.
13423         * io/fstatat64.c: Likewise.
13424         * io/lstat.c: Likewise.
13425         * io/lstat64.c: Likewise.
13426         * io/mknod.c: Likewise.
13427         * io/mknodat.c: Likewise.
13428         * io/stat.c: Likewise.
13429         * io/stat64.c: Likewise.
13430         * libio/stdio.c: Likewise.
13431         * nscd/Makefile: Likewise.
13432         * stdlib/Makefile: Likewise.
13433         * stdlib/atexit.c: Likewise.
13434         * sysdeps/generic/ldsodefs.h: Likewise.
13435         * sysdeps/i386/dl-machine.h: Likewise.
13436         * sysdeps/i386/sysdep.h: Likewise.
13437         * sysdeps/i386/i686/memcmp.S: Likewise.
13438         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13439         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13440         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13442         * Makerules: USE_TLS support is now default.
13443         * tls.make.c: Likewise.
13444         * csu/Versions: Likewise.
13445         * csu/libc-start.c: Likewise.
13446         * csu/libc-tls.c: Likewise.
13447         * csu/version.c: Likewise.
13448         * dlfcn/dlinfo.c: Likewise.
13449         * elf/dl-addr.c: Likewise.
13450         * elf/dl-cache.c: Likewise.
13451         * elf/dl-close.c: Likewise.
13452         * elf/dl-iteratephdr.c: Likewise.
13453         * elf/dl-load.c: Likewise.
13454         * elf/dl-lookup.c: Likewise.
13455         * elf/dl-object.c: Likewise.
13456         * elf/dl-open.c: Likewise.
13457         * elf/dl-reloc.c: Likewise.
13458         * elf/dl-support.c: Likewise.
13459         * elf/dl-sym.c: Likewise.
13460         * elf/dl-sysdep.c: Likewise.
13461         * elf/dl-tls.c: Likewise.
13462         * elf/ldconfig.c: Likewise.
13463         * elf/rtld.c: Likewise.
13464         * elf/tst-tls-dlinfo.c: Likewise.
13465         * elf/tst-tls1.c: Likewise.
13466         * elf/tst-tls10.h: Likewise.
13467         * elf/tst-tls14.c: Likewise.
13468         * elf/tst-tls2.c: Likewise.
13469         * elf/tst-tls3.c: Likewise.
13470         * elf/tst-tls4.c: Likewise.
13471         * elf/tst-tls5.c: Likewise.
13472         * elf/tst-tls6.c: Likewise.
13473         * elf/tst-tls7.c: Likewise.
13474         * elf/tst-tls8.c: Likewise.
13475         * elf/tst-tls9.c: Likewise.
13476         * elf/tst-tlsmod1.c: Likewise.
13477         * elf/tst-tlsmod13.c: Likewise.
13478         * elf/tst-tlsmod13a.c: Likewise.
13479         * elf/tst-tlsmod14a.c: Likewise.
13480         * elf/tst-tlsmod2.c: Likewise.
13481         * elf/tst-tlsmod3.c: Likewise.
13482         * elf/tst-tlsmod4.c: Likewise.
13483         * elf/tst-tlsmod5.c: Likewise.
13484         * elf/tst-tlsmod6.c: Likewise.
13485         * include/errno.h: Likewise.
13486         * include/link.h: Likewise.
13487         * include/tls.h: Likewise.
13488         * locale/global-locale.c: Likewise.
13489         * locale/localeinfo.h: Likewise.
13490         * malloc/arena.c: Likewise.
13491         * malloc/hooks.c: Likewise.
13492         * malloc/malloc.c: Likewise.
13493         * resolv/Versions: Likewise.
13494         * sysdeps/alpha/dl-machine.h: Likewise.
13495         * sysdeps/alpha/libc-tls.c: Likewise.
13496         * sysdeps/generic/ldsodefs.h: Likewise.
13497         * sysdeps/generic/tls.h: Likewise.
13498         * sysdeps/i386/dl-machine.h: Likewise.
13499         * sysdeps/ia64/dl-machine.h: Likewise.
13500         * sysdeps/ia64/libc-tls.c: Likewise.
13501         * sysdeps/mach/hurd/fork.c: Likewise.
13502         * sysdeps/mach/hurd/i386/tls.h: Likewise.
13503         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
13504         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13505         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13506         * sysdeps/s390/libc-tls.c: Likewise.
13507         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13508         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13509         * sysdeps/sh/dl-machine.h: Likewise.
13510         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13511         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13512         * sysdeps/x86_64/dl-machine.h: Likewise.
13514         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
13515         split out locking and parameter checking.
13516         (_dl_close): Call _dl_close_worker after locking and checking.
13517         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
13518         _dl_close.
13519         * elf/Makefile: Add rules to build and run tst-thrlock.
13520         * elf/tst-thrlock.c:  New file.
13522         [BZ #3426]
13523         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
13524         reality.
13526         [BZ #3429]
13527         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
13528         we are sure we do not need it anymore for _dl_close.  Also move
13529         the asserts inside the lock region.
13530         Patch mostly by Suzuki <suzuki@in.ibm.com>.
13532 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
13534         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
13535         argument.
13536         (_dl_lookup_symbol_x): Adjust caller.
13538         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
13539         _ns_global_scope.
13540         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
13542         * elf/dl-libc.c: Revert l_scope name changes.
13543         * elf/dl-load.c: Likewise.
13544         * elf/dl-object.c: Likewise.
13545         * elf/rtld.c: Likewise.
13546         * elf/dl-close.c (_dl_close): Likewise.
13547         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
13548         always use __rtld_mrlock_{change,done}.  Always free old scope list
13549         here if not l_scope_mem.
13550         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
13551         change.  Never free scope list here.  Just __rtld_mrlock_lock before
13552         the lookup and __rtld_mrlock_unlock it after the lookup.
13553         * elf/dl-sym.c: Likewise.
13554         * include/link.h (struct r_scoperec): Remove.
13555         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13556         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13558 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13560         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13562 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13564         * configure.in: Disable building profile libraries by default.
13566 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13568         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13569         as signed longs, check for x_base + pos overflow.
13570         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13571         * sunrpc/tst-xdrmem2.c: New test.
13573 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13575         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13576         _dl_lookup_symbol_x code.
13578 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13580         * elf/dl-runtime.c: Include sysdep-cancel.h.
13581         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13582         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13583         instead of catomic_* macros.
13584         * elf/dl-sym.c: Include sysdep-cancel.h.
13585         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13586         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13587         * elf/dl-close.c: Include sysdep-cancel.h.
13588         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13589         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13590         * elf/dl-open.c: Include sysdep-cancel.h.
13591         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13592         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13594 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13596         [BZ #3313]
13597         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13598         fastbin rather than end of fastbin array.
13600 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13602         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13603         body macro.
13604         * sysdeps/x86_64/bits/atomic.h
13605         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13606         (catomic_decrement): Use correct body macro.
13608 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13610         * include/atomic.h: Add a unique prefix to all local variables
13611         in macros.
13612         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13614 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13616         [BZ #3369]
13617         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13618         and 7.
13620 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13622         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13624 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13626         [BZ #3313]
13627         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13628         determine highest fast bin to consolidate, always look into all of
13629         them.
13630         (do_check_malloc_state): Only require for empty bins for large
13631         sizes in main arena.
13633         * libio/stdio.h: Add more __wur attributes.
13635         * elf/dl-minimal.c (realloc): Optimize last patch.
13637 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13639         [BZ #3352]
13640         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13641         and use memcpy() if it does.
13643 2006-11-12  Andreas Jaeger  <aj@suse.de>
13645         [BZ #2510]
13646         * manual/search.texi (Hash Search Function): Clarify.
13647         (Array Search Function): Clarify.
13649 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13651         [BZ #2830]
13652         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13653         shifting.
13654         * math/atest-exp2.c (read_mpn_hex): Likewise.
13655         * math/atest-sincos.c (main): Likewise.
13657 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13659         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13660         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13661         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13662         version GLIBC_2.6.
13663         * Versions.def: Add GLIBC_2.6 for libc.
13665         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13667         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13669 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13671         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13673         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13675         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13676         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13678 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13680         * include/atomic.c: Define catomic_* operations.
13681         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13682         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13683         * malloc/memusage.c: Likewise.
13684         * gmon/mcount.c: Likewise.
13685         * elf/dl-close.c: Likewise.
13686         * elf/dl-open.c: Likewise.
13687         * elf/dl-profile.c: Likewise.
13688         * elf/dl-sym.c: Likewise.
13689         * elf/dl-runtime.c: Likewise.
13690         * elf/dl-fptr.c: Likewise.
13691         * resolv/res_libc.c: Likewise.
13693 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13695         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13696         components which lack them.
13698         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13699         at least one entry consisting of the parameter concatenated with
13700         the domain.
13702 2006-10-10  Roland McGrath  <roland@frob.com>
13704         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13705         * sysdeps/mach/hurd/futimes.c: Likewise.
13706         * sysdeps/mach/hurd/lutimes.c: Likewise.
13708 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13709             Jakub Jelinek  <jakub@redhat.com>
13711         Implement reference counting of scope records.
13712         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13713         from the list in objects which remain.  Always allocate new scope
13714         record.
13715         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13716         don't resize, allocate a new one.
13717         * elf/dl-runtime.c: Update reference counters before using a scope
13718         array.
13719         * elf/dl-sym.c: Likewise.
13720         * elf/dl-libc.c: Adjust for l_scope name change.
13721         * elf/dl-load.c: Likewise.
13722         * elf/dl-object.c: Likewise.
13723         * elf/rtld.c: Likewise.
13724         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13725         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13726         Add l_scoperec_lock.
13727         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13728         * sysdeps/generic/rtld-lowlevel.h: New file.
13730         * include/atomic.h: Rename atomic_and to atomic_and_val and
13731         atomic_or to atomic_or_val.  Define new macros atomic_and and
13732         atomic_or which do not return values.
13733         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13734         Various cleanups.
13735         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13737         * po/sv.po: Update from translation team.
13739 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13741         * Versions.def: Add GLIBC_2.6 to libpthread.
13743         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13744         (versioned_symbol): Likewise.
13745         (compat_symbol): Likewise.
13747         * po/tr.po: Update from translation team.
13749 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13751         * nis/Banner: Removed.  It's been integral part forever and the
13752         author info is incomplete anyway.
13753         * libio/Banner: Likewise.
13755         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13756         code, make sure the nis_freeresult call doesn't crash and that the
13757         result is reported correctly.
13759 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13761         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13762         when callback is NULL.
13764         * nis/Versions (libnss_nisplus): Add
13765         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13766         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13767         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13768         _nss_create_tablename): Rename to...
13769         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13770         ... these.  No longer static.
13771         (internal_setgrent): Adjust users.
13772         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13773         Don't use locking around _nss_grp_create_tablename call.
13774         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13776 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13778         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13780 2006-10-06  Andreas Jaeger  <aj@suse.de>
13782         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13784 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13786         * po/pl.po: Update from translation team.
13788         * nscd/nscd.c (main): Fix typo in message.
13789         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13791 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13793         [BZ #3291]
13794         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13795         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13796         (__sigprocmask): Define.
13798 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13800         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13801         used.
13803 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13805         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13806         in oldtotal and newtotal calculation.
13807         * nscd/nscd-client.h (struct mapped_database): Add datasize
13808         field.
13809         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13810         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13811         increased.
13812         (__nscd_cache_search): Add checks to make sure we never reference
13813         data beyond the current mapping.
13815 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13817         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13818         variables const to avoid compiler warnings.
13820         * io/fts.c (fts_close): Remove redundant checks.
13821         (fts_build): Likewise.
13822         (fts_palloc): Likewise.
13824         * manual/message.texi (Advanced gettext functions,
13825         Using gettextized software): Fix typos.
13827 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13829         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13830         explain why there are no leaks.
13832 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13834         * libio/wmemstream.c: Include <wchar.h>.
13835         * libio/bug-wmemstream1.c: Likewise.
13836         * libio/tst-wmemstream1.c: Likewise.
13837         * libio/tst-wmemstream2.c: Likewise.
13839         * version.h (RELEASE): Bump to 2.5.
13840         * README: Regenerated.
13842         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13844         [BZ #3273]
13845         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13846         found no group members.
13847         Patch by Petr Baudis.
13849 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13851         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13852         assert bootstrap_map.l_tls_modid is zero.
13853         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13854         if USE___THREAD.
13856 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13858         * libio/stdio.h: Move open_wmemstream prototype to ...
13859         * wcsmbs/wchar.h: ... here.
13861 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13863         [BZ #3252]
13864         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13865         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13866         __{,l}chown to handle the rest.
13867         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13868         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13869         __{,l}chown to handle the rest.
13870         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13871         i386/fchownat.c.
13872         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13873         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13875         [BZ #3253]
13876         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13877         time, rather allocate increasingly bigger arrays of pointers, if
13878         possible with alloca, if too large with malloc.
13880 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13882         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13884         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13886 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13888         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13889         home addresses.
13890         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13891         IFA_F_HOMEADDRESS flag for interfaces.
13892         * include/ifaddrs.h (struct in6addrinfo): Define
13893         in6ai_homeaddress.
13895 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13897         [BZ #3225]
13898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13899         PTR_DEMANGLE3): Define.
13900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13901         PTR_DEMANGLE3): Likewise.
13902         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13903         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13904         Likewise.
13905         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13907 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13909         * po/libc.pot: Regenerated.
13910         * po/be.po: Updated.
13911         * po/ca.po: Likewise.
13912         * po/cs.po: Likewise.
13913         * po/da.po: Likewise.
13914         * po/de.po: Likewise.
13915         * po/el.po: Likewise.
13916         * po/en_GB.po: Likewise.
13917         * po/es.po: Likewise.
13918         * po/fi.po: Likewise.
13919         * po/fr.po: Likewise.
13920         * po/gl.po: Likewise.
13921         * po/hr.po: Likewise.
13922         * po/hu.po: Likewise.
13923         * po/ja.po: Likewise.
13924         * po/ko.po: Likewise.
13925         * po/nb.po: Likewise.
13926         * po/nl.po: Likewise.
13927         * po/pl.po: Likewise.
13928         * po/pt_BR.po: Likewise.
13929         * po/ru.po: Likewise.
13930         * po/rw.po: Likewise.
13931         * po/sk.po: Likewise.
13932         * po/sv.po: Likewise.
13933         * po/tr.po: Likewise.
13934         * po/zh_CN.po: Likewise.
13935         * po/zh_TW.po: Likewise.
13937         [BZ #3137]
13938         * iconv/iconv_prog.c (main): Fix spelling in error message.
13939         * iconv/iconvconfig.c (main): Likewise.
13940         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13941         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13942         * locale/programs/localedef.c (main): Likewise.
13943         * locale/programs/repertoire.c (repertoire_read): Likewise.
13944         * timezone/zdump.c (main): Likewise.
13945         * nscd/connections.c (handle_request): Fix spelling in log message.
13946         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13948 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13950         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13951         interfaces.
13953 2006-09-20  Andreas Jaeger  <aj@suse.de>
13955         * math/libm-test.inc (lrint_test_upward): Fix typo.
13957 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13959         [BZ #2592]
13960         * math/libm-test.inc (lrint_test_tonearest): New function.
13961         (lrint_test_towardzero): New function.
13962         (lrint_test_downward): New function.
13963         (lrint_test_upward): New function.
13964         (main): Run these new tests.
13965         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13966         of values near to 0.
13967         (two52): Use double not long double.
13968         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13969         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13970         (two23): Use float not double.
13971         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13972         (two23): Use float not double.
13973         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13974         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13975         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13976         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13978 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13980         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13981         Cast sp to unsigned long to avoid compiler warning.
13982         Use __makecontext_ret function instead of a trampoline on the stack.
13983         (__makecontext_ret): New function.
13984         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13986 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13988         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13989         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13990         bits.
13992 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13994         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13995         sure no reference to the unloaded map's search list remains in the
13996         dependency's scope.
13998 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
14000         * elf/Makefile: Add rules to build and run unload7 test.
14001         * elf/unload7.c: New test.
14002         * elf/unload7mod1.c: New file.
14003         * elf/unload7mod2.c: New file.
14005 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
14007         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
14008         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
14009         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
14010         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
14011         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
14012         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
14013         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
14014         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
14015         PTRACE_GETEVENTMSG): Likewise.
14016         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
14017         values.
14019 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
14021         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
14022         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
14023         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
14024         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
14026 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
14028         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
14029         write '\0' to the fd.
14030         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
14031         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
14032         Change regs to unsigned long pointer from unsigned int, fix fscr
14033         offset.
14035 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
14037         * io/Makefile (CFLAGS-fstatat.c): Set.
14038         (CFLAGS-fstatat64.c): Likewise.
14039         (CFLAGS-mknodat.c): Likewise.
14041         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
14042         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
14043         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
14044         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
14046 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
14047             Steven Munroe  <sjmunroe@us.ibm.com>
14049         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
14050         names to the beginning.  Rename "cell" to "cellbe".
14051         (_dl_powerpc_platforms): New.
14052         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
14053         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
14054         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
14055         (_DL_HWCAP_PLATFORM): Define to new mask.
14056         (_dl_platform_string, _dl_string_platform): New functions.
14057         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
14058         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
14060 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
14062         [BZ #2526]
14063         * README.libm: Fix a thinko in sqrt algorithm description.
14065         [BZ #3143]
14066         * manual/string.texi (argz_delete): Fix prototype.
14067         Patch by <alpt@freaknet.org>.
14069 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
14071         [BZ #3138]
14072         * io/test-lfs.c (do_prepare): Give name_len type size_t.
14073         * io/tst-fcntl.c (do_prepare): Likewise.
14074         * posix/tst-exec.c (do_prepare): Likewise.
14075         * posix/tst-preadwrite.c (do_prepare): Likewise.
14076         * posix/tst-spawn.c (do_prepare): Likewise.
14077         * posix/tst-truncate.c (do_prepare): Likewise.
14078         * rt/tst-aio.c (do_prepare): Likewise.
14079         * rt/tst-aio64.c (do_prepare): Likewise.
14080         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
14081         size_t.
14083 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
14085         [BZ #2821]
14086         * time/mktime.c (guess_time_tm): Fix overflow detection.
14087         * time/Makefile (tests): Add bug-mktime1.
14088         * time/bug-mktime1.c: New file.
14090         [BZ #3189, #3188]
14091         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
14092         (mremap): Likewise.
14094 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
14096         [BZ #1006]
14097         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
14098         Ensure relocation doesn't clobber any bits outside of the
14099         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
14100         R_SPARC_HI22 and R_SPARC_H44.
14102         [BZ #2775]
14103         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
14104         (long) (MINSIZE + nb - old_size) is positive.
14106         * malloc/arena.c (grow_heap): When growing bail even if new_size
14107         is negative.
14109         [BZ #3155]
14110         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
14111         stack below r1.
14113 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
14115         * posix/regex_internal.c (re_string_reconstruct): Handle
14116         offset < pstr->valid_raw_len && pstr->offsets_needed case.
14117         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
14118         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
14119         re_string_context_at.
14120         * posix/Makefile: Add rules to build and run bug-regex26 test.
14121         * posix/bug-regex26.c: New test.
14123         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
14124         rather than col_sym_free.  Move seqp declaration earlier.
14126         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
14128 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
14130         * nscd/initgrcache.c (addinitgroupsX): Move any_success
14131         decl before first goto out.
14133 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
14135         * Makerules (shlib.lds): If have-hash-style, put .hash section
14136         at the end of the RO segment.
14138 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
14140         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
14141         style hash table format is used.
14143 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
14145         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
14146         randomization rather than before.
14147         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
14149 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
14151         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
14153         * malloc/malloc.c (_int_malloc): Use full list insert and not
14154         shortcut which assumes the list is empty for large requests
14155         too.
14157         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
14159 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
14161         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
14162         and offout arguments to the prototype.
14163         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
14164         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
14165         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
14166         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
14167         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
14168         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
14169         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
14170         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
14172 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
14174         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
14176         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
14177         dlopen parameters.
14179 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
14181         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
14182         only if herrno is NETDB_INTERNAL.  Handle errors other than
14183         ERANGE outside of the loops, handle TRY_AGAIN.
14185         * locale/programs/ld-ctype.c (translit_flatten): Issue error
14186         if other's ctype category was missing.
14187         * locale/programs/ld-collate.c (collate_read): Return if
14188         copy_locale's collate category is missing.
14190 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
14192         [BZ #2684]
14193         * malloc/malloc.c (public_rEALLOc): Try harder by using other
14194         arenas if allocation failed.
14195         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
14197 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
14199         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
14200         waste bins[0..1].
14201         (malloc_state): Reduce bins size by 2.
14202         (_int_malloc): Fix test for large enough buffer for early termination.
14203         When no unsorted block matches perfectly and an exiting block has
14204         to be split, use full list insert and not shortcut which assumes
14205         the list is empty.
14207         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
14208         failure.
14210 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
14212         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
14213         do anything.
14215         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
14216         symbol require exact match (these are PLTs).
14217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14218         (_dl_ppc64_addr_sym_match): Likewise.
14220         [BZ #2683]
14221         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
14222         If symbol has a value use it.
14223         * elf/tst-dladdr1.c: New file.
14224         * elf/Makefile: Add rules to build and run tst-addr1.
14226 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
14228         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
14229         keeps failing and heap growth or new heap creation isn't
14230         successful either.
14231         * malloc/tst-malloc.c (main): Add new tests.
14233 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
14235         [BZ #2734]
14236         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
14237         as in the x86-64 code to use bswap.
14239 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
14241         [BZ #2680]
14242         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
14243         __USE_UNIX98.
14244         * posix/bits/unistd.h: Likewise.
14246 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
14248         [BZ #2751]
14249         * string/strchr.c: Add cast to avoid warning.
14251 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
14253         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
14254         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
14255         limit is needed to avoid the exploding of the address space
14256         requirement for secondary heaps.
14257         * malloc/arena.c (HEAP_MAX_SIZE): Define using
14258         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
14260 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
14262         [BZ #3018]
14263         * Makerules (depfiles): Handle extra-test-objs the same as
14264         extra-objs.
14265         (common-mostlyclean): Likewise.
14266         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
14267         instead.
14268         * elf/Makefile (extra-objs): Likewise.
14269         * stdlib/Makefile (extra-objs): Likewise.
14271 2006-08-14  Eric Blake  <ebb9@byu.net>
14273         [BZ #3044]
14274         * misc/error.h: Assume C89 or better.
14275         * misc/error.c: Likewise.
14277 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
14279         [BZ #3040]
14280         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
14281         __ASSUME_ATFCTS is defined.
14283 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
14285         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
14286         to sort in each call.
14288         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
14289         is empty simply return and use next service.
14290         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
14292         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
14293         tells us when not finding a charmap file is an error.
14294         * locale/programs/charmap.h: Adjust charmap_read prototype.
14295         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
14296         cannot find a charmap.
14297         * locale/programs/localedef.c (main): Adjust charmap_read call.
14299 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
14301         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
14302         sysdeps/posix/pause.c implementation instead.
14304 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
14306         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
14307         to EPERM.
14309 2006-08-13  Andreas Schwab  <schwab@suse.de>
14311         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
14312         Don't clobber caller's LRSAVE.
14313         (_dl_prof_resolve): Likewise.
14315 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
14317         [BZ #1996]
14318         * libio/memstream.c (open_memstream): Allocate initial buffer with
14319         calloc.
14320         * libio/wmemstream.c (open_wmemstream): Likewise.
14321         * libio/strops.c: Pretty printing.
14322         (_IO_str_overflow): Clear uninitialized part of the new buffer.
14323         (enlarge_userbuf): New function.
14324         (_IO_str_seekoff): Call it if seek position is larger than current
14325         buffer.
14326         * libio/wstrops.c: Likewise.
14327         * libio/vasprintf.c: Add comment as to why we do not have to use
14328         calloc instead of malloc to allocate initial buffer.
14329         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
14330         * libio/bug-memstream1.c: New file.
14331         * libio/bug-wmemstream1.c: New file.
14333 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
14335         * libio/wstrops.c: Remove dead macro definitions and comments.
14336         * libio/strops.c: Likewise.
14338         [BZ #2764]
14339         * login/utmpname.c (__utmpname): Remove unnecessary test.
14341 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
14343         [BZ #2832]
14344         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
14345         0s from integers.
14347 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
14349         [BZ #2987]
14350         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
14351         for CPU clocks.
14352         * sysdeps/unix/clock_settime.c: Add support for platform-specific
14353         setting of CPU clocks.
14355 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14357         [BZ #2841]
14358         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
14359         since C99 requires the result to promote to 'int' when uint_least8_t
14360         and uint_least16_t promote to 'int'.
14362 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14364         [BZ #3013]
14365         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
14366         lenght of one output field, correct bitmask creation.
14367         * locale/programs/ld-time.c: Add alignment.
14369         [BZ #2997]
14370         * misc/error.c: Add space between program name and message if file
14371         name is missing.
14373 2006-08-03  Eric Blake  <ebb9@byu.net>
14375         [BZ #2998]
14376         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
14378 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
14380         * malloc/memusagestat.c: Silence warnings.
14382         * malloc/malloc.c: Dynamically size mmap treshold if the program
14383         frees mmaped blocks.
14384         Patch by Valerie Henson and Arjan van de Ven.
14386 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
14388         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
14389         __USE_GNU.
14391         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
14392         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
14393         (DEF): Don't put the var into .gnu.linkonce.r.* section.
14394         Only provide var definitions in strtol_l (or for *ull*
14395         in strtoll_l).
14397         * stdio-common/bug16.c (tests): New array.
14398         (do_tests): Allow the first hexadecimal digit
14399         to be 1, 2, 4 or 8.  Do 3 additional tests.
14401         * sysdeps/s390/fpu/libm-test-ulps: Update.
14403         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
14404         fchownat syscall if available.
14405         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14406         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
14407         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14409 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14411         * nis/nis_xdr.c: Avoid some function calls.
14413 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
14414             Ulrich Drepper  <drepper@redhat.com>
14416         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
14417         short cut if only one name component is stripped away.
14419 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14421         * nis/nis_call.c: Minor cleanups throughout.
14422         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
14423         (first_shoot): Add search_parent_first parameter.  Only if it is set
14424         search parent server first.
14425         If directory for table found through cold start cache is not the same
14426         as referenced in the cache, don't use it.
14427         (__nisfind_server): Take additional parameter.  Pass it on to
14428         first_shoot.
14429         (__prepare_niscall): Adjust __nisfind_server call.
14430         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
14431         * nis/nis_table.c: Adjust __nisfind_server call.
14432         * nis/nis_lookup.c: Likewise.
14433         (nis_lookup): Don't loop endlessly if name is reduced to ".".
14435 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
14437         [BZ #2182]
14438         * math/s_cacosh.c: Return values from positive branch.
14439         * math/s_cacoshf.c: Likewise.
14440         * math/s_cacoshl.c: Likewise.
14442         [BZ #2883]
14443         * sysvipc/sys/msg.h: Change return value to ssize_t.
14444         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
14445         * sysvipc/msgrcv.c: Likewise.
14446         * include/sys/msg.h: Likewise.
14448         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
14449         test introduced in patch for bz #661.
14450         (getgrouplist): Simplify code a bit.  Don't allocate one additional
14451         element for NEWGROUPS.
14453         [BZ #2908]
14454         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
14455         'f', use '1' as leading digit not '\1'.
14456         * stdio-common/Makefile (tests): Add bug16.
14457         * stdio-common/bug16.c: New file.
14459         [BZ #2914]
14460         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
14461         and don't try to open it.  The patch introducing the macro
14462         contained a bug and used the same file name as the new file
14463         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
14464         this out completely.
14466         [BZ #2926]
14467         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
14468         Patch by Jerry James <Jerry.James@usu.edu>.
14470         * rt/Makefile (tests): Add tst-clock2.
14471         * rt/tst-clock2.c: New file.
14473         [BZ #2978]
14474         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
14475         function and its parameters and pass it to new thread.
14476         (__gai_notify): Add support for alternative waiting for completion.
14477         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
14478         waiting for completion.
14479         * resolv/getaddrinfo_a.c: Likewise.
14480         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
14481         waiting for completion is used.
14482         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
14483         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
14484         * resolv/gai_error.c: Likewise.
14485         * resolv/gai_sigqueue.c: Likewise.
14487 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
14489         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
14490         errno to EBADF and return MACH_PORT_NULL.
14492 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
14494         [BZ #2980]
14495         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
14497 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
14499         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
14500         walk them instead of the symbol table.
14502 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
14504         [BZ #2098]
14505         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
14506         status of NSS calls, not the number of returned entries.
14508         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
14509         request_key, keyctl.
14511 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14513         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
14515 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
14517         * elf/tst-auditmod1.c: Fix typo in #error.
14519 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14521         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
14523         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
14525 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
14527         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
14528         that the directory is empty even on non-POSIX filesystems.
14530 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14532         * elf/dl-open.c (dl_open_worker): Add branch prediction.
14534         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
14535         the backend NSS module.  If backend setgrent call failed, don't have
14536         internal_setgrent fail.  Just remember this until it is needed.
14537         * nis/nss_compat/compat-pwd.c: Likewise.
14538         * nis/nss_compat/compat-spwd.c: Likewise.
14540 2006-07-30  Roland McGrath  <roland@redhat.com>
14542         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
14543         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
14544         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
14545         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
14547         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
14548         (nanosleep_not_cancel): New macro.
14549         (sigsuspend_not_cancel): new macro.
14550         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
14551         (do_sigsuspend): Define as inline.
14552         (__sigsuspend): Always use do_sigsuspend.
14553         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14554         * include/signal.h: Declare __sigsuspend_nocancel.
14555         * sysdeps/posix/pause.c
14556         [! NO_CANCELLATION] (__pause_nocancel): New function.
14558         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14559         * include/time.h (__nanosleep_nocancel): Likewise.
14561 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14563         * locale/programs/localedef.c (add_to_readlist): Rename local
14564         variables to avoid confusion.
14566         * locale/programs/charmap.c (charmap_read): Emit error message if
14567         charmap couldn't be found or read.
14569 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14571         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14572         __ASSUME_FUTEX_LOCK_PI.
14573         * include/time.h: Declare __nanosleep_nocancel.
14574         * include/unistd.h: Declare __pause_nocancel.
14576         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14577         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14578         get the __stack_chk_fail_local definition when it's needed.
14580 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14582         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14583         * dlfcn/bug-atexit3.c: New file.
14584         * dlfcn/bug-atexit3-lib.cc: New file.
14586         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14587         used when the namespace is not the base namespace.
14589 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14591         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14592         (__new_exitfn): Bump it in every successful call.
14593         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14594         more exit handlers, call them right away.
14595         * stdlib/exit.h: Declare __new_exitfn_called.
14597 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14599         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14600         calling registered handler.
14602         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14603         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14604         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14605         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14606         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14607         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14608         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14609         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14611 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14613         * elf/dl-lookup.c (dl_new_hash): New functions.
14614         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14615         value here.  Compute new-style hash value.  Pass new hash value
14616         and reference to variable with the old value to do_lookup_x.
14617         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14618         old-style hash table.
14619         (_dl_debug_bindings): Pass new hash value and reference to variable
14620         with the old value to do_lookup_x.
14621         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14622         new-style hash value and change old-style hash value parameter to
14623         be a reference.  Reoganize functions to determine whether
14624         new-style hash table is available.  Only fall back on old-style
14625         table.  If old-style hash value is needed, compute it here.
14626         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14627         entry.
14628         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14629         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14630         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14631         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14632         * Makeconfig: If linker supports --hash-style option add it to all
14633         linker command lines to build DSOs.
14634         * config.make.in: Define have-hash-style.
14635         * configure.in: Test whether linker supports --hash-style option.
14637         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14638         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14640 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14642         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14643         auditing.
14645         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14646         RPATH of main map twice.
14648 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14650         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14651         look further, return original strings.
14652         (_nl_find_msg): Do not return found translation if the conversion
14653         failed.  Either signal the string is unusable or that something went
14654         wrong and the original should be used.
14656 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14658         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14660 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14662         [BZ #2766]
14663         * misc/insremque.c (insque): Handle prev == NULL.
14664         * misc/Makefile (tests): Add tst-insremque.
14665         * misc/tst-insremque.c: New test.
14667 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14669         [BZ #2792]
14670         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14671         conflict with DL_DST_REQUIRED.
14673 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14675         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14676         match what Solaris does.
14678 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14680         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14681         local_setegid instead of seteuid and setegid.
14682         * sysdeps/generic/local-setxid.h: New file.
14683         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14685         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14687         * string/Makefile (tests): Add bug-envz1.
14688         * string/bug-envz1.c: New file.
14690 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14692         * posix/regex_internal.c (re_string_skip_chars): If no character has
14693         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14694         to the byte which couldn't be converted.
14695         (re_string_reconstruct): Don't clear valid_raw_len before calling
14696         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14697         tip_context using re_string_context_at.
14698         * posix/Makefile: Add rules to build and run bug-regex25 test.
14699         * posix/bug-regex25.c: New test.
14701 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14703         [BZ #2703]
14704         * string/envz.c (envz_strip): Correct erroneously reversed src
14705         and dest parameters to memmove() invocation.
14707 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14709         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14710         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14711         to make sure the database has been already invalidated.
14712         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14713         after the cache has been invalidated.  Use pthread_mutex_lock rather
14714         than pthread_mutex_trylock if fd != -1.
14715         * nscd/connections.c (invalidate_cache): Add fd argument, write
14716         response to fd if not calling prune_cache, pass fd to prune_cache.
14717         (handle_request): Adjust invalidate_cache caller.
14718         (nscd_run): Pass -1 as fd to prune_cache.
14720 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14722         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14723         the correct place.
14725 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14727         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14728         * nscd/cache.c (prune_cache): Take prunelock before starting the
14729         work.  Just return in case it is already taken.
14730         * nscd/connections.c (dbs): Initialize .prunelock.
14732 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14734         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14735         copying.  No need to allocate new array for group members.  Just
14736         move the pointers and update the size.
14738         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14739         Avoid memory leak in case realloc fails.  Simplification for
14740         better code generation.
14742         Avoid deprecation warning because of libc_hidden_proto for
14743         inet6_option_alloc.
14744         * inet/inet6_option.c (option_alloc): Renamed from
14745         inet6_option_alloc.  Made static.
14746         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14747         (inet6_option_append): Call option_alloc.
14748         * include/netinet/in.h: Remove libc_hidden_proto for
14749         inet6_option_alloc.
14751         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14752         for cleanup when cb!=NULL [Coverity CID 233].
14754 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14756         [BZ #2693]
14757         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14758         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14759         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14760         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14761         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14762         and inet6_rth_getaddr.
14763         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14764         array.
14765         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14766         Mark inet6_option_* interfaces as deprecated.
14767         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14768         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14769         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14770         inet6_rth_segments, and inet6_rth_getaddr.
14771         * inet/inet6_opt.c: New file.
14772         * inet/inet6_rth.c: New file.
14774         * inet/netinet/icmp6.h: Pretty printing.
14776         [BZ #2683]
14777         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14779 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14781         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14782         doing it all here.  When server does not know the answer do not
14783         fail immediate, try parent first.
14785         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14786         overflow test.
14788 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14790         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14791         from __do_niscall.
14792         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14793         and exported.
14794         (__follow_path): New function.  Split out from nis_list.
14795         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14796         _xdr_nis_result.
14797         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14798         _xdr_nis_result.
14799         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14800         and __follow_path.
14801         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14802         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14803         from libnsl for version GLIBC_PRIVATE.
14804         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14805         Remove entry parameter from _nss_nisplus_parse_pwent and
14806         _nss_nisplus_parse_grent.
14807         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14808         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14809         again.  Rewrite getpwent handling to not use nis_first_entry and
14810         nis_next_entry.  Roll out own niscall handling.
14811         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14813         * sunrpc/xdr_rec.c: Fix typo in comment.
14815 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14817         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14818         handling.
14820         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14821         to allocate memory for my_pollfd.  Better initialization of
14822         cb_is_running.  Use TEMP_FAILURE_RETRY.
14824         * malloc/memusage.sh (memusageso): Add quotes.
14825         (memusagestat): Likewise.
14826         * debug/xtrace.sh (pcprofileso): Likewise.
14827         (pcprofiledump): Likewise.
14828         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14829         replacement.
14830         * malloc/Makefile ($(objpfx)memusage): Likewise.
14832         * nis/nis_callback.c (__nis_create_callback): Calls to
14833         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14834         asprintf call fails.
14836         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14837         no uninitialized memory is passed to sendto.
14839 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14841         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14842         of snprintf+strdup.  Handle OOM.
14843         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14844         cb->serv together.  Remove now obsolete free calls.
14845         (__nis_destroy_callback): Remove now obsolete free call.
14847 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14849         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14850         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14851         and ULA respectively). Set precedence for IPv4 address to 10 as
14852         defined in RFC3484 for preferring IPv6.
14853         * posix/gai.conf: Update to match the new default tables.
14855 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14857         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14858         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14859         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14860         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14862         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14863         Removed.
14864         (init_nss_interface): Remove initialization of these variables.
14866 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14868         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14869         nis_free_directory forward to avoid duplication.
14871 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14873         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14874         rec_dirsearch returning NULL.
14875         (first_shoot): Handle __nis_finddirectory returning NULL.
14876         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14878         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14879         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14881 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14883         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14884         pid changed.
14886 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14888         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14890         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14891         * nscd/nscd_getgr_r.c: Likewise.
14893         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14895         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14896         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14898         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14900         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14902         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14904         * include/rpc/auth.h: Mark xdr_des_block_internal and
14905         xdr_opaque_auth_internal as hidden.
14907         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14908         hidden.
14910         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14912         * misc/getusershell.c (okshells): Don't use static initializers,
14913         do it dynamically.
14915         * stdlib/fmtmsg.c (keywords): Change type of len element to
14916         uint32_t to not waste space on 64bit machines.
14918         * locale/setlocale.c: Change _nl_category_names into a string.
14919         Add new _nl_category_name_idxs.  Change all users.
14920         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14921         Declare _nl_category_name_idxs.
14922         * locale/findlocale.c: Adjust for _nl_category_names change.
14923         * locale/loadlocale.c: Likewise.
14924         * locale/newlocale.c: Likewise.
14925         * intl/dcigettext.c: Likewise.
14927         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14928         (add_alias2): ...here.  New function.
14929         (__gconv_read_conf): Simplify builtin alias handling.
14930         (builtin_aliases): Convert to string to avoid relocations.
14931         * iconv/gconv_builtin.h: Add comment about correct formatting.
14933 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14935         * resolv/res_debug.c (loc_ntoa): Make error const.
14937 2006-05-14  Andreas Schwab  <schwab@suse.de>
14939         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14941 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14943         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14944         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14945         sizeof (cpu_set_t).
14947 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14949         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14951         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14953         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14954         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14956         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14957         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14959         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14960         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14961         xdr_cback_data.
14963         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14964         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14965         xdr_ypupdate_args.
14967         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14968         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14970         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14971         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14973         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14974         * include/rpcsvc/nis_callback.h: New file.
14976         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14977         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14979         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14980         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14982         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14983         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14985         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14986         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14988         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14989         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14990         xdr_ypdelete_args.
14992         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14993         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14995         * nis/nis_error.c: Remove table of strings.  Use position
14996         independent mechanism.
14997         * nis/nis_error.h: New file.
14999 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
15001         * locale/programs/ld-time.c (time_finish): If wide era name or
15002         format aren't provided, set both wname and wformat to L"".
15004 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
15006         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
15007         results if the call was succesful.
15009         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
15011         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
15012         as hidden.
15014 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
15016         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
15018 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
15020         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
15021         caller makes sure this is not the case.
15022         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
15024 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
15026         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
15027         calls.
15029         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
15030         [Coverity CID 229, 230]
15032         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
15033         DGETTEXT calls.
15034         (hol_help): Likewise.  [Coverity CID 226, 227]
15036         * string/argz-replace.c (__argz_replace): Unconditionally call
15037         free on SRC.  [Coverity CID 225]
15039         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
15040         the return value of __nis_default_owner and __nis_default_group,
15041         it has been especially allocated.  [Coverity CID 224]
15043         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
15044         searchgroup and searchowner.  Significantly simplified.
15045         (__nis_default_owner): Remove duplication.  Do not locally copy the
15046         string before duplicating it.
15047         (__nis_default_group): Likewise.
15049         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
15050         we must clear the variable before calling __nisfind_server.
15052         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
15053         nis_getnames.  [Coverity CID 223]
15055         * locale/programs/locfile.c (locfile_read): Use alloca instead of
15056         xmalloc to allocate local repertoire name.  [Coverity CID 222]
15058         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
15059         allocate memory for the input to add_bytes.  [Coverity CID 221]
15061         * posix/wordexp.c (w_addword): Free word if realloc fails and it
15062         was allocated here.  [Coverity CID 219, 220]
15064         * posix/getconf.c (print_all): Free confstr data after printing.
15065         [Coverity CID 218]
15067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
15068         list allocation fails.  [Coverity CID 215]
15070         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
15071         [Coverity CID 213]
15073         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
15074         string is NULL.  [Coverity CID 212]
15075         * argp/Makefile: Add rules to build and run bug-argp1.
15076         * argp/bug-argp1.c: New file.
15078         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
15079         end of string.
15080         * stdlib/canonicalize.c (__realpath): Likewise.
15082         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
15083         pointer.  [Coverity CID 206]
15085         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
15086         in statically linked code.
15087         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
15088         statically built code, be prepared to have no link map.
15089         [Coverity CID 205]
15091         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
15092         dgettext calls. [Coverity CID 204]
15094         * argp/argp-help.c (struct uparams): Remove valid member.  Change
15095         the one user.
15096         (uparam_names): Reduce size.  Avoid relative relocations.
15097         Moved to read-only segment.
15098         (fill_in_uparams): Update for new layout.
15100         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
15101         assumed to always be != NULL. [Coverity CID 202]
15103         * argp/argp-help.c (hol_entry_help): Remove some dead code
15104         [Coverity CID 200].
15106         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
15107         away a few more unconditional yperr2nss calls.
15108         (_nss_nis_getservbyname_r): Likewise.
15110 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
15112         * sysdeps/generic/ldsodefs.h: Remove support for non-core
15113         architectures.
15115         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
15116         that unused memory passed to sendto is nevertheless initialized.
15118         [BZ #2499]
15119         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
15120         possibly unaligned memory accesses.
15122         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
15123         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
15124         and __putlong respectively.  Correct buffer overflow check for
15125         NS_NOTIFY_OP.
15127         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
15129         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
15130         (send_dg): Rewrite error handling to be more compact and avoid
15131         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
15133         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
15135         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
15136         instead of ns_get16.
15137         (res_queriesmatch): Likewise.  Minor optimization.
15139         [BZ #2499]
15140         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
15141         __libc_res_nsend might reallocate the buffer for the answer.  In
15142         this case we have to reload the HP pointer.
15144 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15146         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
15147         some branch prediction hints.
15149         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
15150         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
15151         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
15152         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
15153         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
15154         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
15155         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
15156         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
15158 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
15160         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
15161         by a GOT relocation to make Scrt1.o position independent.
15162         * sysdeps/s390/s390-64/elf/start.S: Likewise.
15164         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
15165         six system call parameters.
15166         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
15168 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15170         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
15171         malloc&bzero.
15173         * sunrpc/svc_udp.c (BZERO): Remove definition.
15174         (CALLOC): Define.
15175         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
15177         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
15178         (des_SPtrans): Use uint32_t type.
15179         (des_skb): Likewise.
15181         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
15183 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
15185         [BZ #2509]
15186         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
15187         on 32-bit arches.
15189 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15191         * locale/programs/ld-address.c (address_finish): Fix one more
15192         place where the iso639 array might be accessed beyond the limits.
15194 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
15196         * nis/nis_table.c (nis_list): Avoid clearing res twice before
15197         filling it for the first time.
15199         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
15200         Adjust all callers.
15201         Free res object content before returning.
15203         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
15205         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
15206         client->cl_auth.
15208         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
15209         cleanup for initial thread, just the free call on TVP.
15211         * nscd/gai.c (__getline): Define.
15214 See ChangeLog.16 for earlier changes.