kok_IN locale should have been support for some time.
[glibc.git] / ChangeLog
blobc2ce3a994a3bc83c0d64000a0c8ead43806e4b19
1 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
3         * posix/bug-getopt1.c: New file.
4         * posix/bug-getopt2.c: New file.
5         * posix/bug-getopt3.c: New file.
6         * posix/bug-getopt4.c: New file.
7         * posix/bug-getopt5.c: New file.
9 2009-12-01  Eric Blake  <ebb9@byu.net>
11         [BZ #11039]
12         * posix/getopt.c (_getopt_internal_r): Skip optional - or + before
13         checking lead byte of optstring for :.
15         [BZ #11040]
16         * posix/getopt.c (_getopt_internal_r): Reject '-;' as short
17         option, since it conflicts with "W;" optstring extension.
19 2009-12-02  Eric Blake  <ebb9@byu.net>
21         [BZ #11041]
22         * posix/getopt.c (_getopt_internal_r): Handle '-Wfoo' identically
23         to '--foo', with optional argument or non-ambiguous prefix.
25 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
27         [BZ #11134]
28         * nis/libnsl.h (NSS_FLAG_ADJUNCT_AS_SHADOW): Define.
29         * nis/nss: Document new ADJUNCT_AS_SHADOW variable.
30         * nis/nss-default.c: Handle ADJUNCT_AS_SHADOW variable.
31         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Minor cleanups.
32         (internal_nis_getpwent_r): Don't fill in password from adjunct table
33         if NSS_FLAG_ADJUNCT_AS_SHADOW is set.
34         (_nss_nis_getpwnam_r): Likewise.
35         (_nss_nis_getpwuid_r): Likewise.
36         * nis/nss_nis/nis-spwd.c (ent_adjunct_used): New global variable.
37         (_nss_nis_setspent): Also reset ent_adjunct_used.
38         (internal_nis_getspent_r): If new_start is set and shadow.byname table
39         does not exist and NSS_FLAG_ADJUNCT_AS_SHADOW is set, try to get
40         passwd.adjunct.byname table.  If new_start is not set get next entry
41         from the initially used table.  Synthesize shadow.byname table if
42         necessary by adding two empty fields.
43         (_nss_nis_getspnam_r): If shadow.byname table does not exist and
44         NSS_FLAG_ADJUNCT_AS_SHADOW is set, try to get passwd.adjunct.byname
45         table and synthesize shadow.byname table.
47 2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
49         * Makerules (libc-abis): Add $(..) to libc-abis.
51 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
53         * Makerules (libc-abis): Fix search for libc-abis in add-ons.
55 2010-04-05  Thomas Schwinge  <thomas@schwinge.name>
57         * sysdeps/gnu/unwind-resume.c: New, moved from nptl/sysdeps/pthread/.
58         * sysdeps/gnu/rt-unwind-resume.c: Likewise.
59         * sysdeps/gnu/Makefile: Add sections for csu and rt subdirs to
60         build unwind-resume code, previously in nptl/sysdeps/pthread/Makefile.
62 2010-04-05  Roland McGrath  <roland@redhat.com>
64         * elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
66 2010-03-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
68         * Makeconfig: Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.
70 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
72         * elf/elf.h (ELFOSABI_ARM_AEABI): Define.
74 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
76         * po/nl.po: Update from translation team.
78         [BZ #11010]
79         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Handle
80         timeouts from servers.
82         [BZ #11149]
83         * elf/ldconfig.c (main): Respect chroot setting when looking for
84         the aux cache.
86 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
88         [BZ #11043]
89         * posix/getopt.c (_getopt_internal_r): Fix arguments printed in error
90         messages.
92         [BZ #11070]
93         * resolv/netdb.h: Declare iruserok and iruserok_af.
95         * argp/Makefile: Add rules to build and run bug-argp2.
96         * argp/bug-argp2.c: New file.
98 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
100         [BZ #11254]
101         * argp/argp-parse.c (convert_options): Fix improper use of `|'
102         between character values.
104 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
106         [BZ #11276]
107         * sysdeps/posix/remove.c (IS_NO_DIRECTORY_ERROR): Define.
108         (remove): Use IS_NO_DIRECTORY_ERROR to check for file being no
109         directory.
110         * sysdeps/unix/sysv/linux/remove.c: New file.
112         * conform/data/sys/stat.h-data: Fix testing of S_IS* macros.
114         [BZ #11279]
115         * io/sys/stat.h: Always define S_ISSOCK for XPG6 and up.
117         [BZ #11287]
118         * csu/Makefile ($(objpfx)version-info.h): Handle newer kernel headers
119         which don't define UTS_RELEASE.
121 2010-04-04  H.J. Lu  <hongjiu.lu@intel.com>
122             Ulrich Drepper  <drepper@redhat.com>
124         [BZ #11292]
125         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Allow
126         concurrent initialization and use of __cpu_features.
128 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
130         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add tag to
131         the enum.
133 2010-04-03  Ulrich Drepper  <drepper@redhat.com>
135         [BZ #11333]
136         * sysdeps/unix/readdir_r.c (__READDIR_R): Add support for platforms
137         which include unnecessary padding in d_reclen.
138         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Select work-around for
139         unnecessary padding.
141         [BZ #11387]
142         * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlin): Don't abort on
143         unknown interface, return -1.
144         (getifaddrs_internal): Rename from getifaddrs.  Handle errors in
145         map_newlink be returning -EAGAIN.
146         (getifaddrs): If -EAGAIN is returned from getifaddrs_internal try
147         again.
149 2010-03-25  Ryan S. Arnold  <rsa@us.ibm.com>
151         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Remove
152         redundant and incorrect else block which overwrites current line
153         with the partial next line.
155 2010-04-03  Ulrich Drepper  <drepper@redhat.com>
157         [BZ #11438]
158         * posix/gai.conf: Document problems with IPv4 site-local addresses and
159         NATs.
161         [BZ #11449]
162         * crypt/crypt_util.c (__init_des_r): Add memory barrier before setting
163         small_tables_initialized.
165         * malloc/malloc.c (_int_free): Add one more sanity check for fastbins.
167         * malloc/malloc.c (set_max_fast): Fix computation of the value.
169 2010-03-30  David S. Miller  <davem@davemloft.net>
171         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Fix
172         MMAP2_PAGE_SHIFT test.
174 2010-03-29  Ulrich Drepper  <drepper@redhat.com>
176         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_WAITFORONE.
178 2010-03-28  Thomas Schwinge  <thomas@schwinge.name>
180         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Adapt to auxv
181         changes in the generic code.
182         * elf/rtld.c (dl_main): Conditionalize the code that dereferences auxv
183         to [HAVE_AUX_VECTOR].
185 2010-03-27  Ulrich Drepper  <drepper@redhat.com>
187         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): If
188         __ASSUME_AT_PAGESIZE we can rely on the value being set.
190         * include/wchar.h: Undefine __need_mbstate_t and __need_wint_t
191         unconditionally in the end.
193         * posix/glob.c (glob): Initialize oldcount early, too.
195 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
197         * sysdeps/unix/sysv/linux/i386/fcntl.c: Define miss_F_GETOWN_EX
198         only if needed.
199         Patch mostly by Paul Pluzhnikov <ppluzhnikov@google.com>.
201 2010-03-26  Richard Henderson  <rth@redhat.com>
203         * sysdeps/generic/ldsodefs.h (_dl_random): Mark attribute_relro;
205         * stdio-common/psiginfo.c (psiginfo): Fix printf format
206         warning for si_band.
208         * locale/setlocale.c (free_category): Finish renaming
209         struct locale_data to __locale_data.
211         * csu/gmon-start.c (ENTRY_POINT, etext): Declare as char[], not void.
212         * elf/dl-sysdep.c (_end): Likewise.
213         * sysdeps/unix/sysv/dl-sysdep.c (frob_brk): Likewise with locally
214         declared _end, and associated variables.
216 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
218         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't assume success always
219         means aborting the loop over the NSS methods.
221 2010-03-25  Andreas Schwab  <schwab@redhat.com>
223         * sysdeps/posix/getaddrinfo.c (gaih_inet): Reset no_data before
224         each action.
226 2010-03-26  Ulrich Drepper  <drepper@redhat.com>
228         * malloc/malloc.c: Remove stale reference to website.
230 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
232         [BZ #11389]
233         * bits/time.h: Define CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and
234         CLOCK_MONOTONIC_COARSE.
235         * sysdeps/unix/sysv/linux/clock_getres.c: Handle CLOCK_MONOTONIC_RAW,
236         CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE.
237         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
238         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
240 2010-03-25  Andreas Schwab  <schwab@redhat.com>
242         * sysdeps/posix/cuserid.c: Fix typo.
244 2010-03-16  Chris Demetriou  <cgd@google.com>
246         [BZ #11394]
247         * locale/programs/simple-hash.c: Include inttypes.h.
248         (hashval_t): Defined to be uint32_t.
249         * locale/programs/simple_hash.h: Include inttypes.h.
250         (compute_hashval): Change return type to uint32_t.
252 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
254         * sysdeps/unix/sysv/linux/getlogin_r.c: New file.
255         * sysdeps/unix/sysv/linux/getlogin.c: New file.
256         * sysdeps/unix/getlogin_r.c: Allow compiling getlogin as static
257         function.
258         * sysdeps/unix/getlogin.c: Likewise.  Move name variable to toplevel.
259         * include/unistd.h: Declare __getlogin_r_loginuid.
261         [BZ #11397]
262         * sysdeps/posix/cuserid.c (cuserid): Make sure the returned string
263         is NUL terminated.
264         Patch by Jonathan Geisler <jgeisler@cse.taylor.edu>.
266         * sysdeps/unix/sysv/linux/mmap64.c: Allow variable shift values.
268 2010-03-24  H.J. Lu  <hongjiu.lu@intel.com>
270         * sysdeps/x86_64/multiarch/strpbrk-c.c: Define only if SHARED
271         is defined.
273 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
275         * string/test-memcmp.c (check_result): New function.
276         (do_one_test): Use it.
277         (check1): New function.
278         (test_main): Use it.
280 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
282         * posix/tst-gnuglob.c: Add tests with empty patterns.  For this
283         rewrite the tests to add support for failing glob calls.
284         Some other minor cleanups.
285         * posix/bug-glob3.c: New file.
286         * posix/Makefile (tests): Add bug-glob3.
288 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
289             Andreas Schwab  <andreas@redhat.com>
291         * posix/glob.c (glob): Clean up gl_pathc and gl_pathv earlier.
292         If pattern is "" bail out early
294 2010-03-23  Jakub Jelinek  <jakub@redhat.com>
296         * elf/dl-lookup.c (do_lookup_x): If tab->entries is NULL,
297         but tab->size != 0, just unlock and goto success, without
298         allocating anything or entering anything into the hash table.
299         (_dl_debug_bindings): Temporarily set tab->entries to NULL
300         around do_lookup_x in undef_map->l_local_scope[0].  If
301         undef_map->l_symbolic_in_local_scope, lookup also in
302         symbolic_searchlist of following libraries in l_local_scope
303         that have DT_SYMBOLIC set.
304         * elf/dl-deps.c (_dl_map_object_deps): Compute
305         l_symbolic_in_local_scope.
306         * include/link.h (struct link_map): Add l_symbolic_in_local_scope
307         bitfield.
309 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
311         [BZ #11410]
312         * wctype/wctype.h: Use <wchar.h> to get the wint_t definition.
314         * wcsmbs/wchar.h: Correct preprocessor directive indentation.  Move
315         C++ prototype handling to a better place.
317 2010-03-18  Ulrich Drepper  <drepper@redhat.com>
319         * elf/dl-load.c (open_verify): Extend expected to the full size of the
320         e_ident array.  When loading, check that the fields in e_ident we don't
321         know are zero to allow future extensions.
323 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
325         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Update %xmm3
326         when exit from loop.
328 2010-03-16  Andreas Schwab  <schwab@redhat.com>
330         * resolv/res_send.c (__libc_res_nsend): Fix printing of server
331         address in debug statement.
332         (send_dg): Pass correct buffer pointer to DprintQ.
334 2010-03-17  Ulrich Drepper  <drepper@redhat.com>
336         * libc-abis: Add a few more entries.
338 2010-03-16  Ulrich Drepper  <drepper@redhat.com>
340         * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter.
341         Not used here.
342         (open_verify): Modify for extended VALID_ELF_ABIVERSION macro
343         interface.
344         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Add
345         additional osabi parameter.  Only acceept nonzero ABI versions if osabi
346         is Linux.
347         Fix includes.
348         (expected2): Don't explicitly initialize EI_ABIVERSION byte.
350         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update
351         definition to follow generic code.
353 2010-03-15  Ulrich Drepper  <drepper@redhat.com>
355         * posix/getconf.c: Update copyright year.
356         * nss/getent.c: Likewise.
357         * iconv/iconvconfig.c: Likewise.
358         * iconv/iconv_prog.c: Likewise.
359         * elf/ldconfig.c: Likewise.
360         * catgets/gencat.c: Likewise.
361         * csu/version.c: Likewise.
362         * elf/ldd.bash.in: Likewise.
363         * elf/sprof.c (print_version): Likewise.
364         * locale/programs/locale.c: Likewise.
365         * locale/programs/localedef.c: Likewise.
366         * nscd/nscd.c (print_version): Likewise.
367         * debug/xtrace.sh: Likewise.
368         * malloc/memusage.sh: Likewise.
369         * malloc/mtrace.pl: Likewise.
370         * debug/catchsegv.sh: Likewise.
372         * Makerules: Add rule for libc-abis.h.
373         * csu/version.c: Use LIBC_ABIS_STRING string if available.
374         * elf/dl-load.c (VALID_ELF_ABIVERSION): Check using LIBC_ABI_MAX.
375         (open_verify): Only check EI_ABIVERSION bytes using VALID_ELF_HEADER.
376         Add extra call to VALID_ELF_ABIVERSION.
378 2010-03-12  Ulrich Drepper  <drepper@redhat.com>
380         * sysdeps/unix/sysv/linux/sys/mount.h (UMOUNT_NOFOLLOW): Define.
382 2010-03-12  Andreas Schwab  <schwab@redhat.com>
384         * elf/dl-dst.h: Include "trusted-dirs.h".
385         (DL_DST_REQUIRED): Take $LIB into account.
387 2010-03-11  Roland McGrath  <roland@redhat.com>
389         * elf/elf.h (R_X86_64_GOT64, R_X86_64_GOTPCREL64): New macros.
390         (R_X86_64_GOTPC64, R_X86_64_GOTPLT64, R_X86_64_PLTOFF64): New macros.
392 2010-03-10  Luis Machado  <luisgpm@br.ibm.com>
394         * sysdeps/powerpc/powerpc64/power7/memcpy.S: New file.
395         * sysdeps/powerpc/powerpc32/power7/memcpy.S: New file.
397 2010-03-09  David S. Miller  <davem@davemloft.net>
399         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handling
400         of R_SPARC_TLS_LE_* needs to use 32-bit loads and stores, not
401         64-bit ones.
403         * sysdeps/sparc/sparc32/memcpy.S: Fix build.
405         * sysdeps/sparc/sparc32/strlen.S: Optimize.
406         * sysdeps/sparc/sparc64/strlen.S: Likewise.
407         * sysdeps/sparc/sparc32/sparcv9/strlen.S (ASI_PNF, ASI_BLK_P,
408         XCC): Delete definitions, not needed.
410 2010-03-07  Ulrich Drepper  <drepper@redhat.com>
412         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
413         Little follow-up patch from last change.
415 2010-03-06  Ulrich Drepper  <drepper@redhat.com>
417         * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs.
418         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add entry for logfs.
420 2010-02-18  Yann Droneaud  <yann@droneaud.fr>
422         * resolv/res_send.c: Fixed DEBUG statements.
423         Moved tmpbuf declaration to block beginning and
424         updated pointer names used in multiple DprintQ() calls
426 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
428         * config.make.in (config-asflags-i686): Define.
429         * configure.in: Substitute libc_cv_as_i686.
430         * sysdeps/i386/configure.in: Check if assembler supports -mtune=i686.
431         * sysdeps/i386/i686/Makefile (CFLAGS-.oX): Add -Wa,-mtune=i686
432         if assembler supports -mtune=i686.
433         (ASFLAGS-.oX): Likewise.
435 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
437         * elf/elf.h (R_X86_64_SIZE32): Define.
438         (R_X86_64_SIZE64): Define.
440 2010-03-02  Richard Guenther  <rguenther@suse.de>
442         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
443         is sign-extending.
445 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
447         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
448         the kernel headers.
450 2010-03-04  David S. Miller  <davem@davemloft.net>
452         * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
454         * sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
455         * sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
457 2010-03-03  David S. Miller  <davem@davemloft.net>
459         * math/math_private.h (INSERT_WORDS64): Fix argument order.
461 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
463         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
465 2010-03-03  David S. Miller  <davem@davemloft.net>
467         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
468         pass '1' for 't' argument to sparc_fixup_plt.
469         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
470         Likewise.
471         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
472         (sparc_fixup_plt): Document 't' argument.  Enable branch
473         optimization and use v9 branches when possible.  Explain why we
474         cannot unconditionally patch the branch into the first PLT
475         instruction.
476         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
477         argument.  Use v9 branches when possible.  Explain why we can in
478         fact unconditionally use a branch in the first PLT instruction
479         here.
481 2010-02-28  Roland McGrath  <roland@redhat.com>
483         * elf/elf.h (NT_X86_XSTATE): New macro.
485 2010-02-25  David S. Miller  <davem@davemloft.net>
487         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
488         * sysdeps/sparc/sparc64/align-cpy.S: New.
489         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
490         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
491         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
492         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
493         Remove.
494         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
495         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
496         Remove.
497         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
498         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
499         Remove.
501         * sysdeps/sparc/sparc32/bcopy.c: Delete.
502         * sysdeps/sparc/sparc32/memmove.c: Delete.
503         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
504         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
505         * sysdeps/sparc/sparc64/bcopy.c: Delete.
506         * sysdeps/sparc/sparc64/memmove.c: Delete.
507         * sysdeps/sparc/sparc64/memcopy.h: New.
508         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
509         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
510         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
511         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
512         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
514         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
515         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
516         gen-as-const-headers.
517         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
518         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
519         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
520         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
521         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
522         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
523         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
524         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
525         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
526         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
527         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
528         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
529         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
530         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
531         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
532         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
533         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
534         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
535         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
536         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
537         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
538         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
539         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
540         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
542 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
544         [BZ #11332]
545         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
546         and cfi_restore_state only if USE_AS_STRNCMP is defined.
548 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
550         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
552 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
554         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
555         (bk_write_less32bytes_2): Renamed to ...
556         (bk_write_less48bytes): This.
557         Use unsigned conditional jumps.
558         Correct unwind info.
559         Use add/sub instead of lea if possible.
560         (shl_0_gobble_cache_loop_tail): Removed.
561         (large_page): Properly adjust ECX.
563         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
564         conditional jumps.
565         Correct unwind info.
567         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
568         punpcklbw.
569         Use unsigned conditional jumps.
570         (128bytesormore_nt): Renamed to ...
571         (128bytesormore_endof_L1): This.
572         Use add instead of lea if possible.
573         Correct unwind info.
574         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
575         punpcklbw.
576         Use unsigned conditional jumps.
577         Use add instead of lea if possible.
578         Correct unwind info.
580 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
582         [BZ #11319]
583         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
584         undoing the stream because _IO_FINISH doesn't report failures.
586         [BZ #5553]
587         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
588         (public_pVALLOc): Likewise.
589         Patch by Petr Baudis.
591 2010-02-22  Jim Meyering  <meyering@redhat.com>
593         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
595         * manual/charset.texi: Adjust grammar.
597         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
598         * manual/charset.texi (Selecting the Conversion): Likewise.
599         * manual/getopt.texi (Getopt Long Options): Likewise.
600         * manual/memory.texi (Resizing the Data Segment): Likewise.
601         * manual/message.texi (GUI program problems): Likewise.
602         * manual/resource.texi (CPU Affinity): Likewise.
603         * manual/stdio.texi (Streams and Threads): Likewise.
604         * manual/time.texi (High Accuracy Clock): Likewise.
606 2009-02-20  David S. Miller  <davem@davemloft.net>
608         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
609         Adjust rela->r_offset by l->l_addr when rewriting PLT.
611         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
612         test end of buffer.
614         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
615         (__makecontext): Adjust arg counter properly when copying arg
616         stack slots.
618 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
620         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
621         Adjust rela->r_offset by l->l_addr when rewriting PLT.
623 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
625         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
626         non-existent `tiocsctty_port'.
628 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
630         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
631         instead of FEATURE_OFFSET.
632         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
634         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
635         Fix one unwind info problem.
637         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
639         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
641 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
642             Ulrich Drepper  <drepper@redhat.com>
644         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
645         Clean up a bit.
647 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
649         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
650         (tiocsctty_port): ...this new function.
652         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
653         `ioctl_handler_t'.
655 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
657         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
658         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
659         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
660         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
662         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
663         undefined code.
665 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
667         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
668         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
669         memcmp-c, memcmp-ssse3, and memcmp-sse4.
670         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
671         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
672         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
673         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
674         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
675         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
676         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
677         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
678         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
679         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
681 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
683         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
684         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
685         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
686         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
687         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
688         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
689         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
690         is not supported.
691         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
692         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
693         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
694         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
695         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
696         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
697         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
698         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
699         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
700         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
701         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
702         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
703         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
704         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
705         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
706         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
707         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
709         Likewise.
710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
711         Likewise.
712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
713         Likewise.
714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
715         Likewise.
716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
718 2010-02-12  Alan Modra  <amodra@gmail.com>
720         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
721         Define and use for __powerpc64__ too.
722         [__powerpc__] (TLS_LD): Add r3 to clobbers.
723         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
724         [__powerpc64__] (TLS_GD): Make __result r3 reg.
725         [__powerpc64__] (TLS_IE): Relax output constraint.
727 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
729         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
730         instructions cu21 and cu24.  Add well-formedness checking
731         parameter and adjust the software implementation.
732         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
734 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
736         [BZ #11271]
737         * io/ftw.c (ftw_startup): Close descriptor for initial directory
738         after changing back to it.
740 2010-02-05  David S. Miller  <davem@davemloft.net>
742         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
743         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
744         ifunc relocs.
745         (elf_machine_lazy_rel): Likewise.
746         (sparc_fixup_plt): Pull out to...
747         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
748         * sysdeps/sparc/sparc32/dl-irel.h: New file.
749         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
750         ifunc relocs.
751         (elf_machine_lazy_rel): Likewise.
752         (sparc64_fixup_plt): Pull out to...
753         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
754         * sysdeps/sparc/sparc64/dl-irel.h: New file.
756 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
758         * elf/elf.h: Define m68k TLS relocations.
760 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
762         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
763         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
764         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
765         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
767         64-bit power7 fpu path.
768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
769         32-bit power7 fpu math.
771 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
773         * sysdeps/i386/rshift.S: More compact unwind information.
775         * sysdeps/i386/lshift.S: Fix unwind information.
777 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
779         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
780         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
781         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
782         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
783         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
784         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
785         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
786         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
787         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
788         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
789         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
790         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
792 2010-02-08  Andreas Schwab  <schwab@redhat.com>
794         * include/fenv.h: Add hidden proto for fegetenv.
795         * math/fegetenv.c: Add hidden alias.
796         * sysdeps/i386/fpu/fegetenv.c: Likewise.
797         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
798         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
799         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
800         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
801         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
802         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
804 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
806         [BZ #11230]
807         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
808         during recovery.
810 2010-01-26  Andreas Schwab  <schwab@redhat.com>
812         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
813         interface.
814         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
815         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
816         utmpx interface.
818         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
819         entry for 2.12.
821 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
823         [BZ #11235]
824         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
825         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
826         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
827         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
828         MS_ACTIVE, and MS_NOUSER.
829         (MS_RMT_MASK): Update according to current kernels.
831         [BZ #11242]
832         * misc/getusershell.c (initshells): Allocate one more byte in input
833         buffer so that fgets doesn't loop undefinitely.
835 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
837         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
838         __libc_use_alloca tells us not to.  Fix memory leak in an error
839         situation.  Based partially on patch by Jim Meyering.
841 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
843         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
844         get_phys_pages, get_avphys_pages): Add weak aliases.
846 2010-01-25  Andreas Schwab  <schwab@redhat.com>
848         * iconv/iconv_prog.c (write_output): Fix check for open failure.
850 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
852         [BZ #11200]
853         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
854         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
856 2010-01-22  Jim Meyering  <jim@meyering.net>
858         [BZ #11193]
859         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
860         buffer length computation.
862         [BZ #11192]
863         * posix/regexec.c (re_copy_regs): Don't leak when allocation
864         of the start buffer succeeds but allocation of the "end" one fails.
866         [BZ #11191]
867         * posix/regexec.c (re_search_2_stub): Check for overflow
868         when adding the sizes of the two strings.
870         [BZ #11190]
871         * posix/regexec.c (re_search_internal): Avoid overflow
872         in computing re_malloc buffer size.
874         [BZ #11189]
875         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
876         in computing re_malloc buffer size.
878         [BZ #11188]
879         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
880         in size calculation.
882         [BZ #11187]
883         * posix/regexec.c (re_search_2_stub): Use simpler method than
884         boolean for freeing internal storage.
886 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
888         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
889         failed mbrtowc call.
891 2010-01-22  Jim Meyering  <jim@meyering.net>
893         [BZ #11186]
894         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
895         fits in wchar_t.  Problem reported by Eric Blake.
897         [BZ #11185]
898         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
899         and stores into set-but-not-used local, "q".
901         [BZ #11184]
902         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
903         detection test.  Patch by Paul Eggert.
905         [BZ #11183]
906         * posix/regex_internal.c (re_string_realloc_buffers):
907         Detect and handle internal overflow.  Patch by Paul Eggert
909 2010-01-20  Andreas Schwab  <schwab@redhat.com>
911         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
912         (CHECK_SP): Fix check for alternate stack.
913         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
914         (CHECK_SP): Likewise.
916 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
918         * sysdeps/i386/i686/multiarch/memmove.S: Also check
919         bit_Fast_Rep_String when SHARED isn't defined.
921 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
923         [BZ #11194]
924         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
926 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
928         * sysdeps/mach/hurd/bits/libc-lock.h
929         (__rtld_lock_recursive_t): New type.
930         (__rtld_lock_initialize): New macro.
932 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
934         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
935         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
939 2010-01-18  Andreas Schwab  <schwab@redhat.com>
941         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
942         definitions of O_DSYNC and O_RSYNC.
944         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
945         casting d_tag.
947         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
948         dynamic entry types.
950 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
952         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
953         constant.
954         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
955         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
956         overflow.
957         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
959         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
960         math_opt_barrier and math_force_eval macros.
962 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
964         * posix/regcomp.c: Fix a few more cases of ignored return values.
965         * posix/regex_internal.c: Likewise.
966         * posix/regexec.c: Likewise.
968         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
969         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
970         if _XOPEN_SOURCE is not defined as well.
972 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
974         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
975         high gprs kernel facility.
976         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
977         Added high gprs check for DSOs.
978         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
979         new elf header flag.
981 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
983         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
984         dl_main.
985         * elf/dl-open.c (_dl_sysdep_start): Likewise..
986         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
987         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
988         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
989         started.
991 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
993         [BZ #11027]
994         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
995         to RFC 2474.
996         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
998         [BZ #11141]
999         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
1000         addresses.
1002         [BZ #11127]
1003         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
1004         re_node_set_insert failure; return REG_ESPACE.
1005         Patch by Paul Eggert.
1007         * bits/confname.h: Make pre-C99-safe.
1009 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
1011         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
1012         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
1013         files are found by GCC.
1015 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
1017         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
1018         brk, and sbrk.
1020         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
1021         index, and rindex.
1023         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
1025         * Versions.def: Add GLIBC_2.12 for libpthread.
1027         [BZ #11126]
1028         * malloc/malloc.c (malloc_info): Initialize malloc if not already
1029         done.  Handle empty bin lists.
1031         * posix/unistd.h: Change getpagesize and getdtablesize declaration
1032         visibility some more.
1034         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
1036         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
1038         [BZ #11120]
1039         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
1040         needed outside libc.
1042 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
1044         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
1046 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1048         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
1050 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
1052         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
1054 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
1056         * conform/data/complex.h-data: Test for POSIX2008.
1058         * conform/data/ctype.h-data: Fix POSIX testing.
1060         * conform/data/dirent.h-data: ino_t only needed for XSI.
1062         * grp/grp.h: Declare getgrent and endgrent for XPG7.
1064         * conform/data/inttypes.h-data: Use same types as the headers.
1066         * resolv/netdb.h: Don't define old resolver macros for XPG7.
1068         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
1070         * conform/conformtest.pl: Implement tag for allow-header.
1071         Fix newline handling in allow-header implementation.
1073         * conform/data/time.h-data: Use allow-header instead of duplicating
1074         information.
1076         * conform/data/time.h-data: Allow sigevent tag.
1078         * posix/sched.h: Define time_t and pid_t for XPG7.
1080 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1082         * sysdeps/i386/i686/bcopy.S: New file.
1084         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
1086         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
1087         and END_CHK.
1088         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
1089         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
1090         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
1092         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
1094         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1095         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
1096         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
1097         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
1098         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
1099         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
1100         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
1101         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
1102         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
1103         * sysdeps/i386/i686/multiarch/bzero.S: New file.
1104         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
1105         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
1106         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
1107         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
1108         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
1109         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
1110         * sysdeps/i386/i686/multiarch/memmove.S: New file.
1111         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
1112         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
1113         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
1114         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
1115         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
1116         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
1117         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
1118         * sysdeps/i386/i686/multiarch/memset.S: New file.
1119         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
1121         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
1122         (END_CHK): Likewise.
1124         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
1125         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
1126         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
1128         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
1129         for 0x0e and 0x80.
1130         (__x86_64_data_cache_size): New.
1131         (init_cacheinfo): Set __x86_64_data_cache_size.
1133         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
1134         on bit_Fast_Rep_String for Intel Core i7.
1136         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
1137         (index_Fast_Rep_String): Likewise.
1138         (FEATURE_INDEX_1): Likewise.
1139         (FEATURE_INDEX_MAX): Likewise.
1140         (cpu_features): Add feature.
1142 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
1144         * conform/data/sys/select.h-data: Fix up for XPG7.
1146 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
1148         * posix/sys/wait.h: Don't define W* macros etc. if
1149         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
1151 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
1153         * io/sys/stat.h: Declare fchmod for XPG7.
1154         * conform/data/sys/stat.h-data: Fix up for XPG7.
1156         * termios/termios.h: Define pid_t for XPG7.
1158         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
1159         * conform/data/tgmath.h-data: Likewise.
1161         * conform/data/time.h-data: Fix POSIX tests.
1163         * conform/data/wchar.h-data: Fix up XPG7 tests.
1165         * include/features.h: Fix __USE_ISOC95 handling.
1167         * conform/data/wordexp.h-data: Fix typo in last change.
1169         * conform/data/unistd.h-data: Fix up older POSIX tests.
1171         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
1172         * posix/unistd.h: Likewise.
1174         * posix/unistd.h: Include environments.h also for XPG6 and up.
1175         Define intptr_t for XPG6 and up.
1176         Fix up for XPG7.
1177         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
1179         * conform/data/sys/types.h-data: Fix up for XPG7.
1181         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
1182         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1183         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1184         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1185         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1186         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1187         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1188         * sysdeps/unix/sysv/bits/stat.h: Likewise.
1189         * sysdeps/mach/hurd/bits/stat.h: Likewise.
1191         * bits/confname.h: Fix typo in last change.
1193         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
1195 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
1197         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
1198         and SA_RESETHAND now available in Base.
1199         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
1200         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
1201         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1202         * conform/data/signal.h-data: Update for XPG7.
1204         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
1206         * string/strings.h: Don't declare obsolete functions for XPG7.
1207         Declare ffs only for XSI.
1208         * conform/data/strings.h-data: Update for XPG7.
1210 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
1212         [BZ #11125]
1213         * libio/stdio.h: Define va_list, off_t, and ssize_t.
1215         * posix/glob.h: Define size_t.
1217         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
1219         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
1221 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
1223         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
1224         be self-contained.
1226         * conform/data/stdio.h-data: Expect off_t and ssize_t.
1228 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
1230         * libio/stdio.h: Define va_list also for XPG7.
1232         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
1233         * conform/data/ctype.h-data: Likewise.
1234         * conform/data/dirent.h-data: Likewise.
1235         * conform/data/errno.h-data: Likewise.
1236         * conform/data/fcntl.h-data: Likewise.
1237         * conform/data/fmtmsg.h-data: Likewise.
1238         * conform/data/fnmatch.h-data: Likewise.
1239         * conform/data/ftw.h-data: Likewise.
1240         * conform/data/glob.h-data: Likewise.
1241         * conform/data/grp.h-data: Likewise.
1242         * conform/data/iconv.h-data: Likewise.
1243         * conform/data/langinfo.h-data: Likewise.
1244         * conform/data/libgen.h-data: Likewise.
1245         * conform/data/limits.h-data: Likewise.
1246         * conform/data/locale.h-data: Likewise.
1247         * conform/data/math.h-data: Likewise.
1248         * conform/data/monetary.h-data: Likewise.
1249         * conform/data/mqueue.h-data: Likewise.
1250         * conform/data/ndbm.h-data: Likewise.
1251         * conform/data/netdb.h-data: Likewise.
1252         * conform/data/pthread.h-data: Likewise.
1253         * conform/data/pwd.h-data: Likewise.
1254         * conform/data/regex.h-data: Likewise.
1255         * conform/data/sched.h-data: Likewise.
1256         * conform/data/search.h-data: Likewise.
1257         * conform/data/semaphore.h-data: Likewise.
1258         * conform/data/setjmp.h-data: Likewise.
1259         * conform/data/signal.h-data: Likewise.
1260         * conform/data/spawn.h-data: Likewise.
1261         * conform/data/stdio.h-data: Likewise.
1262         * conform/data/stdlib.h-data: Likewise.
1263         * conform/data/string.h-data: Likewise.
1264         * conform/data/strings.h-data: Likewise.
1265         * conform/data/sys/ipc.h-data: Likewise.
1266         * conform/data/sys/msg.h-data: Likewise.
1267         * conform/data/sys/resource.h-data: Likewise.
1268         * conform/data/sys/sem.h-data: Likewise.
1269         * conform/data/sys/shm.h-data: Likewise.
1270         * conform/data/sys/socket.h-data: Likewise.
1271         * conform/data/sys/stat.h-data: Likewise.
1272         * conform/data/sys/time.h-data: Likewise.
1273         * conform/data/sys/types.h-data: Likewise.
1274         * conform/data/sys/uio.h-data: Likewise.
1275         * conform/data/sys/wait.h-data: Likewise.
1276         * conform/data/syslog.h-data: Likewise.
1277         * conform/data/tar.h-data: Likewise.
1278         * conform/data/termios.h-data: Likewise.
1279         * conform/data/time.h-data: Likewise.
1280         * conform/data/ulimit.h-data: Likewise.
1281         * conform/data/unistd.h-data: Likewise.
1282         * conform/data/utmpx.h-data: Likewise.
1283         * conform/data/wchar.h-data: Likewise.
1284         * conform/data/wctype.h-data: Likewise.
1285         * conform/data/wordexp.h-data: Likewise.
1287         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
1288         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
1289         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1290         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1291         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1292         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1293         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1294         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1295         * sysdeps/unix/sysv/bits/stat.h: Likewise.
1296         * sysdeps/mach/hurd/bits/stat.h: Likewise.
1298         * stdlib/stdlib.h: Define wait-related bits for XPG7.
1299         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
1300         Declare mkstemp and getsubopt for XPG7.
1301         Declare posix_openpt for XPG6 XSI.
1303         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
1304         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
1306         * string/string.h: Declare strdup for XPG7.
1308 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
1310         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
1311         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
1313         * dirent/dirent.h: Really fix feature selection.
1315         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
1316         Fix all users.
1317         * locale/C-address.c: Fix all users.
1318         * locale/C-collate.c: Likewise.
1319         * locale/C-ctype.c: Likewise.
1320         * locale/C-identification.c: Likewise.
1321         * locale/C-measurement.c: Likewise.
1322         * locale/C-messages.c: Likewise.
1323         * locale/C-monetary.c: Likewise.
1324         * locale/C-name.c: Likewise.
1325         * locale/C-numeric.c: Likewise.
1326         * locale/C-paper.c: Likewise.
1327         * locale/C-telephone.c: Likewise.
1328         * locale/C-time.c: Likewise.
1329         * locale/findlocale.c: Likewise.
1330         * locale/global-locale.c: Likewise.
1331         * locale/loadarchive.c: Likewise.
1332         * locale/loadlocale.c: Likewise.
1333         * locale/nl_langinfo_l.c: Likewise.
1334         * locale/setlocale.c: Likewise.
1335         * locale/xlocale.c: Likewise.
1336         * locale/xlocale.h: Likewise.
1337         * stdio-common/vfscanf.c: Likewise.
1338         * stdlib/strfmon_l.c: Likewise.
1339         * stdlib/strtod_l.c: Likewise.
1340         * stdlib/strtol_l.c: Likewise.
1341         * string/strcoll_l.c: Likewise.
1342         * string/strxfrm_l.c: Likewise.
1343         * time/alt_digit.c: Likewise.
1344         * time/asctime.c: Likewise.
1345         * time/era.c: Likewise.
1346         * time/lc-time-cleanup.c: Likewise.
1347         * time/strftime_l.c: Likewise.
1348         * time/strptime_l.c: Likewise.
1349         * wcsmbs/wcsmbsload.c: Likewise.
1350         * wcsmbs/wcsmbsload.h: Likewise.
1352         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
1353         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
1354         for XPG7.
1355         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1356         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1357         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1358         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1359         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1360         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1362 2010-01-07  Roland McGrath  <roland@redhat.com>
1364         * elf/elf.h (PN_XNUM): New macro.
1366         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
1367         literal 2.
1369 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
1371         * dirent/dirent.h: Fix typo in feature selection macro use.
1373 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
1375         [BZ #11115]
1376         * stdlib/tst-makecontext3.c: New file.
1377         * stdlib/Makefile (tests): Add new test.
1379         * stdlib/tst-setcontext.c (check_called): Fix a typo.
1381 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
1383         * configure.in: Enable multi-arch by default if the assembler
1384         supports gnu_indirect_function symbol type and the architecture
1385         supports it.
1387 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
1389         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
1390         is defined.
1392 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1394         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
1395         MACH_PORT_NULL when id != cttyid.
1397 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1399         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
1400         __mach_port_deallocate on rootdevid.
1402 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1404         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
1405         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
1406         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
1407         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
1409 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
1411         [BZ #10992]
1412         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
1413         Patch by Eric Blake <ebb9@byu.net>.
1415 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
1417         [BZ #11093]
1418         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
1419         POLLWRBAND also for POSIX 2008.
1420         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
1421         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
1423         * include/link.h (struct link_map): Move l_used into its own word.
1424         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
1425         still zero.
1426         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
1427         never really used.
1429 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
1431         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
1432         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1433         check processor feature.
1434         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1436         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
1437         (index_SSE2): Likewise.
1439 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
1441         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
1442         if __ASSEMBLER__ is defined.
1443         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
1444         (bit_SSE4_2): Likewise.
1445         (index_SSSE3): Likewise.
1446         (index_SSE4_2): Likewise.
1447         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
1448         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1449         check processor feature.
1450         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1451         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1452         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1453         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1454         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1455         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1456         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1458 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1460         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1462 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1464         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1466 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1468         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1469         O_DSYNC to match 2.6.33+ kernels.
1470         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1471         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1472         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1473         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1474         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1475         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1477 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1479         [BZ #11000]
1480         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1481         *herrnop before returning.
1482         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1483         Likewise.
1484         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1485         TRYAGAIN errors separately.
1486         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1487         *name4_r after functions.
1489 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1491         [BZ #11046]
1492         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1493         version check.
1495 2009-11-05  Bruno Haible  <bruno@clisp.org>
1497         [BZ #11056]
1498         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1499         argv argument as non-NULL.
1500         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1502 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1504         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1505         recvmmsg.
1506         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1507         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1509 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1511         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1512         registers.
1513         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1514         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1515         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1517 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1519         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1520         SCHED_RESET_ON_FORK.
1522 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1524         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1525         only used on truly ancient kernel if configuration requires a more
1526         recent kernel.
1528 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1530         [BZ #3662]
1531         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1532         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1534         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1535         pass it on to __ptsname_internal.
1536         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1537         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1538         All the code from __ptsname_r but take additional parameter.  Use that
1539         instead of pointer to local stat64 variable.
1540         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1541         variable.
1542         * include/stdlib.h: Declare __ptsname_internal.
1544         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1545         before the exec.
1546         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1547         * login/programs/pt_chown.c (main): Don't print message on errors
1548         when doing real work.
1550         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1551         once.
1553         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1554         irel relocations split out from...
1555         (__libc_csu_init): ...here.
1556         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1558 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1560         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1561         for timestamps also if __USE_XOPEN2K8.
1562         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1563         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1564         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1565         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1567 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1569         * nscd/connections.c (restart): Try harder to re-exec.
1571         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1573         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1574         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1575         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1576         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1577         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1578         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1580         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1581         Define.
1582         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1584 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1586         [BZ #10162]
1587         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1588         than software pipeline.  Properly recover from shorter read.
1590 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1592         [BZ #10958]
1593         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1594         initialized before using it.
1595         (_IO_putwc_unlocked): Likewise.
1597         [BZ #10918]
1598         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1599         in cast to not throw away const-ness of parameters.
1600         (__CPU_EQUAL_S): Likewise.
1601         (__CPU_OP_S): Likewise.
1603         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1604         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1605         this gratuitous change and we have to keep compatibility.
1606         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1607         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1608         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1609         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1610         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1613 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1615         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1616         of parameters of sync_file_range.
1617         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1618         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1619         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1620         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1621         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1622         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1624 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1626         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1627         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1628         is defined.
1629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1630         file.
1632 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1634         * posix/bug-regex30.c: New file.
1635         * posix/Makefile: Add rules to build and run bug-regex30.
1636         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1637         character lead bytes when there is a range in a COMPLEX_BRACKET.
1638         Reported by Oleg Bylatov.
1640 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1642         [BZ #10969]
1643         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1644         * locale/tst-duplocale.c: New file.
1645         * locale/Makefile (tests): Add tst-duplocale.
1647         [BZ #10968]
1648         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1649         Patch by Bruno Haible <bruno@clisp.org>.
1650         * locale/tst-locname.c: New file.
1651         * locale/Makefile (tests): Add tst-locname.
1653         [BZ #10972]
1654         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1655         constants from recent kernels.
1656         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1657         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1658         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1659         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1660         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1661         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1663 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1665         [BZ #10162]
1666         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1667         software pipeline.
1669 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1671         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1672         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1673         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1675 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1677         * posix/bug-regex29.c: Include stdio.h.
1679 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1681         [BZ #10939]
1682         * Versions.def: Define GLIBC_2.12 for libc.
1683         * manual/errno.texi: Add ERFKILL entry.
1684         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1685         for 2.12.
1686         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1687         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1689         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1690         F_GETOWN_EX definitions according to corrected kernel definitions.
1691         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1692         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1693         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1694         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1695         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1696         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1698 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1700         * version.h: Bump for 2.12 development.
1702 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1704         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1705         out of buffer space.
1706         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1707         map_v4v6_hostent running out of space.
1709 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1711         * string/bits/string3.h (memset): If the second parameter is constant
1712         and zero there is likely no transposition.
1713         Patch by Caolan McNamara <caolanm@redhat.com.
1715 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1717         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1718         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1720 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1722         * malloc/memusagestat.c (main): Fix spelling in an error message.
1724 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1726         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1727         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1729 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1732         readahead.
1734 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1736         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1737         relocate opd entry when resolving prelink conflicts.
1739 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1741         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1742         when -D_FILE_OFFSET_BITS=64.
1744         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1745         of last two arguments when -D_FILE_OFFSET_BITS=64.
1746         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1747         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1748         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1749         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1750         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1751         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1753 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1755         [BZ #4457]
1756         * sysdeps/generic/libgcc_s.h: New file.
1757         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1759 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1761         * malloc/hooks.c (free_check): Restore locking and call _int_free
1762         appropriately.
1764 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1766         * version.h (VERSION): Bump for 2.11 release.
1767         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1769         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1771         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1773         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1774         to avoid warning.
1775         * stdlib/tst-strtoll.c (tests): Likewise.
1777         [BZ #9986]
1778         * time/strftime_l.c (__strftime_internal): Allow %OC.
1780         * misc/mkostemps.c: New file.
1781         * misc/mkostemps64.c: New file.
1783 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1785         * locale/programs/locale-spec.c: Include <error.h> and
1786         <libintl.h>.
1788         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1790 2009-10-28  Roland McGrath  <roland@redhat.com>
1792         * Makefile (dist-prepare): New target.
1793         (tag-for-dist): Target removed.
1794         (glibc-%.tar): Pattern rule removed.
1795         (%.tar): New pattern rule, does simple use of git archive.
1796         (dist-version): Remove variable definition.
1797         (dist): Just depend on that.  Add .tar.xz dependency.
1798         If dist-version variable not set on command line, depend on
1799         dist-prepare, re-invoke with dist-version set via git describe.
1801         * Makerules (%.xz): New pattern rule.
1803 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1805         * elf/ifuncdep2.c: Include ifunc-sel.h.
1806         (global): Delete.
1807         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1808         * elf/ifuncmain1.c (global): Delete.
1809         * elf/ifuncmain1vis.c: Likewise.
1810         * elf/ifuncmain2.c: Likewise.
1811         * elf/ifuncmain5.c: Likewise.
1812         * elf/ifuncmod3.c: Likewise.
1813         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1814         (foo_ifunc): Use ifunc_one.
1815         * elf/ifuncmain7.c: Likewise.
1816         * elf/ifuncmod1.c: Include ifunc-sel.h.
1817         (global): Define protected var.
1818         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1819         * elf/ifuncmod5.c: Likewise.
1820         * sysdeps/generic/elf/ifunc-sel.h: New file.
1821         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1823 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1825         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1826         (R_PPC_REL16*): Correct comments.
1827         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1828         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1829          R_PPC64_REL16_HA): Define.
1830         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1831         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1832         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1833         Delete unused "reloc" param.
1834         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1835         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1836         Delete "reloc" param.
1837         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1838         R_PPC_IRELATIVE.
1839         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1840         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1841         relocations.
1843 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1845         [BZ #10315]
1846         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1847         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1848         UDP_ENCAP_L2TPINUDP.
1850         [BZ #10349]
1851         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1852         parameter, specifying length of prefix.
1853         * stdio-common/tempname.c: Likewise.
1854         * include/stdio.h: Adjust prototypes.
1855         * libio/oldtmpfile.c: Adjust caller.
1856         * misc/mkdtemp.c: Likewise.
1857         * misc/mkostemp.c: Likewise.
1858         * misc/mkostemp64.c: Likewise.
1859         * misc/mkstemp.c:  Likewise.
1860         * misc/mkstemp64.c: Likewise.
1861         * misc/mktemp.c: Likewise.
1862         * stdio-common/tempnam.c: Likewise.
1863         * stdio-common/tmpfile.c: Likewise.
1864         * stdio-common/tmpnam.c: Likewise.
1865         * stdio-common/tmpnam_r.c: Likewise.
1866         * misc/mkstemps.c: New file.
1867         * misc/mkstemps64.c: New file.
1868         * stdlib/stdlib.h: Add prototypes.
1869         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1870         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1872 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1874         * locale/iso-639.def: Add sml entry.
1876         [BZ #10391]
1877         * resolv/res_send.c (send_dg): Initialize resplen.
1879         [BZ #10446]
1880         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1881         definition to the kernel's.
1882         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1884 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1886         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1887         offsets and record sizes in assert()s and response sending.
1888         * nscd/grpcache.c: Likewise.
1889         * nscd/hstcache.c: Likewise.
1890         * nscd/initgrcache.c: Likewise.
1891         * nscd/pwdcache.c: Likewise.
1893 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1895         [BZ #10540]
1896         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1897         /etc/hosts does not exist set errnop and herrnop appropriately.
1898         Patch by Steve Langasek <vorlon@debian.org>.
1900         [BZ #10553]
1901         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1902         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1904         [BZ #10564]
1905         * login/utmp_file.c (TIMEOUT): Increase to 10.
1907         [BZ #10609]
1908         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1909         for file names in case the syscall is not available.
1910         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1911         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1912         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1913         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1914         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1915         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1916         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1917         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1918         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1919         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1920         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1921         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1922         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1923         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1924         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1925         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1926         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1928         [BZ #10643]
1929         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1930         creation filed, remove the request from the 'requests' list and signal
1931         the caller that the request is finished.
1933         [BZ #10692]
1934         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1935         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1937         [BZ #10713]
1938         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1939         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1941         [BZ #10780]
1942         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1943         overflows the int return type.
1945         [BZ #10717]
1946         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1947         have to compute maxsize_total, we have to update the variables, and
1948         the also_total handling must happen after the repair.
1950         [BZ #10742]
1951         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1952         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1954 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1956         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1957         errno is always set when returning unsuccessfully.
1959 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1961         * malloc/memusage.c (update_data): Fix index wraparound handling
1962         so that buffer_cnt is actually reset.
1964 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1966         [BZ #10784]
1967         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1968         of the directory we look at into the static buffer if there is one
1969         at the start of the loop.
1971         [BZ #10789]
1972         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1973         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1975         [BZ #10840]
1976         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1977         __ASSUME_F_GETOWN_EX.
1978         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1979         if possible.
1980         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1982         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1983         and f_owner_ex.
1984         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1985         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1986         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1987         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1988         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1989         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1991         [BZ #10847]
1992         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1993         getutmpx symbol.
1995         [BZ #10823]
1996         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1997         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1999 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
2001         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
2003 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
2005         [BZ #10817]
2006         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
2007         Reported by Ray Chason.
2009 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
2011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2012         strend-sse4.
2013         * sysdeps/x86_64/multiarch/strchr.S: New file.
2014         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
2015         * sysdeps/x86_64/multiarch/strrchr.S: New file.
2017 2009-10-21  Andreas Schwab  <schwab@redhat.com>
2019         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
2021 2009-10-19  Andreas Schwab  <schwab@redhat.com>
2023         * include/math.h: Add hidden protos for __exp/__expf/__expl.
2024         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
2025         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
2026         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
2027         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
2028         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
2029         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
2030         __ieee751_expl to handle overflow.
2032 2009-10-14  David S. Miller  <davem@davemloft.net>
2034         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
2035         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
2037 2009-10-13  Andreas Schwab  <schwab@redhat.com>
2039         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
2040         !USE_MULTIARCH.
2042 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
2044         [BZ #10730]
2045         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
2046         Patch in part by Steve Ward <planet36@gmail.com>.
2048         [BZ #10731]
2049         * stdlib/rand_r.c: Fix typo.
2051         * po/cs.po: Update from translation team.
2053 2009-10-06  Andreas Schwab  <schwab@redhat.com>
2055         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
2056         returning if RTLD_NOLOAD.
2058 2009-10-06  Roland McGrath  <roland@redhat.com>
2060         * sysdeps/x86_64/multiarch/strstr-c.c
2061         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
2063         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
2064         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
2066         * sysdeps/x86_64/multiarch/init-arch.h
2067         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
2068         (HAS_CPU_FEATURE): New macro.
2069         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
2070         * sysdeps/x86_64/multiarch/init-arch.c
2071         (__get_cpu_features): #undef it before definition.
2073 2009-10-05  Andreas Schwab  <schwab@redhat.com>
2075         * locale/C-time.c: Revert week-1stday back to 19971130 and set
2076         first_weekday to 1 and first_workday to 2.
2078 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
2080         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
2081         F_GETOWN_EX.
2082         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2083         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2084         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2085         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2086         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2087         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2089 2009-09-28  Andreas Schwab  <schwab@redhat.com>
2091         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
2092         * stdio-common/vfprintf.c: Likewise.
2094 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2096         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
2097         (mkdirat): Call __directory_name_split_at instead of
2098         __directory_name_split.
2100 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
2102         * locale/programs/locale-spec.c (locale_special): If nothing matches
2103         fail with an appropriate message.
2105 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
2107         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
2108         and XX.
2110 2009-09-25  Andreas Schwab  <schwab@redhat.com>
2112         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
2113         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
2115 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2117         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
2119 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
2121         * iconvdata/iso646.c (gconv_init): Correctly initialize the
2122         character size elements in step data.
2124 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
2126         * po/hu.po: Update from translation team.
2127         * po/vi.po: Likewise.
2129 2009-09-19  Roland McGrath  <roland@redhat.com>
2131         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
2133 2009-09-15  Roland McGrath  <roland@redhat.com>
2135         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
2136         * nptl/sysdeps/pthread/configure: Regenerated.
2137         * nptl/sysdeps/x86_64/configure: Regenerated.
2138         * sysdeps/unix/sysv/linux/configure: Regenerated.
2139         * sysdeps/x86_64/elf/configure: Regenerated.
2141         * Makefile (autoconf-it): Set execute bit only on top-level configure.
2143         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
2144         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
2145         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
2146         * configure: Regenerated.
2148 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
2150         * posix/getconf.c (main): Handle -- on command line.
2152 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
2154         * configure.in: Support binutils 2.100 and 3.0.
2156 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
2158         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
2159         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
2160         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
2161         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
2163 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
2165         * locale/programs/ld-collate.c (struct locale_collate_t): Add
2166         unnamed_section_defined field.
2167         (collate_read): Test and set unnamed_section_defined.
2169         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
2170         _POSIX2_LINE_MAX.
2172 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
2174         * configure.in: Support binutils 2.20.
2176 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
2178         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
2179         __strstr_ia32): Add attribute_hidden.
2181 2009-09-01  Andreas Schwab  <schwab@redhat.com>
2183         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
2184         parsing of group entry.
2186 2009-09-02  Andreas Schwab  <schwab@redhat.com>
2188         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
2189         external buffer.  Always discard readahead in internal buffer.
2190         * libio/Makefile (tests): Add bug-wsetpos.
2191         * libio/bug-wsetpos.c: New file.
2193 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
2195         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
2196         Add attribute_hidden.
2197         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
2198         __strcasestr_sse2): Likewise.
2199         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
2200         (__fma_fma): Make static.
2201         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
2202         (__fmaf_fma): Make static.
2204 2009-08-31  Andreas Schwab  <schwab@redhat.com>
2206         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
2207         reformulate in-buffer optimisation check to match code in
2208         _IO_new_file_seekoff.
2210 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
2212         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
2213         to srwi in 32-bit memcpy for power6.
2215 2009-09-01  Andreas Schwab  <schwab@redhat.com>
2217         * include/stdio.h: Declare hidden proto for fflush.
2218         * libio/iofflush.c: Add hidden weak alias for fflush.
2220 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
2222         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
2223         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
2225 2009-08-31  Andreas Schwab  <schwab@redhat.com>
2227         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
2229 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
2231         [BZ #10560]
2232         * malloc/malloc.c: Add local assert definition to avoid problems with
2233         memory allocation in the real one.
2235 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2237         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
2238         Removed.
2239         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
2240         turn off SSSE3 on Atom.
2242 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
2244         * stdlib/tst-strtol.c (tests): More tests.
2245         * stdlib/tst-strtoll.c (tests): Likewise.
2247 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
2249         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
2251         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
2253 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
2255         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
2256         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
2258         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
2260         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
2262         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
2264 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
2266         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
2268 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
2270         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
2271         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
2273         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
2275         * sysdeps/x86_64/fpu/s_signbit.S: New file.
2276         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
2278         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
2279         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
2281         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
2282         leftover YMM_SIZE definition.
2284 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2286         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
2287         union.
2288         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
2289         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
2290         Redefine.
2291         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
2293         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
2294         and SET_FLOAT_WORD definitions.
2296 2009-08-24  Roland McGrath  <roland@redhat.com>
2298         * sysdeps/unix/syscall-template.S: New file.
2299         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
2300         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
2301         (compile-syscall): Pass mkdep and -g options as normal.
2302         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
2303         (common-generated): Don't add them here.
2305 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2307         * math/s_fdim.c: In case of overflows set errno.
2308         * math/s_fdimf.c: Likewise.
2309         * math/s_fdiml.c: Likewise.
2311         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
2312         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
2313         are using the inline optimizations.
2315         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
2316         (__signbitf): Likewise.
2318 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
2320         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
2321         terminated.
2322         * posix/Makefile (tests): Add bug-regex29.
2323         * posix/bug-regex29.c: New file.
2325         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
2326         older POSIX versions are selected.
2328         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
2329         as well.
2330         * stdio-common/printf_fphex.c: Likewise.
2331         * stdio-common/tstdiomisc.c: Add more tests.
2333         * locale/locale.h: Include xlocale.h and the thread-local locale
2334         declarations for XPG7, not XPG6.
2336 2009-08-21  Andreas Schwab  <schwab@redhat.com>
2338         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
2339         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
2340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
2341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
2342         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
2343         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2345 2009-08-20  Roland McGrath  <roland@redhat.com>
2347         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
2348         Use l_addr instead of l_map_start (dli_fbase).
2349         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
2350         address when there is no proximate symbol.
2351         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
2352         Likewise.
2354 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
2356         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
2358 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
2360         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
2361         Also handle SIGINT.  In that case only do the cleanup and then
2362         re-raise the signal.
2363         (main): Install handler for SIGINT.
2365 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2367         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
2368         clobber list.
2370 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2372         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
2373         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
2374         tst-auditmod7b.c.
2375         (tests): Add tst-audit6 tst-audit7.
2376         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
2377         tst-auditmod7a tst-auditmod7b.
2378         ($(objpfx)tst-audit6): New.
2379         ($(objpfx)tst-audit6.out): Likewise.
2380         ($(objpfx)tst-audit7): Likewise.
2381         ($(objpfx)tst-audit7.out): Likewise.
2382         (tst-audit6-ENV): Likewise.
2383         (tst-audit7-ENV): Likewise.
2384         (CFLAGS-tst-auditmod6b.c): Likewise.
2385         (CFLAGS-tst-auditmod6c.c): Likewise.
2386         (CFLAGS-tst-auditmod7b.c): Likewise.
2387         * elf/tst-audit6.c: New file.
2388         * elf/tst-audit7.c: New file.
2389         * elf/tst-auditmod6a.c: New file.
2390         * elf/tst-auditmod6b.c: New file.
2391         * elf/tst-auditmod6c.c: New file.
2392         * elf/tst-auditmod7a.c: New file.
2393         * elf/tst-auditmod7b.c: New file.
2394         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2395         saving and restoring SSE/AVX registers to ...
2396         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2398 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2400         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
2401         only if SHARED is defined.
2402         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
2404 2009-08-03  Jim Meyering  <meyering@redhat.com>
2406         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
2408 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
2410         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
2411         section as the other functions for this architecture.
2412         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2414 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
2416         * sysdeps/x86_64/strcmp.S: Add support to compile with
2417         USE_SSSE3.  In this case palignr is used.
2418         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
2419         available but SSSE3 is, pick __str{,n}cmp_ssse3.
2420         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2421         Add strcmp-ssse3 and strncmp-ssse3.
2422         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
2423         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
2425         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
2426         warning through fake initialization.
2428 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2430         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
2432 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2434         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
2435         unique symbols.
2437 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
2439         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
2440         EBX from EAX = 1.  Handle EAX = 11.
2442 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2444         * Makefile (TAGS): Use separate sed -e expressions to avoid \
2445         inside ''.
2447 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2449         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
2450         hidden IFUNC functions.
2451         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2453         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2455         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2456         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2457         strcasestr-c.
2458         (CFLAGS-strcspn-c.c): Define.
2459         (CFLAGS-strpbrk-c.c): Define.
2460         (CFLAGS-strspn-c.c): Define.
2461         (CFLAGS-strstr.c): Define.
2462         (CFLAGS-strcasestr.c): Define.
2463         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2464         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2465         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2466         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2467         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2468         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2469         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2470         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2471         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2472         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2473         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2474         -16L instead of 0xfffffffffffffff0L.
2475         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2477 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2479         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2481 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2483         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2484         another rewrite.  Much smaller and faster.
2485         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2487         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2488         ss_flags from the correct location.
2490 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2492         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2493         * sysdeps/i386/i686/cacheinfo.c: New file.
2494         * sysdeps/i386/i686/multiarch/Makefile: New file.
2495         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2496         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2497         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2498         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2499         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2500         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2501         (__cpuid_count): New. Provide the default.
2502         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2503         (__x86_64_preferred_memory_instruction): Define only if
2504         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2505         (intel_check_word): Use __cpuid.
2506         (handle_intel): Likewise.
2507         (handle_amd): Likewise.
2508         (__cache_sysconf): Likewise.
2509         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2510         (__cache_sysconf): Likewise.
2511         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2512         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2513         (get_common_indeces): Use __cpuid.
2514         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2515         if ENABLE_SSSE3_ON_ATOM is not defined.
2516         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2517         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2518         popcnt instead of popcntq.
2520 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2522         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2524 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2526         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2527         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2528         which always causes a compile error.
2530         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2532         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2533         comes from...
2534         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2535         which always causes a compile error.
2537         * debug/Makefile (tests): Add tst-longjmp_chk2.
2538         * debug/tst-longjmp_chk2.c: New file.
2540         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2541         Remove incorrect use of BP_SYM.
2542         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2543         here now since it is more complex than just a simple check.
2545         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2546         we make no more progress.
2548 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2550         * math/s_fma.c: Don't define alias if __fma is a macro.
2551         * math/s_fmaf.c: Likewise.
2552         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2553         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2554         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2556         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2557         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2558         New macro HAS_FMA.
2559         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2560         function.
2561         * include/libc-symbols.h (libm_ifunc): Define.
2562         * sysdeps/x86_64/multiarch/Versions: New file.
2564         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2566 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2568         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2570 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2572         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2573         call that registers used in calling conventions need to be preserved.
2574         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2575         to preserve register content if necessary.
2576         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2577         (_dl_x86_64_restore_sse): New function.
2578         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2579         is allowed to modify xmm/ymm registers.
2581         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2582         application's perspective.
2583         * stdio-common/scanf17.c: Likewise.
2585 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2587         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2588         size to memsz.
2589         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2590         here.
2591         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2592         two steps to catch bugs.
2594 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2596         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2597         determines which files are used in runtime lookups and only checks
2598         those for SSE use.
2599         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2600         testing.
2601         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2602         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2603         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2604         take a while.
2606         * elf/dl-open.c: Move _dl_scope_free to...
2607         * elf/dl-scope.c: ...here.  New file.
2608         * elf/Makefile (dl-routines): Add scope.
2610         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2611         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2612         RES_USE_DNSSEC.
2613         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2614         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2615         all the places we handled RES_USE_EDNS0 only before.
2616         Patch by Adam Tkac <atkac@redhat.com>.
2618 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2620         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2621         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2622         Update size when reallocating.
2624 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2626         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2627         functions used in ld.so modify xmm/ymm registers.
2628         * sysdeps/x86_64/Makefile:  Hook new test up.
2629         * sysdeps/x86_64/rtld-memchr.c: New file.
2630         * sysdeps/x86_64/rtld-memcmp.c: New file.
2631         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2632         * sysdeps/x86_64/rtld-strchr.S: New file.
2633         * sysdeps/x86_64/rtld-strlen.S: New file.
2634         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2635         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2637 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2639         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2640         strncmp-c.
2641         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2642         (exit): Likewise.
2643         (Byte1): Likewise.
2644         (Byte2): Likewise.
2645         (Byte3): Likewise.
2646         (Byte4): Likewise.
2647         (Byte5): Likewise.
2648         (Byte6): Likewise.
2649         (next_8_bytes): Likewise.
2650         (Byte0): Remove commented out codes.
2651         (unaligned_table): Align jump table at 8 bytes.
2652         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2653         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2654         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2655         * sysdeps/x86_64/strncmp.S: New file.
2657 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2659         [BZ #10422]
2660         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2661         kernels, dropped when eventfd2 support was added.
2662         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2663         kernels, dropped when signalfd4 support was added.
2664         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2665         added, name them.
2667         [BZ #10452]
2668         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2669         replies up.
2671         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2673 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2675         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2676         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2678         [BZ #10448]
2679         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2680         callback we must touch the status to avoid using stale value.
2682         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2683         compiled in.
2685 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2687         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2688         /lib/modules/* headers anymore.  We have sane headers in the standard
2689         place now.
2691 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2693         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2694         "etf3enh" and "highgprs" added.
2695         (_dl_s390_platforms): "z10" added.
2696         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2697         Increased for the new entries.
2698         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2699         HWCAP_S390_HIGH_GPRS added.
2701         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2702         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2703         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2704         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2705         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2707 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2709         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2710         avoid additional cpuid instructions.  Most of the information is
2711         stored somewhere.
2713         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2714         cache descriptors.
2715         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2718         SSSE3 bit for Atoms.
2719         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2720         here anymore.
2722         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2723         structure before copying it to avoid warning.
2724         * posix/tst-rfc3484-2.c (do_test): Likewise.
2725         * posix/tst-rfc3484-3.c (do_test): Likewise.
2727         [BZ #10416]
2728         * include/unistd.h: Make header file suitable for C++ test cases.
2729         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2731         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2732         stack alignment in the exit code.
2734         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2735         potentially be zero.
2737         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2738         unique symbol definition.
2739         Patch by Jakub Jelinek.
2740         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2741         make sure the object with the definition cannot be unloaded.  Adjust
2742         a few types.
2743         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2744         the unique symbol hash table should not be const.
2746 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2748         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2749         unnecesary variables.  Comment fixes.
2751 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2753         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2754         Use NONASCII_CASE information provided by the locale to determine
2755         whether optimized string load function can be used.  Minor cleanups.
2757 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2759         * string/strcasestr.c (STRCASESTR): New macro.
2760         (__strcasestr): Renamed to ..
2761         (STRCASESTR): ...this.
2762         * string/strstr.c (STRSTR): New macro.
2763         (strstr): Renamed to ..
2764         (STRSTR): ...this.
2765         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2766         strstr-c strcasestr-c
2767         (CFLAGS-strstr.c): New.
2768         (CFLAGS-strcasestr.c): Likewise.
2769         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2770         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2771         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2772         * sysdeps/x86_64/multiarch/strstr.c: New file.
2774 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2776         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2777         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2778         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2779         _NL_CTYPE_NONASCII_CASE.
2780         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2781         field.
2782         (ctype_finish): Check whether there are any 8-bit characters outside
2783         the range ASCII has or whether the mapping isn't the same as for
2784         ASCII (±0x20).  Set nonascii_case appropriately.
2785         (ctype_output): Add output handler for nonascii_case.
2787 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2789         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2790         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2792 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2794         [BZ #10360]
2795         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2796         0xffff in the EDNS0 record.
2798 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2800         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2801         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2802         is written before the list head update.
2803         Patch by Andreas Schwab <aschwab@redhat.com>.
2805 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2806             Jakub Jelinek  <jakub@redhat.com>
2808         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2809         corruption thread-safe.
2811 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2813         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2814         overrides atomic_compare_and_exchange_val_rel, define to
2815         atomic_compare_and_exchange_val_rel by default, otherwise default
2816         to catomic_compare_and_exchange_val_acq.
2817         (catomic_compare_and_exchange_bool_rel): If arch overrides
2818         atomic_compare_and_exchange_bool_rel, define to
2819         atomic_compare_and_exchange_bool_rel by default.
2820         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2821         Use catomic_compare_and_exchange_val_rel instead of
2822         catomic_compare_and_exchange_val_acq.
2824 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2826         * sysdeps/generic/ldsodefs.h: Add prototype for
2827         _dl_higher_prime_number.
2828         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2830         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2831         restoring of ymm registers a bit.
2833 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2835         * sysdeps/x86_64/memcmp.S: New file.
2837 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2839         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2840         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2841         pointers in writable memory.
2843 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2845         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2846         * config.make.in: Add config-cflags-avx entry.
2847         * configure.in: Substitute libc_cv_cc_avx.
2848         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2849         * elf/tst-audit4.c: New file.
2850         * elf/tst-audit5.c: New file.
2851         * elf/tst-auditmod4a.c: New file.
2852         * elf/tst-auditmod4b.c: New file.
2853         * elf/tst-auditmod5a.c: New file.
2854         * elf/tst-auditmod5b.c: New file.
2855         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2856         link-defines.sym.
2857         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2858         (La_x86_64_vector): Likewise.
2859         (La_x86_64_regs): Append lr_vector.
2860         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2861         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2862         saving and restoring SSE registers to ...
2863         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2864         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2865         <link-defines.h>.
2866         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2867         La_x86_64_regs.  Allocate extra space and jump to memory at
2868         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2869         (save_and_restore_vector_sse): New.
2870         (save_and_restore_vector_avx): Likewise.
2871         (check_avx): Likewise.
2872         (save_and_restore_vector): Likewise.
2873         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2874         HAVE_AVX_SUPPORT.
2875         * sysdeps/x86_64/link-defines.sym: New file.
2877 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2879         * elf/do-lookup.h: Removed after folding content into...
2880         * elf/dl-lookup.c: ...here.
2882         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2884 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2886         * configure.in: Check for gnu_unique_symbol symbol type.
2887         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2888         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2889         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2890         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2891         change.
2892         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2893         unique symbol table.
2894         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2895         for first namespace.
2896         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2897         unique symbol hash table.
2898         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2899         * elf/tst-unique1.c: New file.
2900         * elf/tst-unique1mod1.c: New file.
2901         * elf/tst-unique1mod2.c: New file.
2902         * elf/tst-unique2.c: New file.
2903         * elf/tst-unique2mod1.c: New file.
2904         * elf/tst-unique2mod2.c: New file.
2906 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2908         * elf/elf.h (STB_GNU_UNIQUE): Define.
2910         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2911         from...
2912         * include/inline-hashtab.h: ...here.
2913         (htab_expand): Adjust for renamed function.  Correct memory handling.
2915 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2917         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2919 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2921         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2922         (PPC_FEATURE_HAS_VSX): Likewise.
2924 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2926         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2927         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2929         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2930         aligned to 16 byte boundaries.
2931         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2932         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2933         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2935 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2937         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2938         * config.make.in (config-cflags-sse4): New variable.
2939         * configure.in: Substitute libc_cv_cc_sse4.
2940         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2941         HAVE_SSE4_SUPPORT.
2942         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2943         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2944         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2945         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2946         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2947         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2948         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2949         * sysdeps/x86_64/multiarch/strspn.S: New file.
2951 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2953         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2954         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2955         (tests): Add tst-audit3 for x86_64.
2956         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2957         ($(objpfx)tst-audit3): Define.
2958         ($(objpfx)tst-audit3.out): Define.
2959         (tst-audit3-ENV): Define.
2960         * elf/tst-audit3.c: New file.
2961         * elf/tst-auditmod3a.c: New file.
2962         * elf/tst-auditmod3b.c: New file.
2963         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2964         and restore xmm6.
2966         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2967         (__stpncpy): Renamed to ...
2968         (STPNCPY): This.
2969         (stpncpy): Create alias only if STPNCPY is not defined.
2970         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2971         defined.
2972         (strncpy): Renamed to ...
2973         (STRNCPY): This.
2974         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2975          stpncpy-c strncpy-c for string.
2976         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2977         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2978         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2979         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2980         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2981         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2983 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2985         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2986         adding to fast bin list.
2988 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2990         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2991         inet_makeaddr.  This worked only with class-based networks.
2992         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2993         Likewise.
2995         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2996         recognize all types.
2997         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2998         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2999         be in host byte order.
3001 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
3003         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
3004         (MODEL_OFFSET): Define.
3005         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
3006         family and model.
3007         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
3008         out common code into new function get_common_indeces. Determine
3009         extended family and model for Intel processors.
3011 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
3013         * resolv/resolv.h: Define RES_SNGLKUPREOP.
3014         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
3015         option.
3016         * resolv/res_send.c (reopen): New function.  Broken out of...
3017         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
3018         fallback mechanism.  If single-request fails switch to
3019         single-request-reopen mode which opens a new socket for the second
3020         request.
3022 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
3024         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
3025         (CHECK_SP): Use it.
3027 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
3029         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
3030         for saved registers.
3031         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
3032         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
3033         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
3035 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
3037         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
3039 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
3041         * po/id.po: Update from translation team.
3043         * po/bg.po: Update from translation team.
3045 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3047         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
3048         defined.
3049         (strncmp): Renamed to STRNCMP.
3050         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3051         strncmp-c for string.
3052         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
3053         * sysdeps/x86_64/multiarch/strcmp.S: New file.
3054         * sysdeps/x86_64/multiarch/strncmp.S: New file.
3055         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
3057 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3059         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
3060         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
3061         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
3062         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
3063         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
3064         ifuncmain7static.c.
3065         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
3066         ifuncmain7static, and ifuncmain7picstatic.
3067         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
3068         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
3069         $(objpfx)ifuncmain7pie.out.
3070         (modules-names): Add ifuncmod5 ifuncmod6
3071         (ifuncmod5.so-no-z-defs): Define.
3072         (ifuncmod6.so-no-z-defs): Define.
3073         (CFLAGS-ifuncmain5pic.c): Define.
3074         (CFLAGS-ifuncmain5picstatic.c): Define.
3075         (CFLAGS-ifuncmain5staticpic.c): Define.
3076         (CFLAGS-ifuncdep5pic.c): Define.
3077         (CFLAGS-ifuncmain7pic.c): Define.
3078         (CFLAGS-ifuncmain7picstatic.c): Define.
3079         (CFLAGS-ifuncmain1staticpie.c): Define.
3080         (CFLAGS-ifuncmain5pie.c): Define.
3081         (CFLAGS-ifuncmain6pie.c): Define.
3082         (CFLAGS-ifuncmain7pie.c): Define.
3083         ($(objpfx)ifuncmain1staticpie.out): Define.
3084         ($(objpfx)ifuncmain1staticpie): Define.
3085         ($(objpfx)ifuncmain5pie.out): Define.
3086         ($(objpfx)ifuncmain5pie): Define.
3087         ($(objpfx)ifuncmain6pie.out): Define.
3088         ($(objpfx)ifuncmain6pie): Define.
3089         ($(objpfx)ifuncmain5): Define.
3090         ($(objpfx)ifuncmain5pic): Define.
3091         ($(objpfx)ifuncmain5static): Define.
3092         ($(objpfx)ifuncmain5staticpic): Define.
3093         ($(objpfx)ifuncmain5picstatic): Define.
3094         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
3095         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
3096         ifuncmain6pie.out.
3097         * elf/b/elf/ifuncmain1staticpie.c: New file.
3098         * elf/ifuncdep5.c: New file.
3099         * elf/ifuncdep5pic.c: New file.
3100         * elf/ifuncmain5.c: New file.
3101         * elf/ifuncmain5pic.c: New file.
3102         * elf/ifuncmain5picstatic.c: New file.
3103         * elf/ifuncmain5pie.c: New file.
3104         * elf/ifuncmain5static.c: New file.
3105         * elf/ifuncmain5staticpic.c: New file.
3106         * elf/ifuncmain6pie.c: New file.
3107         * elf/ifuncmain7.c: New file.
3108         * elf/ifuncmain7pic.c: New file.
3109         * elf/ifuncmain7picstatic.c: New file.
3110         * elf/ifuncmain7pie.c: New file.
3111         * elf/ifuncmain7static.c: New file.
3112         * elf/ifuncmod5.c: New file.
3113         * elf/ifuncmod6.c: New file.
3115 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
3117         [BZ #10085]
3118         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
3119         (nss_endgrent): New variable.
3120         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
3121         fields. Change type of files to bool and adjust all users.
3122         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
3123         (internal_endgrent): Call nss_endgrent if necessary.
3124         (add_group): New function.  Broken out of...
3125         (check_and_add_group): ...here.
3126         (getgrent_next_nss): Remove test that any callback is available.
3127         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
3128         callback.  If there is no blacklist we can trust the results returned
3129         by the initgroups_dyn callback.  In case there is a callback and we
3130         find a group entry for the group ID but it doesn't contain the
3131         correct member, switch to the slow mode and use getgrent_r.
3132         (internal_getgrent_r): When we see a +: entry, determine whether
3133         there is any callback and which we can use the initgroups_dyn
3134         callback.
3136 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
3138         * malloc/malloc.c (_int_malloc): Add some consistency checks.
3139         (_int_free): Likewise.
3141         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
3142         AF_IEEE802154.
3143         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3144         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
3145         and ARPHRD_IEEE802154_PHY.
3147         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
3148         relative to generic Linux version.
3150 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
3152         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
3153         ($(objpfx)ifuncmain1vispie): Likewise.
3155 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3157         * login/Makefile: Build pt_chown as PIE.
3159 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
3161         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
3162         a format string.
3163         * elf/sln.c (usage): Likewise.
3164         * malloc/memusage.sh (do_help): Likewise.
3165         * nss/getent.c (more_help): Likewise.
3166         * posix/getconf.c (main): Likewise.
3167         * sunrpc/rpcinfo.c (usage): Likewise.
3168         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3170 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3172         * login/programs/pt_chown.c: Use libcap to drop privileges other than
3173         those needed.
3174         * login/Makefile: If necessary link pt_chown with -lcap.
3175         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
3176         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
3178 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
3180         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
3181         comparisons.
3182         * string/test-memchr.c (do_random_tests): Test very large lengths
3183         as well.
3185 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3187         * Makeconfig (+link-pie): Define.
3188         (+prectorS): Define.
3189         (+postctorS): Define.
3190         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
3191         * nscd/Makefile ($(objpfx)nscd): Likewise.
3193 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
3195         [BZ #10107]
3196         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
3197         with cmplwi.
3198         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
3200 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
3202         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
3203         into ...
3204         * sysdeps/unix/grantpt.c: ...here.
3206 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
3208         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
3209         chmod if it is necessary.
3211         [BZ #10166]
3212         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
3213         when the slave device is in devpts or devfs.
3215         [BZ #10183]
3216         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
3218         [BZ #10195]
3219         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
3220         of nd_opt_home_agent_info_preference to uint16_t.
3221         Patch by Arnaud Ebalard <arno@natisbad.org>.
3223         [BZ #10207]
3224         * nss/getent.c: Add support for printing gshadow data.
3226         [BZ #10203]
3227         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
3228         not just the currently used one and those which follow.
3229         Patch by Joe Landers <jlanders@vmware.com>.
3231         [BZ #10196]
3232         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
3233         * libio/Makefile: Run tst-fgetwc with necessary envvar.
3234         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
3236         [BZ #10217]
3237         * stdlib/abort.c: Define variable __abort_msg.
3238         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
3239         * include/stdlib.h: Declare __abort_msg.
3240         * assert/assert-perr.c: Don't free buffer for message immediately.
3241         Store atomically in __abort_msg and free old buffer if necessary.
3242         * assert/assert.c: Likewise.
3243         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
3244         store pointer in __abort_msg, and possibly free old string.
3245         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
3247         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
3249         [BZ #10211]
3250         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
3251         handle leap seconds if they are available.
3252         Patch by Akinori Hattori <hattya@gentoo.org>.
3254         * timezone/tzselect.ksh: Update from tzcode2009i.
3255         * timezone/zdump.c: Likewise.
3256         * timezone/zic.c: Likewise.
3258         * timezone/africa: Update from tzdata2009i.
3259         * timezone/antarctica: Likewise.
3260         * timezone/asia: Likewise.
3261         * timezone/australasia: Likewise.
3262         * timezone/backward: Likewise.
3263         * timezone/etcetera: Likewise.
3264         * timezone/europe: Likewise.
3265         * timezone/factory: Likewise.
3266         * timezone/iso3166.tab: Likewise.
3267         * timezone/leapseconds: Likewise.
3268         * timezone/northamerica: Likewise.
3269         * timezone/pacificnew: Likewise.
3270         * timezone/solar87: Likewise.
3271         * timezone/solar88: Likewise.
3272         * timezone/solar89: Likewise.
3273         * timezone/southamerica: Likewise.
3274         * timezone/systemv: Likewise.
3275         * timezone/yearistype: Likewise.
3276         * timezone/zone.tab: Likewise.
3278 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
3280         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
3281         STT_GNU_IFUNC symbol or in 8 into type_class.
3283         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
3284         instead of Elf64_Addr.
3286 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
3288         * po/sv.po: Update from translation team.
3290         [BZ #10229]
3291         * misc/sys/select.h (__NFDBITS): Expression should have type int.
3292         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
3293         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
3294         the C version.
3296 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
3298         * Versions.def: Add GLIBC_2.11 for libpthread.
3300 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
3302         * resolv/res_send.c (send_dg): Remember we switched to
3303         single-request mode.
3305 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
3307         * dlfcn/dlfcn.h: Remove comma at end of enum.
3308         Patch by J.H.M. Dassen <rdassen@redhat.com>.
3310         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
3311         parsing mode string.
3313 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
3315         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
3317         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
3319         * sysdeps/x86_64/multiarch/strlen.S: New file.
3320         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
3321         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
3322         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
3323         content.
3325         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
3326         is defined.
3328 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
3330         * sysdeps/x86_64/strlen.S: Minor optimizations.
3332 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3334         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
3335         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
3336         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
3337         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
3338         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
3339         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
3340         ifuncmain3.c, ifuncmod3.c,.
3341         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
3342         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
3343         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
3344         ifuncmain4picstatic.
3345         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
3346         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
3347         ifuncmain3, ifuncmain4.
3348         (tests): Depend on $(objpfx)ifuncmain1pie.out and
3349         $(objpfx)ifuncmain1vispie.out.
3350         (modules-names): Add ifuncmod1 ifuncmod3.
3351         (generated): Add ifuncmain1pie ifuncmain1pie.out
3352         ifuncmain1vispie ifuncmain1vispie.out.
3353         Define rules to build and run the tests.
3354         * elf/ifuncdep1.c: New file.
3355         * elf/ifuncdep1pic.c: New file.
3356         * elf/ifuncdep2.c: New file.
3357         * elf/ifuncdep2pic.c: New file.
3358         * elf/ifuncmain1.c: New file.
3359         * elf/ifuncmain1pic.c: New file.
3360         * elf/ifuncmain1picstatic.c: New file.
3361         * elf/ifuncmain1pie.c: New file.
3362         * elf/ifuncmain1static.c: New file.
3363         * elf/ifuncmain1staticpic.c: New file.
3364         * elf/ifuncmain1vis.c: New file..
3365         * elf/ifuncmain1vispic.c: New file..
3366         * elf/ifuncmain1vispie.c: New file.
3367         * elf/ifuncmain2.c: New file.
3368         * elf/ifuncmain2pic.c: New file.
3369         * elf/ifuncmain2picstatic.c: New file.
3370         * elf/ifuncmain2static.c: New file.
3371         * elf/ifuncmain3.c: New file.
3372         * elf/ifuncmain4.c: New file.
3373         * elf/ifuncmain4picstatic.c: New file.
3374         * elf/ifuncmain4static.c: New file.
3375         * elf/ifuncmod1.c: New file.
3376         * elf/ifuncmod3.c: New file.
3378 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
3380         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
3382 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
3384         [BZ #10221]
3385         * posix/Makefile (routines): Add execvpe.
3386         * posix/Versions: Export execvpe for GLIBC_2.11.
3387         * posix/execvp.c: Now only a wrapper.  Move code to...
3388         * posix/execvpe.c: ...here.  New file.
3389         * posix/unistd.h: Declare execvpe.
3391 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
3393         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
3394         for STT_GNU_IFUNC handling for efficiency.
3395         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3397         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
3398         _exit.
3399         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
3401 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3403         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
3404         for !SHARED.
3406 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
3408         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
3409         is not defined.
3410         (__rela_iplt_start): New declaration.
3411         (__rela_iplt_end): Likewise.
3412         (__rel_iplt_start): Likewise.
3413         (__rel_iplt_end): Likewise.
3414         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
3415         * elf/elf.h (R_386_IRELATIVE): New macro.
3416         (R_X86_64_IRELATIVE): New macro.
3417         (R_386_NUM): Updated.
3418         (R_X86_64_NUM): Likewise.
3419         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
3420         (libc_ifunc_hidden_def): New macro.
3421         * sysdeps/generic/dl-irel.h: New file.
3422         * sysdeps/i386/dl-irel.h: New file.
3423         * sysdeps/x86_64/dl-irel.h: New file.
3424         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
3425         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
3426         Handle R_386_IRELATIVE.
3427         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
3428         (elf_machine_lazy_rela): Likewise.
3429         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3430         R_X86_64_IRELATIVE.
3431         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
3433 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3435         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
3436         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
3437         are no differences.  If an architecture has bits in CPUID index 1
3438         meaning different things the values for the COMMON_CPUID_INDEX_1
3439         index must not be set.
3440         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
3441         (HAS_POPCOUNT): ...this.  New macro.
3442         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
3443         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
3444         to set the value for Intel and AMD architectures.
3445         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
3446         INTEL_CPUID_INDEX_1.
3447         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
3448         change.
3450 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3452         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3453         and $build.
3455 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3457         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3458         (__expm1l): Set errno to ERANGE on overflow.
3459         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3460         (__tanl): Set errno to EDOM for Â±Inf.
3461         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3462         (__cosl): Set errno to EDOM for Â±Inf.
3463         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3464         (__sinl): Set errno to EDOM for Â±Inf.
3466         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3467         defined, use it.
3468         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3469         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3470         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3472 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3474         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3475         code accessing it.
3476         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3478 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3480         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3481         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3482         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3483         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3485         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3486         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3487         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3488         defined.
3489         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3490         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3492 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3494         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3495         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3496         is, either do nothing at all if __ASSUME_ACCEPT4, or
3497         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3498         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3499         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3500         define.
3501         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3502         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3503         internal_accept4 in socket directory.
3505 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3507         * sysdeps/ia64/configure.in: New file.
3509 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3511         [BZ #10162]
3512         * sysdeps/ia64/memchr.S: Use speculative load.
3514         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3515         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3516         use it.
3518         * sysdeps/i386/__longjmp.S: Add .text.
3519         * sysdeps/x86_64/__longjmp.S: Likewise.
3521 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3523         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3524         __ASSUME_ACCEPT4 for IA-64.
3526 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3528         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3530         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3531         (SOCKOP_accept4): Define.
3533 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3535         Sun approved the change of the license.
3536         * sunrpc/auth_des.c: Replace license text.
3537         * sunrpc/auth_none.c: Likewise.
3538         * sunrpc/auth_unix.c: Likewise.
3539         * sunrpc/authdes_prot.c: Likewise.
3540         * sunrpc/authuxprot.c: Likewise.
3541         * sunrpc/bindrsvprt.c: Likewise.
3542         * sunrpc/clnt_gen.c: Likewise.
3543         * sunrpc/clnt_perr.c: Likewise.
3544         * sunrpc/clnt_raw.c: Likewise.
3545         * sunrpc/clnt_simp.c: Likewise.
3546         * sunrpc/clnt_tcp.c: Likewise.
3547         * sunrpc/clnt_udp.c: Likewise.
3548         * sunrpc/clnt_unix.c: Likewise.
3549         * sunrpc/des_crypt.c: Likewise.
3550         * sunrpc/des_soft.c: Likewise.
3551         * sunrpc/get_myaddr.c: Likewise.
3552         * sunrpc/getrpcport.c: Likewise.
3553         * sunrpc/key_call.c: Likewise.
3554         * sunrpc/key_prot.c: Likewise.
3555         * sunrpc/openchild.c: Likewise.
3556         * sunrpc/pm_getmaps.c: Likewise.
3557         * sunrpc/pm_getport.c: Likewise.
3558         * sunrpc/pmap_clnt.c: Likewise.
3559         * sunrpc/pmap_prot.c: Likewise.
3560         * sunrpc/pmap_prot2.c: Likewise.
3561         * sunrpc/pmap_rmt.c: Likewise.
3562         * sunrpc/rpc/auth.h: Likewise.
3563         * sunrpc/rpc/auth_unix.h: Likewise.
3564         * sunrpc/rpc/clnt.h: Likewise.
3565         * sunrpc/rpc/des_crypt.h: Likewise.
3566         * sunrpc/rpc/key_prot.h: Likewise.
3567         * sunrpc/rpc/netdb.h: Likewise.
3568         * sunrpc/rpc/pmap_clnt.h: Likewise.
3569         * sunrpc/rpc/pmap_prot.h: Likewise.
3570         * sunrpc/rpc/pmap_rmt.h: Likewise.
3571         * sunrpc/rpc/rpc.h: Likewise.
3572         * sunrpc/rpc/rpc_des.h: Likewise.
3573         * sunrpc/rpc/rpc_msg.h: Likewise.
3574         * sunrpc/rpc/svc.h: Likewise.
3575         * sunrpc/rpc/svc_auth.h: Likewise.
3576         * sunrpc/rpc/types.h: Likewise.
3577         * sunrpc/rpc/xdr.h: Likewise.
3578         * sunrpc/rpc_clntout.c: Likewise.
3579         * sunrpc/rpc_cmsg.c: Likewise.
3580         * sunrpc/rpc_common.c: Likewise.
3581         * sunrpc/rpc_cout.c: Likewise.
3582         * sunrpc/rpc_dtable.c: Likewise.
3583         * sunrpc/rpc_hout.c: Likewise.
3584         * sunrpc/rpc_main.c: Likewise.
3585         * sunrpc/rpc_parse.c: Likewise.
3586         * sunrpc/rpc_parse.h: Likewise.
3587         * sunrpc/rpc_prot.c: Likewise.
3588         * sunrpc/rpc_sample.c: Likewise.
3589         * sunrpc/rpc_scan.c: Likewise.
3590         * sunrpc/rpc_scan.h: Likewise.
3591         * sunrpc/rpc_svcout.c: Likewise.
3592         * sunrpc/rpc_tblout.c: Likewise.
3593         * sunrpc/rpc_util.c: Likewise.
3594         * sunrpc/rpc_util.h: Likewise.
3595         * sunrpc/rpcinfo.c: Likewise.
3596         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3597         * sunrpc/rpcsvc/key_prot.x: Likewise.
3598         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3599         * sunrpc/rpcsvc/mount.x: Likewise.
3600         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3601         * sunrpc/rpcsvc/rex.x: Likewise.
3602         * sunrpc/rpcsvc/rstat.x: Likewise.
3603         * sunrpc/rpcsvc/rusers.x: Likewise.
3604         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3605         * sunrpc/rpcsvc/spray.x: Likewise.
3606         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3607         * sunrpc/rtime.c: Likewise.
3608         * sunrpc/svc.c: Likewise.
3609         * sunrpc/svc_auth.c: Likewise.
3610         * sunrpc/svc_authux.c: Likewise.
3611         * sunrpc/svc_raw.c: Likewise.
3612         * sunrpc/svc_run.c: Likewise.
3613         * sunrpc/svc_simple.c: Likewise.
3614         * sunrpc/svc_tcp.c: Likewise.
3615         * sunrpc/svc_udp.c: Likewise.
3616         * sunrpc/svc_unix.c: Likewise.
3617         * sunrpc/svcauth_des.c: Likewise.
3618         * sunrpc/xcrypt.c: Likewise.
3619         * sunrpc/xdr.c: Likewise.
3620         * sunrpc/xdr_array.c: Likewise.
3621         * sunrpc/xdr_float.c: Likewise.
3622         * sunrpc/xdr_mem.c: Likewise.
3623         * sunrpc/xdr_rec.c: Likewise.
3624         * sunrpc/xdr_ref.c: Likewise.
3625         * sunrpc/xdr_sizeof.c: Likewise.
3626         * sunrpc/xdr_stdio.c: Likewise.
3628         * po/da.po: Update from translation team.
3630 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3632         * sysdeps/sh/____longjmp_chk.S: New file.
3633         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3634         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3636 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3637             Ulrich Drepper  <drepper@redhat.com>
3639         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3640         (__nscd_cache_search): Assume each entry in the
3641         hash chain needs one hashentry and half of datahead.  Use
3642         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3644 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3646         * posix/sys/wait.h: Fix typos.  Pretty printing.
3647         * stdlib/stdlib.h: Likewise.  Correct comments.
3649         [BZ #10159]
3650         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3652         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3653         patch.
3655 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3657         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3658         Use it if we absolutely cannot reach any more correct list elements
3659         because that many do not fit into the currently mapped database.
3661 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3663         * nscd/nscd_helper.c: Include stddef.h.
3664         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3665         in a couple of places.  Return NULL if trail is not less than
3666         datasize, don't consider dataheads with length smaller than
3667         offsetof (struct datahead, data) + datalen.
3668         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3669         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3670         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3671         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3672         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3673         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3674         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3676         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3677         Rename ...
3678         (fallocate64): ... to this.
3679         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3680         Rename ...
3681         (fallocate64): ... to this.
3682         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3683         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3684         fallocate64@@GLIBC_2.10.
3685         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3686         fallocate64@@GLIBC_2.11.
3687         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3689         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3690         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3692         * nscd/selinux.c (nscd_avc_destroy): Removed.
3693         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3694         * nscd/nscd.c (termination_handler): Don't call
3695         nscd_avc_destroy.
3697 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3699         * include/atomic.h: Formatting.
3700         (catomic_compare_and_exchange_val_acq): Don't define if already
3701         defined by bits/atomic.h.
3703 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3705         * math/libm-test.inc (expm1_test): Add test for range error.
3707         * Versions.def: Add GLIBC_2.11 for libc.
3708         * debug/Makefile (routines): Add longjmp_chk.
3709         Add rules to build and run tst-longjmp_chk.
3710         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3711         * debug/longjmp_chk.c: New file.
3712         * debug/tst-longjmp_chk.c: New file.
3713         * include/bits/setjmp2.: New file.
3714         * include/stdio.h: Mark __fortify_fail as internal_function.
3715         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3716         * setjmp/bits/setjmp2.h: New file.
3717         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3718         of the aliases.
3719         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3720         defined.
3721         * sysdeps/i386/____longjmp_chk.S: New file.
3722         * sysdeps/x86_64/____longjmp_chk.S: New file.
3723         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3724         * sysdeps/x86_64/__longjmp.S: Likewise.
3726         * version.h: Bump for 2.11 development.
3728         * elf/check-execstack.c: New file.
3729         * elf/Makefile: Add rules to build and run check-execstack.
3731 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3733         * version.h (VERSION): Bump to 2.10.1.
3735         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3736         compatibility functions.
3737         * nss/getXXent_r.c: Likewise.
3738         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3739         * gshadow/getsgnam_r.c: Likewise.
3740         * gshadow/Version: Remove duplicate entries.
3742         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3743         for recent processor.
3744         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3745         Likewise.
3747 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3749         * version.h (VERSION): Bump for 2.10 release.
3750         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3752         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3753         same place we add ASFLAGS-config.
3755 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3757         [BZ #10128]
3758         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3759         or FORMERR and the other NOERROR, don't raise an error.
3761 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3763         [BZ #10118]
3764         * Makeconfig (+asflags): New variable based upon ASFLAG or
3765         asflags-cpu.
3766         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3767         * config.make.in (asflags-cpu): Add variable based upon
3768         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3769         the assembler.
3770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3771         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3772         recognizes power6 instruction set due to passing -mcpu=power6 from
3773         --with-cpu=power6 when compiling .S files.
3774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3775         Likewise.
3776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3777         Likewise.
3778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3779         Likewise.
3781 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3783         * string/stratcliff.c (do_test): Test for zero length
3784         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3785         at the end of the page.
3787 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3789         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3791         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3792         count is zero.
3794         * po/da.po: Update from translation team.
3796 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3798         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3799         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3801 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3803         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3804         and READ_IMPLIES_EXEC.
3806 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3808         * po/da.po: Update from translation team.
3810 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3812         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3813         comment change.
3815 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3817         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3818         to MAP_ANON in PROT_NONE mmap64 call.
3819         (open_archive): Likewise.
3820         (file_data_available_p): Use mmap64 instead of mremap.
3821         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3822         Attempt to reserve address space after mmap64 region.
3824 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3826         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3827         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3828         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3830         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3831         atanh should set ERANGE.
3833         [BZ #10087]
3834         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3835         result of lookup to make call to implement STT_GNU_IFUNC.
3836         (_dl_profile_fixup): Likewise.
3837         Patch by H.J. Lu <hjl.tools@gmail.com>.
3839         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3840         warning.
3842         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3843         from definition.
3845         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3846         label if it is not used.
3848         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3849         of gmon_hist_hdr and gmon_hdr structures and use them.
3850         * elf/sprof.c: Likewise.
3852         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3853         warning.
3855         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3857         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3858         to avoid cast.
3860         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3861         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3862         to avoid warnings.
3863         (iruserok_af): Use ss_family instead of casts.
3865         * gmon/gmon.c (write_hist): Define real-type variant of
3866         gmon_hist_hdr structure and use it.
3867         (write_gmon): Likewise for gmon_hdr.
3869         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3870         function if we are not going to define it.
3871         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3873         * inet/inet6_option.c (option_alloc): Add temporary variable to
3874         avoid warning.
3876         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3877         name of VTable element.
3878         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3879         * libio/iovsscanf.c: Likewise.
3880         * libio/vasprintf.c: Likewise.
3881         * libio/vsnprintf.c: Likewise.
3882         * stdio-common/isoc99_vsscanf.c: Likewise.
3883         * stdlib/strfmon_l.c: Likewise.
3884         * debug/vasprintf_chk.c: Likewise.
3885         * debug/vsnprintf_chk.c: Likewise.
3886         * debug/vsprintf_chk.c: Likewise.
3888         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3889         function pointers.
3891 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3893         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3895 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3897         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3899         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3900         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3901         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3902         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3903         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3904         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3905         * math/libm-test.inc: Add tests for errno after tan calls with
3906         Â±Inf.
3908         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3909         errno value vor pow(+-0,neg).
3910         * math/libm-test.inc (pow_test): Add tests for errno value for
3911         pole errors.
3913         * math/w_fmod.c: Also handle x=±Inf as error.
3914         * math/w_fmodf.c: Likewise.
3915         * math/w_fmodl.c: Likewise.
3916         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3917         x=±Inf or y=0.
3919         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3920         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3921         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3922         * sysdeps/i386/fpu/s_sin.S: Likewise.
3923         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3924         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3925         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3926         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3927         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3928         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3929         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3930         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3931         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3932         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3933         Â±Inf.
3935         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3936         ERANGE for underflows.
3937         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3939         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3940         the 2001 revision.
3942         * libio/tst-widetext.input: Remove surrogates.
3944         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3946         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3947         for lgamma should set errno to ERANGE, not EDOM.
3948         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3950 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3952         [BZ #10093]
3953         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3954         UTF-16 surrogates.
3956         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3957         space when temporarily mapping the whole content of the old file.
3959         [BZ #10100]
3960         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3961         not zero.
3963 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3965         * iconvdata/sjis.c (BODY): Don't advance inptr before
3966         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3967         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3968         two byte chars.
3970 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3972         * locale/locarchive.h (struct locarhandle): Rename len field to
3973         mmaped and add new reserved field.
3974         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3975         (create_archive): Reserve address space and then map file into it.
3976         (open_archive): Likewise.
3977         (file_data_available_p): New function.
3978         (compare_from_file): New function.
3979         (close_archive): Adjust to member name changes.
3980         (add_locale): Before comparing locale data, check it is mapped.
3981         Otherwise fall back to reading from the file.
3983 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3985         * stdio-common/psiginfo.c: Include <errno.h>.
3987 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3989         [BZ #9920]
3990         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3991         to get consistency between 32 and 64 bit architectures.
3993         [BZ #10052]
3994         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3995         directory for dummy syscall rules.
3996         Patch by Chris Steinbroner <hesh@pobox.com>.
3998 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
4000         [BZ #10092]
4001         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
4002         MNT_EXPIRE.
4004 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
4006         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
4007         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
4009 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
4011         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
4012         data from vector to temporary buffer and call PWRITEV after it
4013         instead of vice versa.
4014         * sysdeps/posix/preadv.c: Fix up comment.
4015         * misc/preadv.c: Likewise.
4016         * misc/preadv64.c: Likewise.
4017         * misc/pwritev.c: Likewise.
4018         * misc/pwritev64.c: Likewise.
4019         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
4021 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
4023         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
4025         * shadow/Makefile (tests): Add tst-shadow.
4026         * shadow/tst-shadow.c: New file.
4028         [BZ #9955]
4029         * gshadow/Makefile: New file.
4030         * gshadow/Versions: New file.
4031         * gshadow/fgetsgent.c: New file.
4032         * gshadow/fgetsgent_r.c: New file.
4033         * gshadow/getsgent.c: New file.
4034         * gshadow/getsgent_r.c: New file.
4035         * gshadow/getsgnam.c: New file.
4036         * gshadow/getsgnam_r.c: New file.
4037         * gshadow/gshadow.h: New file.
4038         * gshadow/putsgent.c: New file.
4039         * gshadow/sgetsgent.c: New file.
4040         * gshadow/sgetsgent_r.c: New file.
4041         * gshadow/tst-gshadow.c: New file.
4042         * include/gshadow.h: New file.
4043         * Makeconfig (all-subdirs): Add gshadow.
4044         * Makefile (installed-headers): Add gshadow/gshadow.h.
4045         * nss/Makefile (databases): Add sgrp.
4046         * nss/Versions: Add gshadow functions as private exports.
4047         * nss/nsswitch.conf: Add gshadow entry.
4048         * nss/sgrp-lookup.c: New file.
4049         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
4050         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
4051         * nss/nss_files/files-sgrp.c: New file.
4052         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
4053         * sysdeps/unix/sysv/linux/paths.h: Likewise.
4055 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
4057         * stdio-common/printf.h: Add missing const to register_printf_modifier.
4058         * stdio-common/reg-modifier.c: Likewise.
4060 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
4062         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
4063         is no FPU.
4065 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
4067         [BZ #10086]
4068         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
4069         headers up to 2.6.30.
4071         * po/ca.po: Update from translation team.
4073 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
4075         [BZ #10069]
4076         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
4077         an object that uses static TLS if the TLS modid is higher than the
4078         reserve we always allocate.  At least for multi-threaded code.
4080 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
4082         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
4083         Numerically stable check for valid width.
4085         * locale/programs/locarchive.c (open_archive): Map the entire file
4086         and not just the administrative data.
4087         (add_locale): When we find a hash sum match compare the content
4088         to be sure.
4090         * malloc/malloc.c (malloc_info): Output address space information.
4092 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
4094         * malloc/malloc.c (malloc_info): Also output system memory information.
4096         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
4097         architectures have preadv/pwritev in 2.6.30.
4099         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
4100         * sysdeps/posix/readv.c: Likewise.
4101         Reported by Markus Armbruster <armbru@redhat.com>.
4103         * malloc/hooks.c (top_check): Force hook value into register.
4105 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4107         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
4108         calls to _dl_relocate_object.
4110 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
4112         [BZ #9957]
4113         * malloc/malloc.c (force_reg): Define.
4114         (sYSMALLOc): Load hook variable into variable
4115         before test and force into register.
4116         (sYSTRIm): Likewise.
4117         (public_mALLOc): Force hook value into register.
4118         (public_fREe): Likewise.
4119         (public_rEALLOc): Likewise.
4120         (public_mEMALIGn): Likewise.
4121         (public_vALLOc): Likewise.
4122         (public_pVALLOc): Likewise.
4123         (public_cALLOc): Likewise.
4124         (__posix_memalign): Likewise.
4125         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
4126         before test and force into register.
4127         * malloc/hooks.c (top_check): Likewise.
4128         (public_sET_STATe): Pretty printing.
4130         * resolv/res_send.c (send_dg): Don't just ignore the result we got
4131         in case we only receive one reply in single-request mode.
4133 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
4135         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
4136         are dlopened in statically linked program even for __LM_ID_CALLER.
4138 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
4140         * resolv/res_send.c (send_dg): Don't switch into single-request
4141         mode if we already are in it.
4143 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
4145         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
4146         are always at least 4 bytes in the returned line.
4148 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
4150         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
4151         __libc_use_alloca (8192), if the stack is too small use 512 bytes
4152         instead of 8K.  Stop searching in /proc/stat after hitting first
4153         line not starting with cpu.
4154         (next_line): Truncate too long
4155         lines at buffer size * 3/4 instead of pretending there were line
4156         breaks inside of large lines.
4158 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4160         * sysdeps/x86_64/mp_clz_tab.c: New file.
4162 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
4163             Ulrich Drepper  <drepper@redhat.com>
4165         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
4166         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
4167         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
4169 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
4171         * sysdeps/sh/libc-tls.c: New file.
4173         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
4175 2009-04-14  Roland McGrath  <roland@redhat.com>
4177         * elf/elf.h: Add various missing ARM constants, to match binutils.
4179 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4181         Optimizations from GMP.
4182         * sysdeps/x86_64/add_n.S: New file.
4183         * sysdeps/x86_64/addmul_1.S: New file.
4184         * sysdeps/x86_64/lshift.S: New file.
4185         * sysdeps/x86_64/mul_1.S: New file.
4186         * sysdeps/x86_64/rshift.S: New file.
4187         * sysdeps/x86_64/sub_n.S: New file.
4188         * sysdeps/x86_64/submul_1.S: New file.
4190 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4192         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
4193         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
4194         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
4195         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4197 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
4199         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
4200         preadv/pwritev.
4202 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
4204         * sysdeps/x86-64/strrchr.S: New file.
4206 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
4208         * stdio-common/printf.h (struct printf_info): Add user element.
4209         New types printf_arginfo_size_function, printf_va_arg_function.
4210         Declare register_printf_specifier, register_printf_modifier,
4211         register_printf_type.
4212         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
4213         (union printf_arg): Add pa_user element.
4214         Adjust __printf_arginfo_table type.
4215         Add __printf_va_arg_table, __printf_modifier_table,
4216         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
4217         declarations.
4218         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
4219         If registered arginfo call failed try normal specifier.
4220         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
4221         function.
4222         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
4223         * stdio-common/Versions: Export register_printf_modifier,
4224         register_printf_type, and register_printf_specifier for GLIBC_2.10.
4225         * stdio-common/reg-modifier.c: New file.
4226         * stdio-common/reg-type.c: New file.
4227         * stdio-common/reg-printf.c (__register_printf_specifier): New
4228         function.  Mostly the old __register_printf_function function but
4229         uses locking and type of third parameter changed.
4230         (__register_printf_function): Implement using
4231         __register_printf_specifier.
4232         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
4233         calls to arginfo functions.  Allocate enough memory for user-defined
4234         types.  Call new va_arg functions to get user-defined types.
4235         Try installed handlers even for existing format specifiers first.
4237 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
4239         * sysdeps/x86_64/rawmemchr.S: New file.
4241         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
4242         Simplified code and possible copy problem fixed.
4244         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
4245         function if it is not defined.  Add some necessary casts.
4246         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
4248         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
4249         have preadv/pwritev in 2.6.30.
4251 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
4253         * malloc/malloc.c (malloc_info): New function.
4254         * malloc/malloc.h: Declare it.
4255         * malloc/Versions: Export malloc_info for GLIBC_2.10.
4257         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
4258         to avoid PLT slot.
4260         * malloc/malloc.c (_int_realloc): Add parameter with old block
4261         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
4262         Adjust all callers.
4263         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
4265 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
4267         * sysdeps/x86_64/strchrnul.S: New file.
4269         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
4270         depending libcrypt on -lfreebl3.
4272         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
4273         preadv/pwritev in 2.6.30.
4275         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
4276         instead of __strcasecmp.
4278         * string/stratcliff.c (do_test): Add memchr tests..
4279         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
4280         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
4281         first read quad word.
4283 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
4285         * string/strverscmp.c (__strverscmp): Fix last cleanups.
4286         * string/tst-svc.input: Add new test case.
4287         * string/tst-svc.expect: Adjust.
4288         * string/Makefile: Don't ignore tst-svc error.
4290         * sysdeps/x86_64/memchr.S: New file.
4292         * resolv/resolv.h (RES_SNGLKUP): Define.
4293         * resolv/res_init.c (res_setoptions): Recognize single-request option.
4294         * resolv/res_send.c (send_dg): If we sent two requests at once and
4295         only get one reply before timeout switch to mode where we send the
4296         second request only after the first answer has been received.
4298 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
4300         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
4301         * sysdeps/x86_64/strchr.S: Likewise.
4303 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
4305         * configure.in: We need to test for the compiler earlier.
4307         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
4308         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
4309         GLIBC_2.10.
4310         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
4311         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
4312         and pwritev.
4313         * misc/preadv.c: New file.
4314         * misc/preadv64.c: New file.
4315         * misc/pwritev.c: New file.
4316         * misc/pwritev64.c: New file.
4317         * sysdeps/posx/preadv.c: New file.
4318         * sysdeps/posx/preadv64.c: New file.
4319         * sysdeps/posx/pwritev.c: New file.
4320         * sysdeps/posx/pwritev64.c: New file.
4321         * sysdeps/unix/sysv/linux/preadv.c: New file.
4322         * sysdeps/unix/sysv/linux/preadv64.c: New file.
4323         * sysdeps/unix/sysv/linux/pwritev.c: New file.
4324         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
4325         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
4326         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
4328         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
4329         compatibility code.
4330         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
4332         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4333         __ASSUME_COMPLETE_READV_WRITEV.
4334         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
4335         with modern kernels.
4336         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4338         * sysdeps/posix/readv.c: Since read is a cancellation point we have
4339         to free a possible malloced buffer in case of cancellation.
4340         * sysdeps/posix/writev.c: Likewise for write.
4342 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
4344         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
4346         * configure.in: Recognize --enable-nss-crypt.
4347         * config.make.in: Add nss-crypt entry.
4348         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
4349         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
4350         and include path for NSS directory to compiler for md5-crypt,
4351         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
4352         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
4353         function implementation, use NSS.  Introduce wrappers around the
4354         hash function calls.  Little code size optimization.
4355         * crypt/sha256-crypt.c: Likewise.
4356         * crypt/sha512-crypt.c: Likewise.
4357         * scripts/check-local-headers.sh: Ignore nss3 directory.
4359         * configure.in: Rename pic_default to libc_cv_pic_default.
4360         * config.make.in: Likewise.
4362 2009-04-01  Roland McGrath  <roland@redhat.com>
4364         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
4365         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
4366         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
4367         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
4368         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
4369         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
4370         (R_SPARC_NUM): Update.
4371         From Dave Miller <davem@davemloft.net>.
4373 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
4375         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
4377 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
4379         * elf/dl-open.c: Keep track of used name spaces and only iterate over
4380         those which are used.
4381         * elf/dl-addr.c: Likewise.
4382         * elf/dl-caller.c: Likewise.
4383         * elf/dl-fini.c: Likewise.
4384         * elf/dl-iteratephdr.c: Likewise.
4385         * elf/dl-libc.c: Likewise.
4386         * elf/dl-load.c: Likewise.
4387         * elf/dl-support.c: Likewise.
4388         * elf/dl-sym.c: Likewise.
4389         * elf/rtld.c: Likewise.
4390         * sysdeps/generic/ldsodefs.h: Likewise.
4392         * elf/dl-load.c: Remove support for systems without MAP_ANON.
4393         * elf/dl-minimal.c: Likewise.
4394         * elf/dl-misc.c: Likewise.
4395         * elf/rtld.c: Likewise.
4396         * sysdeps/generic/ldsodefs.h: Likewise.
4398 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
4400         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
4401         Avoid reuse of complex expression.
4403         * po/fr.po: Update from translation team.
4405 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4407         * include/dirent.h: Yet more changes to match sort function type
4408         change.
4409         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
4410         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
4411         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
4413 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
4415         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
4417 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4419         * nscd/connections.c (restart): Try to preserve the process name
4420         by reading the /proc/self/exe symlink and using the return name.
4421         Patch by Jeff Bastian <jbastian@redhat.com>.
4423 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
4425         [BZ #9733]
4426         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
4427         if we are not loading a new audit library.
4428         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
4429         Only use profiling trampoline for auditing if we are not relocating
4430         an audit library.
4431         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
4432         * elf/rtld.c: Likewise.
4433         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
4435         * elf/rtld.c (dl_main): Extend help message for --audit option.
4437         [BZ #9759]
4438         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
4439         alphasort64, versionsort, and versionsort64 to POSIX 2008.
4440         * dirent/alphasort.c: Adjust implementation to type change.
4441         * dirent/alphasort64.c: Likewise.
4442         * dirent/scandir.c: Likewise.
4443         * dirent/versionsort.c: Likewise.
4444         * dirent/versionsort64.c: Likewise.
4445         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
4446         declaration.
4447         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
4448         declaration.
4450         [BZ #9880]
4451         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4452         correctly.  Set segleft member in output as required.
4453         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4454         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4456         [BZ #9881]
4457         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4458         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4459         * inet/Makefile (tests): Add tst-inet6_rth.
4460         * inet/tst-inet6_rth.c: New file.
4462         [BZ #5807]
4463         * string/strlen.c (strlen): Fix omission in the expression to test
4464         for NUL bytes.
4466 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4468         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4470         * elf/dl-runtime.c (reloc_offset): Define.
4471         (reloc_index): Define.
4472         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4473         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4474         computing index from reloc_offset.
4475         (_dl_call_pltexit): Likewise.
4476         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4477         the relocation index to _dl_fixup.
4478         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4479         _dl_call_pltexit.
4480         * sysdeps/x86_64/dl-runtime.c: New file.
4482         [BZ #9893]
4483         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4484         alignment of La_x86_64_regs.  Store xmm parameters.
4485         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4487         [BZ #9913]
4488         * string/strverscmp.c (__strverscmp): Fix case of different digits
4489         in fractional part of string.
4490         Patch by Jingyu Liu <jyliu@fortinet.com>.
4491         * string/Makefile (tests): Add tst-svc2.
4492         * string/tst-svc2.c: New file.
4494         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4496         * locale/iso-639.def: Add Min Nan.
4498 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4500         [BZ #9948]
4501         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4503 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4505         * elf/dl-sysdep.c (auxvars): Compress data structure.
4507         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4508         STT_GNU_IFUNC handling.
4509         (elf_machine_rela): Likewise.
4511 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4513         * config.h.in (USE_MULTIARCH): Define.
4514         * configure.in: Handle --enable-multi-arch.
4515         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4516         (_dl_fixup_profile): Likewise.
4517         * elf/do-lookup.c (dl_lookup_x): Likewise.
4518         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4519         * elf/elf.h (STT_GNU_IFUNC): Define.
4520         * include/libc-symbols.h (libc_ifunc): Define.
4521         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4522         framework in init-arch.h to get CPUID values.
4523         * sysdeps/x86_64/multiarch/Makefile: New file.
4524         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4525         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4526         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4528         * config.make.in (experimental-malloc): Define.
4529         * configure.in: Handle --enable-experimental-malloc.
4530         * malloc/Makefile: Handle experimental-malloc flag.
4531         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4532         * malloc/arena.c: Likewise.
4533         * malloc/hooks.c: Likewise.
4534         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4536 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4538         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4539         prediction.  A few size optimizations.
4541 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4543         * time/tzset.c: Optimize a bit for size.
4545 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4547         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4548         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4550         * elf/sprof.c: Avoid warning about multi-line comment.
4552 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4554         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4555         DST name.
4556         * time/tst-posixtz.c: Add tests for quoted timezone names.
4558 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4560         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4561         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4562         200809L instead of 200112L.
4563         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4564         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4566         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4567         instead of __quick_exit_funcs to __run_exit_handlers.
4568         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4569         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4570         (__cxa_at_quick_exit): Remove attribute_hidden.
4571         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4572         to __run_exit_handlers.
4573         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4574         attribute_hidden.
4576 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4578         * po/id.po: Update from translation team.
4580 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4583         .machine push; .machine "power6" and .machine pop around mtfsf
4584         insns outside of _ARCH_PWR6 define.
4585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4587         Likewise.
4588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4589         Likewise.
4590         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4591         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4592         relax_fenv_state): Likewise.
4594 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4596         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4597         cxa_at_quick_exit.
4598         (static-only-routines): Add at_quick_exit.
4599         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4600         GLIBC_2.10.
4601         * stdlib/quick_exit.c: New file.
4602         * stdlib/at_quick_exit.c: New file.
4603         * stdlib/cxa_at_quick_exit.c: New file.
4604         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4605         it appropriately.
4606         (__internal_atexit): New function.
4607         (__new_exitfn): Now takes parameter to point to the list to use.
4608         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4609         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4610         (exit): ...here.  Just call __run_exit_handlers appropriately.
4611         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4612         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4613         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4614         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4616         * po/id.po: Update from translation team.
4618 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4620         * po/ru.po: Update from translation team.
4622 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4624         * po/nl.po: Update from translation team.
4626 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4628         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4629         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4630         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4631         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4632         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4633         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4634         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4636         * po/pl.po: Update from translation team.
4638 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4640         [BZ #7083]
4641         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4642         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4643         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4644         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4645         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4646         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4647         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4648         for GLIBC_2.10.
4649         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4650         Add fallocate and fallocate64.
4652         * io/fcntl.h: Pretty printing.
4654 2009-03-02  Richard Guenther  <rguenther@suse.de>
4656         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4657         attribute also for non-C99 inline semantics variant.
4659 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4661         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4662         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4663         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4664         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4666         Likewise.
4667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4668         Likewise.
4670 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4672         * po/cs.po: Update from translation team.
4674 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4676         * po/bg.po: Update from translation team.
4677         * po/sv.po: Likewise.
4678         * po/fi.po: Likewise.
4679         * po/vi.po: Likewise.
4681 2009-02-27  Roland McGrath  <roland@redhat.com>
4683         * Makeconfig (%.v.i): Depend on Makeconfig.
4684         Exclude % lines from initial #-comment removal.
4686 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4688         * po/ko.po: Update from translation team.
4690 2009-02-26  Roland McGrath  <roland@redhat.com>
4692         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4693         avoids unused warning.
4695 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4696             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4698         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4699         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4700         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4701         and asm/user.h.  Include asm/ptrace.h.
4702         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4703         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4704         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4705         Undefine.
4706         (start_thread): Don't undefine.
4707         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4708         Define.
4710 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4712         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4713         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4714         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4715         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4716         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4717         200112L to 200809L.
4718         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4719         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4720         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4721         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4722         _SC_THREAD_ROBUST_PRIO_PROTECT.
4723         * posix/unistd.h: fexecve is in POSIX 2008.
4724         * time/time.h: strftime_l is in POSIX 2008.
4725         * io/sys/stat.h: futimens is in POSIX 2008.
4726         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4727         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4728         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4729         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4730         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4731         open_memstream, and vdprintf are in POSIX 2008.
4733 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4735         * include/features.h: Define macros for XPG7/POSIX 2008.
4736         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4737         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4738         POSIX 2008.
4739         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4740         * locale/xlocale.h: Define locale_t type.
4741         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4742         in POSIX 2008.  Don't define locale_t here.
4743         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4744         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4745         UTIME_OMIT only with __USE_ATFILE.
4746         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4747         * stdio-common/psiginfo.c: New file.
4748         * stdio-common/psiginfo-data.h: New file.
4749         * stdio-common/psiginfo-define.h: New file.
4750         * stdio-common/Makefile (routines): Add psiginfo.
4751         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4752         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4753         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4754         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4755         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4756         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4757         * io/sys/stat.h: Move mknodat definition into same conditional as
4758         mknod.
4759         * time/sys/time.h: futimesat is not among the functions accepted
4760         into the POSIX standard.
4762         * include/features.h: If no feature selection given and we select
4763         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4764         * posix/Versions: Export __posix_getopt.
4765         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4766         Use it to alternatively initialize __posixly_correct.
4767         (_getopt_internal_r): Take addition parameter.  Pass on to
4768         _getopt_initialize.
4769         (_getopt_internal): Take addition parameter.  Pass on to
4770         _getopt_internal_r.
4771         (getopt): Pass additional zero to _getopt_internal.
4772         (__posix_getopt): New function.
4773         * posix/getopt.h: Add redirection for getopt.
4774         * posix/getopt1.c (getopt_long): Pass additional zero to
4775         _getopt_internal.
4776         (getopt_long_only): Likewise.
4777         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4778         (_getopt_long_only_r): Likewise.
4779         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4780         _getopt_internal_r.
4782 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4784         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4785         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4786         * sysdeps/posix/sysconf.c (__sysconf): Handle
4787         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4788         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4790 2009-02-24  Roland McGrath  <roland@redhat.com>
4792         [BZ #9895]
4793         * README.template: Reworded not to use substituted version number.
4794         Renamed to ...
4795         * README: ... here (no longer generated).
4796         * Makefile (README): Target removed.
4798 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4800         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4801         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4802         instead.
4804         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4806         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4808 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4810         * po/bg.po: Update from translation team.
4812 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4814         * stdlib/monetary.h: Uglify function parameter names.
4815         * sunrpc/rpc/pmap_clnt.h: Likewise.
4816         * sunrpc/rpc/svc.h: Likewise.
4817         * sunrpc/rpc/xdr.h: Likewise.
4818         * sunrpc/rpc/clnt.h: Likewise.
4819         * resolv/netdb.h: Likewise.
4820         * resolv/arpa/nameser.h: Likewise.
4821         * resolv/resolv.h: Likewise.
4822         * argp/argp.h: Likewise.
4823         * locale/langinfo.h: Likewise.
4824         * io/sys/stat.h: Likewise.
4825         * posix/spawn.h: Likewise.
4826         * nis/rpcsvc/nislib.h: Likewise.
4827         * malloc/obstack.h: Likewise.
4828         * sysdeps/ia64/bits/link.h: Likewise.
4829         * sysdeps/i386/bits/link.h: Likewise.
4830         * sysdeps/s390/bits/link.h: Likewise.
4831         * sysdeps/powerpc/bits/link.h: Likewise.
4832         * sysdeps/x86_64/bits/link.h: Likewise.
4833         * sysdeps/sparc/bits/link.h: Likewise.
4834         * sysdeps/sh/bits/link.h: Likewise.
4835         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4836         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4837         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4838         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4840 2008-12-01  Fredrik Unger  <fred@tree.se>
4842         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4843         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4844         _FP_UNPACK_RAW_2, fix up first argument.
4846 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4848         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4849         (GET_NPROCS_PARSER): Change parameters and use next_line.
4850         (__get_nprocs): Rewrite to not use stdio routines.
4851         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4852         Change parameters and use next_line.
4854 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4856         [BZ #5381]
4857         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4858         Change mempool_alloc prototype.
4859         * nscd/mem.c (gc): Don't handle mem_in_flight.
4860         (mempool_alloc): Third parameter now only indicates whether this is the
4861         first call (to allocate data) or not.  If it is, get db rdlock.
4862         Release it on error.  Don't handle mem_in_flight.
4863         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4864         Adjust third parameter of mempool_alloc calls.
4865         Nothing to do here in case mempool_alloc fails.
4866         Avoid local variable shadowing parameter.  No need to get db rdlock
4867         before calling cache_add.
4868         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4869         no mem_in_flight array anymore.
4870         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4871         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4872         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4873         in case mempool_alloc fails. No need to get db rdlock before calling
4874         cache_add.
4875         * nscd/hstcache.c (cache_addhst): Likewise.
4876         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4877         * nscd/servicescache.c (cache_addserv): Likewise.
4878         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4880 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4882         * po/lt.po: Update from translation team.
4884 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4886         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4887         defined, allow additional data to be added using the optional
4888         MORE_ELF_HEADER_DATA macro.
4889         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4890         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4892 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4894         * include/atomic.h: Define catomic_and if not already defined.
4895         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4896         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4898 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4900         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4901         Change all callers.
4902         (_int_realloc): Likewise.  Third argument is now padded size
4903         All _int_* functions are now static.
4905         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4906         * malloc/arena.c: Likewise.
4907         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4908         functions.
4910         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4911         easily.
4913         * malloc/malloc.c: Add branch prediction for use of the hooks.
4915         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4917 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4919         [BZ #7095]
4920         * bits/confname.h: Add SUSv7 macros for getconf environments.
4921         * bits/environments.h: Likewise.
4922         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4923         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4924         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4925         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4926         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4927         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4928         * posix/getconf.c: Likewise.
4929         * posix/sysconf.c: Likewise.
4930         * sysdeps/posix/sysconf.c: Likewise.
4931         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4932         environments.
4934 2009-01-16  Petr Baudis  <pasky@suse.cz>
4936         [BZ #9753]
4937         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4938         even if we currently have zero nscount.
4940 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4942         [BZ #9781]
4943         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4944         the input line is too long.
4946         * po/Makefile (libc.pot): Add f_print as function taking c-format
4947         parameter.
4949         * debug/xtrace.sh: Unify translatable messages.
4950         * elf/ldd.bash.in: Likewise.
4951         * elf/sprof.c: Likewise.
4952         * locale/programs/locale.c: Likewise.
4953         * malloc/memusage.sh: Likewise.
4954         * nss/getent.c: Likewise.
4956 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4958         * debug/pcprofiledump.c (print_version,
4959         argp_program_version_hook): New function.
4960         * elf/ldconfig.c (more_help): New function.
4961         (argp): Use it.
4962         * elf/sln.c (usage): New function.
4963         (main): Support --help and --version.
4964         * malloc/memusagestat.c (print_version): New function.
4965         (argp_program_version_hook): New variable.
4966         * nscd/nscd.c (more_help): New function.
4967         (argp): Use it.
4968         * posix/getconf.c (main): Send --version output to stdout.
4969         Support --help.
4970         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4971         arguments.  All callers changed.
4972         (print_version): New function.
4973         (parseargs): Support --help and --version.
4974         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4975         changed.
4976         (print_version): New function.
4977         (main): Use getopt_long.  Support --help and --version.
4978         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4979         --version.
4981 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4983         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4984         (update_data): Fix handling of wrapping back
4985         to the beginning of the buffer.
4987         [BZ #9823]
4988         * stdio-common/psignal.c (psignal): Fix test for empty string.
4990 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4992         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4993         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4994         move _null_auth to .rodata.
4996         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4997         value of 24.
4999         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
5001         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
5002         today than when the original code was written.  Use larger
5003         buffers.  This also makes it unnecessary to have stat information,
5004         if this causes extra efforts.
5005         (__opendir): In case O_DIRECTORY works, don't call fstat just for
5006         __alloc_dir.
5008 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
5010         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
5011         is set.
5012         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
5013         * sysdeps/sh/sh4/__longjmp.S: Likewise.
5014         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
5015         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
5016         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
5017         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
5019 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
5021         * po/ru.po: Update from translation team.
5023 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5025         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
5026         Add _tid slot to maintain consistency with kernel.
5028 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
5030         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
5031         incomplete characters at end of input buffer.
5032         * libio/Makefile (tests): Add tst-fgetwc.
5033         * libio/tst-fgetwc.c: New file.
5034         * libio/tst-fgetwc.input: New file.
5036 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
5038         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
5040 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
5042         [BZ #9793]
5043         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
5044         *OUTBUFSTART unless the whole output fit into the buffer.
5045         * iconv/Makefile (tests): Add tst-iconv4.
5046         * iconv/tst-iconv4.c: New file.
5048 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
5050         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
5051         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5053 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
5055         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
5056         newer linker scripts.
5058 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
5060         [BZ #7040]
5061         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
5062         inotify_rm_watch should have type int.
5064 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
5066         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
5067         Make aligned_restore_vmx a local symbol.
5068         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
5069         Likewise.
5071 2009-01-30  Andreas Jaeger  <aj@suse.de>
5073         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
5074         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
5075         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
5076         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
5077         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
5078         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
5079         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
5081 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
5083         [BZ #9726]
5084         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
5085         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
5087 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
5089         [BZ #9726]
5090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5091         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
5092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5093         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
5095 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
5097         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
5098         memcpy instead of memcmp.
5099         (_dl_setup_pointer_guard): Likewise.
5101 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
5103         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
5104         manipulated brk, use malloc_printerr.
5105         * misc/sbrk.c (__sbrk): Better error handling for nonsense
5106         requests.
5108 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
5110         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
5111         rindex): For C++ add inlines so that they can be recognized as
5112         builtins.
5113         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
5115 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
5116             Jakub Jelinek  <jakub@redhat.com>
5118         * string/string.h: Define correct C++ prototypes for gcc 4.4.
5119         * wcsmbs/wchar.h: Likewise.
5121 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
5123         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
5124         (stackinfo_sub_sp): Define.
5126 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
5128         [BZ #9750]
5129         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
5130         * include/alloca.h (alloca_account): Define.
5131         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
5132         (stackinfo_sub_sp): Define.
5134         * nscd/connections.c (nscd_init): If database file access fails
5135         check whether this is due to permission problems and bail in that
5136         case.
5138         [BZ #9741]
5139         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
5140         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
5142 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5144         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
5145         Add "t" to clobber list.
5146         (INTERNAL_SYSCALL_NCS): Likewise.
5148 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
5150         * nss/getent.c (print_networks): Don't print comma between aliases.
5152 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
5154         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
5156         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
5157         the hash table.
5158         * misc/Makefile (tests): Add bug-hsearch1.
5159         * misc/bug-hsearch1.c: New file.
5161 2009-01-22  Roland McGrath  <roland@redhat.com>
5163         * Makeconfig (%.v.i): Strip trailing # comments,
5164         not only whole-line comments.
5166 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
5168         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
5169         one parameter.  If non-NULL use it to initialize return value.
5170         (_dl_setup_pointer_guard): New function.
5171         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5172         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
5173         * elf/rtld.c (security_init): Pass _dl_random to
5174         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
5175         pointer_chk_guard.
5176         * elf/dl-sysdep.c (_dl_random): New variable.
5177         (_dl_sysdep_start): Handle AT_RANDOM.
5178         (_dl_show_auxv): Likewise.
5179         * elf/dl-support.c (_dl_random): New variable.
5180         (_dl_aux_init): Handle AT_RANDOM.
5181         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
5182         to _dl_setup_stack_chk_guard.
5184         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
5186 2009-01-10  Roland McGrath  <roland@redhat.com>
5188         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
5190 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
5192         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
5194         [BZ #9706]
5195         * nss/nss_files/files-parse.c (strtou32): New function.
5196         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
5197         across 32-bit and 64-bit platforms.
5198         (INT_FIELD_MAYBE_NULL): Likewise.
5200 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
5202         [BZ #9720]
5203         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
5204         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
5205         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
5206         Likewise.
5208 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
5210         [BZ #697]
5211         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
5212         being NULL also if there are no backreferences.
5213         * posix/rxspencer/tests: Add testcases.
5215 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
5217         [BZ #9697]
5218         * posix/bug-regex17.c: Add testcases.
5219         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
5220         handling.
5222 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5224         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
5225         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
5226         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
5227         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
5228         for elf subdir.
5229         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
5230         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
5231         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
5232         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
5233         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5234         * sysdeps/unix/sysv/linux/s390/Versions: New file.
5236 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
5238         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
5239         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
5240         re_string_skip_chars, re_string_reconstruct): Likewise.
5241         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
5243 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
5245         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
5246         adjust the buffer alignment.
5248 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5250         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
5251         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
5252         net/route.h.
5254         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
5255         flavor to description only when flavor is not NULL.
5257         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
5258         mutex after SIGIO/SIGURG lookup loop.
5260 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5262         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
5264 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
5266         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
5267         handling.
5269 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
5271         * sysdeps/unix/sysv/linux/kernel-features.h
5272         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
5274         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
5275         if no output is written.
5277         * version.h: Bump to 2.10 development.
5279         * posix/getconf.c: Update copyright year.
5280         * nss/getent.c: Likewise.
5281         * iconv/iconvconfig.c: Likewise.
5282         * iconv/iconv_prog.c: Likewise.
5283         * elf/ldconfig.c: Likewise.
5284         * catgets/gencat.c: Likewise.
5285         * csu/version.c: Likewise.
5286         * elf/ldd.bash.in: Likewise.
5287         * elf/sprof.c (print_version): Likewise.
5288         * locale/programs/locale.c: Likewise.
5289         * locale/programs/localedef.c: Likewise.
5290         * nscd/nscd.c (print_version): Likewise.
5291         * debug/xtrace.sh: Likewise.
5292         * malloc/memusage.sh: Likewise.
5293         * malloc/mtrace.pl: Likewise.
5294         * debug/catchsegv.sh: Likewise.
5296 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
5298         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
5299         script.
5301 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
5303         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
5304         gethostbyname4_r function call succeeded, just leave the loop.
5306         [BZ #9694]
5307         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
5308         very end.
5309         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
5310         * wctype/Makefile (tests): Add bug-wctypeh.
5311         * wctype/bug-wctypeh.c: New file.
5313         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
5314         LOCALDOMAIN is defined.
5315         * nscd/nscd_getai.c (__nscd_getai): Likewise.
5317         * sysdeps/x86_64/bits/select.h: New file.
5319         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
5321 2008-12-21  Bruno Haible  <bruno@clisp.org>
5323         [BZ #9677]
5324         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
5325         if no output is written.
5327 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
5329         * login/utmp_file.c (pututline_file): Replace call to dup2 with
5330         libc internal symbol __dup2 to avoid access through the PLT.
5332 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
5334         [BZ #6545]
5335         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
5336         available only for __USE_GNU.
5338         * inet/Makefile (tests): Add tst-getni2.
5339         * inet/tst-getni2.c: New file.
5341         [BZ #7080]
5342         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
5343         NULL when NI_NAMEREQD is set.
5344         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
5345         * inet/Makefile (tests): Add tst-getni1.
5346         * inet/tst-getni1.c: New file.
5348 2008-12-03  Petr Baudis  <pasky@suse.cz>
5350         [BZ #7067]
5351         * nscd/connections.c (invalidate_cache): Use prune_run_lock
5352         instead of prune_lock.
5353         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
5354         * nscd/nscd.h (database_dyn): Add prune_run_cache.
5356 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
5358         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
5359         use.
5361         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
5362         handling.
5364         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
5365         after reading name server list.
5367         [BZ #7058]
5368         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
5369         handling for host name aliases.
5371 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
5373         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
5374         instead of doing things manually.
5376 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
5378         * posix/regex_internal.h (build_wcs_upper_buffer):
5379         Return type is reg_error_t.
5381 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
5383         * posix/globtest.sh: Use mktemp to create temporary file and
5384         directory.
5386         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
5387         sets correctly.
5388         (__CPU_CLR_S): Likewise.
5389         (__CPU_ISSET_S): Likewise.
5391 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
5392             Ulrich Drepper  <drepper@redhat.com>
5394         * scripts/firstversion.awk: Use custom comparison function to compare
5395         version numbers.
5396         * scripts/versions.awk: Use sort invocation which can handle
5397         multi-digit sub-version numbers.
5399 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
5401         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
5402         * locale/iso-639.def: Add Chhattisgarhi entry.
5404 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
5406         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
5407         ESRCH return value.
5408         (_nss_dns_gethostbyname4_r): Likewise.
5409         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
5410         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
5411         gethostbyname4_r, we don't have a separate IPv6 status, so copy
5412         the no_data variable.
5414         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
5415         information at the correct index.
5417         * socket/sys/socket.h: Declare accept4.
5418         * socket/accept4.c: New file.
5419         * sysdeps/unix/sysv/linux/accept4.c: New file.
5420         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
5421         * socket/Makefile (routines): Add accept4.
5422         * socket/Versions: Export accept4 with version GLIBC_2.10.
5423         * socket/paccept.c: Removed.
5424         * sysdeps/unix/sysv/linux/paccept.c: Removed.
5425         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
5426         * Versions.def: Define GLIBC_2.10 for libc.
5427         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
5429         * nscd/connections.c: Use accept4.
5431         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
5433 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
5435         * resolv/res_send.c (send_dg): Create sockets with non-blocking
5436         flag already set.
5438         * stdlib/setenv.c (unsetenv): Don't search environment if it does
5439         not exist.
5440         * stdlib/Makefile (tests): Add tst-unsetenv1.
5441         * stdlib/tst-unsetenv1.c: New file.
5443 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
5445         * login/utmp_file.c (file_writable): New variable.
5446         (setutent_file): Don't try to open file for writing.
5447         (pututline_file): Before writing, make descriptor writable if
5448         necessary.
5450 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5452         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5453         to IPv4 or IPv6 if an interface has been found.
5455 2008-11-26  Roland McGrath  <roland@redhat.com>
5457         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5458         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5460         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5461         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5462         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5464         * elf/elf.h (NT_386_IOPERM): New macro.
5465         (NT_PPC_VSX): New macro.
5467 2008-11-25  Roland McGrath  <roland@redhat.com>
5469         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5470         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5471         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5472         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5473         Subdirectories moved to ports repository.
5474         * configure.in (base_machine): Remove alpha case.
5476 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5478         * sysdeps/mach/strerror_l.c: New file.
5480 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5482         [BZ #6411]
5483         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5484         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5485         magic numbers.
5486         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5487         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5488         (relax_fenv_state): Same as above.
5489         (FPSCR_29): Reserve bit in ISA 2.05.
5490         (FPSCR_NI): Provide define for compat.
5491         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5492         magic numbers.
5493         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5494         magic numbers.
5495         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5496         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5497         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5498         access to hwcap to account for hwcap size increase to uint64_t.
5499         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5500         Likewise.
5501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5502         (*setcontext): Likewise.
5503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5504         New file.
5505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5506         New file.
5507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5508         (*setcontext): dynamically select mtfsf insn based on
5509         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5510         increase to uint64_t.
5511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5512         (*swapcontext): dynamically select mtfsf insn based on
5513         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5514         increase to uint64_t.
5515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5516         New file.
5517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5518         New file.
5519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5520         (*setcontext): dynamically select mtfsf insn based on
5521         PPC_FEATURE_HAS_DFP.
5522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5523         (*swapcontext): dynamically select mtfsf insn based on
5524         PPC_FEATURE_HAS_DFP.
5526 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5528         * version.h: Bump for 2.9 release.
5529         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5531         [BZ #7029]
5532         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5533         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5534         all the rounding.
5536 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5538         [BZ #7009]
5539         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5540         unknown request types for now.
5542 2008-11-11  Roland McGrath  <roland@redhat.com>
5544         * sysdeps/x86_64/configure: New file.
5546         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5547         * configure: Regenerated.
5549 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5551         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5552         correct instruction to remove the stack frame.
5554 2008-11-03  Michael Matz  <matz@suse.de>
5556         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5557         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5559 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5561         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5562         Remove.
5564         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5565         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5566         of the thread variable instead of void *.
5567         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5568         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5569         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5570         __libc_tsd_define arguments.
5571         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5572         __libc_tsd_address arguments.  Remove union hack.
5573         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5574         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5575         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5576         Adjust __libc_tsd_{set,get} arguments.
5577         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5578         __libc_tsd_define arguments.
5579         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5580         arguments.
5581         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5582         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5583         (LOCALE): Adjust __libc_tsd_define arguments.
5584         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5585         arguments.
5586         (LOCALE): Adjust __libc_tsd_define arguments.
5587         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5588         arguments.
5589         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5590         arguments.
5592 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5594         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5595         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5597 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5599         [BZ #6966]
5600         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5602 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5603             Ulrich Drepper  <drepper@redhat.com>
5605         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5606         definition for GCC 3.1 and later.
5608 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5610         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5611         refetch dtv, as it might have changed.
5612         * elf/Makefile: Add rules to build and run tst-tls18.
5613         * elf/tst-tls18.c: New test.
5614         * elf/tst-tlsmod18a.c: New file.
5616 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5618         [BZ #6875]
5619         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5621 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5623         [BZ #6867]
5624         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5626         [BZ #6919]
5627         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5628         Fix length of copy operation.
5630 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5632         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5633         and fix its calling convention.
5635 2008-10-07  Andreas Schwab  <schwab@suse.de>
5637         [BZ #6942]
5638         * resolv/res_send.c (send_vc): Fix last change.
5639         (send_dg): Align here as well.
5641 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5643         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5644         return value in case rlimit is RLIM_INFINITY.
5646         [BZ #6947]
5647         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5648         for UL_SETFSIZE.
5649         * resource/Makefile (tests): Add bug-ulimit1.
5650         * resource/bug-ulimit1.c: New file.
5652         [BZ #6974]
5653         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5654         without dot.  Properly terminate the string with a null byte.
5655         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5657         [BZ #6980]
5658         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5659         negative sizees.
5660         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5661         negative __size.
5663         [BZ #6995]
5664         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5666 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5668         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5669         abort if there is no initgroups_dyn function.
5671         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5672         result if any of the queries really provided an answer.
5674 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5676         * po/lt.po: Update from translation team.
5678 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5680         * po/id.po: Update from translation team.
5682 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5684         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5685         Fix tests for existence of second reply.
5687 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5689         * po/id.po: New file.
5690         Contributed by the Indonesian translation team.
5692 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5694         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5695         initialization.
5697 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5699         * elf/Makefile: Add rules to build and run tst-tls17.
5700         * elf/tst-tls17.c: New test.
5701         * elf/tst-tlsmod17a.c: New file.
5702         * elf/tst-tlsmod17b.c: Likewise.
5704 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5706         * stdlib/divmod_1.c: Use correct type for dummy variable.
5707         * stdlib/mod_1.c: Likewise.
5709 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5711         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5713 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5715         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5716         __nonnull order for C++.
5717         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5718         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5720 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5722         * stdlib/longlong.h: Update from GCC.
5724 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5725             David S. Miller  <davem@davemloft.net>
5727         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5728         make sure any registers used with 64-bit 'branch-on-register'
5729         instructions have their top 32-bits clear.
5730         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5731         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5733 2008-09-18  Andreas Schwab  <schwab@suse.de>
5735         [BZ #6942]
5736         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5737         Properly handle partial reads.
5739 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5741         * elf/elf.h (STO_MIPS_PLT): New.
5742         (R_MIPS_COPY): New.
5743         (R_MIPS_JUMP_SLOT): New.
5744         (R_MIPS_NUM): Redefine to 128.
5745         (DT_MIPS_PLTGOT): New.
5746         (DT_MIPS_RWPLT): New.
5747         (DT_MIPS_NUM): Redefine to 0x35.
5749 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5751         * timezone/africa: Update from tzdata2008f.
5752         * timezone/asia: Likewise.
5753         * timezone/australasia: Likewise.
5754         * timezone/europe: Likewise.
5755         * timezone/leapseconds: Likewise.
5756         * timezone/northamerica: Likewise.
5757         * timezone/southamerica: Likewise.
5758         * timezone/zone.tab: Likewise.
5760 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5762         * nscd/connections.c: Disable use of paccept for now.
5764 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5766         * socket/Versions: Remove paccept export for GLIBC_2.9.
5767         * socket/Makefile (routines): Remove paccept.
5768         * socket/sys/socket.h: Remove paccept declaration.
5770         * po/sv.po: Update from translation team.
5772 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5774         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5775         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5777 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5779         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5780         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5782 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5784         * sunrpc/rpc/svc.h: Declare svcfd_create.
5785         Patch by Michael Solberg <msolberg@redhat.com>.
5787 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5788             Ulrich Drepper  <drepper@redhat.com>
5790         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5791         _int_valloc fails.
5792         (public_pVALLOc): Likewise.
5794 2008-09-02  Andreas Jaeger  <aj@suse.de>
5796         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5797         commit.
5799 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5801         [BZ #6860]
5802         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5804 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5806         * Makefile (check-data): Check data directory in add-ons.
5807         * elf/Makefile (check-data): Likewise.
5809 2008-08-18  Roland McGrath  <roland@redhat.com>
5811         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5812         * configure: Regenerated.
5813         * config.make.in (cflags-cpu): New substituted variable.
5814         (with-cpu): Variable removed.
5815         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5817 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5819         [BZ #6845]
5820         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5821         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5822         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5823         redundant.  Functions which call floating point assembler operations
5824         should go into a sysdeps powerpc/fpu directory.
5826 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5828         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5829         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5831 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5833         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5835         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5836         change related to AT_EXECFN.  We cannot use that string.
5837         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5838         _dl_execfn member.
5839         * elf/dl-support.c: Remove _dl_execfn variable.
5840         (_dl_aux_init): Remove handling of AT_EXECFN.
5841         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5842         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5844 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5846         [BZ #6544]
5847         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5848         byte gets added to writes and seeks from the end use the length of
5849         the buffer and not the currently terminating NUL byte.
5851         [BZ #6634]
5852         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5853         Set to true if locking failed.
5854         (getutid_r_file): Adjust caller.
5855         (pututline_file): Likewise.  Return NULL in this case.
5856         Patch mostly by halesh.s@gmail.com.
5858 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5860         [BZ #6589]
5861         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5862         Define.
5863         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5865 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5867         [BZ #6839]
5868         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5869         macro since it is now available in elf/dynamic-link.h.
5871 2008-08-12  Roland McGrath  <roland@frob.com>
5873         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5874         in case used outside of libc.
5875         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5877 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5879         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5880         directly instead of going through dn_comp.
5882 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5884         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5885         Fix asm constraints.
5887 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5889         [BZ #6790]
5890         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5891         (IPV6_PMTUDISC_PROBE): Likewise.
5893 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5895         [BZ #6791]
5896         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5898 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5899             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5901         [BZ #6817]
5902         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5903         Added the members 'vsx' and 'arch_2_06'.
5904         (_dl_powerpc_platforms): Add the member 'power7'.
5905         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5906         to reflect the changes required by VSX and ISA 2.06.
5907         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5908         'power7'.
5909         Defined PPC_PLATFORM_POWER7.
5910         (_dl_string_platform): Add support for POWER7.
5911         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5912         capability and ISA 2.06.
5914 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5916         [BZ #6824]
5917         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5918         macro to detect use of 128 bit long double.
5919         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5921 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5923         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5925         [BZ #5794]
5926         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5927         parameters.
5928         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5929         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5931 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5933         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5934         guaranteed to be large enough to read inotify event.  Ignore
5935         EAGAIN error.  Better error message.  Add branch predicition.
5936         (main_loop_epoll): Likewise.
5938 2008-08-02  Roland McGrath  <roland@frob.com>
5940         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5941         Add memory clobbers.
5943 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5945         * manual/arith.texi: Avoid @strong{Note:}.
5946         * manual/creature.texi: Likewise.
5947         * manual/filesys.texi: Likewise.
5948         * manual/math.texi: Likewise.
5949         * manual/memory.texi: Likewise.
5950         * manual/resource.texi: Likewise.
5951         * manual/syslog.texi: Likewise.
5952         * manual/time.texi: Likewise.
5954         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5955         to prevent warning.
5957 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5959         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5960         new epoll_create1 interface.
5961         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5962         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5963         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5965         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5966         (NS_GET32): Likewise.
5968         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5969         syscalls, too.
5971         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5972         use the AT_EXECFN value if it is no absolute path.
5973         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5974         __ASSUME_AT_EXECFN.
5976         * Versions.def: Add GLIBC_2.9 to libresolv.
5977         * include/resolv.h: Remove hidden proto declarations for __ns_*
5978         functions.  Add them for __dn_count_labels and __p_secstodate.
5979         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5980         Define ns_msg_getflags macro here.
5981         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5982         and __p_secstodate.
5983         * resolv/Versions: Export functions from <arpa/nameser.h> from
5984         libresolv in version GLIBC_2.9.
5985         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5986         hidden definitions.
5987         * resolv/ns_netint.c: Likewise.
5988         * resolv/ns_parse.c: Likewise.
5989         * resolv/ns_print.c: Likewise.
5990         * resolv/ns_samedomain.c: Likewise.
5991         * resolv/ns_ttl.c: Likewise.
5992         * resolv/arpa/nameser_compat.h: Likewise.
5993         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5994         function calls.
5995         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5996         instead of ns_get16.
5997         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5998         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5999         (gaih_getanswer_slice): Likewise.
6000         * resolv/Makefile (libresolv-routines): Add ns_date.
6001         * resolv/ns_date.c: New file.
6003         * elf/Makefile (check-localplt.out): Also check libresolv and
6004         libcrypt.
6006 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
6008         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6009         __ASSUME_O_CLOEXEC.
6011 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
6013         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
6014         buffer passed to NSS functions.
6016         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
6018         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
6019         Define.
6021         * misc/syslog.c (openlog_internal): Fix compile problem.
6023 2008-07-28  Roland McGrath  <roland@redhat.com>
6025         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
6027 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
6029         * io/ftw.c (add_object): Remove inline to avoid warning.
6031         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
6033         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
6034         Use it instead of locally defined resplen2 variable.
6035         (res_nsend): Adjust for __libc_res_nsend interface change.
6036         (send_vc): Initialize *resplen2 if necessary.  Read length of
6037         package into an appropriately aligned variable.  Store converted length
6038         in new variable and use it appropriately.
6039         Add branch prediction help.
6040         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
6041         and pass it on to __libc_res_nsend.  Adjust all callers.
6042         (__libc_res_nsearch): Likewise.
6043         (__libc_res_nqeurydomain): Likewise.
6044         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
6045         change.
6046         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
6047         Define resplen2 variable and pass it to __libc_res_nsearch and then
6048         to gaih_getanswer.
6049         (getanswer_r): In case of incorrect DNS data don't overread buffer.
6050         Add branch prediction.
6051         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
6052         (gaih_getanswer): Don't decode second slice if first one failed due
6053         to a too small buffer.  Don't let not found status of second
6054         decoder shadow results of the first.
6055         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
6056         and __libc_res_nquery interface changes
6057         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
6058         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
6059         __libc_res_nsearch, and __libc_res_nsend.
6060         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
6061         change.
6062         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
6063         __libc_res_nsearch interface changes.
6065 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
6067         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
6069         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
6070         file descriptors with close-on-exec set.
6071         (exec_comm_child): Fix the case where the write end of the pipe is
6072         STDOUT_FILENO already.  In case it is, clear close-on-exec.
6074         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
6075         * io/pipe2.c: Likewise.
6076         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
6077         instead of __ASSUME_PACCEPT.
6078         * include/unistd.h: Declare __have_pipe2.
6079         * libio/iopopen.c: Implement "e" flag.
6080         * libio/Makefile (tests): Add tst-popen1.
6081         * libio/tst-popen1.c: New file.
6083         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
6084         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
6086 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
6088         [BZ #6771]
6089         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
6090         success call of _IO_SEEKOFF or calls which failed because the
6091         descriptor is for a pipe.
6093         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
6094         magic number.
6096         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
6098         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
6099         F_SETFD use if we know fopen set the flag.
6101         * login/utmp_file.c (setutent_file): Minor optimization in case
6102         O_CLOEXEC is available.
6104 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
6106         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
6107         * elf/Makefile: Use pie-ccflag variable.
6108         * nscd/Makefile: Likewise.
6109         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
6111 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
6113         [BZ #6724]
6114         * Versions.def: Add GLIBC_2.9 version tag for libutil.
6115         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
6116         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
6117         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
6118         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
6119         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
6120         utmp32, utmpx32 and login32.
6121         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
6122         versions of struct utmp functions to libc and libutil.
6123         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
6124         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
6125         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
6126         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
6127         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
6128         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
6129         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
6130         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
6131         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
6132         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
6133         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
6134         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
6135         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
6136         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
6137         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
6138         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
6139         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
6140         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
6141         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
6142         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
6143         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
6144         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
6146 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
6148         * scripts/gen-as-const.awk: Generate more widely usable code by
6149         using 64-bit arithmetic.
6151         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
6152         the same treatment as narrow output code in last patch.
6154         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
6156         [BZ #6763]
6157         * elf/dl-load.c (local_strdup): Remove inline.
6158         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
6159         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
6160         part of the object.
6162         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
6164 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
6166         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
6167         the new syscalls, too.
6169         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
6170         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
6172         [BZ #6698]
6173         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
6174         parameter for end of buffer.  If temporary copy is too large use
6175         malloc.
6176         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
6177         interface change.
6178         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
6179         string rewrite when allocating buffer.
6181         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
6182         syscalls, too.
6184         * nscd/connections.c (nscd_init): Clean up fcntl call.
6186         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
6187         SOCK_NONBLOCK if possible.
6189         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
6190         SOCK_CLOEXEC if available.
6192         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
6193         __libc_clntudp_bufcreate_internal.
6194         * include/sys/socket.h: Declare __have_sock_cloexec.
6195         * socket/Makefile (aux): Add have_sock_cloexec.
6196         * socket/have_sock_cloexec.c: New file.
6197         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
6198         __libc_clntudp_bufcreate.
6199         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
6200         which takes an additional parameter.  Create socket with non-blocking
6201         mode and close-on-exec flag set, if wanted.
6202         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
6203         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
6204         instead of clntudp_create.  The socket has already the close-on-exec
6205         flag set if SOCK_CLOEXEC is defined.
6207 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
6209         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6210         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
6211         appropriate.
6212         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
6213         non-blocking mode by using socket, paccept, and inotify_init1.
6215         * Versions.def (glibc): Add GLIBC_2.9.
6216         * io/Makefile (routines): Add dup3 and pipe2.
6217         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
6218         * io/dup3.c: New file.
6219         * io/pipe2.c: New file.
6220         * posix/unistd.h: Declare dup3 and pipe2.
6221         * socket/Makefile (routines): Add paccept.
6222         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
6223         * socket/paccept.c: New file.
6224         * socket/sys/socket.h: Declare paccept.
6225         * sysdeps/unix/syscalls.list: Add entry for dup3.
6226         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
6227         epoll_create2 and inotify_init1.
6228         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
6229         * sysdeps/unix/sysv/linux/paccept.c: New file.
6230         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
6231         possible.
6232         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
6233         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
6234         inotify_init1, and pipe2 entries.
6235         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
6236         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
6237         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
6238         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
6239         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
6240         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
6241         SOCK_NONBLOCK.
6242         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
6243         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
6244         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
6245         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
6246         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
6247         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
6248         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
6249         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
6250         EPOLL_NONBLOCK.  Declare epoll_create2.
6251         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
6252         EFD_NONBLOCK.
6253         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
6254         IN_NONBLOCK.  Declare inotify_init1.
6255         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
6256         SFD_NONBLOCK.
6257         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
6258         TFD_NONBLOCK.
6260         * elf/elf.h: Define AT_EXECFN.
6261         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
6262         LD_ORIGIN_PATH.
6263         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
6264         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
6265         if __ASSUME_AT_EXECFN is defined.
6266         (_dl_aux_init): Handle AT_EXECFN.
6267         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
6268         for 2.6.27 and up.
6269         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
6270         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
6271         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
6272         _dl_execfn if available and avoid compatibility code if
6273         __ASSUME_AT_EXECFN is defined.
6275         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
6276         _dl_discover_osversion only for older kernels.
6278 2008-07-22  Roland McGrath  <roland@frob.com>
6280         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
6282 2008-07-21  Roland McGrath  <roland@frob.com>
6284         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
6285         returned too much data out of line.
6287 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
6289         * locale/setlocale.c (setname): Remove inline to avoid compiler
6290         warning.
6292         [BZ #6712]
6293         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
6295 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
6297         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
6298         doesn't manage to write anything, fail.
6300         * malloc/hooks.c (__malloc_check_init): Remove printf.
6302 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6304         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
6306 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
6308         * nscd/connections.c (main_loop_poll): Fix handling of read errors
6309         from inotify.
6310         (main_loop_epoll): Likewise.
6312 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
6314         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
6316         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
6317         if DEBUG is defined.
6319         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
6320         query.  Adjust buffer size computation for padding.
6322 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
6324         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
6325         * stdio-common/tst-setvbuf1.c: New file.
6326         * stdio-common/tst-setvbuf1.expect: New file.
6328         [BZ #6719]
6329         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
6330         when selecting fully-buffered stream.
6331         Patch by Wang Xin <wxinee@gmail.com>.
6333 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6335         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
6336         (__open_2): New function.
6337         (__open64_2): New alias to __open_2.
6338         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
6339         (__openat_2): New function.
6340         (__openat64_2): New alias to __openat_2.
6342 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
6344         [BZ #6723]
6345         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6347 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6349         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
6350         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
6351         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
6352         __hurd_dfail.
6353         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6354         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6355         * sysdeps/mach/hurd/send.c (__send): Likewise.
6356         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
6357         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
6359 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6361         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
6362         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6363         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6364         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
6365         * hurd/get-host.c (_hurd_get_host_config): Likewise.
6366         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
6368 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
6370         [BZ #6657]
6371         * time/strptime_l.c: Don't clear s.era_cnt after successful match
6372         of %EY.
6373         Patch by Petr Baudis.
6375 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
6377         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
6378         Patch by Peter Jones <pjones@redhat.com>.
6380 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6382         [BZ #6654]
6383         * stdlib/canonicalize.c (__realpath): readlink can write too much
6384         into the buffer on platforms without PATH_MAX.
6386 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
6388         [BZ #6653]
6389         * posix/tst-regex.c (main): Rename to...
6390         (do_test): ... this. Remove cmdline option processing.
6391         (TIMEOUT): Define.
6392         (TEST_FUNCTION): Define.
6393         (CMDLINE_OPTIONS): Define.
6395 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6397         [BZ #5210]
6398         * configure.in: Add -Werror to -fstack-protector test to catch
6399         unsupported architectures.
6400         Patch by Gilles Esponasse <g.esp@free.fr>.
6402 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
6404         * stdlib/tst-setcontext.c: Set back_in_main before exit if
6405         getcontext returns ENOSYS.
6407 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
6409         * nscd/connections.c (main_loop_poll): Fix test for read error.
6410         (main_loop_epoll): Likewise.
6412 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
6414         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
6415         better place so it is not called when nscd is used.
6417         * nscd/connections.c: Also recognize and handle changes to the
6418         resolver configuration file.
6420 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6422         * time/strftime.c: Pass reference to tzset_called around to handle
6423         recursive calls.
6425         [BZ #6612]
6426         * time/strftime.c (__strftime_internal): Call tzset() only
6427         when printing timezone-dependent values.
6428         Based on a patch by Petr Baudis <pasky@suse.cz>.
6430         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
6431         unconditionally use second gaih_getanswer_slice result.
6433         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
6434         (getaddrinfo): RES must always be non-NULL.
6436 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
6438         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
6439         cr[34] registers.
6440         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6441         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6442         Likewise.
6443         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
6444         register.
6446 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6448         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
6449         fields.
6450         * nscd/connections.c (inotify_fd): New variable.
6451         (nscd_init): Try to open an inotify descriptor.
6452         If successful, watch files for databases using inotify instead of
6453         having prune threads stat the files.
6454         (nscd_run_prune): Recognize clear_cache flag being set and call
6455         prune_cache appropriately.
6456         (main_loop_poll): Add inotify descriptor to wait set and handle the
6457         reported changes.
6458         (main_loop_epoll): Likewise.
6459         * nscd/cache.c (prune_cache): Don't stat files for databases if
6460         inotify is used.
6461         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6462         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6464         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6465         fixed-size portion of the record.
6466         * nscd/servicescache.c (cache_addserv): Likewise.
6467         * nscd/pwdcache.c (cache_addpw): Likewise.
6468         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6470 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6472         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6473         out we don't use uninitialized memory.
6475         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6476         the client.
6478 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6480         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6481         ignore T_DNAME messages.
6482         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6484 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6486         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6487         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6489 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6491         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6492         instead of portstr to nscd_getserv_r.  Patch by
6493         Roman Kagan <rkagan@mail.ru>.
6495 2008-05-26  Jim Meyering  <meyering@redhat.com>
6497         Remove more useless "if" tests before "free".
6498         * include/inline-hashtab.h (htab_delete): Likewise.
6499         * libio/freopen.c (freopen): Likewise.
6500         * libio/freopen64.c (freopen64): Likewise.
6501         * locale/programs/ld-collate.c (collate_read): Likewise.
6502         * misc/fstab.c (libc_freeres_fn): Likewise.
6503         * posix/glob.c (globfree): Likewise.
6505 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6507         * string/Makefile (strop-tests): Add memmem.
6508         * string/test-memmem.c: New file.
6509         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6510         (test_init): Size buf1 according to BUF1PAGES.
6512 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6514         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6515         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6516         (CFLAGS-scanf17.c): New.
6517         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6518         * stdio-common/scanf15.c (main): Likewise.
6519         * stdio-common/scanf16.c: New file.
6520         * stdio-common/scanf17.c: New file.
6522 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6524         * resolv/res_send.c (send_dg): If we already have one of two
6525         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6526         use the one answer insted of failing.
6528 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6530         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6531         being executed on PowerPC as the expected result exceeds IBM
6532         long double 128 __LDBL_MAX__.
6534 2008-05-21  Roland McGrath  <roland@redhat.com>
6536         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6538         * Makefile (check-data): Use $(abi-name) before other guesses.
6539         Look in $(add-ons) dirs before scripts/data/.
6540         * elf/Makefile (check-data): Likewise.
6542         * scripts/soversions.awk: Grok ABI line.
6543         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6544         Emit definition for abi-name variable.
6546 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6548         * string/endian.h: Define new fixed-size hto* and *toh macros only
6549         if [__USE_BSD].
6551         * iconvdata/Depend: Add localedata.
6553 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6555         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6557 2008-05-08  David S. Miller  <davem@davemloft.net>
6559         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6560         HIDDEN_JUMPTARGET.
6561         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6562         (__SYSCALL_CLOBBERS): Remove %g* registers.
6563         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6564         (__SYSCALL_CLOBBERS): Likewise.
6565         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6566         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6568 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6570         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6571         (CALL_ERRNO_LOCATION): Define.
6572         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6573         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6574         (CALL_ERRNO_LOCATION): Define.
6575         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6576         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6577         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6579 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6581         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6582         variable.
6584 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6586         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6587         (FIRST_FRAME_POINTER): Define.
6589 2008-05-09  David S. Miller  <davem@davemloft.net>
6591         * sysdeps/sparc/sparc64/backtrace.c: New file.
6593 2008-05-14  David S. Miller  <davem@davemloft.net>
6595         * sysdeps/sparc/machine-gmon.h: New file.
6596         * sysdeps/sparc/sparc-mcount.S: Likewise.
6597         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6598         sysdep_routines in gmon directory.
6600 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6602         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6604 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6606         * resolv/res_query.c (__libc_res_nquery): In case one of two
6607         answer was too short don't try to read that answer's header.
6609         * resolv/res_send.c (send_dg): In case of timeout and there are
6610         two queries and one has been answered, return value indicating
6611         success.
6613 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6615         * nscd/cache.c (cache_add): Take additional parameter specifying
6616         whether this is in response of a cache refill.  Check alignment
6617         of package data.  Revamp waking of pruning thread.
6618         (prune_cache): Small optimization.
6619         * nscd/nscd.h: Adjust cache_add prototypes.
6620         * nscd/aicache.c: Adjust cache_add calls.
6621         * nscd/grpcache.c: Likewise.
6622         * nscd/hstcache.c: Likewise.
6623         * nscd/initgrcache.c: Likewise.
6624         * nscd/pwdcache.c: Likewise.
6625         * nscd/servicescache.c: Likewise.
6626         * nscd/connections.c (restart): Really disable cache use before
6627         exec attempt.  If it fails, reenable cache.
6628         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6629         time to max to be able to notice concurrent cache additions.  Unlock
6630         prune_lock while performing gc.  Afterwards compute wakeup time with
6631         current wakeup_time value in mind.
6633 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6635         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6637         * nscd/mem.c (gc): Correctly determine highest used array element
6638         in mark.
6640         * nscd/mem.c (markrange): Add assert to check entries are all
6641         aligned.  Small cleanup in bitmap use.
6643         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6644         blockoff of type nscd_ssize_t.
6645         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6646         (mempoll_alloc): Record block offset and not address.
6648         * nscd/mem.c (gc): Fix test for stack overuse.
6650         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6651         more asserts.
6653         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6654         entry is available, believe it.
6656         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6657         no answers return NSS_STATUS_NOTFOUND.
6658         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6659         buffer does not have any content.
6661 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6663         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6665         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6666         lookup, don't assign canon unconditionally.
6668 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6670         * string/Makefile (distribute): Add str-two-way.h.
6672 2008-03-29  Eric Blake  <ebb9@byu.net>
6674         Rewrite string searches to O(n) rather than O(n^2).
6675         * string/str-two-way.h: New file.  For linear fixed-allocation
6676         string searching.
6677         * string/memmem.c: New implementation.
6678         * string/strstr.c: New implementation.
6679         * string/strcasestr.c: New implementation.
6681 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6683         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6684         opr.ctx_type.
6685         (calc_first): Initialize constraint field.
6686         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6687         Use search_duplicated_node to avoid loops.  Fix grammar.
6688         (duplicate_node): Merge constraint field for all node types.
6689         (calc_eclosure_iter): Look at constraint field for all node types.
6690         * posix/regex_internal.c (create_cd_newstate): Don't look at
6691         create_cd_newstate.
6693 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6695         [BZ #6428]
6696         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6698         [BZ #6442]
6699         * string/endian.h: Add macros for fixed-size endian conversion.
6700         * bits/byteswap.h: Allow inclusion from <endian.h>.
6701         * sysdeps/i386/bits/byteswap.h: Likewise.
6702         * sysdeps/ia64/bits/byteswap.h: Likewise.
6703         * sysdeps/s390/bits/byteswap.h: Likewise.
6704         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6705         * string/Makefile (tests): Add tst-endian.
6706         * string/tst-endian.c: New file.
6708         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6709         Patch by Reuben Thomas.
6711 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6713         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6715 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6717         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6719         [BZ #6461]
6720         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6721         Add missing braces.
6722         (BODY for __gconv_transform_internal_ascii): Likewise.
6724         [BZ #6472]
6725         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6726         to be treated like link-local addresses.
6727         (match_prefix): Don't treat IPv4 loopback address special when
6728         converting to v4 mapped addressed.
6730         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6731         if necessary.
6732         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6733         * posix/tst-rfc3484-2.c: Likewise.
6734         * posix/tst-rfc3484-3.c: Likewise.
6736         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6737         and SCTP.
6739         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6741         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6743         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6745 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6747         * po/lt.po: New file.  From Lituanian translation team.
6749 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6751         Introduce TLS descriptors for i386 and x86_64.
6752         * include/inline-hashtab.h: New file, copied from 2005's
6753         libiberty, with fix for memory leak imported afterwards by
6754         Glauber de Oliveira Costa.
6755         * elf/tlsdeschtab.h: New file.
6756         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6757         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6758         (CHECK_STATIC_TLS): Move to...
6759         * elf/dynamic-link.h: ... this file.
6760         (TRY_STATIC_TLS): New macro.
6761         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6762         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6763         R_386_TLS_DESC): Define.
6764         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6765         binutils.
6766         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6767         R_X86_64_TLSDESC): Define.
6768         (R_386_NUM, R_X86_64_NUM): Adjust.
6769         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6770         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6771         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6772         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6773         release tlsdesc_table.
6774         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6775         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6776         (elf_machine_rel): Handle R_386_TLS_DESC.
6777         (elf_machine_rela): Likewise.
6778         (elf_machine_lazy_rel): Likewise.
6779         (elf_machine_lazy_rela): Likewise.
6780         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6781         * sysdeps/i386/dl-tlsdesc.S: New file.
6782         * sysdeps/i386/dl-tlsdesc.h: New file.
6783         * sysdeps/i386/tlsdesc.c: New file.
6784         * sysdeps/i386/tlsdesc.sym: New file.
6785         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6786         tlsdesc_table.
6787         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6788         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6789         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6790         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6791         release tlsdesc_table.
6792         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6793         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6794         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6795         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6796         (elf_machine_rela): Likewise.
6797         (elf_machine_lazy_rel): Likewise.
6798         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6799         (__tls_get_addr): Do not declare for non-shared compiles.
6800         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6801         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6802         * sysdeps/x86_64/tlsdesc.c: New file.
6803         * sysdeps/x86_64/tlsdesc.sym: New file.
6804         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6805         tlsdesc_table for both 32- and 64-bit structs.
6807 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6809         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6810         its own function.  This reduces the frame setup costs and more.
6812 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6814         [BZ #3406]
6815         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6816         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6818 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6820         * io/openat.c (__openat_2): Also pass fd to __openat.
6821         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6822         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6824         * string/tester.c (test_memcmp): Add a few more tests.
6825         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6827 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6829         * nscd/cache.c (cache_add): Before returning with failure and this
6830         is the first use of the record, mark it as unusable.
6831         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6832         reporting a failure.
6833         * nscd/grpcache.c: Likewise
6834         * nscd/hstcache.c: Likewise.
6835         * nscd/initgrcache.c: Likewise.
6836         * nscd/pwdcache.c: Likewise.
6837         * nscd/servicescache.c: Likewise.
6839 2008-05-10  Roland McGrath  <roland@redhat.com>
6841         [BZ #6505]
6842         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6844 2008-05-08  David S. Miller  <davem@davemloft.net>
6846         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6848         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6849         (__ieee754_y0l): Likewise.
6850         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6851         (__ieee754_y1l): Likewise.
6852         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6853         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6854         frexpl and ldexpl.  math_private.h provides them and the latter
6855         is not even used.
6856         (__log1pl): Use __frexpl.
6858 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6860         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6861         prototypes.
6862         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6863         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6864         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6865         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6866         af==AF_UNSPEC.
6867         (_nss_nis_gethostbyname4_r): New function.
6868         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6869         Change to also handle af==AF_UNSPEC.
6870         (get_tablename): New function.  Use it to avoid duplication.
6871         (_nss_nisplus_gethostbyname4_r): New function.
6872         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6873         available.
6874         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6875         * nss/nss.h: Define struct gaih_addrtuple.
6876         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6877         af==AF_UNSPEC.
6878         (_nss_files_gethostbyname4_r): New function.
6879         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6880         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6881         calls.
6882         * resolv/res_query.c (__libc_res_nquery): Take two additional
6883         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6884         look up IPv4 and IPv6.
6885         Change all callers.
6886         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6887         for an additional query and answer buffer.  Pass to send_vc and
6888         send_dg.
6889         (send_vc): Send possibly two requests and receive two answers.
6890         (send_dg): Likewise.
6891         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6892         __libc_res_nquery.
6893         (_nss_dns_gethostbyname4_r): New function.
6894         (gaih_getanswer_slice): Likewise.
6895         (gaih_getanswer): Likewise.
6896         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6897         __libc_res_nquery call.
6898         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6899         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6900         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6901         available.
6903 2008-05-05  David S. Miller  <davem@davemloft.net>
6905         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6906         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6908 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6910         Fix termios bit macros.
6911         Move *DLY definitions where they belong, in termios.h.
6912         Add *[0-3] definitions.
6913         Fixes confusion between VT and FF.
6914         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6915         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6916         are already defined to avoid collision with termios.h.
6917         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6918         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6919         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6920         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6921         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6922         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6923         VTDLY, VT0, VT1): New macros.
6924         [__USE_GNU] (OLCUC): Change value of macro.
6925         [__USE_XOPEN] (OFILL): New macro.
6926         [__USE_BSD] (CRTSCTS): Change value.
6927         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6928         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6929         (B7200, B14400, B28800, B76800): New macros.
6931 2008-05-01  David S. Miller  <davem@davemloft.net>
6933         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6934         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6935         (gen-as-const-headers): Add it.
6936         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6937         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6938         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6939         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6941         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6942         six system call parameters.
6943         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6945 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6947         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6948         RUSAGE_LWP.
6949         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6950         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6952 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6954         * stdlib/tst-setcontext.c: Include unistd.h.
6956 2008-04-25  David S. Miller  <davem@davemloft.net>
6958         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6959         Pass "union semun" properly in to sys_ipc, it must be passed
6960         by value, not by reference.
6962 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6964         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6965         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6966         * nscd/connections.c (mem_in_flight): Likewise.
6968         * nscd/nscd.h (dbs): Make hidden.
6970         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6971         Avoid returning -1, return 0 instead.
6973 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6975         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6977 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6979         [BZ #5209]
6980         * sysdeps/unix/sysv/linux/times.c: New file.
6982         [BZ #5381]
6983         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6984         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6985         prototype.
6986         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6987         appropriate mem_in_flight element.
6988         (gc): Take allocations which have not yet been committed to the
6989         database into account.
6990         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6991         Reset mem_in_flight before returning.
6992         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6993         cue it up in mem_in_flight_list.
6994         * nscd/aicache.c: Adjust mempool_alloc call.
6995         * nscd/grpcache.c: Likewise.
6996         * nscd/hstcache.c: Likewise.
6997         * nscd/initgrcache.c: Likewise.
6998         * nscd/pwdcache.c: Likewise.
6999         * nscd/servicescache.c: Likewise.
7000         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
7001         of -fpie.
7003         * nscd/connections.c (handle_request): Provide better error message
7004         in case SELinux forbids the service.
7006         * version.h (VERSION): Bump to 2.8.90.
7008 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
7010         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
7012 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
7014         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
7015         Also use for 32-bit.
7016         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
7017         __nextafter instead of nextafter to avoid local PLT.
7018         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
7019         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
7021         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
7023         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
7024         __fe_nomask_env.
7025         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
7026         <fenv_libc.h> instead of <fenv.h>.
7027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7030         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
7032         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
7033         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
7034         function from fegetexcept and make old name weak alias.
7035         * include/fenv.h: Declare __fegetexcept.
7036         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
7037         fegetexcept.
7038         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
7039         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
7040         to fetestexcept.
7041         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
7042         instead of frexpl to avoid local PLT.
7043         * math/s_significandl.c (__significandl): Use __ilogbl instead of
7044         ilogbl to avoid local PLT.
7045         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
7046         instead of ldexpl to avoid local PLT.
7047         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
7048         __roundl not roundl to avoid local PLT.
7049         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
7050         local PLTs.  Use __sincosl instead of separate sinl and cosl
7051         calls.
7052         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7054         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
7055         version for ppc64 to 2.4.21 since without it makecontext will fail.
7057         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
7058         to the ABI in use.
7059         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
7060         .__tls_get_addr.
7061         [__powerpc64__] (TLS_GD): Likewise.
7063 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
7065         [BZ #4997]
7066         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
7067         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
7068         mantissa.
7069         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
7070         Likewise.  Also account for when x is an odd number between 2^52
7071         and 2^53-1.
7072         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
7073         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
7074         * math/libm-test.inc (lround_test, llround_test): Added test cases to
7075         detect aforementioned erroneous conditions.
7077 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
7079         * configure.in: Check for -fno-section-anchors in addition to
7080         -fno-toplevel-reorder.
7082 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
7084         * include/features.h (__GLIBC_MINOR__): Bump to 8.
7086         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
7087         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
7088         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
7089         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
7090         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
7091         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
7093 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
7095         [BZ #5443]
7096         * time/era.c: Transform __libc_setlocale_lock into rwlock.
7097         * time/alt_digit.c: Likewise.
7098         * wcsmbs/wcsmbsload.c: Likewise.
7100 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
7102         * version.h (VERSION): Bump to 2.8.
7104         * timzeone/asia: Update from tzdata2008b.
7105         * timezone/backward: Likewise.
7106         * timezone/europe: Likewise.
7107         * timezone/northamerica: Likewise.
7108         * timezone/southamerica: Likewise.
7109         * timezone/iso3166.tab: Likewise.
7110         * timezone/leapseconds: Likewise.
7111         * timezone/zone.tab: Likewise.
7112         * timezone/private.h: Update from tzcode2008a.
7113         * timezone/zdump.c: Likewise.
7114         * timezone/zic.c: Likewise.
7116 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
7118         [BZ #5741]
7119         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
7120         Define additonal Data Cache Block instruction macros.
7121         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
7122         Replace dcbst with dcbf and sync with sync/isync.
7124 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
7126         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
7127         Always set ELF_RTYPE_CLASS_PLT.
7128         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
7130 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
7132         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
7133         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
7134         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
7135         For ISA 2.01 and later replace mftb with mfspr 268.
7137 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
7139         [BZ #5768]
7140         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
7141         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
7143 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
7145         [BZ #5768]
7146         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
7147         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
7148         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
7149         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
7151 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
7153         * stdlib/tst-makecontext.c (othervar): New variable.
7154         (cf): Test sign extending the argument to long.
7156 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
7158         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
7159         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
7160         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
7161         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
7162         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
7163         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
7164         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
7166 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
7168         * elf/Makefile (tests): Substitute tests-vis-yes here.
7169         (tests-vis-yes): Delete.
7170         (modules-name, modules-vis-yes): Similarly.
7172 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
7174         [BZ #4407]
7175         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7176         Preserve sign in signgamp when x is zero.
7178 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
7180         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
7181         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
7182         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
7183         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
7184         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
7185         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
7187 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
7189         [BZ #4314]
7190         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
7191         buffers.
7193         [BZ #5209]
7194         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
7195         a reserved error value.
7197         * stdlib/tst-makecontext.c: Change parameter to cf to negative
7198         value to check for correct sign extension.
7200         [BZ #5436]
7201         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
7202         Copy 64-bit parameter values even though this is not required in
7203         the standard.
7205         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
7206         PC save.
7208 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
7210         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
7211         PC save.
7213 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
7215         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
7217 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
7219         [BZ #5998]
7220         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
7221         in line-buffered stream failed.
7222         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
7224 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
7226         [BZ #6024]
7227         * scripts/abi-versions.awk: If the version specified by
7228         --enable-oldest-abi is older than the first version for this
7229         architecture, use the default version.
7231         * locale/programs/ld-collate.c (collate_read): Ignore script lines
7232         as well when ignoring the whole category.
7234 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
7236         [BZ #6042]
7237         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
7238         ETHERTYPE_* definitions.
7239         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
7241 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
7243         * stdlib/mbtowc.c (__no_r_state): Remove.
7244         (mbtowc): New static state variable.  Use it instead of
7245         __no_r_state.
7246         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
7247         (__wctomb_state): New hidden variable.
7248         (wctomb): Use __wctomb_state instead of __no_r_state.
7249         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
7250         (__wctomb_state): New extern decl.
7251         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
7253 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
7255         [BZ #5475]
7256         * resolv/res_init.c: Handle scope IDs in resolv.conf.
7258 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
7260         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
7262 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
7264         * po/nl.po: Update from translation team.
7266 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
7268         [BZ #6007]
7269         * string/strfry.c: Handle empty strings again.
7271 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
7273         [BZ #5443]
7274         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
7275         before looking for translation.
7276         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
7277         * locale/freelocale.c: Likewise.
7278         * locale/newlocale.c: Likewise.
7279         * locale/setlocale.c: Likewise.
7280         Based partially on a patch by ryo@np.css.fujitsu.com.
7282 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
7284         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
7285         acquiring wrlock.  Do conv_tab allocation while holding lock.
7286         * intl/Makefile: Add rules to build and run tst-gettext6.
7287         * intl/tst-gettext6.c: New test.
7288         * intl/tst-gettext6.sh: New file.
7290 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
7292         * po/nl.po: Update from translation team.
7294         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
7295         provided through st_blksize, try the default size before giving up.
7297 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
7299         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
7301         [BZ #5939]
7302         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
7304         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
7305         error message.  POSIX today does not require the messages to be in
7306         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
7308         [BZ #5979]
7309         * sunrpc/auth_unix.c: Unify printed strings.
7310         * sunrpc/clnt_tcp.c: Likewise.
7311         * sunrpc/clnt_udp.c: Likewise.
7312         * sunrpc/clnt_unix.c: Likewise.
7313         * sunrpc/svc_tcp.c: Likewise.
7314         * sunrpc/svc_udp.c: Likewise.
7315         * sunrpc/svc_unix.c: Likewise.
7316         * sunrpc/xdr.c: Likewise.
7317         * sunrpc/xdr_array.c: Likewise.
7318         * sunrpc/xdr_rec.c: Likewise.
7319         * sunrpc/xdr_ref.c: Likewise.
7320         * locale/programs/ld-time.c (time_finish): Unify messages.
7321         * locale/programs/locfile.c (handle_copy): Fix typo.
7322         * nscd/nscd.c (options): Fix typo.
7324         [BZ #5995]
7325         * stdlib/strtod_l.c: Use correct sign for result in one more
7326         underflow case.
7327         Patch by Eric Blake <ebb9@byu.net>.
7329 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
7331         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
7332         and creat system calls.
7333         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
7334         call.
7335         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
7336         system calls.
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7338         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7339         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7341 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
7343         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
7344         <linux/limits.h> has defined it.
7345         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
7346         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
7347         headers.
7348         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
7349         it instead of ARG_MAX.
7351 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
7353         * posix/gai.conf: Fix comment for scope nullbits.
7354         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
7355         default to 128 bits for v4 mapped addresses.
7357 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7359         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
7360         ptrace call to get the ieee_instruction_pointer from the kernel.
7361         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
7362         ptrace call to set the ieee_instructtion_pointer.
7363         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
7364         Add comment that ieee_instruction_pointer is always 0.
7366 2008-03-09  Andreas Jaeger  <aj@suse.de>
7368         [BZ #5857]
7369         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
7370         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
7371         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
7373         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
7374         (rint_test): Likewise.
7376 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
7378         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
7379         call.
7380         (__nisfind_server): Similar for open readColdStartFile call.
7381         Patch partially by Jim Meyering.
7382         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
7383         around internal_setent call.
7385         * po/vi.po: New Vietnamese translation.
7387         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
7388         ADJ_OFFSET_SS_READ.
7390         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
7391         remove CLONE_STOPPED.
7393 2008-02-10  Jim Meyering  <meyering@redhat.com>
7395         Remove useless "if" before "free":
7396         * elf/ldconfig.c (parse_conf_include): Likewise.
7397         * gmon/gmon.c (weak_alias): Likewise.
7398         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
7399         * inet/rcmd.c (__validuser2_sa): Likewise.
7400         * intl/bindtextdom.c (set_binding_values): Likewise.
7401         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
7402         * libio/genops.c (save_for_backup): Likewise.
7403         * libio/wgenops.c (save_for_wbackup): Likewise.
7404         * locale/programs/ld-collate.c (collate_read): Likewise.
7405         * locale/programs/linereader.c (get_string): Likewise.
7406         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
7407         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
7408         * resolv/res_debug.c (do_section): Likewise.
7409         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
7410         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
7411         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
7412         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
7413         * time/tzset.c (tzset_internal): Likewise.
7415 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
7417         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
7418         of ASSEMBLER.
7420 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
7422         [BZ #5903]
7423         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
7424         not stream for output file.  Open output file here.
7425         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
7426         and output file name.
7427         (process_fd): Likewise.
7428         (process_file): Likewise.
7429         (main): Adjust callers of changed functions.
7430         * iconv/iconv_prog.h: Adjust prototype.
7432 2008-03-09  Andreas Jaeger  <aj@suse.de>
7434         [BZ #5753]
7435         * sysdeps/ia64/ieee754.h: Use protected namespace
7436         __BIG_ENDIAN/__LITTLE_ENDIAN.
7437         * sysdeps/ieee754/ieee754.h: Likewise.
7438         Patch by Aurelien Jarno <aurelien@aurel32.net>.
7440 2008-03-08  Roland McGrath  <roland@frob.com>
7442         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
7443         ignore a signal that came from a machine exception, treat it as a
7444         fatal core-dump signal instead.
7445         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7447         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7448         Clear DF bit in thread state's eflags.
7449         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7451 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7453         [BZ #5774]
7454         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7455         of NAN(...) sequence.
7456         * stdlib/Makefile (tests): Add tst-strtod6.
7457         * stdlib/tst-strtod6.c: New file.
7459         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7461         [BZ #5762]
7462         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7463         putting offending option character in quotes.  Clean up error
7464         messages.
7465         * po/be.po: Adjust msgstr in translation file.
7466         * po/bg.po: Likewise.
7467         * po/ca.po: Likewise.
7468         * po/cs.po: Likewise.
7469         * po/da.po: Likewise.
7470         * po/de.po: Likewise.
7471         * po/es.po: Likewise.
7472         * po/fr.po: Likewise.
7473         * po/hr.po: Likewise.
7474         * po/ko.po: Likewise.
7475         * po/nl.po: Likewise.
7476         * po/rw.po: Likewise.
7477         * po/sk.po: Likewise.
7478         * po/sv.po: Likewise.
7479         * po/tr.po: Likewise.
7480         * po/zh_CN.po: Likewise.
7481         * po/zh_TW.po: Likewise.
7483         [BZ #5760]
7484         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7485         Patch by Roland Bless <roland@bless.de>.
7487         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7488         .o file.
7489         * elf/Makefile (routines): Add dl-sysdep.
7490         (elide-routines.os): Likewise.
7492 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7494         [BZ #5786]
7495         * elf/dl-sysdep.c: Undefine ROUND after use.
7496         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7497         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7498         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7499         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7500         to ...
7501         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7502         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7503         if necessary.
7504         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7506         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7507         _dl_tls_get_addr_soft element.
7508         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7509         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7510         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7511         GLRO.
7512         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7513         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7514         of internal_function.
7516         * stdlib/Makefile (aux): Add tens_in_limb.
7517         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7518         * stdlib/tens_in_limb.c: ...here.  New file.
7520         [BZ #5778]
7521         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7522         __statfs_chown_restricted.
7523         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7524         for _PC_CHOWN_RESTRICTED.
7525         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7526         Implement __statfs_chown_restricted.
7527         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7528         _POSIX_CHOWN_RESTRICTED value to zero.
7529         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7530         defined to zero.
7532         * sysdeps/x86_64/rtld-memset.c: New file.
7534 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7536         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7538         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7539         Barcelona machine.  Make default fall through branch of
7540         __x86_64_preferred_memory_instruction check as the integer code path.
7542 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7544         * sysdeps/x86_64/cacheinfo.c
7545         (__x86_64_preferred_memory_instruction): New variable.
7546         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7548         * sysdeps/x86_64/memset.S: Rewrite.
7550 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7552         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7553         __obstack_printf_chk): New prototypes.
7554         (__vasprintf_chk, __vdprintf_chk,
7555         __obstack_vprintf_chk): Likewise.
7556         Add libc_hidden_proto.
7557         * libio/obprintf.c
7558         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7559         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7560         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7561         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7562         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7563         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7564         __obstack_vprintf_chk): New prototypes.
7565         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7566         obstack_vprintf): New inlines.
7567         * debug/dprintf_chk.c: New file.
7568         * debug/vdprintf_chk.c: New file.
7569         * debug/asprintf_chk.c: New file.
7570         * debug/vasprintf_chk.c: New file.
7571         * debug/obprintf_chk.c: New file.
7572         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7573         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7574         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7575         @@GLIBC_2.8.
7576         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7577         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7578         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7579         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7580         libc_hidden_proto.
7581         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7582         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7583         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7584         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7585         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7586         @@GLIBC_2.8.
7587         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7588         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7589         obstack_vprintf_chk.
7590         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7591         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7592         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7593         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7594         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7595         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7597 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7599         [BZ #5779]
7600         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7601         Patch by Roy Marples <roy@marples.name>.
7603         [BZ #5736]
7604         * malloc/malloc.c: Fix typo in comment.
7606         [BZ #5627]
7607         * locale/iso-639.def: Add Shuswap.
7609 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7611         [BZ #5790]
7612         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7613         overwrite *h_errnop/*errnop values from getanswer_r in case of
7614         failure.
7616 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7618         [BZ #5818]
7619         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7620         (verify_persistent_db): Remove one unnecessary test and add a new one
7621         for bad configuration.
7622         (nscd_init): Improve error reported when persistent database cannot
7623         be reused.
7624         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7625         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7626         .suggested_module and .max_db_size and case config file says the
7627         values are zero.
7628         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7630         [BZ #5854]
7631         * nis/ypclnt.c (yp_order): Fix handling of return value of
7632         do_ypcall_tr call.
7633         Patch by Jeff Moyer <jmoyer@redhat.com>.
7635         * po/fr.po: Update from translation team.
7637 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7638             Carlos O'Donell <carlos@systemhalted.org>
7640         [BZ #5012]
7641         * FAQ.in: Describe why glibc needs to be compiled with
7642         optimization.
7644 2008-02-19  Roland McGrath  <roland@redhat.com>
7646         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7648 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7650         [BZ #5737]
7651         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7652         __USE_MISC is defined.
7654 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7656         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7657         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7658         sys/timerfd.h.
7659         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7660         timerfd_gettime, timerfd_settime.
7661         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7662         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7664 2008-02-08  Roland McGrath  <roland@redhat.com>
7666         * elf/elf.h (NT_PPC_SPE): New macro.
7668 2008-02-06  Roland McGrath  <roland@redhat.com>
7670         * Makerules ($(common-objpfx)sysd-rules):
7671         Depend on $(sysdep-makeconfigs).
7673 2008-01-31  Roland McGrath  <roland@redhat.com>
7675         [BZ #5442]
7676         * configure.in: Use -print-file-name if it yields a directory,
7677         for each of include and include-fixed.
7678         * configure: Regenerated.
7680         * Makeconfig (sysd-rules-targets): New variable.
7681         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7682         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7684 2008-01-30  Roland McGrath  <roland@redhat.com>
7686         * manual/libc.texinfo: Update back-cover text.
7688         * elf/elf.h (NT_386_TLS): New macro.
7690 2008-01-29  Roland McGrath  <roland@redhat.com>
7692         * Makeconfig (sysd-rules-patterns): New variable.
7693         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7694         (check-inhibit-asm): New canned sequence, replaces ...
7695         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7696         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7697         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7698         (CFLAGS-rtld): Variable removed.
7700 2008-01-24  Roland McGrath  <roland@redhat.com>
7702         * configure.in: Let configure fragments set base_os.
7703         * configure: Regenerated.
7705 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7707         * po/ko.po: Update from translation team.
7709 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7711         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7713 2008-01-12  Andreas Jaeger  <aj@suse.de>
7715         [BZ #5040]
7716         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7717         Add EPOLLRDHUP.
7719 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7721         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7722         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7723         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7725 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7727         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7728         * elf/dl-close.c (_dl_close): Check for it.
7729         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7730         (_dl_allocate_static_tls): Likewise.
7731         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7732         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7733         to it.
7734         * elf/tst-tls16.c: New file.
7735         * elf/tst-tlsmod16a.c: New file.
7736         * elf/tst-tlsmod16b.c: New file.
7737         * elf/Makefile: Add rules to build and run tst-tls16.
7739 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7741         [BZ #5628]
7742         * bits/shm.h: Fix comment describing shmid_ds.
7743         * sysdeps/gnu/bits/shm.h: Likewise.
7744         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7745         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7746         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7747         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7748         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7749         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7750         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7751         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7752         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7754         [BZ #5607]
7755         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7756         prototypes.
7757         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7758         additional suffixes.
7759         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7760         Add optional functions mq_timedreceive and mq_timedsend.
7761         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7762         * conform/data/pthread.h-data: Fix prototype of
7763         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7764         * conform/data/semaphore.h-data: Allow time.h definitions.
7765         * conform/data/signal.h-data: Likewise.
7766         * conform/data/stdio.h-data: getw and putw are not required in v6.
7767         * conform/data/stdlib.h-data: Change setstate prototype.
7768         * conform/data/string.h-data: Fix strerror_r prototype.
7769         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7770         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7771         Fix readlink prototype.
7772         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7773         in6addr_loopback.
7774         * inet/netinet/in.h: Cleanup namespace.
7775         * posix/regex.h: Likewise.
7776         * resolv/netdb.h: Likewise.
7777         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7778         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7779         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7780         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7781         of names of in in6_addr.
7782         (default_precedence): Likewise.
7783         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7784         NULL definition.
7786 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7788         * conform/data/fmtmsg.h-data: Add missing allows.
7789         * conform/data/ftw.h-data: Likewise.
7790         * conform/data/inttypes.h-data: Likewise.
7791         * conform/data/math.h-data: Likewise.
7792         * conform/data/signal.h-data: Likewise.
7793         * conform/data/net/if.h-data: Likewise.
7794         * conform/data/netinet/in.h-data: Likewise.
7795         * conform/data/sys/socket.h-data: Likewise.
7797         [BZ #5614]
7798         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7799         (__strtok_r): Simplify.
7800         * string/tester.c (test_strtok_r): Add test case for futile search
7801         with single-character seach string.
7803 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7805         * po/ko.po: Update from translation team.
7807 2008-01-11  Andreas Jaeger  <aj@suse.de>
7809         [BZ #5600]
7810         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7811         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7812         kernel header.
7814 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7816         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7817         native interface lookup in all the relevant places.
7819 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7820             Ulrich Drepper  <drepper@redhat.com>
7822         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7823         field.  Use sockaddr_in6 for source_addr.
7824         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7825         (match_prefix): Likewise.
7826         (get_label): Likewise.
7827         (get_precedence): Likewise.
7828         (rfc3484_sort): Change to use indirect access to results array.
7829         Adjust to use of sockaddr_in6.  Replace service_order test with
7830         simple index comparison.
7831         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7832         service_order field.  Adjust qsort_t calls.  Access sorted result
7833         array indirectly through order array.
7834         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7835         * posix/tst-rfc3484-2.c: Likewise.
7836         * posix/tst-rfc3484-3.c: Likewise.
7838 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7840         [BZ #5541]
7841         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7842         pollfd structures.
7843         Patch by André Cruz.
7845         [BZ #5545]
7846         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7847         (clnt_spcreateerror): Likewise.
7849         [BZ #5553]
7850         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7851         (public_mEMALIGn): Likewise.
7852         Patch mostly by Daniel Jacobowitz.
7854 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7856         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7857         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7858         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7859         * stdlib/tst-makecontext2.c: New test.
7861 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7863         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7864         defined.
7865         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7866         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7867         transliteration hooks and REINIT_PARAMS afterwards.
7868         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7869         status.
7870         (REINIT_PARAMS): Define.
7871         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7872         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7873         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7874         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7875         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7876         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7877         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7878         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7879         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7880         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7881         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7882         * iconvdata/tst-iconv7.c: New test.
7884 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7886         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7888 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7890         [BZ #5112]
7891         * nscd/connections.c (restart): Fix condition.
7893 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7895         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7896         __ctype_toupper_loc): Add __THROW.
7898 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7900         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7901         recognition of interface family.
7903         * posix/getconf.c: Update copyright year.
7904         * nss/getent.c: Likewise.
7905         * iconv/iconvconfig.c: Likewise.
7906         * iconv/iconv_prog.c: Likewise.
7907         * elf/ldconfig.c: Likewise.
7908         * catgets/gencat.c: Likewise.
7909         * csu/version.c: Likewise.
7910         * elf/ldd.bash.in: Likewise.
7911         * elf/sprof.c (print_version): Likewise.
7912         * locale/programs/locale.c: Likewise.
7913         * locale/programs/localedef.c: Likewise.
7914         * nscd/nscd.c (print_version): Likewise.
7915         * debug/xtrace.sh: Likewise.
7916         * malloc/memusage.sh: Likewise.
7917         * malloc/mtrace.pl: Likewise.
7918         * debug/catchsegv.sh: Likewise.
7920 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7922         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7923         second lookup.
7925 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7927         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7928         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7930 2007-12-17  Roland McGrath  <roland@redhat.com>
7932         * inet/ether_line.c (ether_line): Remove unused variable.
7934 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7936         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7937         and winp.
7938         * login/openpty.c (openpty): Likewise.
7939         * login/pty.h (openpty, forkpty): Likewise.
7940         * manual/terminal.texi (openpty, forkpty): Likewise.
7942 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7944         * malloc/malloc.c (public_cALLOc): For arenas other than
7945         main_arena, count all bytes inside the mprotect_size range of the
7946         heap as uninitialized.
7948 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7950         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7951         executable stacks.
7953         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7954         mTRIm for all of them.
7955         (mTRIm): Additionally iterate over all free blocks and use madvise
7956         to free memory for all those blocks which contain at least one
7957         memory page.
7958         * malloc/tst-trim1.c: New file.
7959         * malloc/Makefile (tests): Add tst-trim1.
7961         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7963 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7965         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7966         First cast argument to long
7967         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7968         Return long.
7969         (__vdso_clock_gettime): Likewise.
7970         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7971         return long.
7973 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7975         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7976         * locale/nl_langinfo_l.c: Real implementation, copied from
7977         nl_langinfo.c.
7978         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7980 2007-12-01  Jim Meyering  <meyering@redhat.com>
7982         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7983         that would inhibit utf8-optimization of a regexp containing line-
7984         or buffer-anchors, e.g., `^', `$'.
7986 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7988         * time/bug-getdate1.c (do_test): Don't use century values which
7989         aren't valid on 32-bit systems.
7991 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7993         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7994         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7995         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7996         __strcat_g, __strncat_g): Add __asm__.
7998 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
8000         [BZ #5477]
8001         * io/fchmodat.c: Fix typo in stub_warning use.
8002         Patch by Petr Salinger.
8004 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
8006         * iconvdata/hp-thai8.c: New file.
8007         * iconvdata/Makefile: Add rules for hp-thai8.c.
8008         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
8009         * iconvdata/gconv-modules: Likewise.
8011         [BZ #5464]
8012         * iconvdata/hp-greek8.c: New file.
8013         * iconvdata/Makefile: Add rules for hp-greek8.c.
8014         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
8015         * iconvdata/gconv-modules: Likewise.
8017         [BZ #5463]
8018         * iconvdata/hp-turkish8.c: New file.
8019         * iconvdata/Makefile: Add rules for hp-turkish8.c.
8020         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
8021         * iconvdata/gconv-modules: Likewise.
8023         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
8024         (shrink_heap): ... this new function.
8025         (heap_trim): Call shrink_heap instead of grow_heap.
8027         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
8028         case don't call alloc_perturb.
8030 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
8032         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
8033         possible.
8034         * sysdeps/unix/sysv/linux/kernel-features.h
8035         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
8036         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
8038 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
8040         [BZ #5424]
8041         * stdio-common/vfprintf.c: Do not overflow when adding to done.
8042         * stdio-common/Makefile (tests): Add bug22.
8043         * stdio-common/bug22.c: New file.
8045         [BZ #5451]
8046         * time/getdate.c: Fix filling in default values.
8047         * time/bug-getdate1.c: New file.
8048         * time/Makefile: Add rules to build and run bug-getdate1.
8050         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
8051         * iconvdata/ebcdic-es.c: Likewise.
8052         * iconvdata/ebcdic-es-a.c: Likewise.
8053         * iconvdata/ebcdic-uk.c: Likewise.
8054         * iconvdata/iso8859-16.c: Likewise.
8055         * iconvdata/viscii.c: Likewise.
8056         * iconvdata/iso8859-9e.c: Likewise.
8057         * iconvdata/Makefile: Adjust appropriately.
8059         [BZ #5428]
8060         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
8061         __need_wint_t.
8063 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
8065         [BZ #5427]
8066         * iconvdata/hp-roman9.c: New file.
8067         * iconvdata/Makefile: Add rules for hp-roman9.c.
8068         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
8069         * iconvdata/gconv-modules: Likewise.
8071         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
8072         * iconvdata/Makefile: Adjust appropriately.
8074         [BZ #5441]
8075         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
8076         structure, it's allocated with alloca.
8077         * stdio-common/Makefile (tests): Add bug21.
8078         * stdio-common/bug21.c: New file.
8080 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
8082         [BZ #5452]
8083         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
8084         keyword for gcc's braced-groups.
8086 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
8088         [BZ #5454]
8089         * inet/ether_line.c: Strip hostname of whitespaces.
8090         * inet/Makefile (tests): Add tst-ether_line.
8091         * inet/tst-ether_line.c: New file.
8093 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
8095         [BZ #5439]
8096         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
8098         [BZ #5435]
8099         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
8101         * stdlib/tst-setcontext.c: Catch the case where the links gets
8102         messed up and we do not reach main again.
8104         * po/ca.po: Update from translation team.
8106 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
8108         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
8109         * posix/regex.h (REG_ENOSYS): Likewise.
8110         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
8112 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
8114         * nscd/nscd.h (MAX_STACK_USE): Define.
8115         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
8116         (gc): Initialize stack_used based on allocation in prune_cache.
8117         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
8118         Clear array before use.
8120         * nscd/aicache.c (addhstaiX): Update statistics counter in case
8121         memory allocation failed.
8122         * nscd/hstcache.c (cache_addhst): Likewise.
8123         * nscd/grpcache.c (cache_addgr): Likewise.
8124         * nscd/servicescache.c (cache_addserv): Likewise.
8125         * nscd/pwdcache.c (cache_addpw): Likewise.
8126         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8128 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
8130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
8131         and creat system calls.
8133         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
8135 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8137         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
8138         Add netiucv/iucv.h.
8139         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
8140         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
8141         protocol.
8142         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
8143         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
8144         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
8146 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8148         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
8149         strncat): Define as macros to avoid compile errors.
8151         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
8152         creat entries.
8154 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
8156         [BZ #5382]
8157         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
8158         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
8159         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
8160         overflow it.
8161         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
8163         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
8164         Return zero in case the thread library is not NPTL.
8166         [BZ #5375]
8167         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
8168         initializing interface list.
8170         [BZ #5378]
8171         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
8172         use result of nss_getgrgid_r if nothing was found.  For other
8173         error return with a failure.
8174         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
8176         * locale/programs/ld-collate.c (collate_read): Fix loop to match
8177         macro name.
8179 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
8181         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
8182         (get_scope): For IPv4 scope, use scopes table.
8183         (fini): Free scopes table if necessary.
8184         (free_scopelist): New function.
8185         (scopecmp): New function.
8186         (gaiconf_init): Also handle scopev4 entries.
8187         * posix/tst-rfc3484.c (do_test): Initialize scopes.
8188         * posix/tst-rfc3484-2.c (do_test): Likewise.
8189         * posix/gai.conf: Document scopev4 defaults.
8190         * posix/Makefile (tests): Add tst-rfc3484-3.
8191         * posix/tst-rfc3484-3.c: New file.
8193         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
8194         Teredo tunnels.
8195         * posix/gai.conf: Update for current default tables.
8197 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
8199         * po/tr.po: Update from translation team.
8201 2007-11-18  Roland McGrath  <roland@frob.com>
8203         * manual/arith.texi (Remainder Functions): Spelling fix.
8204         From Shaun Silk <genix@mysoul.com.au>.
8206         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
8208 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
8210         * po/zh_CN.po: Update from translation team.
8212         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
8213         Add sys/signalfd.h and sys/eventfd.h.
8215 2007-11-15  Bruno Haible  <bruno@clisp.org>
8217         [BZ #5346]
8218         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
8219         union.
8220         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
8221         (DCIGETTEXT): Change the allocation of the 'search' variable so that
8222         it needs only fixed stack space. Delay the initialization of
8223         msgid_len until it is needed.
8225 2007-11-15  Andreas Jaeger  <aj@suse.de>
8227         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
8228         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
8230 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
8232         * po/ko.po: Update from translation team.
8234 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
8236         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
8237         significantly.  The device type is also part of the ifinfomsg data.
8239         * po/sv.po: Update from translation team.
8240         * po/nl.po: Likewise.
8242         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
8243         to wake up in 24 hours.
8245         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
8247 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
8249         * po/cs.po: Update from translation team.
8250         * po/pl.po: Likewise.
8252         * include/ifaddrs.h: Remove in6ai_temporary.
8253         (struct in6addrinfo): Add index element.
8254         Declare __check_native.
8255         * inet/Makefile (aux): Add check_native.
8256         * sysdeps/unix/sysv/linux/check_native.c: New file.
8257         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
8258         IFA_F_TEMPORARY.  Pass back ifa_index.
8259         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
8260         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
8261         call __check_native if necessary.
8262         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
8263         to sort addresses.  Pass information about the results.
8264         * posix/tst-rfc3484.c: Adjust for addition of index field and change
8265         of rfc3484_sort interface.
8266         * posix/tst-rfc3484-2.c: Likewise.
8268         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
8269         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
8270         for _quicksort.
8271         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
8272         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
8273         on as third parameter to compare function and _quicksort.
8274         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
8275         to the compare function.
8276         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
8277         * Versions.def: Add GLIBC_2.8 for libc.
8279         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
8280         * posix/tst-rfc3484-2.c: Likewise.
8282         * include/kernel-features.h: Moved to...
8283         * sysdeps/mach/hurd/kernel-features.h: ...here.
8285 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
8287         * sysdeps/i386/i586/memcpy_chk.S: New file.
8288         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
8289         * sysdeps/i386/i586/memset_chk.S: Likewise.
8291 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
8293         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
8294         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
8295         list of interfaces.  Also store prefix length.
8296         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
8297         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
8298         prefix if source and destination address are in the same subnet.
8299         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
8300         Always look for matching record in in6ai list.
8301         Correct source_addr_len value for IPv6->IPv4 converted records.
8303 2007-11-11  Roland McGrath  <roland@frob.com>
8305         * include/kernel-features.h: New file.
8307 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
8309         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
8310         complications for 64-bit platforms.
8312         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
8313         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
8314         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
8315         open64_2.
8316         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
8317         entries.
8318         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8319         * sysdeps/wordsize-64/alphasort.c: New file.
8320         * sysdeps/wordsize-64/alphasort64.c: New file.
8321         * sysdeps/wordsize-64/fseeko.c: New file.
8322         * sysdeps/wordsize-64/fseeko64.c: New file.
8323         * sysdeps/wordsize-64/ftello.c: New file.
8324         * sysdeps/wordsize-64/ftello64.c: New file.
8325         * sysdeps/wordsize-64/ftw.c: New file.
8326         * sysdeps/wordsize-64/ftw64.c: New file.
8327         * sysdeps/wordsize-64/iofgetpos.c: New file.
8328         * sysdeps/wordsize-64/iofgetpos64.c: New file.
8329         * sysdeps/wordsize-64/iofopen.c: New file.
8330         * sysdeps/wordsize-64/iofopen64.c: New file.
8331         * sysdeps/wordsize-64/iofsetpos.c: New file.
8332         * sysdeps/wordsize-64/iofsetpos64.c: New file.
8333         * sysdeps/wordsize-64/lockf.c: New file.
8334         * sysdeps/wordsize-64/lockf64.c: New file.
8335         * sysdeps/wordsize-64/mkostemp.c: New file.
8336         * sysdeps/wordsize-64/mkostemp64.c: New file.
8337         * sysdeps/wordsize-64/mkstemp.c: New file.
8338         * sysdeps/wordsize-64/mkstemp64.c: New file.
8339         * sysdeps/wordsize-64/scandir.c: New file.
8340         * sysdeps/wordsize-64/scandir64.c: New file.
8341         * sysdeps/wordsize-64/tmpfile.c: New file.
8342         * sysdeps/wordsize-64/tmpfile64.c: New file.
8343         * sysdeps/wordsize-64/versionsort.c: New file.
8344         * sysdeps/wordsize-64/versionsort64.c: New file.
8345         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
8346         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
8347         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
8348         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
8349         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
8350         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
8351         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
8352         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
8353         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
8354         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
8355         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
8356         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
8358         * crypt/sha256-crypt.c: Fix a comment.
8359         * crypt/sha512-crypt.c: Likewise.
8361 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
8363         * sysdeps/x86_64/memset.S: Add sfence after movnti.
8365 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
8367         [BZ #5277]
8368         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
8369         because output buffer is too small break, don't loop.
8370         * iconvdata/Makefile (tests): Add bug-iconv6.
8371         * iconvdata/bug-iconv6.c: New file.
8373 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
8375         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
8376         with size_t type.
8377         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
8378         size_t.  Add casts where needed.
8380         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
8381         old headers, don't call avc_has_perm if we don't have the
8382         permission information.
8384 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8386         * elf/rtld.c (dl_main): Use the page size to find the map start.
8388 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
8390         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
8391         Patch by Szymon Siwek <sls@poczta.wp.pl>.
8393         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
8394         when the lookup call failed.
8396         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
8397         Add prune_cond and wakeup_time.
8398         (CACHE_PRUNE_INTERNAL): Define.
8399         Update declarations of prune_cache and setup_thread.
8400         * nscd/connections.c (dbs): Update initializers.
8401         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
8402         (nscd_init): Default number of threads is now 4.
8403         (invalidate_cache): Take lock before calling prune_cache.
8404         (handle_request): If SELinux forbids the request, say so.
8405         (readylist_cond): Use static initializer.
8406         (nscd_run_prune): New function.  Used only by pruning threads.
8407         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
8408         here.
8409         (fd_ready): Update nscd_run reference.
8410         (start_threads): No need to initialize readylist_cond.
8411         Start pruning threads separately.
8412         * nscd/nscd_setup_thread.c: Change return value type to int and always
8413         return 0.
8414         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
8415         to int and return nonzero value if we can use the TID address hack.
8416         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
8417         the database is later than the new entry's timeout, update the
8418         wakeup time and wake the cleanup thread.
8419         (prune_cache): Return seconds the next entry in the database is still
8420         valid.  Remove locking for pruning here.
8421         * nscd/nscd.conf: Document default number of threads.
8423 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
8425         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
8426         stack is properly aligned for the target function.
8427         Correct unwind info.
8429         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
8430         when using auditing libraries.
8432 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
8434         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
8435         _nss_dns_getnetbyaddr2_r.
8436         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
8437         extra parameter to getanswer_r.
8438         (_nss_dns_getnetbyaddr_r): Now a wrapper around
8439         _nss_dns_getnetbyaddr2_r.
8441         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
8442         gethstbynm3_r.
8443         * nscd/gethstbynm2_r.c: Remove.
8444         * nscd/gethstbynm3_r.c: New file.
8445         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
8446         __gethostbyaddr_r.
8447         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
8448         __gethostbyaddr_r compatibility wrapper.
8449         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
8450         determining timeout of entry.
8451         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8452         __gethostbyaddr2_r.
8453         (addhstbyX): Pass reference to variable for TTL to lookup and
8454         cache_addhst.
8455         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8456         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8457         and __nss_next2.  Remove __nss_services_lookup.
8458         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8459         Add compat wrapper.
8460         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8461         __nss_next2.
8462         * nss/getXXent_r.c: Likewise.
8463         * nss/getnssent_r.c: Likewise.
8464         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8465         does not exist in module, try the optional second name.
8466         (__nss_next2): New function.
8467         (__nss_next): Now wrapper around __nss_next2.
8468         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8469         Declare __nss_next2.
8470         Adjust definition of db_lookup_function type.
8471         * nss/service-lookup.c: Define NO_COMPAT.
8472         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8473         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8474         * inet/ether_ntoh.c: Likewise.
8475         * sunrpc/netname.c: Likewise.
8476         * sunrpc/publickey.c: Likewise.
8477         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8478         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8479         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8480         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8481         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8483         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8485         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8487 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8489         [BZ #5204]
8490         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8491         * crypt/sha512c-test.c: Likewise.
8493         [BZ #5225]
8494         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8495         to keep track of end of %[ format string element.
8496         * stdio-common/Makefile (tests): Add bug20.
8497         * stdio-common/bug20.c: New file.
8499         [BZ #5222]
8500         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8501         path elements in counting mode.
8503 2007-10-27  Andreas Jaeger  <aj@suse.de>
8505         [BZ #5040]
8506         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8508         [BZ #3112]
8509         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8510         (__cleanup): Free shared library when exiting.
8511         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8512         (__cleanup): Free shared library when exiting.
8514 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8516         [BZ #2549]
8517         * math/libm-test.inc (check_float_internal): Support
8518         denormalized return.
8520 2007-10-23  Andreas Jaeger  <aj@suse.de>
8522         [BZ #5208]
8523         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8524         __LONG_LONG_PAIR to handle little endian byte order.
8525         Suggested by abhishekrai@google.com
8527 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8529         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8531 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8533         * nscd/cache.c (prune_cache): Move test for modified file outside
8534         of locking.
8536 2007-10-21  Andreas Jaeger  <aj@suse.de>
8538         * manual/texinfo.tex: Update to latest version.
8540         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8542         * manual/arith.texi (Status bit operations): Fix formatting.
8544         * manual/errno.texi (Error Messages): Fix formatting.
8546         * manual/sysinfo.texi (System Parameters): Fix formatting.
8548         * manual/libc.texinfo: Update VERSION and UPDATED.
8550 2007-10-19  Roland McGrath  <roland@redhat.com>
8552         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8554 2007-10-06  David S. Miller  <davem@davemloft.net>
8556         * configure.in: Add sparcv9v2 and sparc64v2.
8557         * scripts/config.sub: Likewise.
8558         * configure: Regenerate.
8559         * elf/elf.h (HWCAP_SPARC_N2): New.
8560         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8561         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8562         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8563         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8564         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8565         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8566         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8568 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8570         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8571         even if the poll result indicates there is data to read.
8572         Patch by Jeff Moyer <jmoyer@redhat.com>.
8574 2007-10-18  Roland McGrath  <roland@redhat.com>
8576         * elf/elf.h (NT_PPC_VMX): New macro.
8578 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8580         * version.h (VERSION): Set to 2.7.90.
8582 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8584         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8585         weak_alias.
8587 2007-10-17  Roland McGrath  <roland@frob.com>
8589         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8590         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8592 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8594         * version.h (VERSION): Bump to 2.7.
8595         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8597         [BZ #5186]
8598         * time/tzset.c (__tz_convert): Don't force testing for a change of
8599         TZ if not called from localtime.  But then also see whether the
8600         file changed, in case __use_tzfile is set.
8602         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8603         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8604         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8605         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8606         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8607         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8608         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8609         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8611 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8613         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8614         and admin selects to be able to replace the gai.conf file, lock
8615         data structures around the qsort call.
8617 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8619         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8620         new memset.
8621         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8622         too high for the improvements.  Implement bzero unconditionally for
8623         use in libc.
8625 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8626             Jakub Jelinek  <jakub@redhat.com>
8628         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8629         even when time_t is 32-bit.
8630         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8631         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8632         always set after the search.
8634 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8636         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8637         unreachable code on 32-bit machines.
8639 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8641         [BZ #5184]
8642         * time/strftime_l.c: Include stdbool.h.
8643         (my_strftime): New wrapper, old function renamed to...
8644         (__strftime_internal): ... new function.  Add tzset_called
8645         argument, pass it down to recursive calls, don't call tzset ()
8646         if already true, set to true after call to tzset ().
8648 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8650         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8651         into account when copying TZ string.
8653 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8655         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8656         num_transition rather than num_transitions - 1.
8658 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8660         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8661         PIC indirect jump.
8663         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8664         a local label rather than HIDDEN_JUMPTARGET.
8666 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8668         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8669         (init_cacheinfo): Initialize it.
8670         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8671         Always define bzero.
8672         Remove non-glibc code.
8673         * sysdeps/x86_64/bzero.S: Make an empty file.
8675 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8677         * sysdeps/x86_64/cacheinfo.c
8678         (__x86_64_preferred_memory_instruction): New.
8679         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8681         * sysdeps/x86_64/memset.S: Rewrite.
8683 2007-10-15  Roland McGrath  <roland@redhat.com>
8685         * po/libc.pot: Regenerated.
8687 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8689         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8690         pointers.
8692         [BZ #3425]
8693         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8694         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8695         address record to T_A/T_AAAA requests.
8697 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8699         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8701         * posix/glob.c: Add some branch prediction throughout.
8703         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8704         read from nscd.
8706         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8707         service_order.
8708         (rfc3484_sort): Make sure that even if qsort doesn't support
8709         stable sorting out sorting here is stable by comparing service_order.
8710         (getaddrinfo): Initialize service_order.
8711         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8712         service_order field to sorting structure.
8713         * posix/tst-rfc3484-2.c (do_test): Likewise.
8715         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8716         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8717         __tzset_parse_tz and updating of daylight, timezone, tzname into
8718         update_vars.
8719         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8720         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8721         happens in __tz_compute.
8722         * time/tzfile.c (__tzfile_read): Also read TZ string.
8723         (find_transition): Fold into __tzfile_compute.
8724         (__tzfile_compute): For times beyond the last transition try to
8725         use the TZ string.
8726         * timezone/tst-timezone.c: Information in daylight and tzname does
8727         change for Asia/Tokyo timezone with more concrete information.
8728         Remove the test.
8730         * include/stdio.h: Add libc_hidden_proto for ftello.
8731         * libio/ftello.c: Add libc_hidden_def.
8733         [BZ #1140]
8734         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8735         on the specified time and not the last entries in the file.  Move
8736         code to determine tzname[] to...
8737         (find_transition): ...here.  Add ugly guess for times before the
8738         first transition.
8740 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8742         [BZ #3195]
8743         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8744         no entry.
8745         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8746         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8747         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8748         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8750         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8751         read mechanism when there are no group members and avoid no-op
8752         read syscall in this case.
8754         [BZ #3242]
8755         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8756         (__readall): If reading failed due to EAGAIN error wait a bit
8757         and possibly try again.
8758         (__readvall): Likewise.
8760 2007-10-13  Bruno Haible  <bruno@clisp.org>
8762         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8763         when we cannot recode the message.
8765 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8767         [BZ #4359]
8768         * libio/__freading.c (__freading): Don't return true for
8769         write-only streams.  For read/write streams, check whether we
8770         performed a read operation already.
8771         * libio/Makefile (tests): Add tst-ext2.
8772         * libio/tst-ext2.c: New file.
8774 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8776         * locale/programs/repertoire.c (repertoire_read): Always free
8777         memory for repertoire file name [Coverity CID 270].
8779         * elf/cache.c (save_aux_cache): Free memory allocated for
8780         temporary file name [Coverity CID 267].
8782 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8784         * misc/Makefile (headers): Add bits/error.h.
8786 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8788         * posix/fnmatch_loop.c: Take rule index returned as part of
8789         findidx return value into account when accessing weights.
8790         * posix/regcomp.c: Likewise.
8791         * posix/regexec.c: Likewise.
8793         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8794         (skip_to): Fix problems with parameter of elifdef/elifndef.
8796 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8798         * iconv/gconv_simple.c: Add some branch prediction.
8800 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8802         * locale/programs/ld-collate.c (collate_read): If ignore_content
8803         and nowtok is tok_define, eat any tok_eol tokens.
8805 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8807         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8808         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8810         * inet/netinet/in.h: Don't include bits/socket.h.
8811         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8812         macro.
8813         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8815 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8817         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8818         and tok_elifndef.
8819         * locale/programs/locfile-kw.gperf: Likewise.
8820         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8822 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8824         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8825         (__find_specwc): Change into __extern_always_inline function.
8826         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8827         (__parse_one_specmb): Remove ps argument.
8828         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8829         Adjust __find_specmb and __parse_one_specmb callers.
8830         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8831         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8832         Removed.
8833         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8834         caller.
8836 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8838         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8839         with some Pentium Ds.
8841 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8843         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8844         __read not read.
8845         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8846         __write not write.
8848 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8850         [BZ #181]
8851         * locale/C-time.c: Set week_1stday data to 19971201.
8852         * locale/programs/ld-time.c (time_finish): Default for
8853         first_workday is Monday.
8855         [BZ #2633]
8856         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8858         [BZ #5103]
8859         * posix/glob.c (glob): Recognize patterns starting \/.
8860         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8861         (main): Add test for pattern starting \/.
8863         * misc/error.h: Use __const instead of const.
8864         * misc/bits/error.h: Likewise.
8866 2007-10-07  Andreas Jaeger  <aj@suse.de>
8868         * include/bits/error.h: New file.
8870         * misc/bits/error.h (error_at_line): Fix prototype.
8872 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8874         [BZ #3924]
8875         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8876         more little bugs in creating the stack frame when pltexit has to
8877         be called.
8879         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8880         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8882         [BZ #4407]
8883         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8884         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8885         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8886         * math/libm-test.inc: Add test for this case.
8888         [BZ #5010]
8889         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8890         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8891         map service succeeded.
8892         (svc_is_mapped): New function.
8893         (svc_unregister): Use it before trying to unmap service.
8895 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8897         * timezone/zic.c: Update from tzcode2007h.
8899         [BZ #5063]
8900         * timezone/africa: Update from tzdata2007h.
8901         * timezone/antarctica: Likewise.
8902         * timezone/asia: Likewise.
8903         * timezone/australasia: Likewise.
8904         * timezone/europe: Likewise.
8905         * timezone/leapseconds: Likewise.
8906         * timezone/northamerica: Likewise.
8907         * timezone/southamerica: Likewise.
8908         * timzeone/zone.tab: Likewise.
8910         [BZ #5104]
8911         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8913         [BZ #5113]
8914         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8915         avoid warning with -Wconversion.
8916         (__strndup): Likewise.
8917         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8919         [BZ #5112]
8920         * nscd/connections.c (restart): Don't resync if database is
8921         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8923         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8924         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8926         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8927         evetnfd_read, eventfd_write.
8928         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8929         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8930         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8931         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8932         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8933         eventfd_write for GLIBC_2.7.
8935         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8936         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8937         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8938         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8940 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8942         * stdlib/msort.c: Include stdint.h.
8943         (struct msort_param): New type.
8944         (msort_with_tmp): Use struct msort_param pointer for unchanging
8945         parameters.  Add optimized handling for several common sizes
8946         and indirect sorting mode.
8947         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8948         sorting.
8949         Suggested by Belazougui Djamel .
8951         * stdlib/Makefile (tests): Add tst-qsort2.
8952         * stdlib/tst-qsort2.c: New test.
8954 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8956         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8957         for dup2 in case another thread races with the current one.  Retry
8958         in this case.
8960         * misc/error.h: Remove support for use outside of libc.  We have to
8961         include <features.h> now.  Include <bits/error.h> if possible.
8962         * misc/bits/error.h: New file.
8964 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8966         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8967         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8968         __extern_always_inline functions unconditionally, drop macros.
8970         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8971         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8972         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8974         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8975         add __artificial__ attribute.
8977 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8979         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8980         backward to forward direction.
8982         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8984         [BZ #645]
8985         * locale/programs/ld-collate.c (collate_finish): Compare against last
8986         used section which is known to have rules defined.
8987         (collate_read): After order_start, correctly record order of sections
8988         and queue sections up.
8990 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8992         [BZ #5071]
8993         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8994         the same number of pages.
8995         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8997         * locale/programs/ld-collate.c (collate_read): After initial copy
8998         statement, continue in state 0.
9000         * include/stdio_ext.h (__fsetlocking): Define as macro.
9002 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
9004         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
9005         of section order.
9007         * po/pt_BR.po: Fix typo.
9009 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
9011         * iconvdata/Makefile (modules): Add ISO8859-9E.
9012         (distribute): Add iso8859-9e.c.
9013         (gen-8bit-gap-modules): Add iso8859-9e.
9014         * iconvdata/iso8859-9e.c: New file.
9015         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
9016         * iconvdata/TESTS: Likewise.
9017         * iconvdata/tst-tables.sh: Likewise.
9019         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
9021         * locale/iso-639.def: Add several new entries.
9023 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
9025         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
9026         void * pointers instead of struct link_map **.
9027         (_dl_scope_free): Change argument type to void *.
9028         * include/link.h (struct link_map): Change type of l_reldeps
9029         to struct link_map_reldeps, move l_reldepsact into that
9030         struct too.
9031         * elf/dl-deps.c: Include atomic.h.
9032         (_dl_map_object_deps): Only change l->l_initfini when it is
9033         fully populated, use _dl_scope_free for freeing it.  Optimize
9034         removal of libs from reldeps by using l_reserved flag, when
9035         some removal is needed, allocate a new list instead of
9036         reallocating and free the old with _dl_scope_free.  Adjust
9037         for l_reldeps and l_reldepsact changes.
9038         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
9039         searching in l_initfini and l_reldeps without holding dl_load_lock.
9040         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
9041         l_reldepsact changes.
9042         * elf/dl-close.c (_dl_close_worker): Likewise.
9043         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
9045 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
9047         * iconvdata/Makefile (modules): Add KOI8-RU.
9048         (distribute): Add koi8-ru.c.
9049         (gen-8bit-gap-modules): Add koi8-ru.
9050         * iconvdata/koi8-ru.c: New file.
9051         * iconvdata/gconv-modules: Add entries for KOI8-RU.
9052         * iconvdata/TESTS: Likewise.
9053         * iconvdata/tst-tables.sh: Likewise.
9055         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
9057 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
9059         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
9060         with __warning__/__error__ attributes.
9061         (__warnattr): Define.
9062         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
9063         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
9064         __warnattr.
9065         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
9066         of __*_chk if compile time detectable overflow is found.
9067         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
9068         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
9069         with __warnattr.
9070         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
9071         instead of __*_chk if compile time detectable overflow is found.
9072         (__gets_alias): Rename to...
9073         (__gets_warn): ... this.  Add __warnattr.
9074         (gets): Call __gets_warn instead of __gets_alias.
9075         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
9076         aliases with __warnattr.
9077         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
9078         time detectable overflow is found.
9079         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
9080         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
9081         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
9082         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
9083         __getdomainname_chk_warn): New aliases with __warnattr.
9084         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
9085         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
9086         __*_chk_warn instead of __*_chk if compile time detectable overflow
9087         is found.
9088         (__getgroups_chk): Rename argument to __listlen from listlen.
9089         (__getwd_alias): Rename to...
9090         (__getwd_warn): ... this.  Add __warnattr.
9091         (getwd): Call __getwd_warn instead of __getwd_alias.
9092         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
9093         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
9094         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
9095         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
9096         __wcsnrtombs_chk_warn): New aliases with __warnattr.
9097         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
9098         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
9099         compile time detectable overflow is found.
9100         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
9101         to use __*_chk or not.
9102         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
9103         in comparisons which function should be called and in __*_chk*
9104         arguments.  Call __*_chk_warn instead of __*_chk if compile time
9105         detectable overflow is found.
9106         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
9107         __*_chk argument.
9108         * debug/tst-chk1.c (do_test): Add a few more tests.
9110 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
9112         [BZ #5058]
9113         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
9114         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
9115         (_nl_unload_domain): Finalize conversions_lock.
9116         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
9117         handling table of known conversions.
9119 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
9121         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
9122         close_not_cancel_no_status instead of close.
9124 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
9126         [BZ #5028]
9127         * posix/regcomp.c (lookup_collation_sequence_value): Check that
9128         nrules != 0 for multibyte chars.
9130 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
9132         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
9133         Provide better error message in case the type is unknown.
9135         [BZ #4963]
9136         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
9137         * string/stratcliff.c: Make usable to test wide char functions.
9138         * wcsmbs/wcsatcliff.c: New file.
9139         * wcsmbs/Makefiel (tests): Add wcsatcliff.
9141         [BZ #4972]
9142         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
9143         (distribute): Add mac-centraleurope.c.
9144         (gen-8bit-gap-modules): Add mac-centraleurope.
9145         * iconvdata/mac-centraleurope.c: New file.
9146         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
9147         * iconvdata/TESTS: Likewise.
9148         * iconvdata/tst-tables.sh: Likewise.
9150         [BZ #5043]
9151         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
9153 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
9155         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
9156         from __x86_64_core_cache_size_half.
9157         (init_cacheinfo): Compute shared cache size for AMD processors with
9158         shared L3 correctly.
9159         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
9160         name change.
9161         Patch in large parts by Evandro Menezes.
9163 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
9165         * elf/dl-lookup.c (add_dependency): Handle failing memory
9166         allocation for dependency list.  Remove unnecessary check.
9168         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
9169         open/close when determining source addresses.
9171         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
9172         sha512-crypt, and sha512.
9173         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
9174         (distribute): Add sha256.h and sha512.h.
9175         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
9176         and call the appropriate code.
9177         * crypt/sha256-crypt.c: New file.
9178         * crypt/sha256.c: New file.
9179         * crypt/sha256.h: New file.
9180         * crypt/sha256c-test.c: New file.
9181         * crypt/sha256test.c: New file.
9182         * crypt/sha512-crypt.c: New file.
9183         * crypt/sha512.c: New file.
9184         * crypt/sha512.h: New file.
9185         * crypt/sha512c-test.c: New file.
9186         * crypt/sha512test.c: New file.
9188 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
9190         * misc/bits/syslog.h (syslog): Remove extraneous argument from
9191         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
9192         __syslog_chk.
9194 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
9196         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
9197         %as in fscanf format strings.
9199         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
9200         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
9201         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9202         Likewise.
9203         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9204         Likewise.
9206         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
9207         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
9208         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
9209         * elf/dl-sym.c (do_sym): Likewise.
9210         * include/link.h (struct link_map): Add l_serial field.
9211         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
9212         * elf/dl-lookup.c (add_dependency): Add flags argument.
9213         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
9214         flags, use THREAD_GSCOPE_RESET_FLAG before and
9215         THREAD_GSCOPE_SET_FLAG after
9216         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
9217         Don't dereference map until it has been found on some list.
9218         If map->l_serial changed, return -1.
9220 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
9222         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
9223         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
9224         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
9225         libc_hidden_proto.
9226         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
9227         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
9228         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
9229         add libc_hidden_proto.
9230         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
9231         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
9232         conformance requested.
9233         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
9234         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
9235         conformance requested.
9236         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
9237         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
9238         conformance requested.
9239         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
9240         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
9241         ISO C99 or POSIX conformance requested.
9242         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
9243         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
9244         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
9245         and __isoc99_vsscanf@@GLIBC_2.7.
9246         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
9247         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
9248         (tests): Add scanf14.
9249         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
9250         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
9251         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
9252         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
9253         CFLAGS-isoc99_scanf.c): Add $(exceptions).
9254         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
9255         from using internal headers.
9256         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
9257         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
9258         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
9259         and __isoc99_vswscanf@@GLIBC_2.7.
9260         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
9261         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
9262         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
9263         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
9264         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
9265         * stdio-common/isoc99_scanf.c: New file.
9266         * stdio-common/isoc99_vsscanf.c: New file.
9267         * stdio-common/isoc99_vscanf.c: New file.
9268         * stdio-common/isoc99_vfscanf.c: New file.
9269         * stdio-common/isoc99_fscanf.c: New file.
9270         * stdio-common/isoc99_sscanf.c: New file.
9271         * wcsmbs/isoc99_fwscanf.c: New file.
9272         * wcsmbs/isoc99_vswscanf.c: New file.
9273         * wcsmbs/isoc99_swscanf.c: New file.
9274         * wcsmbs/isoc99_wscanf.c: New file.
9275         * wcsmbs/isoc99_vwscanf.c: New file.
9276         * wcsmbs/isoc99_vfwscanf.c: New file.
9277         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
9278         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
9279         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
9280         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
9281         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
9282         * stdio-common/scanf14.c: New test.
9283         * stdio-common/scanf15.c: New test.
9284         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9285         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
9286         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
9287         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
9288         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
9289         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
9290         __nldbl___isoc99_scanf@@GLIBC_2.7,
9291         __nldbl___isoc99_fscanf@@GLIBC_2.7,
9292         __nldbl___isoc99_sscanf@@GLIBC_2.7,
9293         __nldbl___isoc99_vscanf@@GLIBC_2.7,
9294         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
9295         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
9296         __nldbl___isoc99_wscanf@@GLIBC_2.7,
9297         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
9298         __nldbl___isoc99_swscanf@@GLIBC_2.7,
9299         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
9300         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
9301         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
9302         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
9303         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
9304         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
9305         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
9306         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
9307         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
9308         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
9309         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
9310         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
9311         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
9312         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
9313         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
9314         functions.
9315         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
9316         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
9317         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
9318         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
9319         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
9320         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
9321         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
9322         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
9323         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
9324         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
9325         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
9326         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
9328         * stdio-common/Makefile (tests): Add scanf13.
9329         (scanf13-ENV): New.
9330         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
9331         m modifier followed by l.
9332         (STRING_ARG): Add width argument.
9333         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
9334         <case L_('C')>: Handle %mlc and %mC.
9335         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
9336         arguments.
9337         * stdio-common/scanf13.c: New test.
9339         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
9340         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
9342 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
9344         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
9345         type and __THROW marker of splice, vmsplice, and tee.
9346         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9347         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9348         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9349         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9350         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9351         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9352         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9353         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
9354         as cancellation points.
9356 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
9358         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
9359         parse more than three parts of the version number.
9361 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
9363         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
9364         modifier.  Patch by Jakub Jelinek.
9366 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
9368         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
9369         call_fallocate in misc subdir.
9370         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
9371         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
9372         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
9373         instead of __fallocate64.
9374         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
9376 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
9378         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
9379         * rt/Makefile (headers): Add bits/mqueue2.h.
9380         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
9381         optimizing with GCC and __va_arg_pack_len is defined.
9382         * rt/bits/mqueue2.h: New file.
9383         * rt/mq_open.c (__mq_open): Renamed from mq_open.
9384         (mq_open): New strong_alias.
9385         (__mq_open_2): New function.
9386         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
9387         (mq_open): New strong_alias.
9388         (__mq_open_2): New function.
9389         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
9390         * Versions.def (librt): Add GLIBC_2.7 version.
9391         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
9392         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
9394         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
9395         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
9396         is defined rather than when not C++.
9397         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
9398         __openat64_alias): New redirects.
9399         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
9400         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
9401         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
9402         (open, open64, openat, openat64): Rewrite as __extern_always_inline
9403         functions instead of function-like macros.
9405 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9407         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
9408         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
9409         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
9411 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
9413         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
9414         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
9416 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
9418         * inet/tst-network.c: Increment ERRORS for failing tests.
9420 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
9422         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
9423         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
9424         implement as __extern_always_inline function.
9425         (vsyslog): Define as __extern_always_inline function unconditionally.
9426         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
9427         When __va_arg_pack is defined, implement as __extern_always_inline
9428         functions.
9429         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9430         __extern_always_inline functions unconditionally.
9431         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
9432         bits/stdio2.h will be included.
9433         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
9434         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
9435         implement as __extern_always_inline functions.
9436         (vswprintf, vwprintf, vfwprintf): Define as
9437         __extern_always_inline functions unconditionally.
9438         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
9440 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
9442         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
9443         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
9444         attribute.
9445         * include/features.h (__USE_EXTERN_INLINES): Define only when
9446         __extern_inline is defined.
9447         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
9448         is defined instead of when not __cplusplus.
9449         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
9450         is defined instead of when not __cplusplus.
9451         * socket/sys/socket.h: Include bits/socket2.h when
9452         __extern_always_inline is defined instead of when not __cplusplus.
9453         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9454         is defined instead of when not __cplusplus.
9455         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9456         is defined instead of when not __cplusplus.
9457         * string/string.h: Include bits/string3.h when __extern_always_inline
9458         is defined instead of when not __cplusplus.
9459         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9460         is defined instead of when not __cplusplus.
9461         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9462         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9463         is not defined.
9464         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9465         defined __extern_always_inline instead of !defined __cplusplus.
9466         * libio/bits/stdio-ldbl.h: Likewise.
9467         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9468         * misc/bits/syslog.h (syslog): Don't define for C++.
9469         (vsyslog): Use __extern_always_inline function for C++ instead of
9470         a macro.
9471         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9472         whenever that macro is defined.
9473         (vprintf): Don't provide the inline for C++.
9474         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9475         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9476         define the macros for C++.
9477         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9478         __extern_always_inline functions for C++.
9479         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9480         stat64, lstat64, fstat64, fstatat64): Don't define if not
9481         __USE_EXTERN_INLINES.
9482         * wcsmbs/bits/wchar2.h: Fix #error message.
9483         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9484         (vswprintf, vwprintf, vfwprintf): Define using
9485         __extern_always_inline functions for C++.
9486         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9487         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9488         strncpy, strcat, strncat): Define as __extern_always_inline
9489         functions instead of macros for C++.
9490         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9491         defined __extern_inline.
9492         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9493         to __extern_inline whenever that macro is defined.
9494         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9495         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9496         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9497         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9498         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9499         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9500         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9501         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9502         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9503         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9504         prototypes.  Only provide __extern_inline routines if
9505         __USE_EXTERN_INLINES.
9506         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9507         tests.
9508         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9509         For now avoid some *printf tests in C++.  Skip all testing
9510         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9511         is not.
9512         * debug/tst-chk4.cc: New file.
9513         * debug/tst-chk5.cc: New file.
9514         * debug/tst-chk6.cc: New file.
9515         * debug/tst-lfschk4.cc: New file.
9516         * debug/tst-lfschk5.cc: New file.
9517         * debug/tst-lfschk6.cc: New file.
9518         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9519         prototypes in C++.
9520         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9521         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9522         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9524 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9526         * po/cs.po: Update from translation team.
9528 2007-09-11  Roland McGrath  <roland@redhat.com>
9530         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9531         compiling.
9533 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9535         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9537 2007-09-05  Roland McGrath  <roland@redhat.com>
9539         * manual/signal.texi (Signaling Another Process): Typo fix.
9540         From Karl Berry <karl@freefriends.org>.
9542 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9544         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9545         zero if not defined.
9546         (make_request): Recognize optimistic addresses and treat them like
9547         deprecated addresses.
9548         Reported by Neil Horman <nhorman@redhat.com>.
9550 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9552         * nscd/connections.c (send_ro_fd): Also transfer file size.
9553         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9554         file size don't call fstat.
9556         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9557         ahead and map the file.  This should always be correct and we can
9558         catch problems later.
9560 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9562         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9563         prototypes.
9564         (__fread_alias, __fread_unlocked_alias): New aliases.
9565         (fread): New extern inline.
9566         (fread_unlocked): Likewise.  Undef macro before definition of
9567         the inline function.
9568         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9569         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9570         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9571         and __fread_unlocked_chk@@GLIBC_2.7.
9572         * debug/fread_chk.c: New file.
9573         * debug/fread_u_chk.c: New file.
9574         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9576 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9578         * sysdeps/unix/sysv/linux/syscalls.list
9579         (personality): Change caller to EXTRA.
9581 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9583         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9584         to keep gcc quiet.
9585         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9587         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9588         NDEBUG is defined.
9590         * Makerules: Use -p option with mkdir.
9592         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9593         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9594         (_xdr_directory_obj): Likewise.
9595         (xdr_entry_obj): Likewise.
9596         (xdr_group_obj): Likewise.
9597         (xdr_link_obj): Likewise.
9598         (xdr_table_obj): Likewise.
9599         (_xdr_nis_result): Likewise.
9600         (_xdr_ns_request): Likewise.
9601         (_xdr_ib_request): Likewise.
9602         (_xdr_nis_taglist): Likewise.
9603         (xdr_cback_data): Likewise.
9604         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9605         (xdr_ypresp_maplist): Likewise.
9607         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9609         * posix/regex_internal.h: Prevent some declarations and definitions
9610         to be seen when used in tests.
9612         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9613         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9615         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9617         * config.make.in (datarootdir): Add to shut up configure.
9619         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9620         associativity for fully-associative caches.
9622         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9623         requests.  Fill on more associativity values for L2.
9624         Patch mostly by Evandro Menezes.
9626 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9628         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9629         (_libc_vdso_platform_setup): Avoid using exported variable by using
9630         alias.
9632         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9634         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9635         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9636         defined.
9638 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9640         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9641         align stack for call if pltexit is to be used.
9643         [BZ #3924]
9644         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9645         align for function call in case pltexit has to be called later.
9647         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9648         implicit atomic operation when storing function pointer.
9649         (_dl_runtime_profile): Likewise.
9651 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9653         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9654         NIS_NOTFOUND.
9656 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9658         [BZ #4566]
9659         * string/strtok.c: Fix typo in comment.
9661         [BZ #4582]
9662         * debug/segfault.c: Fix typos in comments.
9664         [BZ #4588]
9665         * stdio-common/tempnam.c: Fix comment, it is not checked that
9666         TMPDIR points to a writable directory.
9668         [BZ #4726]
9669         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9670         memory allocated for the name server address.
9672         [BZ #4946]
9673         * nscd/connections.c (handle_request): Using sendfile always
9674         requires that mmap is used for the database.
9675         Patch by Petr Baudis <pasky@suse.cz>.
9677         [BZ #4905]
9678         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9679         suddenly has two or more addresses, ignore it and remove the old
9680         entry.
9682         [BZ #4814]
9683         * resolv/res_hconf.c: Prepare for compiling outside libc.
9684         * nscd/res_hconf.c: New file.
9685         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9686         the new file.
9687         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9688         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9690         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9692         [BZ #4925]
9693         * debug/pcprofiledump.c: Turn on internationalization by calling
9694         setlocale.  Patch mostly by Benno Schulenberg.
9696         [BZ #4936]
9697         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9698         the state.
9699         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9700         * iconvdata/bug-iconv5.c: New file.
9702 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9704         [BZ #4896]
9705         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9706         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9707         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9708         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9709         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9710         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9711         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9712         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9714 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9716         [BZ #4937]
9717         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9718         lookup loop.  Suggested by John Reiser.
9720 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9722         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9724 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9726         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9727         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9728         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9729         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9730         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9731         to...
9732         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9734 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9736         * po/nl.po: Update from translation team.
9738 2007-08-16  Andreas Jaeger  <aj@suse.de>
9740         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9741         Reported by Peter Festner <peter.festner@ewetel.net>.
9743 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9745         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9747 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9749         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9750         to check for undefined symbols.
9752         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9753         If the syscall fails, set errno to the actual returned error number
9754         rather than EINVAL.
9755         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9756         arguments are incorrect, set errno to EINVAL, if the syscall
9757         fails, set errno to the actual returned error number.
9759         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9760         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9762         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9763         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9764         file.
9765         (ASI_PNF, ASI_BLK_P): Don't define.
9766         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9767         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9768         file.
9769         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9770         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9771         file.
9773 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9775         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9776         FE_UNDERFLOW on Niagara CPUs.
9778         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9779         exceptions.
9781 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9783         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9784         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9785         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9786         flush should be used or not inside of the function.
9787         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9789         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9790         __thread_start): Use HIDDEN_JUMPTARGET.
9791         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9792         __thread_start): Likewise.
9793         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9795         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9796         Add libc_hidden_proto.
9797         (STRTOF): Add libc_hidden_proto.
9798         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9799         (strtold_l, wcstold_l): Use them as second argument for
9800         long_double_symbol.
9802 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9804         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9806 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9808         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9810 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9812         * po/bg.po: New file.  From the translation team.
9814 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9816         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9817         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9818         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9819         when each feature was introduced.
9821         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9822         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9823         (CHECK_HASH): New macro.
9824         (PREPARE_VERSION): Use it.
9826         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9827         prototype if not __ASSUME_PSELECT.
9828         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9829         prototype if not __ASSUME_PPOLL.
9831         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9833         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9834         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9835         is defined.
9837 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9839         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9840         (_libc_vdso_platform_setup): If vDSO is not available point
9841         __vdso_gettimeofday to the vsyscall.
9842         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9843         __vdso_gettimeofday instead of vsyscall.
9845 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9847         * nscd/servicescache.c: Include kernel-features.h.
9848         * nscd/gai.c: Likewise.
9849         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9850         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9851         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9852         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9853         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9854         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9855         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9856         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9857         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9859 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9861         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9862         and _dl_get_origin defines anymore.
9864         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9865         Build fix for systems which might lack POSIX timer support.
9867         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9868         (_libc_vdso_platform_setup): Mangle function pointers before storing
9869         them.
9870         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9871         Demangle vdso pointer before use.
9872         (INTERNAL_VSYSCALL): Likewise.
9874         * elf/cache.c (primes): Mark as const.
9875         Noted by Roland McGrath.
9877 2007-08-01  Andreas Jaeger  <aj@suse.de>
9878             Jakub Jelinek  <jakub@redhat.com>
9880         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9881         (options): Add option.
9882         (parse_opt): Handle option.
9883         (manual_link): Adjust process_file caller.  Call implicit_soname.
9884         (search_dir): Formatting.  Use and populate auxiliary cache.
9885         (main): Load and save auxiliary cache.
9886         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9887         stat64 from fstat64 to caller.
9888         (implicit_soname): New function.
9889         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9890         leave *soname as NULL.
9891         * elf/cache.c: Include libgen.h.
9892         (print_entry, print_cache, compare, save_cache, add_to_cache):
9893         Formatting and cleanups.
9894         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9895         aux_cache_file): New structures.
9896         (AUX_CACHEMAGIC): Define.
9897         (primes): New array.
9898         (aux_hash_size, aux_hash): New variables.
9899         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9900         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9901         load_aux_cache, save_aux_cache): New functions.
9902         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9903         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9904         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9905         (process_file): Adjust prototype.
9907 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9909         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9910         with __need_size_t.
9912 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9914         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9915         r_found_version structure as second parameter.
9916         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9917         (_dl_vdso_vsym): Change type of second parameter accordingly.
9918         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9919         (_libc_vdso_platform_setup): Adjust.
9920         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9921         (_libc_vdso_platform_setup): Likewise.
9923         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9924         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9925         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9926         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9927         * csu/libc-start.c: Pretty printing.
9928         Use VDSO_SETUP if defined.
9929         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9930         and let generic code call into _libc_vdso_platform_setup.
9931         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9932         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9933         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9934         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9935         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9936         for GLIBC_PRIVATE.
9937         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9938         (sysdep_rountines): Add dl-vdso.
9940         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9941         of routines.
9943         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9944         attribute_hidden to __vdso_gettimeofday prototype.
9946 2007-08-12  Roland McGrath  <roland@redhat.com>
9948         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9949         From: Karl Berry <karl@freefriends.org>.
9951 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9953         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9954         an atime update for the files we read.
9956 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9958         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9960         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9961         instead of mkstemp.
9963         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9964         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9965         * misc/mkostemp.c: New file.
9966         * misc/mkostemp64.c: New file.
9967         * stdlib/stdlib.h: Declare the new functions.
9968         * sysdeps/posix/tempname.c: Add new parameter which is added to
9969         the flags for open.  Remove __GT_BIGFILE handling.
9970         * stdio-common/tempname.c: Likewise.
9971         * include/stdio.h: Adjust __gen_tempname prototype.
9972         Renumber __GT_* constants.
9973         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9974         * misc/mkdtemp.c: Likewise.
9975         * misc/mkstemp.c: Likewise.
9976         * misc/mkstemp64.c: Likewise.
9977         * misc/mktemp.c: Likewise.
9978         * stdio-common/tempnam.c: Likewise.
9979         * stdio-common/tmpfile.c: Likewise.
9980         * stdio-common/tmpfile64.c: Likewise.
9981         * stdio-common/tmpnam.c: Likewise.
9982         * stdio-common/tmpnam_r.c: Likewise.
9984 2007-08-10  Roland McGrath  <roland@frob.com>
9986         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9987         New macros.
9988         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9989         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9991 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9993         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9994         possible.
9995         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9996         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9997         * nss/nss_files/files-have_o_cloexec.c: New file.
9999         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
10000         available.
10002 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
10004         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
10005         ___new_wcstold_l): New weak aliases.
10006         (strtold_l, wcstold_l): Use them as second argument for
10007         long_double_symbol.
10009 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
10011         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
10012         register in test for error.
10014         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
10015         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
10017         * po/sv.po: Update from translation team.
10019 2007-08-06  Roland McGrath  <roland@redhat.com>
10021         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
10022         Remove __strto*_l inlines.
10023         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
10024         * stdlib/strtod.c: Add libc_hidden_def.
10025         * stdlib/strtod_l.c: Likewise.
10026         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
10027         for __new_strtold and __new_wcstold.
10028         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
10029         __STRTOF, STRTOF.
10030         * stdlib/strtol.c: Add libc_hidden_def.
10031         * stdlib/strtol_l.c: Likewise.
10032         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
10033         strtoq.
10035         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
10037         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
10038         * scripts/data/localplt-generic.data: ... here.
10039         * elf/Makefile (check-data): Get generic file if no other.
10040         ($(objpfx)check-localplt.out): Make target unconditional.
10042         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
10043         Use ElfW(Nhdr).
10045 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
10047         * po/zh_CN.po: Updated translation from translation team.
10049 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
10051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
10052         Don't use CGOTSETUP and CGOTRESTORE macros.
10054 2007-08-04  Roland McGrath  <roland@redhat.com>
10056         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
10058 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
10060         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
10061         __extension__ around the whole statement expression.
10063 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
10065         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
10066         elements during initialization.
10068         * po/pl.po: Updated translation from translation team.
10069         * po/tr.po: Likewise.
10070         * po/nl.po: Likewise.
10072 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
10074         * rt/aio.h: Add __nonnull attributes.
10076 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
10078         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
10079         * stdlib/Makefile (tests): Add tst-strtod5.
10080         (tst-strtod5-ENV): New.
10081         * stdlib/tst-strtod5.c: New file.
10083         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
10084         failed.
10085         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
10086         on failure.
10088         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
10089         allocated.
10091 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
10093         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
10094         numbers.
10096 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
10098         * io/Makefile (aux): Add have_o_cloexec.
10099         * include/fcntl.h: Declare __have_o_cloexec.
10100         * io/have_o_cloexec.c: New file.
10101         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
10102         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
10103         fcntl call if not necessary.
10104         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
10105         of local variable.
10107         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
10108         Avoid memset, add explicit initialization.
10109         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
10110         to the end and change into zero-sized array.
10111         Move lock member to fill a hole on 64-bit platforms.
10113         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
10114         inline functions.
10115         * include/stdlib.h: Add __strto*_internal prototypes here.
10116         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
10117         inline functions.
10118         * include/wchar.h: Add __wcsto*_internal prototypes.
10119         * sysdeps/generic/inttypes.h: No need to protect the declaration
10120         of the __strto*_internal and __wcsto*_internal members here.
10122         * rt/mqueue.h: Change const to __const and add nonnull attributes.
10124 2007-08-02  Roland McGrath  <roland@redhat.com>
10126         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
10127         $(inst_bindir)/getconf if possible.
10129         * posix/Makefile ($(objpfx)getconf.speclist): New target.
10130         (generated): Add it.
10131         ($(inst_libexecdir)/getconf): Use it.
10133 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
10135         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
10136         /proc is faster and sufficient.  /sys is still needed for
10137         __get_nprocs_conf.
10139 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
10141         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
10142         syscall as __fallocate64.
10143         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
10144         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
10146 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
10148         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
10149         value.
10151         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
10152         if off_t is different rank from size_t.
10154         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
10155         uw_frame_state_for): Avoid type punning warnings.
10156         * sysdeps/generic/unwind-dw2-fde-glibc.c
10157         (_Unwind_IteratePhdrCallback): Likewise.
10158         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
10159         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
10160         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
10161         pointers.
10163 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
10165         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
10166         total processors using sysfs.
10167         (__get_nprocs): Use sysfs to determine which processors are online.
10169 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
10171         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
10172         syscall arguments count.
10174         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
10176 2007-07-30  Roland McGrath  <roland@redhat.com>
10178         * manual/libc.texinfo: Update copyrights, formatting magic, and
10179         @dircategory.  From Karl Berry <karl@freefriends.org>.
10181 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
10183         [BZ #4860]
10184         * io/Makefile (headers): Add bits/fcntl2.h.
10186         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
10187         using gcc builtin.
10188         (__CPU_EQUAL_S): Likewise.
10190         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
10191         (tests): Add tst-cpuset.
10192         * posix/sched_cpualloc.c: New file.
10193         * posix/sched_cpufree.c: New file.
10194         * posix/tst-cpuset.c: New file.
10195         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
10196         GLIBC_2.7.
10197         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
10198         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
10199         macros.  Define CPU_*_S macros.
10201 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10203         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
10204         entry.
10206         [BZ #4858]
10207         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
10208         #.0g and value rounded to 1.0.
10209         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
10211 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
10213         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
10214         for int_frac_digits and frac_digits.
10216         * login/logout.c (logout): Avoid aliasing violation.
10217         * login/logwtmp.c (logwtmp): Likewise.
10219         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
10221         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
10222         to avoid warning.
10223         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
10224         warning.
10225         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
10226         warning.
10227         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
10228         to avoid warnings.
10230         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
10231         void **.
10232         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
10234         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
10235         char * to avoid warning.
10236         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
10238         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
10240         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
10241         allocate_arrays): Cast second argument to charmap_find_symbol
10242         to char * to avoid warnings.
10244         * locale/programs/repertoire.c (repertoire_new_char): Change
10245         from_nr, to_nr and cnt to unsigned long, adjust printf format
10246         string.
10248         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
10249         Cast second argument to new_element to char * to avoid warnings.
10251         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
10253         * intl/gettextP.h (struct loaded_domain): Change plural to const
10254         struct expression *.
10255         * intl/plural-eval.c (plural_eval): Change first argument to
10256         const struct expression *.
10257         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
10258         argument to const struct expression **.
10259         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
10260         prototypes.
10261         * intl/loadmsgcat (_nl_unload_domain): Cast away const
10262         in call to __gettext_free_exp.
10264         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
10265         unitialized wstring/wpattern var warnings.
10267         * posix/runtests.c (struct a_test): Make data field const char *.
10269         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
10270         vars if not LDBL_MANT_DIG >= 106.
10272         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
10274         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
10275         __find_specmb to avoid warning.
10277         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
10279         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
10280         to avoid warnings.
10282         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
10283         initializer.
10285         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
10286         tv var when it will be actually used.
10288         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
10289         to avoid warnings.
10291         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
10292         char array resp. pointer.
10293         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
10294         char array.
10295         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
10296         to const unsigned char **.
10297         (ucs4_to_cns11643): Change second argument to unsigned char *.
10298         * iconvdata/euc-tw.c (BODY): Change endp type to
10299         const unsigned char *.
10300         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
10301         to unsigned char *.
10302         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
10303         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
10304         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
10305         types to unsigned char pointers/arrays instead of char.
10306         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
10307         to unsigned char *.
10308         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
10309         * iconvdata/jis0212.h: Include assert.h.
10310         (ucs4_to_jisx0212): Change second argument to unsigned char *.
10311         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
10312         of trying to handle that.
10313         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
10314         shut up a warning.
10315         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
10316         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
10317         two dimensional const unsigned char arrays.
10318         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
10319         Initialize endp to inptr to shut up a warning.
10321 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10323         [BZ #4772]
10324         * time/strptime_l.c (__strptime_internal): Silently ignore
10325         strftime modifiers and field width in recursive calls.
10327         * include/time.h (enum ptime_locale_status): Remove.
10328         (__strptime_internal): Remove decided and era_cnt arguments,
10329         add statep argument.
10330         * time/strptime_l.c (__strptime_internal): Remove decided
10331         and era_cnt arguments, add statep argument.  Don't recompute
10332         any fields in recursive calls, only update caller's tm
10333         and state, if recursive call fails, don't change tm nor
10334         any state.
10335         (get_alt_number): Adjust.
10336         (recursive): Adjust caller.
10337         (strptime): Likewise.
10338         * time/strptime.c (strptime): Likewise.
10340 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
10342         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
10343         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
10344         if from and to charsets are the same.
10345         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
10346         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
10347         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
10349 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10351         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
10352         Don't define wint_t when __need_mbstate_t unless it
10353         is necessary.
10354         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
10355         in the typedef if possible.
10356         * wctype/wctype.h (wint_t): Define by including
10357         wchar.h with __need_wint_t instead of including stddef.h
10358         with __need_wint_t and as fallback definining it ourselves.
10359         * iconv/gconv.h (__need_wint_t): Define before including
10360         wchar.h.
10361         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
10362         or _GLIBCPP_USE_WCHAR_T.
10363         (__need_wchar_t): Don't define
10364         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10365         (__need_wint_t): Don't define before including stddef.h,
10366         define before including wchar.h only if _LIBC or
10367         _GLIBCPP_USE_WCHAR_T.
10368         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10369         * sysdeps/mach/hurd/_G_config.h: Likewise.
10370         * sysdeps/generic/_G_config.h: Likewise.
10371         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
10372         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
10373         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
10374         if _LIBC or _GLIBCPP_USE_WCHAR_T.
10376 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10378         * sysdeps/posix/posix_fallocate64.c: Undefine
10379         __posix_fallocate64_l64 before alias handling.
10380         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
10381         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
10382         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
10383         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
10385         * io/tst-posix_fallocate.c: Include <fcntl.h>.
10387 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
10389         * locale/programs/ld-collate.c (atwc): New variable.
10390         (add_to_tablewc): New toplevel function, moved from collate_output.
10391         (collate_output): Remove add_to_tablewc nested function.
10393         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
10394         (name_insert): New function.
10395         (write_output): Remove hash_table and hash_size vars and name_insert
10396         nested function.
10398 2007-07-24  Roland McGrath  <roland@redhat.com>
10400         * Makerules (install-others-programs-nosubdir): New target.
10401         (install-no-libc.a-nosubdir): Depend on it.
10403         * iconv/Makefile (install-others-programs): Set this instead of
10404         install-others.
10405         * login/Makefile (install-others-programs): Likewise.
10406         * posix/Makefile (install-others-programs): Likewise.
10408         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
10409         dependencies.
10411 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
10413         * io/Makefile (tests): Add tst-posix_fallocate.
10414         * io/tst-posix_fallocate.c: New file.
10416         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10417         __ASSUME_FALLOCATE.
10419 2007-07-22  Roland McGrath  <roland@frob.com>
10421         * hurd/getdport.c: Add missing copyright year update.
10423         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
10424         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
10426 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
10428         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
10430         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
10431         O_CLOEXEC is needed.
10432         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
10433         Avoid additional fcntl to set O_CLOEXEC if not needed.
10434         * nis/nss_compat/compat-initgroups.c: Likewise.
10435         * nis/nss_compat/compat-pwd.c: Likewise.
10436         * nis/nss_compat/compat-spwd.c: Likewise.
10438 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10440         [BZ #3665]
10441         * manual/errno.texi: Change ECANCELED value to 119.
10443         [BZ #4610]
10444         * mach/lock-intern.h: Include <sys/cdefs.h>.
10446         [BZ #4178]
10447         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
10448         reading A.
10450         [BZ #4126]
10451         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10452         to __sigsuspend.
10454         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10456 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10458         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10459         `__ASSEMBLER__'.
10460         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10462 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10464         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10465         descriptor received from nscd.
10467         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10469         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10470         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10471         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10472         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10473         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10474         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10476 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10478         [BZ #4816]
10479         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10481         [BZ #4813]
10482         * login/forkpty.c (forkpty): Close master and slave fds on
10483         fork failure.  Patch by
10484         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10486 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10488         * include/features.h (__USE_ISOC95): New define.
10489         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10490         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10491         for -std=iso9899:199409.
10492         * CONFORMANCE: Remove comments about unsupported AMD1.
10494 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10496         * sysdeps/ia64/sched_cpucount.c: New file.
10497         * sysdeps/powerpc/sched_cpucount.c: New file.
10499         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10500         __BEGIN_DECLS/__END_DECLS around the prototype.
10501         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10502         pointer to const cpu_set_t.
10504         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10505         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10506         __need_size_t and include stddef.h.
10507         * sysvipc/sys/msg.h: Likewise.
10508         * posix/sched.h: Likewise.
10509         * hurd/hurd/signal.h (__need_size_t): Define.
10511         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10512         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10513         no longer defines wint_t or wchar_t.
10515         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10516         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10517         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10518         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10519         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10520         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10521         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10522         * debug/printf_chk.c (__printf_chk): Likewise.
10523         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10524         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10526         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10527         Define.
10529         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10530         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10532 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10534         [BZ #4792]
10535         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10536         * malloc/malloc.h (realloc): Likewise.
10538         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10539         if one of proc_file_chain streams has that fileno.
10540         * stdio-common/Makefile (tests): Add tst-popen2.
10541         * stdio-common/tst-popen2.c: New test.
10543 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10545         * elf/ldconfig.c: Allow GPLv2 or any later version.
10546         * elf/readlib.c: Likewise.
10547         * elf/chroot_canon.c: Likewise.
10548         * elf/cache.c: Likewise.
10549         * nscd/mem.c: Likewise.
10550         * nscd/getpwuid_r.c: Likewise.
10551         * nscd/grpcache.c: Likewise.
10552         * nscd/aicache.c: Likewise.
10553         * nscd/getsrvbynm_r.c: Likewise.
10554         * nscd/nscd.c: Likewise.
10555         * nscd/servicescache.c: Likewise.
10556         * nscd/getsrvbypt_r.c: Likewise.
10557         * nscd/initgrcache.c: Likewise.
10558         * nscd/gethstbyad_r.c: Likewise.
10559         * nscd/gethstbynm2_r.c: Likewise.
10560         * nscd/getgrnam_r.c: Likewise.
10561         * nscd/nscd_setup_thread.c: Likewise.
10562         * nscd/getpwnam_r.c: Likewise.
10563         * nscd/gai.c: Likewise.
10564         * nscd/connections.c: Likewise.
10565         * nscd/dbg_log.c: Likewise.
10566         * nscd/cache.c: Likewise.
10567         * nscd/hstcache.c: Likewise.
10568         * nscd/nscd_conf.c: Likewise.
10569         * nscd/getgrgid_r.c: Likewise.
10570         * nscd/pwdcache.c: Likewise.
10571         * catgets/gencat.c: Likewise.
10572         * locale/programs/linereader.h: Likewise.
10573         * locale/programs/locarchive.c: Likewise.
10574         * locale/programs/ld-paper.c: Likewise.
10575         * locale/programs/locfile-kw.h: Likewise.
10576         * locale/programs/ld-address.c: Likewise.
10577         * locale/programs/xmalloc.c: Likewise.
10578         * locale/programs/ld-time.c: Likewise.
10579         * locale/programs/localedef.c: Likewise.
10580         * locale/programs/simple-hash.c: Likewise.
10581         * locale/programs/xstrdup.c: Likewise.
10582         * locale/programs/ld-numeric.c: Likewise.
10583         * locale/programs/locfile-kw.gperf: Likewise.
10584         * locale/programs/ld-collate.c: Likewise.
10585         * locale/programs/charmap-kw.gperf: Likewise.
10586         * locale/programs/charmap.h: Likewise.
10587         * locale/programs/charmap-kw.h: Likewise.
10588         * locale/programs/config.h: Likewise.
10589         * locale/programs/locfile.c: Likewise.
10590         * locale/programs/ld-ctype.c: Likewise.
10591         * locale/programs/charmap.c: Likewise.
10592         * locale/programs/ld-messages.c: Likewise.
10593         * locale/programs/repertoire.h: Likewise.
10594         * locale/programs/locale.c: Likewise.
10595         * locale/programs/ld-name.c: Likewise.
10596         * locale/programs/linereader.c: Likewise.
10597         * locale/programs/locfile.h: Likewise.
10598         * locale/programs/3level.h: Likewise.
10599         * locale/programs/ld-monetary.c: Likewise.
10600         * locale/programs/ld-measurement.c: Likewise.
10601         * locale/programs/charmap-dir.c: Likewise.
10602         * locale/programs/ld-identification.c: Likewise.
10603         * locale/programs/localedef.h: Likewise.
10604         * locale/programs/charmap-dir.h: Likewise.
10605         * locale/programs/repertoire.c: Likewise.
10606         * locale/programs/simple-hash.h: Likewise.
10607         * locale/programs/ld-telephone.c: Likewise.
10608         * locale/programs/locale-spec.c: Likewise.
10609         * locale/programs/locfile-token.h: Likewise.
10610         * posix/getconf.c: Likewise.
10611         * iconv/dummy-repertoire.c: Likewise.
10612         * iconv/iconv_charmap.c: Likewise.
10613         * iconv/iconvconfig.c: Likewise.
10614         * iconv/iconv_prog.c: Likewise.
10615         * malloc/memusagestat.c: Likewise.
10616         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10618 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10620         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10621         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10622         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10623         check for the first argument.
10625 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10627         [BZ #4775]
10628         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10629         (__tgmath_real_type): Fix if expr is const int or other const
10630         qualified integral type.
10631         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10632         expressions and handle const qualified arguments.
10633         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10634         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10635         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10636         statement expressions.
10637         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10638         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10639         (__TGMATH_UNARY_IMAG): Define.
10640         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10641         * math/Makefile (tests): Add test-tgmath2.
10642         (CFLAGS-test-tgmath2.c): Add.
10643         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10644         count_cfloat, count_cldouble): New variables.
10645         (NCCALLS): Define.
10646         (main): Check number of complex calls as well.
10647         (F(compile_test)): Add complex tests and tests with const qualified
10648         arguments.
10649         (y, z, ccount): Define.
10650         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10651         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10652         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10653         F(cproj)): New functions.
10654         * math/test-tgmath2.c: New test.
10656 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10658         [BZ #4776]
10659         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10660         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10661         instead output ".".
10662         * dlfcn/Makefile (distribute): Add glreflib3.c.
10663         (module-names): Add glreflib3.
10664         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10665         glreflib1.so.
10666         (LDFLAGS_glreflib3.so): New.
10667         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10668         glreflib1.so.
10669         * dlfcn/glreflib3.c: New file.
10671         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10672         returned -1, return NULL.
10673         * intl/explodename.c (_nl_explode_name): Return -1 if
10674         _nl_normalize_codeset failed.
10676 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10678         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10679         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10680         and avoid branch misspredicts for > 31 bytes memset case.
10681         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10682         Remove toc ref to __cache_line_size.
10684         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10685         to get ISA-V2.0 branch hints.
10686         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10687         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10688         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10689         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10690         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10691         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10692         Remove toc ref to __cache_line_size.
10694         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10695         Include math_ldbl_opt.h.
10697 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10699         [BZ #4773]
10700         * time/strptime_l.c (__strptime_internal): Implement greedy
10701         matching of weekday and month names.
10703 2007-07-09  Roland McGrath  <roland@redhat.com>
10705         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10706         (ELF_NOTE_ABI): Use it.
10707         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10709 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10711         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10712         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10714 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10716         [BZ #4745]
10717         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10718         in loop to look for conversion specifier to avoid testing of
10719         wrong errno value.
10720         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10721         * stdio-common/bug18.c: New file.
10722         * stdio-common/bug18a.c: New file.
10723         * stdio-common/bug19.c: New file.
10724         * stdio-common/bug19a.c: New file.
10726 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10728         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10729         running awk script.
10731 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10733         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10734         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10735         Return NULL if mmap failed instead of asserting it does not.
10736         (calloc): Check for integer overflow.
10738         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10739         than LONG_MAX / 10.
10741 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10743         [BZ #4702]
10744         * nis/nss-default.c: Include errno.h.
10745         (init): Preserve errno.
10747 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10749         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10751 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10753         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10755 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10757         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10759 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10761         * sysdeps/s390/dl-procinfo.c: New file.
10762         * sysdeps/s390/dl-procinfo.h: New file.
10763         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10765 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10767         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10768         in PT_NOTE segments with multiple notes.
10769         * elf/readelflib.c (process_elf_file): Likewise.
10771 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10773         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10774         ISO C compliant.
10776 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10778         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10780 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10782         * include/link.h: Don't include rtld-lowlevel.h.
10783         (struct link_map): Remove l_scope_lock.
10784         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10785         (_dl_scope_free_list): New field (variable) in _rtld_global.
10786         (DL_LOOKUP_SCOPE_LOCK): Remove.
10787         (_dl_scope_free): New prototype.
10788         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10789         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10790         (_dl_profile_fixup): Likewise.
10791         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10792         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10793         THREAD_GSCOPE_RESET_FLAG around it.
10794         * elf/dl-close.c (_dl_close_worker): Don't use
10795         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10796         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10797         scopes were queued or if l_scope_mem has been abandoned.
10798         * elf/dl-open.c (_dl_scope_free): New function.
10799         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10800         * elf/dl-support.c (_dl_scope_free_list): New variable.
10801         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10802         Remove DL_LOOKUP_SCOPE_LOCK handling.
10803         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10804         handling.
10805         * elf/dl-object.c (_dl_new_object): Don't use
10806         __rtld_mrlock_initialize.
10808 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10810         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10811         to fill in holes
10812         (rtld_global_ro): Likewise.
10814 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10816         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10817         Move PT_LOAD checking to...
10818         (_dl_addr_inside_object): ... here, new function.
10819         * elf/dl-sym.c (do_sym): If not l_contiguous,
10820         call _dl_addr_inside_object.
10821         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10822         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10823         * elf/dl-open.c (dl_open_worker): Likewise.
10824         (_dl_addr_inside_object): New function if IS_IN_rtld.
10825         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10826         holes are present or are PROT_NONE protected.
10827         * include/link.h (struct link_map): Add l_contiguous field.
10828         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10830 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10831             Tomas Janousek  <tjanouse@redhat.com>
10832             Ulrich Drepper  <drepper@redhat.com>
10834         [BZ #4647]
10835         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10836         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10837         socket.
10838         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10839         unused member a bitmap.
10840         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10841         servers are configured.
10843 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10845         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10847 2007-06-17  Andreas Schwab  <schwab@suse.de>
10849         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10851 2007-06-16  Andreas Jaeger  <aj@suse.de>
10853         [BZ #4125]
10854         * sysdeps/unix/sysv/linux/sys/ptrace.h
10855         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10856         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10857         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10858         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10859         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10860         Define.
10861         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10862         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10863         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10864         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10866 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10868         [BZ #4599]
10869         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10870         determining whether there are IPv4/IPv6 addresses, ignore loopback
10871         addresses.
10873 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10875         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10876         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10877         as the return type.  Change type of "r" variable to CMPtype.
10878         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10879         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10880         * soft-fp/gedf2.c (__gedf2): Likewise.
10881         * soft-fp/gesf2.c (__gesf2): Likewise.
10882         * soft-fp/getf2.c (__getf2): Likewise.
10883         * soft-fp/ledf2.c (__ledf2): Likewise.
10884         * soft-fp/lesf2.c (__lesf2): Likewise.
10885         * soft-fp/letf2.c (__letf2): Likewise.
10886         * soft-fp/unorddf2 (__unorddf2): Likewise.
10887         * soft-fp/unordsf2 (__unordsf2): Likewise.
10888         * soft-fp/unordtf2 (__unordtf2): Likewise.
10890 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10892         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10893         make sure gcc doesn't mess around with this.
10895 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10897         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10899 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10901         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10902         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10903         at most once per _dl_close_worker.
10905 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10907         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10908         __sched_cpucount as const.
10909         * posix/sched_cpucount.c: Adjust.
10911         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10912         instruction for counting bits.
10913         * sysdeps/x86_64/sched_cpucount.c: New file.
10915 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10917         * configure.in: Avoid variable named BASH.
10918         * config.make.in: Likewise.
10919         Patch in part by Mike Frysinger.
10921 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10923         [BZ #4586]
10924         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10925         pseudo-zeros as zero.
10926         * sysdeps/x86_64/ldbl2mpn.c: New file.
10927         * sysdeps/ia64/ldbl2mpn.c: New file.
10929 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10931         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10932         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10933         Remove unreachable code at the end.
10935 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10937         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10938         ldbl-128ibm in comment.
10939         (fpclassifyl): Correct classification of denormals.
10940         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10941         return value for MIN denormal. Rewrite using long double math too
10942         correctly handle denormals and canonicalize the results.
10944 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10946         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10947         (__mpn_construct_long_double): Fix conversion where result ought
10948         to be smaller than __LDBL_MIN__, or the low double should be
10949         denormal.  Fix decision where to negate low double - honor round
10950         to even rules.
10951         * stdio-common/tst-sprintf2.c: Include string.h.
10952         (COMPARE_LDBL): Define.
10953         (TEST): Also test whether a string hexadecimal float representation
10954         can be parsed back to the number.
10955         (main): Add a couple of further tests.
10957 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10959         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10960         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10961         is non-zero, but smaller than 2 * __DBL_MIN__.
10962         * stdio-common/tst-sprintf2.c: New test.
10963         * stdio-common/Makefile (tests): Add tst-sprintf2.
10965         * math/test-misc.c (main): Don't run last batch of tests with
10966         IBM long double format.
10968 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10970         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10971         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10972         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10973         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10974         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10975         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10976         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10977         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10978         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10979         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10982         New file.
10983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10984         New file.
10985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10986         New file.
10987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10988         New file.
10989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10990         New file.
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10993         New file.
10994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10995         New file.
10996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10997         New file.
10998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10999         New file.
11000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
11001         New file.
11003 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
11005         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
11006         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
11007         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
11008         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
11009         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
11010         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
11011         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
11012         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
11014 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
11016         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
11017         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11018         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
11019         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11020         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
11021         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11022         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
11023         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
11025 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
11027         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
11028         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
11029         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
11030         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
11032 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
11034         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
11035         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
11037 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
11039         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
11040         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
11041         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
11042         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
11044 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
11046         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
11047         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
11049 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
11051         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
11052         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
11054         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
11055         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
11056         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
11057         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11059 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
11061         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
11062         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
11063         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
11064         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
11066 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
11068         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
11069         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
11070         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
11071         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11072         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
11073         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
11075 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
11077         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
11078         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
11079         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
11080         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
11082 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
11084         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
11085         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
11086         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
11087         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
11088         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
11089         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
11090         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
11091         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
11092         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
11093         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
11094         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
11095         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
11096         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
11097         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
11098         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
11099         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
11101 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
11103         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
11104         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
11106 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
11108         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
11109         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
11111 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
11113         * sysdeps/powerpc/powerpc32/970/Implies: New file.
11114         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
11115         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
11116         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
11117         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
11118         * sysdeps/powerpc/powerpc64/970/Implies: New file.
11119         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
11120         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
11121         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
11122         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
11124 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
11126         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
11128 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
11130         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
11131         branch miss-predicts. Ensure that cache line crossing does not impact
11132         dispatch grouping.
11134 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
11136         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
11137         "../../powerpc32/power4/memcopy.h".
11138         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
11139         "../../powerpc32/power4/wordcopy.c".
11141 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
11143         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
11144         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
11145         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
11146         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
11147         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
11148         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
11150 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
11152         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
11154 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
11156         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
11157         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
11158         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
11159         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
11160         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
11161         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
11162         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
11163         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
11165 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
11167         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
11169 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
11171         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
11172         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
11173         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
11174         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
11175         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
11176         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
11177         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
11179 2007-05-29  Roland McGrath  <roland@redhat.com>
11181         * po/Makefile (po-sed-cmd): New variable.
11182         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
11184 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
11186         * crypt/md5-crypt.c: Fix comment.
11188         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
11189         of crashing.  When this is the case or if the reply is malformed,
11190         don't try to close the new file descriptor since it does not
11191         exist.
11192         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
11194 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
11196         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
11197         if __NR_utimensat is not defined.
11199 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
11201         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
11203 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
11205         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
11206         (open): Fix comment typos.  Don't call __open_2 if flags
11207         is a compile time constant without O_CREAT.
11208         (__open64_2): Add nonnull attribute.
11209         (open64): Fix comment typos.  Don't call __open64_2 if flags
11210         is a compile time constant without O_CREAT.
11211         (__openat_2): Add nonnull attribute, fix nonnull attribute
11212         on redirect.
11213         (openat): Fix comment typos.  Don't call __openat_2 if flags
11214         is a compile time constant without O_CREAT.
11215         (__openat64_2): Add nonnull attribute, fix nonnull attribute
11216         on redirect.
11217         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
11218         is a compile time constant without O_CREAT.
11220 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
11222         * Makerules (sysd-rules): Define PTW for ptw-* files.
11223         * Versions: Define GLIBC_2.7 for libc.
11224         * include/stdio.h: Declare __fortify_fail.
11225         * debug/fortify_fail.c: New file.
11226         * debug/Makefile (routines): Add fortify_fail.
11227         * debug/chk_fail.c: Use __fortify_fail.
11228         * debug/stack_chk_fail.c: Likewise.
11229         * io/Versions: Export __open_2, __open64_2, __openat_2, and
11230         __openat64_2 for GLIBC_2.7.
11231         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
11232         * io/open.c: Define *_2 variant of function which checks for O_CREAT
11233         and fails if necessary.
11234         * io/open64.c: Likewise.
11235         * io/openat.c: Likewise.
11236         * io/openat64.c: Likewise.
11237         * sysdeps/unix/sysv/linux/open64.c: Likewise.
11238         * sysdeps/unix/sysv/linux/openat.c: Likewise.
11239         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
11240         * io/bits/fcntl2.h: New file.
11241         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
11242         __openat64_2.
11243         * include/bits/fcntl2.h: New file.
11244         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11245         Add open_2.
11246         * sysdeps/unix/sysv/linux/open_2.c: New file.
11248 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
11250         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
11251         as second parameter to handle_intel.
11253         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
11254         the entry.
11256         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
11257         handling to ...
11258         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
11259         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
11260         cacheinfo.
11261         * sysdeps/x86_64/memcpy.S: Complete rewrite.
11262         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
11263         Patch by Evandro Menezes <evandro.menezes@amd.com>.
11265         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
11267 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
11269         [BZ #4525]
11270         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
11271         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
11272         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
11274         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
11276         [BZ #4514]
11277         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
11278         reinitialize workend at the start of each do_positional format spec
11279         loop, free workstart before do_positional loops.
11280         (printf_unknown): Fix size of work_buffer.
11281         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
11283         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
11284         (public_sET_STATe): If ms->version < 3, put all chunks into
11285         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
11286         chunks.
11288         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
11289         * malloc/hooks.c: Likewise.
11290         * malloc/arena.c: Likewise.
11291         * malloc/malloc.c (do_check_malloc_state): Don't assert
11292         n_mmaps is not greater than n_mmaps_max.  This removes the need
11293         for the previous change.
11295         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
11296         2007-05-07 commit.
11298 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
11300         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
11301         Define for kernel >= 2.6.22.
11303 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
11305         * elf/dl-close.c (_dl_close_worker): When removing object from
11306         global scope, wait for all lookups to finish afterwards.
11307         * elf/dl-open.c (add_to_global): When global scope array must
11308         grow, allocate a new one and free old array only after all
11309         lookups finish.
11310         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
11311         (_dl_lookup_symbol_x): Likewise.
11312         * elf/dl-support.c: Define _dl_wait_lookup_done.
11313         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
11314         _dl_wait_lookup_done.
11316         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
11317         not overlapping with arena.
11319         * malloc/mcheck.c (reallochook): If size==0, free the block.
11321         * rt/tst-shm.c: Use fstat64 instead of fstat.
11323         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
11324         __NR_sync_file_range is not defined.
11326 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
11328         Dummy files to prevent stub versions from being used.
11329         * sysdeps/x86_64/fpu/k_cosl.c: New file.
11330         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
11331         * sysdeps/x86_64/fpu/k_sinl.c: New file.
11332         * sysdeps/x86_64/fpu/k_tanl.c: New file.
11334         * version.h (VERSION): Set to 2.6.90.
11336 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
11338         * version.h (VERSION): Define to 2.6.
11339         * include/features.h (__GLIBC_MINOR__): Define to 6.
11341         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
11343         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
11344         sizes.
11346 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
11348         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
11349         number of mmaps.  n_mmaps_max is the target.
11350         * malloc/hooks.c: Likewise.
11351         * malloc/arena.c: Likewise.
11353 2007-05-12  Andreas Jaeger  <aj@suse.de>
11355         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
11356         getpid.
11358 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
11360         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
11361         adding new variables.
11363         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
11364         optimize.  Completely extend global scope array before making the
11365         new entries visible.
11367 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
11369         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
11370         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
11371         tst-getcpu.
11373         * include/link.h: Move l_version and l_nversion members around to
11374         fill gaps.
11376         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
11378         * sysdeps/unix/sysv/linux/sched_setaffinity.c
11379         (__sched_setaffinity_new): If syscall was successful and
11380         RESET_VGETCPU_CACHE is defined, use it before returning.
11381         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
11383         * io/sys/stat.h: Make sure struct timespec is defined for
11384         __USE_ATFILE.
11386         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
11387         UTIME_OMIT.
11388         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
11389         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
11390         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11391         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
11392         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11393         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
11394         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
11395         * io/sys/stat.h: Declare utimensat, futimens.
11396         * io/utimensat.c: New file.
11397         * io/futimens.c: New file.
11398         * sysdeps/unix/sysv/linux/utimensat.c: New file.
11399         * sysdeps/unix/sysv/linux/futimens.c: New file.
11400         * io/Makefile (routines): Add utimensat, futimens.
11401         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
11402         * sysdeps/unix/sysv/linux/lutimes.c: New file.
11403         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
11404         available.
11406         * include/sys/cdefs.h: Redefine __nonnull so that test for
11407         incorrect parameters in the libc code itself are not omitted.
11409 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
11411         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
11412         exception in addition to inexact when asked to raise only FE_INEXACT.
11414         [BZ #3427]
11415         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
11416         in *envp.
11418 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11420         [BZ #4403]
11421         * string/strfry.c (strfry): Make result more random.
11423 2007-05-07  Richard Henderson  <rth@redhat.com>
11425         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
11426         if __NO_LONG_DOUBLE_MATH.
11427         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
11428         available in the compiler, add .arch directive to the assembly.
11430 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
11432         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
11433         compat_symbol to GLIBC_2_1.
11434         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
11435         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
11436         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
11437         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
11438         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
11439         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
11440         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
11441         libc, not libm.
11442         (__isnanl): New compat_symbol.
11444 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11445             Jakub Jelinek  <jakub@redhat.com>
11447         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
11448         (new_heap): Initialize mprotect_size.
11449         (grow_heap): When growing, only mprotect from mprotect_size till
11450         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11451         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11453 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11454             Peter Bergner  <bergner@us.ibm.com>
11456         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11457         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11458         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11459         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11460         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11461         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11462         Call __fe_mask_env() if all FP exceptions disabled.
11463         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11464         from old FPSCR to new fenv to propagate DFP rounding modes.
11465         Call __fe_mask_env() if FP exceptions previously enabled.
11466         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11467         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11468         transitioning from all exceptions disabled to any exception enabled
11469         or visa versa.
11470         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11471         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11472         when transitioning from all exceptions disabled to any exception
11473         enabled or visa versa.
11474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11481 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11483         [BZ #4465]
11484         * posix/unistd.h: Remove __THROW from fdatasync.
11486 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11488         [BZ #4465]
11489         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11491 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11493         * stdio-common/vfprintf.c (process_string_arg): Optimize
11494         ridiculous precision in wide char code printing multi-byte string.
11495         Reported by Jim Meyering <jim@meyering.net>.
11497         [BZ #4131]
11498         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11499         boundaries to work around systems with overlapping binary loading.
11500         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11502 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11504         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11505         __mbsnrtowcs after last change.
11507         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11508         (get_ident): Likewise.
11510 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11512         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11513         with setting the sticky bit.
11514         * math/test-misc.c (main): Add more truncation tests.
11516 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11518         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11519         double in the function declaration.
11520         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11521         double in the function declaration.
11522         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11523         float in the function declaration.
11524         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11525         float in the function declaration.
11527         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11528         denormal operands.  Do not generate FP_EX_DENORM exception.
11529         (FP_UNPACK_RAW_EP): Ditto.
11530         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11531         undefined _FP_UNPACK_RAW_E.
11532         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11533         undefined _FP_UNPACK_RAW_EP.
11534         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11535         undefined _FP_PACK_RAW_E.
11536         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11537         undefined _FP_PACK_RAW_EP.
11539         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11540         _FP_FRAC_COPY_2.
11541         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11542         _FP_FRAC_COPY_4.
11544 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11545             Jakub Jelinek  <jakub@redhat.com>
11547         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11548         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11549         this case.
11550         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11552 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11554         * math/test-misc.c (main): Add tests for rounding long double
11555         values close to smallest double denormalized value to double.
11557 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11559         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11560         condition for truncating to 0.  Set sticky bit for such
11561         truncation.
11563 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11565         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11566         fixed length array for ignore.
11568 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11570         [BZ #4438]
11571         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11572         stack for large precisions.
11573         * stdio-common/test-vfprintf.c (main): Add test for large
11574         precision.
11576 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11578         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11579         for exponent 0.
11580         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11582         [BZ #4439]
11583         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11584         account in the size check.
11585         * resolv/tst-inet_ntop.c: New test.
11586         * resolv/Makefile (tests): Add tst-inet_ntop.
11588 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11589             Jakub Jelinek  <jakub@redhat.com>
11591         [BZ #4349]
11592         * malloc/malloc.c: Keep separate list for first blocks on the bin
11593         lists with a given size.  This helps skipping over list elements
11594         we know won't fit in two places.
11595         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11597 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11599         [BZ #4102]
11600         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11601         label to Teredo tunnel addresses 2001://32.
11603 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11605         * locale/programs/ld-collate.c (collate_read): Allow order_start
11606         after copy.
11608         * locale/programs/ld-collate.c (collate_read): Fix printing of
11609         error message.
11611         [BZ #3213]
11612         * locale/C-translit.h.in: Add entry for U2044.
11614         [BZ #4342]
11615         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11616         hexa-decimal floats without exponent.
11617         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11619 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11621         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11622         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11623         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11624         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11625         GLIBC_2.6.
11626         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11627         Add sched_getcpu.
11629 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11631         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11632         of 0 after the out_fail label.
11634 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11636         [BZ #4406]
11637         * iconv/gconv_charset.h (strip): Allow ':'.
11638         * iconv/iconv_open.c (iconv_open): Adjust comment.
11640 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11642         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11643         version.
11645 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11647         [BZ #4381]
11648         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11649         alignment of buffer and tmp_buffer.
11650         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11651         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11652         alignment of buffer.
11653         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11654         bigger than INT_MAX.
11655         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11656         h_errnop arguments.  Fail if buflen is too small.
11657         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11659 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11661         [BZ #4405]
11662         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11663         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11665 2007-04-22  Roland McGrath  <roland@redhat.com>
11667         * elf/elf.h (NT_PRXFPREG): New macro.
11669 2007-04-19  Andreas Jaeger  <aj@suse.de>
11671         [BZ #3905]
11672         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11673         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11674         Added.
11676 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11678         * include/sys/mman.h: Mark madvise hidden.
11679         * misc/madvise.c: Add libc_hidden_def.
11681 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11683         * nis/nis_domain_of.c (__nis_domain_of): New function.
11684         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11685         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11686         * nis/nis_call.c (rec_dirsearch): Likewise.
11687         (first_shoot): Likewise.  Remove search_parent_first argument.
11688         (struct nis_server_cache): Rename search_parent_first field
11689         to search_parent.
11690         (nis_server_cache_search, nis_server_cache_add): Rename
11691         search_parent_first argument to search_parent.
11692         (__nisfind_server): Likewise.  If search_parent, call
11693         __nis_domain_of.
11695 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11697         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11699 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11701         [BZ #4368]
11702         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11704 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11706         [BZ #4364]
11707         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11709 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11711         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11712         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11713         current number of locales in SUPPORTED.
11714         (create_archive): Initialize serial.
11715         (enlarge_archive): Preserve aliases rather than duplicating
11716         their locrecs.
11718 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11720         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11721         after _IO_un_link, not before it.
11723         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11724         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11725         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11727 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11729         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11730         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11731         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11732         Remove __THROW.
11733         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11734         _IO_file_xsgetn_maybe_mmap): Likewise.
11735         * libio/oldfileops.c (old_do_write): Likewise.
11736         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11737         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11738         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11739         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11740         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11741         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11742         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11743         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11744         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11745         _IO_file_underflow, _IO_file_underflow_mmap,
11746         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11747         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11748         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11749         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11750         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11751         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11752         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11753         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11754         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11755         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11756         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11757         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11758         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11759         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11760         _IO_adjust_column_internal, _IO_default_uflow_internal,
11761         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11762         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11763         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11764         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11765         _IO_file_close_it_internal, _IO_file_underflow_internal,
11766         _IO_file_overflow_internal, _IO_file_attach_internal,
11767         _IO_file_fopen_internal, _IO_file_sync_internal,
11768         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11769         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11770         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11771         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11772         _IO_seekpos_unlocked): Likewise.
11773         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11774         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11776 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11778         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11779         argument in xmalloc size computation.
11781 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11783         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11784         math_opt_barrier and math_force_eval macros.
11786 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11788         [BZ #3306]
11789         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11790         * sysdeps/i386/fpu/math_private.h: New file.
11791         * sysdeps/x86_64/fpu/math_private.h: New file.
11792         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11793         math_force_eval macros.  Use "+m" constraint on asm rather than
11794         "=m" and "m".
11795         * math/s_nextafter.c (__nextafter): Likewise.
11796         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11797         Likewise.
11798         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11799         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11800         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11801         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11802         math_opt_barrier and math_force_eval macros.
11803         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11804         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11805         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11806         (__nexttoward): Use math_opt_barrier and
11807         math_force_eval macros.  Use "+m" constraint on asm rather than
11808         "=m" and "m".  Only use asm to force double result if
11809         FLT_EVAL_METHOD is 2.
11810         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11811         (__nexttowardf): Use math_opt_barrier and
11812         math_force_eval macros.  Use "+m" constraint on asm rather than
11813         "=m" and "m".  Only use asm to force double result if
11814         FLT_EVAL_METHOD is not 0.
11815         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11816         (__nexttowardf): Use math_opt_barrier and
11817         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11818         x to float using asm.
11819         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11820         (__nldbl_nexttowardf): Use math_opt_barrier and
11821         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11822         x to float using asm.
11823         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11824         (__nexttowardf): Use math_opt_barrier and math_force_eval
11825         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11826         * math/bug-nextafter.c (zero, inf): New variables.
11827         (main): Add new tests.
11828         * math/bug-nexttoward.c (zero, inf): New variables.
11829         (main): Add new tests.
11831 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11833         [BZ #3427]
11834         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11835         exceptions both in SW and MXCSR.
11836         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11837         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11838         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11839         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11840         in MXCSR if SSE is available.
11841         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11842         and ldsodefs.h.
11843         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11844         Fix comment typo.
11845         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11846         Return 0 rather than 1.
11847         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11848         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11849         * math/test-fenv.c (feholdexcept_tests): New function.
11850         (main): Call it.
11852 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11854         [BZ #3427]
11855         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11856         in SW.
11858 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11860         [BZ #4344]
11861         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11862         Reported by David Anderson <davea42@earthlink.net>.
11864 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11866         * posix/sys/wait.h: Remove unnecessary forward declaration.
11868 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11870         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11871         with obj->do_servers after first_shoot.
11873 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11875         * posix/Makefile (routines): Add sched_cpucount.
11876         (tests): Add tst-cpucount.
11877         * posix/sched_cpucount.c: New file.
11878         * posix/tst-cpucount.c: New file.
11879         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11880         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11881         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11882         * posix/sched.h: Define CPU_COUNT.
11884 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11886         * posix/fnmatch.c (STRUCT): Define.
11887         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11888         * posix/fnmatch_loop.c (struct STRUCT): New type.
11889         (FCT): Add ends argument.  If ends != NULL and normal * is
11890         seen in the pattern, store current pattern and string pointers
11891         and return.  Adjust recursive calls.
11892         (EXT): Adjust FCT callers.
11893         (STRUCT): Undef at the end of the file.
11894         * posix/Makefile (tests): Add tst-fnmatch2.
11895         * posix/tst-fnmatch2.c: New test.
11897 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11899         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11900         and 1 on failure.
11902         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11903         Change last argument to unsigned int.
11905 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11907         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11909 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11911         * config.h.in (HAVE_LIBCAP): Add.
11912         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11913         sys/capabilities.h.
11914         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11915         free_caps.  Cast away const from 4th cap_set_flag argument.
11917 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11919         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11920         GLIBC_2.6.
11921         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11922         Add sync_file_range.
11923         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11925 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11927         * sysdeps/powerpc/bits/atomic.h
11928         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11929         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11930         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11931         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11932         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11933         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11934         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11935         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11936         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11937         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11938         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11939         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11940         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11941         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11942         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11943         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11944         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11945         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11946         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11947         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11949 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11951         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11952         (__cache_line_size): Define the variable here.  Add
11953         attribute_hidden, remove weak_extern.
11954         (__libc_start_main): Set __cache_line_size
11955         unconditionally.
11956         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11957         (__cache_line_size): Define the variable here.  Add
11958         attribute_hidden, remove weak_extern.
11959         (DL_PLATFORM_AUXV): Set __cache_line_size
11960         unconditionally.
11961         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11962         weak_extern, add attribute_hidden.
11963         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11964         defined in ld.so.
11965         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11966         definition.
11967         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11969 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11971         [BZ #4276]
11972         * timezone/africa: Update from tzdata2007d.
11973         * timezone/asia: Likewise.
11974         * timezone/australasia: Likewise.
11975         * timezone/backward: Likewise.
11976         * timezone/europe: Likewise.
11977         * timezone/iso3166.tab: Likewise.
11978         * timezone/leapseconds: Likewise.
11979         * timezone/northamerica: Likewise.
11980         * timezone/southamerica: Likewise.
11981         * timezone/zone.tab: Likewise.
11983         * timezone/private.h: Update from tzcode2007d.
11984         * timezone/zdump.c: Likewise.
11985         * timezone/zic.c: Likewise.
11987 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11989         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11990         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11991         variables.
11992         (nis_server_cache_search, nis_server_cache_add): New functions.
11993         (__nisfind_server): Use them.  Add dbp and flags argument, if
11994         call __nisbind_create.
11995         (__nisbind_create): Add server_used and current_ep arguments,
11996         only call __nis_findfastest if server_used is ~0.
11997         (__do_niscall2, __prepare_niscall): Adjust callers.
11998         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11999         ckey_cache_euid, ckey_cache_lock): New variables.
12000         (get_ckey): New function.
12001         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
12002         __pmap_getnisport.  Save __pmap_getnisport result in
12003         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
12004         key.
12005         * nis/nis_lookup.c (nis_lookup): Likewise.
12006         * nis/nis_table.c (nis_list): Likewise.
12007         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
12008         prototypes.
12010         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
12011         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
12012         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
12013         _nss_nisplus_getservbyport_r): Likewise.
12014         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
12015         _nss_nisplus_getnetbyaddr_r): Likewise.
12016         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
12017         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
12018         _nss_nisplus_getntohost_r): Likewise.
12019         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
12020         _nss_nisplus_getrpcbynumber_r): Likewise.
12022 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
12024         * configure.in (libc_cv_gnu89_inline): Only do compile test.
12025         * configure: Rebuilt.
12027         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
12028         bit-fields.
12029         * soft-fp/extended.h (_FP_UNION_E): Likewise.
12031 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
12033         [BZ #2831]
12034         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
12035         bit-fields.
12037 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
12039         * nscd/gai.c: Include alloca.h.
12040         (__libc_use_alloca): Define.
12042 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
12044         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
12045         smaller scopes.
12046         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
12047         (DL_DST_REQUIRED): Adjust user.
12049         * include/dlfcn.h (struct link_map): New forward decl.
12051         * inet/getnameinfo.c: Include stddef.h.
12052         (getnameinfo): Use offsetof.
12054         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
12056         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
12058         * string/strerror_l.c: Include stdlib.h.
12060         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
12061         * config.make.in (gnu89-inline-CFLAGS): New variable.
12062         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
12063         -std=gnu99.
12064         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
12065         * argp/argp.h: Use it.
12066         * bits/mathinline.h: Likewise.
12067         * bits/sigset.h: Likewise.
12068         * bits/string.h: Likewise.
12069         * ctype/ctype.h: Likewise.
12070         * hurd/hurd.h: Likewise.
12071         * hurd/hurd/fd.h: Likewise.
12072         * hurd/hurd/port.h: Likewise.
12073         * hurd/hurd/signal.h: Likewise.
12074         * hurd/hurd/threadvar.h: Likewise.
12075         * hurd/hurd/userlink.h: Likewise.
12076         * io/sys/stat.h: Likewise.
12077         * libio/bits/stdio.h: Likewise.
12078         * libio/bits/stdio2.h: Likewise.
12079         * mach/lock-intern.h: Likewise.
12080         * mach/mach/mig_support.h: Likewise.
12081         * math/bits/cmathcalls.h: Likewise.
12082         * posix/bits/unistd.h: Likewise.
12083         * socket/bits/socket2.h: Likewise.
12084         * stdlib/bits/stdlib.h: Likewise.
12085         * stdlib/stdlib.h: Likewise.
12086         * string/argz.h: Likewise.
12087         * string/bits/string2.h: Likewise.
12088         * string/bits/string3.h: Likewise.
12089         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
12090         * sysdeps/generic/inttypes.h: Likewise.
12091         * sysdeps/generic/machine-lock.h: Likewise.
12092         * sysdeps/generic/machine-sp.h: Likewise.
12093         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
12094         * sysdeps/i386/i486/bits/string.h: Likewise.
12095         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
12096         * sysdeps/mach/alpha/machine-lock.h: Likewise.
12097         * sysdeps/mach/alpha/machine-sp.h: Likewise.
12098         * sysdeps/mach/i386/machine-lock.h: Likewise.
12099         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
12100         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
12101         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
12102         * sysdeps/s390/bits/string.h: Likewise.
12103         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
12104         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
12105         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
12106         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
12107         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12108         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
12109         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
12110         * wcsmbs/bits/wchar2.h: Likewise.
12111         * wcsmbs/wchar.h: Likewise.
12112         * stdlib/gmp.h: Likewise.  Include <features.h> to get
12113         __extern_inline definition.
12115 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
12117         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
12118         NULL.
12120         [BZ #3919]
12121         * math/libm-test.inc (log_test): Test -Inf and NaN.
12122         (log10_test, log1p_test, log2_test): Test -Inf.
12123         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
12124         FE_INVALID when argument is qNaN.
12125         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12126         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12127         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12128         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
12129         andb $1, %ah with testb $1, %ah, don't test for parity, instead
12130         testb $4, %ah and jump if non-zero.
12131         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12132         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
12134         [BZ #4101]
12135         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
12136         ancestors with the same depths.
12137         Patch by Niels Moeller <nisse@lysator.liu.se>.
12138         (filter_doc): Don't crash if argp is NULL.
12139         * argp/Makefile (tests): Add tst-argp2.
12140         * argp/tst-argp2.c: New test.
12142         [BZ #4130]
12143         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
12144         open_not_cancel_2.
12145         (updwtmp_file): Likewise.
12147         [BZ #4181]
12148         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
12149         (inet6_opt_append): Don't check extlen is big enough if extbuf
12150         is NULL.
12151         (inet6_opt_finish): Likewise.
12152         * inet/Makefile (tests): Add test-inet6_opt.
12153         * inet/test-inet6_opt.c: New test.
12155         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
12156         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
12157         NLMSG_ERR.  Instead use a page sized buffer.
12158         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
12159         buffer.
12161 2007-03-14  Richard Henderson  <rth@redhat.com>
12163         * sysdeps/alpha/fpu/s_llround.c: New file.
12164         * sysdeps/alpha/fpu/s_llroundf.c: New file.
12165         * sysdeps/alpha/fpu/s_lround.c: New file.
12166         * sysdeps/alpha/fpu/s_lroundf.c: New file.
12167         * sysdeps/alpha/fpu/s_round.c: New file.
12168         * sysdeps/alpha/fpu/s_roundf.c: New file.
12169         * sysdeps/alpha/fpu/s_trunc.c: New file.
12170         * sysdeps/alpha/fpu/s_truncf.c: New file.
12172         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
12173         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
12174         * sysdeps/alpha/fpu/s_floor.c: Likewise.
12175         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
12176         * sysdeps/alpha/fpu/s_rint.c: Likewise.
12177         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
12179         * sysdeps/alpha/fpu/s_fmax.S: New file.
12180         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
12181         * sysdeps/alpha/fpu/s_fmin.S: New file.
12182         * sysdeps/alpha/fpu/s_fminf.S: New file.
12183         * sysdeps/alpha/fpu/s_isnan.c: New file.
12184         * sysdeps/alpha/fpu/s_isnanf.c: New file.
12185         * sysdeps/alpha/fpu/s_llrint.c: New file.
12186         * sysdeps/alpha/fpu/s_llrintf.c: New file.
12187         * sysdeps/alpha/fpu/s_lrint.c: New file.
12188         * sysdeps/alpha/fpu/s_lrintf.c: New file.
12189         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
12190         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
12192         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
12193         (__fdimf, fdimf, __fdim, fdim): Remove.
12194         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
12195         (__isnanf, __isnan, __isnanl): New.
12197 2007-03-13  Richard Henderson  <rth@redhat.com>
12199         * sysdeps/ieee754/ldbl-128/Makefile: New file.
12201 2007-03-13  Richard Henderson  <rth@redhat.com>
12203         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
12204         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
12205         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
12206         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
12207         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
12208         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
12210 2007-03-13  Richard Henderson  <rth@redhat.com>
12212         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
12213         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
12214         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
12215         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
12216         Move to dl-auxv.h; initialize instead of extern weak.
12217         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
12218         weak symbol.
12219         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
12220         Extern instead of initialized.
12222 2007-03-13  Richard Henderson  <rth@redhat.com>
12224         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
12225         __sigsuspend_nocancel.
12227 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
12229         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
12230         172.16/12 address range.
12232 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
12234         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
12235         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
12236         message.
12238 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
12240         [BZ #4069]
12241         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
12242         earlier.
12243         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
12245         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
12246         for x qNaN and y either +-inf or non-integer value.
12247         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
12248         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12249         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
12251 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
12253         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
12254         from sysdep_headers.
12256 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
12258         * time/tzfile.c (find_transition): Instead of a linear search try to
12259         guess the transition index, use a linear search if the result is at
12260         most 10 transitions away from the guess or binary search otherwise.
12262 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
12264         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
12265         memory reallocation.
12267 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
12269         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
12270         and fix some typos.
12271         Optimize use of TOLOWER.
12273         [BZ #3325]
12274         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
12275         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
12276         * sysdeps/i386/fpu/e_fmod.S: Likewise.
12278         [BZ #3458]
12279         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
12280         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
12282         [BZ #4076]
12283         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
12284         (open_dir_stream): Likewise.
12285         * io/Makefile (tests): Add bug-ftw5.
12286         * io/bug-ftw5.c: New file.
12288         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
12289         * nscd/servicescache.c (cache_addserv): Likewise.
12291         * nscd/grpcache.c (cache_addgr): In case a record changed on
12292         refresh, adjust key_copy.
12294         [BZ #4074]
12295         * nscd/pwdcache.c (cache_addpw): In case a record changed on
12296         refresh, adjust key_copy.
12298         [BZ #4070]
12299         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
12300         special cases.
12301         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
12303 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
12305         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
12306         optimization.
12308         * stdio-common/vfscanf.c: Small cleanups throughout.
12310 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
12312         [BZ #3325]
12313         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
12314         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
12315         * sysdeps/i386/fpu/e_fmod.S: Likewise.
12316         Patch by Jared Casper <jaredcasper@gmail.com>.
12318         * sysdeps/unix/closedir.c: Outside libc don't use locking.
12319         * sysdeps/unix/opendir.c: Likewise.
12320         * sysdeps/unix/readdir.c: Likewise.
12322         [BZ #2211]
12323         * stdio-common/vfscanf.c: Handle localized digits etc for floating
12324         point numbers.
12325         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
12327         * stdio-common/vfscanf.c: Fix problems in width accounting.
12328         * stdio-common/tst-sscanf.c (double_tests): New tests.
12329         (main): Hook them up.
12331         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
12332         More simplifications of floating-point reader.
12334         * stdio-common/Makefile (tests): Add tst-swscanf.
12335         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
12336         testing.
12337         * stdio-common/tst-swscanf.c: New file.
12339 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
12341         [BZ #2633]
12342         * libio/stdio.h: Define struct _IO_FILE in global namespace.
12343         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
12344         Remove using for __jmp_buf_tag.
12345         * locale/locale.h (struct lconv): Also define in std namespace.
12346         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
12348         [BZ #3842]
12349         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
12350         using __libc_enable_secure.
12352         [BZ #3818]
12353         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
12355         [BZ #3745]
12356         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
12357         of names for ellipsises.
12359         [BZ #3348]
12360         * malloc/memusage.sh: Cleanups.
12361         * debug/xtrace.sh: Quoting and trap changes.
12363 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
12365         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
12367         * locale/iso-3166.def: Update entry for Serbia.
12368         * locale/iso-4217.def: Define RSD, remove CSD.
12370         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
12371         and 64-bit operations.
12373         [BZ #4040]
12374         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
12375         16-bit operations.
12377         * nscd/nscd.c (parse_opt): One more conversion to use send instead
12378         of writev.
12380 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
12382         [BZ #3991]
12383         * assert/assert.h (assert): Simplify.
12384         (assert_perror): Likewise.
12385         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
12387         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
12388         reqdata.
12390         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
12391         change: don't pass NULL in place of an integer.
12393 2007-02-02  Bruno Haible  <bruno@clisp.org>
12395         [BZ #3954]
12396         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
12397         Add mapping for U+327E.
12398         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
12399         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12400         mapping of 0xD9 0xE8.
12401         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
12402         mapping of U+327E.
12403         Reported by Jungshik Shin <jungshik@google.com>.
12405         [BZ #3955]
12406         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12407         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
12408         Reported by Jungshik Shin <jungshik@google.com>.
12410 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
12412         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
12413         byte variants.
12415         [BZ #4040]
12416         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
12417         byte variants.  Patch mostly be tom@tommay.net.
12419 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12421         [BZ #3996]
12422         * posix/glob.c (attribute_hidden): Define if not defined.
12423         (glob): Unescape dirname, filename or username when needed and not
12424         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12425         is NULL.  Handle unescaped [ in pattern without closing ].
12426         Don't pass GLOB_CHECK down to recursive glob for directories.
12427         (__glob_pattern_type): New function.
12428         (__glob_pattern_p): Implement using __glob_pattern_type.
12429         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12430         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12431         Remove unreachable code.
12432         * posix/globtest.sh: Add a couple of new tests.
12434 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
12436         * po/ru.po: Update from translation team.
12438 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
12440         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
12441         to the list of i486+ CPUs.
12442         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12444 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
12446         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
12447         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
12448         references.
12450 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12452         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12454         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12455         * resolv/res_mkquery.c: Define __res_nopt.
12456         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12457         try adding EDNS0 record.
12458         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12459         EDNS0 record was send make sure we don't try it again.
12460         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12461         * include/resolv.h: Declare __res_nopt.
12463 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12465         [BZ #3944]
12466         * time/strptime_l.c (__strptime_internal): Set have_mon for
12467         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12468         have been computed from tm_yday and tm_year.  Don't crash
12469         in day_of_the_week or day_of_the_year if not have_mon
12470         and tm_mon contains bogus value.
12471         * time/Makefile (tests): Add tst-strptime3.
12472         * time/tst-strptime3.c: New test.
12474 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12476         [BZ #3957]
12477         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12478         bit for RE_HAT_LISTS_NOT_NEWLINE.
12479         (build_charclass_op): Remove bogus comment.
12480         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12481         * posix/bug-regex27.c: New test.
12482         * posix/bug-regex28.c: New test.
12484 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12486         * po/sv.po: Update from translation team.
12488 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12490         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12492 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12494         * include/locale.h (__uselocale): Add libc_hidden_proto.
12495         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12497         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12498         gettimeofday.
12500 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12502         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12503         returning.
12504         (PTR_DEMANGLE): Real definition now that it's not the same as
12505         PRT_MANGLE anymore.
12506         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12508         * string/strerror_l.c: New file.
12509         * string/Makefile (routines): Add strerror_l.
12510         * string/string.h: Declare strerror_l.
12511         * string/Versions: Export strerror_l for GLIBC_2.6.
12513 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12515         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12516         as parameter.  Construct request record.  Try sending request
12517         before the first poll use, it usually succeeds.  Adjust all
12518         callers.
12519         * nscd/nscd-client.h: Define MAXKEYLEN.
12520         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12522 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12524         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12525         from return value.
12526         * nscd/nscd_helper.c: Include string.h.
12527         (__nscd_cache_search): Remove const qualifier from return value.
12528         On strict alignment architectures check hash entry and data head
12529         alignment.
12530         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12531         mmapped data during GC cycle contains garbage.  If
12532         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12533         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12534         dropped to 0.
12535         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12536         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12537         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12538         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12539         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12541 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12543         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12545 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12547         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12548         names not numbers in cfi_*.
12550 2007-01-26  Andreas Jaeger  <aj@suse.de>
12552         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12553         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12554         Correct values of PER_HPUX and PER_OSF4.
12556 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12558         * elf/dl-minimal.c: Undefine _itoa first.
12559         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12560         * malloc/mtrace.c: Revert last change.
12561         * posix/wordexp.c: Likewise.
12563 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12565         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12566         and __geode__ to the list of i486+ CPUs.
12567         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12569 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12571         * stdio-common/_itoa.c: Include <limits.h>.
12572         * stdio-common/_itowa.c: Likewise.
12574 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12576         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12577         platforms.
12578         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12579         64-bit platforms.
12580         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12581         possible.
12582         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12583         if possible.
12585         [BZ #3902]
12586         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12587         * stdio-common/Makefile (tests): Add bug17.
12588         * stdio-common/bug17.c: New file.
12590 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12592         * iconvdata/brf.c: New file.
12593         * iconvdata/testdata/BRF: New file.
12594         * iconvdata/testdata/BRF..UTF8: New file.
12595         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12596         * iconvdata/Makefile: Add rules to build BRF.
12597         * iconvdata/TESTS: Add BRF entry.
12598         * iconvdata/gconv-modules: Likewise.
12599         * iconvdata/tst-tables.sh: Likewise.
12601 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12603         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12604         type `long long int', not `long int'.
12605         (wcstoq): Likewise.
12607 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12609         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12610         of values on 64-bit platforms which are too large.
12612 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12613             Joe Kerian  <jkerian@us.us.ibm.com>
12615         [BZ #2749]
12616         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12617         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12618         (__copysignl): Use signbit() for comparison.
12619         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12620         SET_LDOUBLE_WORDS64.
12622         [BZ #2423, #2749]
12623         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12624         (__ceill): Remove calls to fegetround(), fesetround().
12625         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12626         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12627         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12629 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12631         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12633         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12635 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12637         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12638         demangle pointer.
12639         * csu/libc-start.c: Likewise.
12641 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12643         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12644         really work anyway.
12646 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12648         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12649         users.
12650         (handle_request): Remove unnecessary tests.
12652         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12654 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12656         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12657         workbits in semi-raw fraction.
12659         * math/test-misc.c: Add new tests.
12661 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12663         * math/basic-test.c: Include test-skeleton.c.
12664         (TEST_TRUNC): Define.
12665         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12666         (main): Rename to ...
12667         (do_test): ...this.  Run new tests.
12668         (TEST_FUNCTION): Define.
12670 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12671             Joe Kerian  <jkerian@us.us.ibm.com>
12673         [BZ #2749]
12674         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12675         handling for high words.
12676         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12677         and overflow for infinity.
12679 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12681         * nscd/connections.c (handle_request): Add a __builtin_expect.
12683         * nscd/connections.c (serv2db): Change type into structure which
12684         also says whether this is a request for data.  Renamed to
12685         servinfo.  All users changed.
12686         (handle_request): Much simpler test whether we should search the cache.
12688         * nscd/connections.c (handle_request): Fix thinko in selinux test
12689         invocation.
12691         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12692         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12693         it before getting dl_load_lock and then relock.
12694         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12695         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12696         case we unlocked the scope.
12697         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12698         _dl_lookup_symbol_x in case we locked the scope.
12699         (_dl_profile_fixup): Likewise.
12700         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12701         set DL_LOOKUP_SCOPE_LOCK.
12703 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12705         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12706         CFLAGS-getsrvbynpt_r.c.
12707         * nscd/getsrvbynm_r.c: New file.
12708         * nscd/getsrvbypt_r.c: New file.
12709         * nscd/nscd_getserv_r.c: New file.
12710         * nscd/servicescache.c: New file.
12711         * nscd/Makefile (routines): Add nscd_getserv_r.
12712         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12713         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12714         CFLAGS-getsrvbypt_r.c.
12715         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12716         table.  Add entries for services database.
12717         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12718         services database.
12719         (dbs): Add .reset_res and servdb initialization.
12720         (serv2db): Add entries for services database.
12721         (verify_persistent_db): Accept dbnr == servdb.
12722         (invalidate_cache): Rewrite database name recognition to use a table.
12723         Call res_init() if .reset_res is set for database.
12724         (handle_request): Add code to handle services database.
12725         * nscd/gai.c: Don't define __getservbyname_r.
12726         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12727         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12728         (serv_response_header): Define.
12729         (struct datahead): Add serv_response_header member.
12730         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12731         using table.
12732         * nscd/nscd.conf: Add entries for services database.
12733         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12734         Declare serv_iov_disabled.
12735         Declare addservbyname, readdservbyname, addservbyport, and
12736         readdservbyport.
12737         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12738         (find_db): Fix error message.
12739         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12740         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12741         * nscd/selinux.c (perms): Add entries for services database.
12742         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12743         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12745         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12746         * nscd/hstcache.c: Likewise.
12747         * nscd/pwdcache.c: Likewise.
12749         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12750         computation of keylen.
12752         * include/string.h: Only redefine strndupa if this is really for
12753         libc code.
12755 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12757         * nscd/nscd_gethst_r.c: Minor cleanups.
12759         * nscd/connections.c (handle_request): Check selinux permissions
12760         for all non-admin commands.
12762         * sysdeps/i386/i486/bits/atomic.h: Define
12763         atomic_compare_and_exchange_val_acq,
12764         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12765         using __sync_* built-ins for gcc >= 4.1.
12766         * sysdeps/x86_64/bits/atomic.h: Likewise.
12768         [BZ #3840]
12769         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12770         and .oS.d files.
12772 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12774         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12775         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12776         (do_test): Check errno and exit(0) if ENOSYS.
12778 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12780         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12781         thousands separators.
12782         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12783         * stdlib/tst-strtod4.c: New test.
12785         [BZ #3855]
12786         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12787         hexadecimal digit should accept just the initial 0.
12788         * stdlib/tst-strtod2.c (tests): New variable.
12789         (do_test): Run several tests rather than just one.
12791 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12793         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12794         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12796 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12798         * io/fts.c: Make sure fts_cur is always valid after return from
12799         fts_read.
12800         Patch by Miloslav Trmac <mitr@redhat.com>.
12802 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12804         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12805         (R_MIPS_NUM): Bump by 1.
12807 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12809         * posix/execvp.c: Include alloca.h.
12810         (allocate_scripts_argv): Renamed to...
12811         (scripts_argv): ... this.  Don't allocate buffer here nor count
12812         arguments.
12813         (execvp): Use alloca if possible.
12814         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12815         * posix/tst-vfork3.c: New test.
12817 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12819         * string/Makefile (tst-strxfrm2-ENV): Define.
12820         * stdlib/Makefile (tst-strtod3-ENV): Define.
12822 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12824         * posix/getconf.c: Update copyright year.
12825         * nss/getent.c: Likewise.
12826         * iconv/iconvconfig.c: Likewise.
12827         * iconv/iconv_prog.c: Likewise.
12828         * elf/ldconfig.c: Likewise.
12829         * catgets/gencat.c: Likewise.
12830         * csu/version.c: Likewise.
12831         * elf/ldd.bash.in: Likewise.
12832         * elf/sprof.c (print_version): Likewise.
12833         * locale/programs/locale.c: Likewise.
12834         * locale/programs/localedef.c: Likewise.
12835         * nscd/nscd.c (print_version): Likewise.
12836         * debug/xtrace.sh: Likewise.
12837         * malloc/memusage.sh: Likewise.
12838         * malloc/mtrace.pl: Likewise.
12839         * debug/catchsegv.sh: Likewise.
12841 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12843         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12844         attempts.
12846 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12848         * posix/wordexp.c: Remove some unnecessary tests.
12850 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12852         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12853         blacklist the group till after we look it up.
12855 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12857         * include/atomic.h (atomic_forced_read): New macro.
12859 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12861         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12863 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12865         * nss/getXXbyYY_r.c: Include atomic.h.
12866         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12867         add atomic_write_barrier () in between.
12869         * stdlib/Makefile (tests): Add tst-makecontext.
12870         * stdlib/tst-makecontext.c: New test.
12872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12873         (__makecontext): Don't realign uc_mcontext.uc_regs.
12875 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12877         * elf/dl-support.c: Include dl-procinfo.h.
12878         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12879         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12880         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12881         Define.
12882         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12883         hardcoded constants.
12884         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12885         PPC_PLATFORM_* macros for array designators.
12887 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12889         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12890         names to the beginning.
12891         (_dl_powerpc_platforms): Add "power6x".
12892         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12893         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12894         (_DL_PLATFORMS_COUNT): Increase.
12895         (_dl_string_platform): Handle power6x case.
12896         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12897         PPC_FEATURE_POWER6_EXT): Define.
12898         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12900 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12902         [BZ #3747]
12903         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12904         [-2^31 .. 2^31) range.
12905         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12906         targets.
12907         * stdlib/tst-rand48-2.c: New test.
12908         * stdlib/Makefile (tests): Add tst-rand48-2.
12910 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12912         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12914 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12916         * misc/tst-pselect.c (do_test): Make sure the helper process is
12917         terminating when the test is aborted.
12919 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12921         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12922         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12923         Handle relatime mount option.
12925         [BZ #2337]
12926         * libio/Makefile (tests): Add tst-setvbuf1.
12927         * libio/tst-setvbuf1.c: New file.
12929 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12931         [BZ #2337]
12932         * libio/genops.c (__uflow): Fix a typo.
12933         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12934         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12935         the narrow buffer size.
12937 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12939         [BZ #2337]
12940         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12941         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12942         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12943         in _flags.
12944         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12945         _IO_wstr_finish): Likewise.
12946         * libio/wmemstream.c (open_wmemstream): Likewise.
12947         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12948         even for wide streams.
12950 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12953         kernel-features.h.
12955 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12957         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12958         separators also if no non-zero digits found.
12959         * stdlib/Makefile (tests): Add tst-strtod3.
12961 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12963         [BZ #3632]
12964         * include/features.h: Fix comment about default value for
12965         _POSIX_C_SOURCE.
12967         [BZ #3664]
12968         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12969         empty parsed strings.
12970         * stdlib/Makefile (tests): Add tst-strtod2.
12971         * stdlib/tst-strtod2.c: New file.
12973         [BZ #3673]
12974         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12975         computation.
12976         * stdlib/Makefile (tests): Add tst-atof2.
12977         * stdlib/tst-atof2.c: New file.
12979         [BZ #3674]
12980         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12981         correctly if removing trailing zero of hex-float.
12982         * stdlib/Makefile (tests): Add tst-atof1.
12983         * stdlib/tst-atof1.c: New file.
12985 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12987         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12988         Start searching for next comma at p rather than rest.
12989         * misc/Makefile (tests): Add tst-mntent2.
12990         * misc/tst-mntent2.c: New test.
12992         * misc/getusershell.c (initshells): Check for integer overflows.
12993         Make strings buffer one bigger as fgets always succeeds when second
12994         argument is 1.  Don't use calloc for shells array.  Disallow
12995         / as shell.
12997 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12999         * malloc/memusage.c: Handle realloc with new size of zero and
13000         non-NULL pointer correctly.
13001         (me): Really write first record twice.
13002         (struct entry): Make format bi-arch safe.
13003         (dest): Write out more realloc statistics.
13004         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
13006 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
13008         * nis/nis_subr.c (nis_getnames): Revert last change.
13010 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
13012         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
13013         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
13014         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
13015         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
13016         ENOTTY.
13017         * io/Makefile: Add rules to build and run tst-ttyname_r test.
13018         * io/tst-ttyname_r.c: New test.
13020 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13022         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
13024 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
13026         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
13027         jump table entries.
13029 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
13031         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
13032         `clone' function to ensure proper unwinding stop of gdb.
13033         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
13035 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
13037         * nscd/nscd.init: Remove obsolete and commented-out -S option
13038         handling.
13040 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
13042         [BZ #3514]
13043         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
13045         [BZ #3515]
13046         * manual/string.texi (strtok): Remove duplicate paragraph.
13048 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
13050         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
13051         libgcc not supporting `rflags' unwinding (register # >= 17).
13053 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
13055         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
13056         succeeded.
13058 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
13059             Jakub Jelinek  <jakub@redhat.com>
13060             Jan Kratochvil  <jan.kratochvil@redhat.com>
13062         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
13063         unwind information.
13064         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
13065         'restore_rt' even in the 'signal' directory.
13066         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
13068 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
13070         [BZ #3559]
13071         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
13072         malloc crashed.  Don't allocate memory unnecessarily in each
13073         loop.
13075 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
13077         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
13079 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
13081         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
13083 2006-11-18  Bruno Haible  <bruno@clisp.org>
13085         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
13086         __sysconf only after having tried to call getgroups32.
13088 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
13090         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
13091         addresses for IPv4 queries if they can be mapped.
13093 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
13095         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
13096         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
13097         (signmask): Add .size directive.
13098         (othermask): Add .type directive.
13100 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
13102         * po/nl.po: Update from translation team.
13104         * timezone/zdump.c: Redo fix for BZ #3137.
13106 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
13108         * nss/nss_files/files-alias.c (get_next_alias): Set line back
13109         to first_unused after parsing :include: file.
13111 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
13113         * timezone/africa: Update from tzdata2006o.
13114         * timezone/antarctica: Likewise.
13115         * timezone/asia: Likewise.
13116         * timezone/australasia: Likewise.
13117         * timezone/backward: Likewise.
13118         * timezone/europe: Likewise.
13119         * timezone/iso3166.tab: Likewise.
13120         * timezone/northamerica: Likewise.
13121         * timezone/southamerica: Likewise.
13122         * timezone/zone.tab: Likewise.
13124         * time/tzfile.c (__tzfile_read): Extend to handle new file format
13125         on machines with 64-bit time_t.
13127         * timezone/checktab.awk: Update from tzcode2006o.
13128         * timezone/ialloc.c: Likewise.
13129         * timezone/private.h: Likewise.
13130         * timezone/scheck.c: Likewise.
13131         * timezone/tzfile.h: Likewise.
13132         * timezone/tzselect.ksh: Likewise.
13133         * timezone/zdump.c: Likewise.
13134         * timezone/zic.c: Likewise.
13136         [BZ #3483]
13137         * elf/ldconfig.c (main): Call setlocale and textdomain.
13138         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
13140         [BZ #3480]
13141         * manual/argp.texi: Fix typos.
13142         * manual/charset.texi: Likewise.
13143         * manual/errno.texi: Likewise.
13144         * manual/filesys.texi: Likewise.
13145         * manual/lang.texi: Likewise.
13146         * manual/maint.texi: Likewise.
13147         * manual/memory.texi: Likewise.
13148         * manual/message.texi: Likewise.
13149         * manual/resource.texi: Likewise.
13150         * manual/search.texi: Likewise.
13151         * manual/signal.texi: Likewise.
13152         * manual/startup.texi: Likewise.
13153         * manual/stdio.texi: Likewise.
13154         * manual/sysinfo.texi: Likewise.
13155         * manual/syslog.texi: Likewise.
13156         * manual/time.texi: Likewise.
13157         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13159         [BZ #3465]
13160         * sunrpc/clnt_raw.c: Minimal message improvements.
13161         * sunrpc/pm_getmaps.c: Likewise.
13162         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
13163         * nis/nis_print_group_entry.c: Likewise.
13164         * locale/programs/repertoire.c: Likewise.
13165         * locale/programs/charmap.c: Likewise.
13166         * malloc/memusage.sh: Likewise.
13167         * elf/dl-deps.c: Likewise.
13168         * locale/programs/ld-collate.c: Likewise.
13169         * libio/vswprintf.c: Likewise.
13170         * malloc/memusagestat.c: Likewise.
13171         * sunrpc/auth_unix.c: Likewise.
13172         * sunrpc/rpc_main.c: Likewise.
13173         * nscd/cache.c: Likewise.
13174         * locale/programs/repertoire.c: Unify output messages.
13175         * locale/programs/charmap.c: Likewise.
13176         * locale/programs/ld-ctype.c: Likewise.
13177         * locale/programs/ld-monetary.c: Likewise.
13178         * locale/programs/ld-numeric.c: Likewise.
13179         * locale/programs/ld-time.c: Likewise.
13180         * elf/ldconfig.c: Likewise.
13181         * nscd/selinux.c: Likewise.
13182         * elf/cache.c: Likewise.
13183         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
13185         [BZ #3451]
13186         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
13187         change atomic.
13188         (ceil): Likewise.
13190 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
13192         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
13193         if N is one bigger than return value.
13194         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
13195         and l1 last arguments, if buf is defined, verify the return value
13196         equals to strlen (buf) and verify no byte beyond passed length
13197         is modified.
13199 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
13201         * po/sv.po: Update from translation team.
13203 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
13205         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
13206         noinline attribute.
13208 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
13210         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
13211         noinline attribute.
13213         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
13214         Use __new_sys_siglist instead of _sys_siglist_internal as
13215         second macro argument.
13216         (_old_sys_siglist): Use declare_symbol_alias macro instead of
13217         strong_alias.
13219 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
13221         [BZ #3493]
13222         * posix/unistd.h (sysconf): Remove const attribute.
13224         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
13225         temporary or deprecated addresses.
13226         Patch by Sridhar Samudrala <sri@us.ibm.com>.
13228         * string/Makefile (tests): Add tst-strxfrm2.
13229         * string/tst-strxfrm2.c: New file.
13231 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
13233         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
13234         rather than r->r_brk.
13236 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
13238         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
13239         optimization even if needed > n.
13241         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
13242         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
13243         return false, otherwise return true.
13244         (cache_rpath): Return decompose_rpath return value.
13246 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
13248         * include/libc-symbols.h (declare_symbol): Rename to...
13249         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
13250         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
13251         .size directive.
13252         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
13253         changes.
13254         * sysdeps/gnu/siglist.c: Likewise.
13256 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
13258         * sysdeps/powerpc/fpu/bits/mathinline.h
13259         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
13260         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
13262 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
13264         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
13265         Update handling of cache descriptor 0x49 for new models.
13266         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
13267         Likewise.
13269 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
13271         * malloc/memusage.c (dest): Reset not_me back to false after
13272         printing statistics.
13274 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
13276         * configure.in: Work around ld --help change and avoid -z relro
13277         test completely if the architecture doesn't care about security.
13279 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
13281         * po/sv.po: Update from translation team.
13283 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
13285         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
13286         generate compatibility version.
13288 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
13290         * configure.in: Relax -z relro requirement a bit.
13292         * po/sv.po: Update from translation team.
13294 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
13296         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
13297         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
13298         * elf/dl-close.c (_dl_close_worker): Likewise.
13299         * elf/dl-open.c (_dl_open_worker): Likewise.
13300         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
13302 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
13304         * configure.in: Require assembler support for visibility, compiler
13305         support for visibility and aliases, linker support for various -z
13306         options.
13307         * Makeconfig: Remove conditional code which now is unnecessary.
13308         * config.h.in: Likewise.
13309         * config.make.in: Likewise.
13310         * dlfcn/Makefile: Likewise.
13311         * elf/Makefile: Likewise.
13312         * elf/dl-load.c: Likewise.
13313         * elf/rtld.c: Likewise.
13314         * include/libc-symbols.h: Likewise.
13315         * include/stdio.h: Likewise.
13316         * io/Makefile: Likewise.
13317         * io/fstat.c: Likewise.
13318         * io/fstat64.c: Likewise.
13319         * io/fstatat.c: Likewise.
13320         * io/fstatat64.c: Likewise.
13321         * io/lstat.c: Likewise.
13322         * io/lstat64.c: Likewise.
13323         * io/mknod.c: Likewise.
13324         * io/mknodat.c: Likewise.
13325         * io/stat.c: Likewise.
13326         * io/stat64.c: Likewise.
13327         * libio/stdio.c: Likewise.
13328         * nscd/Makefile: Likewise.
13329         * stdlib/Makefile: Likewise.
13330         * stdlib/atexit.c: Likewise.
13331         * sysdeps/generic/ldsodefs.h: Likewise.
13332         * sysdeps/i386/dl-machine.h: Likewise.
13333         * sysdeps/i386/sysdep.h: Likewise.
13334         * sysdeps/i386/i686/memcmp.S: Likewise.
13335         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13336         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13337         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13339         * Makerules: USE_TLS support is now default.
13340         * tls.make.c: Likewise.
13341         * csu/Versions: Likewise.
13342         * csu/libc-start.c: Likewise.
13343         * csu/libc-tls.c: Likewise.
13344         * csu/version.c: Likewise.
13345         * dlfcn/dlinfo.c: Likewise.
13346         * elf/dl-addr.c: Likewise.
13347         * elf/dl-cache.c: Likewise.
13348         * elf/dl-close.c: Likewise.
13349         * elf/dl-iteratephdr.c: Likewise.
13350         * elf/dl-load.c: Likewise.
13351         * elf/dl-lookup.c: Likewise.
13352         * elf/dl-object.c: Likewise.
13353         * elf/dl-open.c: Likewise.
13354         * elf/dl-reloc.c: Likewise.
13355         * elf/dl-support.c: Likewise.
13356         * elf/dl-sym.c: Likewise.
13357         * elf/dl-sysdep.c: Likewise.
13358         * elf/dl-tls.c: Likewise.
13359         * elf/ldconfig.c: Likewise.
13360         * elf/rtld.c: Likewise.
13361         * elf/tst-tls-dlinfo.c: Likewise.
13362         * elf/tst-tls1.c: Likewise.
13363         * elf/tst-tls10.h: Likewise.
13364         * elf/tst-tls14.c: Likewise.
13365         * elf/tst-tls2.c: Likewise.
13366         * elf/tst-tls3.c: Likewise.
13367         * elf/tst-tls4.c: Likewise.
13368         * elf/tst-tls5.c: Likewise.
13369         * elf/tst-tls6.c: Likewise.
13370         * elf/tst-tls7.c: Likewise.
13371         * elf/tst-tls8.c: Likewise.
13372         * elf/tst-tls9.c: Likewise.
13373         * elf/tst-tlsmod1.c: Likewise.
13374         * elf/tst-tlsmod13.c: Likewise.
13375         * elf/tst-tlsmod13a.c: Likewise.
13376         * elf/tst-tlsmod14a.c: Likewise.
13377         * elf/tst-tlsmod2.c: Likewise.
13378         * elf/tst-tlsmod3.c: Likewise.
13379         * elf/tst-tlsmod4.c: Likewise.
13380         * elf/tst-tlsmod5.c: Likewise.
13381         * elf/tst-tlsmod6.c: Likewise.
13382         * include/errno.h: Likewise.
13383         * include/link.h: Likewise.
13384         * include/tls.h: Likewise.
13385         * locale/global-locale.c: Likewise.
13386         * locale/localeinfo.h: Likewise.
13387         * malloc/arena.c: Likewise.
13388         * malloc/hooks.c: Likewise.
13389         * malloc/malloc.c: Likewise.
13390         * resolv/Versions: Likewise.
13391         * sysdeps/alpha/dl-machine.h: Likewise.
13392         * sysdeps/alpha/libc-tls.c: Likewise.
13393         * sysdeps/generic/ldsodefs.h: Likewise.
13394         * sysdeps/generic/tls.h: Likewise.
13395         * sysdeps/i386/dl-machine.h: Likewise.
13396         * sysdeps/ia64/dl-machine.h: Likewise.
13397         * sysdeps/ia64/libc-tls.c: Likewise.
13398         * sysdeps/mach/hurd/fork.c: Likewise.
13399         * sysdeps/mach/hurd/i386/tls.h: Likewise.
13400         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
13401         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13402         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13403         * sysdeps/s390/libc-tls.c: Likewise.
13404         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13405         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13406         * sysdeps/sh/dl-machine.h: Likewise.
13407         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13408         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13409         * sysdeps/x86_64/dl-machine.h: Likewise.
13411         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
13412         split out locking and parameter checking.
13413         (_dl_close): Call _dl_close_worker after locking and checking.
13414         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
13415         _dl_close.
13416         * elf/Makefile: Add rules to build and run tst-thrlock.
13417         * elf/tst-thrlock.c:  New file.
13419         [BZ #3426]
13420         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
13421         reality.
13423         [BZ #3429]
13424         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
13425         we are sure we do not need it anymore for _dl_close.  Also move
13426         the asserts inside the lock region.
13427         Patch mostly by Suzuki <suzuki@in.ibm.com>.
13429 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
13431         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
13432         argument.
13433         (_dl_lookup_symbol_x): Adjust caller.
13435         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
13436         _ns_global_scope.
13437         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
13439         * elf/dl-libc.c: Revert l_scope name changes.
13440         * elf/dl-load.c: Likewise.
13441         * elf/dl-object.c: Likewise.
13442         * elf/rtld.c: Likewise.
13443         * elf/dl-close.c (_dl_close): Likewise.
13444         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
13445         always use __rtld_mrlock_{change,done}.  Always free old scope list
13446         here if not l_scope_mem.
13447         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
13448         change.  Never free scope list here.  Just __rtld_mrlock_lock before
13449         the lookup and __rtld_mrlock_unlock it after the lookup.
13450         * elf/dl-sym.c: Likewise.
13451         * include/link.h (struct r_scoperec): Remove.
13452         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13453         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13455 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13457         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13459 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13461         * configure.in: Disable building profile libraries by default.
13463 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13465         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13466         as signed longs, check for x_base + pos overflow.
13467         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13468         * sunrpc/tst-xdrmem2.c: New test.
13470 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13472         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13473         _dl_lookup_symbol_x code.
13475 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13477         * elf/dl-runtime.c: Include sysdep-cancel.h.
13478         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13479         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13480         instead of catomic_* macros.
13481         * elf/dl-sym.c: Include sysdep-cancel.h.
13482         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13483         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13484         * elf/dl-close.c: Include sysdep-cancel.h.
13485         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13486         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13487         * elf/dl-open.c: Include sysdep-cancel.h.
13488         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13489         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13491 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13493         [BZ #3313]
13494         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13495         fastbin rather than end of fastbin array.
13497 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13499         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13500         body macro.
13501         * sysdeps/x86_64/bits/atomic.h
13502         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13503         (catomic_decrement): Use correct body macro.
13505 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13507         * include/atomic.h: Add a unique prefix to all local variables
13508         in macros.
13509         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13511 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13513         [BZ #3369]
13514         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13515         and 7.
13517 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13519         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13521 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13523         [BZ #3313]
13524         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13525         determine highest fast bin to consolidate, always look into all of
13526         them.
13527         (do_check_malloc_state): Only require for empty bins for large
13528         sizes in main arena.
13530         * libio/stdio.h: Add more __wur attributes.
13532         * elf/dl-minimal.c (realloc): Optimize last patch.
13534 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13536         [BZ #3352]
13537         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13538         and use memcpy() if it does.
13540 2006-11-12  Andreas Jaeger  <aj@suse.de>
13542         [BZ #2510]
13543         * manual/search.texi (Hash Search Function): Clarify.
13544         (Array Search Function): Clarify.
13546 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13548         [BZ #2830]
13549         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13550         shifting.
13551         * math/atest-exp2.c (read_mpn_hex): Likewise.
13552         * math/atest-sincos.c (main): Likewise.
13554 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13556         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13557         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13558         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13559         version GLIBC_2.6.
13560         * Versions.def: Add GLIBC_2.6 for libc.
13562         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13564         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13566 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13568         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13570         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13572         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13573         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13575 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13577         * include/atomic.c: Define catomic_* operations.
13578         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13579         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13580         * malloc/memusage.c: Likewise.
13581         * gmon/mcount.c: Likewise.
13582         * elf/dl-close.c: Likewise.
13583         * elf/dl-open.c: Likewise.
13584         * elf/dl-profile.c: Likewise.
13585         * elf/dl-sym.c: Likewise.
13586         * elf/dl-runtime.c: Likewise.
13587         * elf/dl-fptr.c: Likewise.
13588         * resolv/res_libc.c: Likewise.
13590 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13592         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13593         components which lack them.
13595         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13596         at least one entry consisting of the parameter concatenated with
13597         the domain.
13599 2006-10-10  Roland McGrath  <roland@frob.com>
13601         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13602         * sysdeps/mach/hurd/futimes.c: Likewise.
13603         * sysdeps/mach/hurd/lutimes.c: Likewise.
13605 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13606             Jakub Jelinek  <jakub@redhat.com>
13608         Implement reference counting of scope records.
13609         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13610         from the list in objects which remain.  Always allocate new scope
13611         record.
13612         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13613         don't resize, allocate a new one.
13614         * elf/dl-runtime.c: Update reference counters before using a scope
13615         array.
13616         * elf/dl-sym.c: Likewise.
13617         * elf/dl-libc.c: Adjust for l_scope name change.
13618         * elf/dl-load.c: Likewise.
13619         * elf/dl-object.c: Likewise.
13620         * elf/rtld.c: Likewise.
13621         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13622         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13623         Add l_scoperec_lock.
13624         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13625         * sysdeps/generic/rtld-lowlevel.h: New file.
13627         * include/atomic.h: Rename atomic_and to atomic_and_val and
13628         atomic_or to atomic_or_val.  Define new macros atomic_and and
13629         atomic_or which do not return values.
13630         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13631         Various cleanups.
13632         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13634         * po/sv.po: Update from translation team.
13636 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13638         * Versions.def: Add GLIBC_2.6 to libpthread.
13640         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13641         (versioned_symbol): Likewise.
13642         (compat_symbol): Likewise.
13644         * po/tr.po: Update from translation team.
13646 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13648         * nis/Banner: Removed.  It's been integral part forever and the
13649         author info is incomplete anyway.
13650         * libio/Banner: Likewise.
13652         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13653         code, make sure the nis_freeresult call doesn't crash and that the
13654         result is reported correctly.
13656 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13658         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13659         when callback is NULL.
13661         * nis/Versions (libnss_nisplus): Add
13662         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13663         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13664         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13665         _nss_create_tablename): Rename to...
13666         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13667         ... these.  No longer static.
13668         (internal_setgrent): Adjust users.
13669         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13670         Don't use locking around _nss_grp_create_tablename call.
13671         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13673 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13675         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13677 2006-10-06  Andreas Jaeger  <aj@suse.de>
13679         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13681 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13683         * po/pl.po: Update from translation team.
13685         * nscd/nscd.c (main): Fix typo in message.
13686         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13688 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13690         [BZ #3291]
13691         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13692         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13693         (__sigprocmask): Define.
13695 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13697         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13698         used.
13700 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13702         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13703         in oldtotal and newtotal calculation.
13704         * nscd/nscd-client.h (struct mapped_database): Add datasize
13705         field.
13706         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13707         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13708         increased.
13709         (__nscd_cache_search): Add checks to make sure we never reference
13710         data beyond the current mapping.
13712 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13714         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13715         variables const to avoid compiler warnings.
13717         * io/fts.c (fts_close): Remove redundant checks.
13718         (fts_build): Likewise.
13719         (fts_palloc): Likewise.
13721         * manual/message.texi (Advanced gettext functions,
13722         Using gettextized software): Fix typos.
13724 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13726         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13727         explain why there are no leaks.
13729 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13731         * libio/wmemstream.c: Include <wchar.h>.
13732         * libio/bug-wmemstream1.c: Likewise.
13733         * libio/tst-wmemstream1.c: Likewise.
13734         * libio/tst-wmemstream2.c: Likewise.
13736         * version.h (RELEASE): Bump to 2.5.
13737         * README: Regenerated.
13739         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13741         [BZ #3273]
13742         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13743         found no group members.
13744         Patch by Petr Baudis.
13746 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13748         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13749         assert bootstrap_map.l_tls_modid is zero.
13750         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13751         if USE___THREAD.
13753 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13755         * libio/stdio.h: Move open_wmemstream prototype to ...
13756         * wcsmbs/wchar.h: ... here.
13758 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13760         [BZ #3252]
13761         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13762         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13763         __{,l}chown to handle the rest.
13764         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13765         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13766         __{,l}chown to handle the rest.
13767         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13768         i386/fchownat.c.
13769         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13770         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13772         [BZ #3253]
13773         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13774         time, rather allocate increasingly bigger arrays of pointers, if
13775         possible with alloca, if too large with malloc.
13777 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13779         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13781         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13783 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13785         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13786         home addresses.
13787         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13788         IFA_F_HOMEADDRESS flag for interfaces.
13789         * include/ifaddrs.h (struct in6addrinfo): Define
13790         in6ai_homeaddress.
13792 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13794         [BZ #3225]
13795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13796         PTR_DEMANGLE3): Define.
13797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13798         PTR_DEMANGLE3): Likewise.
13799         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13800         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13801         Likewise.
13802         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13804 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13806         * po/libc.pot: Regenerated.
13807         * po/be.po: Updated.
13808         * po/ca.po: Likewise.
13809         * po/cs.po: Likewise.
13810         * po/da.po: Likewise.
13811         * po/de.po: Likewise.
13812         * po/el.po: Likewise.
13813         * po/en_GB.po: Likewise.
13814         * po/es.po: Likewise.
13815         * po/fi.po: Likewise.
13816         * po/fr.po: Likewise.
13817         * po/gl.po: Likewise.
13818         * po/hr.po: Likewise.
13819         * po/hu.po: Likewise.
13820         * po/ja.po: Likewise.
13821         * po/ko.po: Likewise.
13822         * po/nb.po: Likewise.
13823         * po/nl.po: Likewise.
13824         * po/pl.po: Likewise.
13825         * po/pt_BR.po: Likewise.
13826         * po/ru.po: Likewise.
13827         * po/rw.po: Likewise.
13828         * po/sk.po: Likewise.
13829         * po/sv.po: Likewise.
13830         * po/tr.po: Likewise.
13831         * po/zh_CN.po: Likewise.
13832         * po/zh_TW.po: Likewise.
13834         [BZ #3137]
13835         * iconv/iconv_prog.c (main): Fix spelling in error message.
13836         * iconv/iconvconfig.c (main): Likewise.
13837         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13838         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13839         * locale/programs/localedef.c (main): Likewise.
13840         * locale/programs/repertoire.c (repertoire_read): Likewise.
13841         * timezone/zdump.c (main): Likewise.
13842         * nscd/connections.c (handle_request): Fix spelling in log message.
13843         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13845 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13847         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13848         interfaces.
13850 2006-09-20  Andreas Jaeger  <aj@suse.de>
13852         * math/libm-test.inc (lrint_test_upward): Fix typo.
13854 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13856         [BZ #2592]
13857         * math/libm-test.inc (lrint_test_tonearest): New function.
13858         (lrint_test_towardzero): New function.
13859         (lrint_test_downward): New function.
13860         (lrint_test_upward): New function.
13861         (main): Run these new tests.
13862         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13863         of values near to 0.
13864         (two52): Use double not long double.
13865         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13866         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13867         (two23): Use float not double.
13868         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13869         (two23): Use float not double.
13870         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13871         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13872         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13873         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13875 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13877         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13878         Cast sp to unsigned long to avoid compiler warning.
13879         Use __makecontext_ret function instead of a trampoline on the stack.
13880         (__makecontext_ret): New function.
13881         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13883 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13885         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13886         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13887         bits.
13889 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13891         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13892         sure no reference to the unloaded map's search list remains in the
13893         dependency's scope.
13895 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13897         * elf/Makefile: Add rules to build and run unload7 test.
13898         * elf/unload7.c: New test.
13899         * elf/unload7mod1.c: New file.
13900         * elf/unload7mod2.c: New file.
13902 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13904         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13905         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13906         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13907         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13908         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13909         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13910         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13911         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13912         PTRACE_GETEVENTMSG): Likewise.
13913         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13914         values.
13916 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13918         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13919         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13920         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13921         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13923 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13925         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13926         write '\0' to the fd.
13927         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13928         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13929         Change regs to unsigned long pointer from unsigned int, fix fscr
13930         offset.
13932 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13934         * io/Makefile (CFLAGS-fstatat.c): Set.
13935         (CFLAGS-fstatat64.c): Likewise.
13936         (CFLAGS-mknodat.c): Likewise.
13938         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13939         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13940         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13941         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13943 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13944             Steven Munroe  <sjmunroe@us.ibm.com>
13946         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13947         names to the beginning.  Rename "cell" to "cellbe".
13948         (_dl_powerpc_platforms): New.
13949         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13950         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13951         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13952         (_DL_HWCAP_PLATFORM): Define to new mask.
13953         (_dl_platform_string, _dl_string_platform): New functions.
13954         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13955         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13957 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13959         [BZ #2526]
13960         * README.libm: Fix a thinko in sqrt algorithm description.
13962         [BZ #3143]
13963         * manual/string.texi (argz_delete): Fix prototype.
13964         Patch by <alpt@freaknet.org>.
13966 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13968         [BZ #3138]
13969         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13970         * io/tst-fcntl.c (do_prepare): Likewise.
13971         * posix/tst-exec.c (do_prepare): Likewise.
13972         * posix/tst-preadwrite.c (do_prepare): Likewise.
13973         * posix/tst-spawn.c (do_prepare): Likewise.
13974         * posix/tst-truncate.c (do_prepare): Likewise.
13975         * rt/tst-aio.c (do_prepare): Likewise.
13976         * rt/tst-aio64.c (do_prepare): Likewise.
13977         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13978         size_t.
13980 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13982         [BZ #2821]
13983         * time/mktime.c (guess_time_tm): Fix overflow detection.
13984         * time/Makefile (tests): Add bug-mktime1.
13985         * time/bug-mktime1.c: New file.
13987         [BZ #3189, #3188]
13988         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13989         (mremap): Likewise.
13991 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13993         [BZ #1006]
13994         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13995         Ensure relocation doesn't clobber any bits outside of the
13996         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13997         R_SPARC_HI22 and R_SPARC_H44.
13999         [BZ #2775]
14000         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
14001         (long) (MINSIZE + nb - old_size) is positive.
14003         * malloc/arena.c (grow_heap): When growing bail even if new_size
14004         is negative.
14006         [BZ #3155]
14007         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
14008         stack below r1.
14010 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
14012         * posix/regex_internal.c (re_string_reconstruct): Handle
14013         offset < pstr->valid_raw_len && pstr->offsets_needed case.
14014         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
14015         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
14016         re_string_context_at.
14017         * posix/Makefile: Add rules to build and run bug-regex26 test.
14018         * posix/bug-regex26.c: New test.
14020         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
14021         rather than col_sym_free.  Move seqp declaration earlier.
14023         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
14025 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
14027         * nscd/initgrcache.c (addinitgroupsX): Move any_success
14028         decl before first goto out.
14030 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
14032         * Makerules (shlib.lds): If have-hash-style, put .hash section
14033         at the end of the RO segment.
14035 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
14037         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
14038         style hash table format is used.
14040 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
14042         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
14043         randomization rather than before.
14044         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
14046 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
14048         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
14050         * malloc/malloc.c (_int_malloc): Use full list insert and not
14051         shortcut which assumes the list is empty for large requests
14052         too.
14054         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
14056 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
14058         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
14059         and offout arguments to the prototype.
14060         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
14061         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
14062         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
14063         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
14064         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
14065         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
14066         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
14067         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
14069 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
14071         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
14073         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
14074         dlopen parameters.
14076 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
14078         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
14079         only if herrno is NETDB_INTERNAL.  Handle errors other than
14080         ERANGE outside of the loops, handle TRY_AGAIN.
14082         * locale/programs/ld-ctype.c (translit_flatten): Issue error
14083         if other's ctype category was missing.
14084         * locale/programs/ld-collate.c (collate_read): Return if
14085         copy_locale's collate category is missing.
14087 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
14089         [BZ #2684]
14090         * malloc/malloc.c (public_rEALLOc): Try harder by using other
14091         arenas if allocation failed.
14092         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
14094 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
14096         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
14097         waste bins[0..1].
14098         (malloc_state): Reduce bins size by 2.
14099         (_int_malloc): Fix test for large enough buffer for early termination.
14100         When no unsorted block matches perfectly and an exiting block has
14101         to be split, use full list insert and not shortcut which assumes
14102         the list is empty.
14104         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
14105         failure.
14107 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
14109         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
14110         do anything.
14112         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
14113         symbol require exact match (these are PLTs).
14114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14115         (_dl_ppc64_addr_sym_match): Likewise.
14117         [BZ #2683]
14118         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
14119         If symbol has a value use it.
14120         * elf/tst-dladdr1.c: New file.
14121         * elf/Makefile: Add rules to build and run tst-addr1.
14123 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
14125         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
14126         keeps failing and heap growth or new heap creation isn't
14127         successful either.
14128         * malloc/tst-malloc.c (main): Add new tests.
14130 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
14132         [BZ #2734]
14133         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
14134         as in the x86-64 code to use bswap.
14136 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
14138         [BZ #2680]
14139         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
14140         __USE_UNIX98.
14141         * posix/bits/unistd.h: Likewise.
14143 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
14145         [BZ #2751]
14146         * string/strchr.c: Add cast to avoid warning.
14148 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
14150         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
14151         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
14152         limit is needed to avoid the exploding of the address space
14153         requirement for secondary heaps.
14154         * malloc/arena.c (HEAP_MAX_SIZE): Define using
14155         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
14157 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
14159         [BZ #3018]
14160         * Makerules (depfiles): Handle extra-test-objs the same as
14161         extra-objs.
14162         (common-mostlyclean): Likewise.
14163         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
14164         instead.
14165         * elf/Makefile (extra-objs): Likewise.
14166         * stdlib/Makefile (extra-objs): Likewise.
14168 2006-08-14  Eric Blake  <ebb9@byu.net>
14170         [BZ #3044]
14171         * misc/error.h: Assume C89 or better.
14172         * misc/error.c: Likewise.
14174 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
14176         [BZ #3040]
14177         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
14178         __ASSUME_ATFCTS is defined.
14180 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
14182         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
14183         to sort in each call.
14185         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
14186         is empty simply return and use next service.
14187         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
14189         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
14190         tells us when not finding a charmap file is an error.
14191         * locale/programs/charmap.h: Adjust charmap_read prototype.
14192         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
14193         cannot find a charmap.
14194         * locale/programs/localedef.c (main): Adjust charmap_read call.
14196 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
14198         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
14199         sysdeps/posix/pause.c implementation instead.
14201 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
14203         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
14204         to EPERM.
14206 2006-08-13  Andreas Schwab  <schwab@suse.de>
14208         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
14209         Don't clobber caller's LRSAVE.
14210         (_dl_prof_resolve): Likewise.
14212 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
14214         [BZ #1996]
14215         * libio/memstream.c (open_memstream): Allocate initial buffer with
14216         calloc.
14217         * libio/wmemstream.c (open_wmemstream): Likewise.
14218         * libio/strops.c: Pretty printing.
14219         (_IO_str_overflow): Clear uninitialized part of the new buffer.
14220         (enlarge_userbuf): New function.
14221         (_IO_str_seekoff): Call it if seek position is larger than current
14222         buffer.
14223         * libio/wstrops.c: Likewise.
14224         * libio/vasprintf.c: Add comment as to why we do not have to use
14225         calloc instead of malloc to allocate initial buffer.
14226         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
14227         * libio/bug-memstream1.c: New file.
14228         * libio/bug-wmemstream1.c: New file.
14230 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
14232         * libio/wstrops.c: Remove dead macro definitions and comments.
14233         * libio/strops.c: Likewise.
14235         [BZ #2764]
14236         * login/utmpname.c (__utmpname): Remove unnecessary test.
14238 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
14240         [BZ #2832]
14241         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
14242         0s from integers.
14244 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
14246         [BZ #2987]
14247         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
14248         for CPU clocks.
14249         * sysdeps/unix/clock_settime.c: Add support for platform-specific
14250         setting of CPU clocks.
14252 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14254         [BZ #2841]
14255         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
14256         since C99 requires the result to promote to 'int' when uint_least8_t
14257         and uint_least16_t promote to 'int'.
14259 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14261         [BZ #3013]
14262         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
14263         lenght of one output field, correct bitmask creation.
14264         * locale/programs/ld-time.c: Add alignment.
14266         [BZ #2997]
14267         * misc/error.c: Add space between program name and message if file
14268         name is missing.
14270 2006-08-03  Eric Blake  <ebb9@byu.net>
14272         [BZ #2998]
14273         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
14275 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
14277         * malloc/memusagestat.c: Silence warnings.
14279         * malloc/malloc.c: Dynamically size mmap treshold if the program
14280         frees mmaped blocks.
14281         Patch by Valerie Henson and Arjan van de Ven.
14283 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
14285         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
14286         __USE_GNU.
14288         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
14289         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
14290         (DEF): Don't put the var into .gnu.linkonce.r.* section.
14291         Only provide var definitions in strtol_l (or for *ull*
14292         in strtoll_l).
14294         * stdio-common/bug16.c (tests): New array.
14295         (do_tests): Allow the first hexadecimal digit
14296         to be 1, 2, 4 or 8.  Do 3 additional tests.
14298         * sysdeps/s390/fpu/libm-test-ulps: Update.
14300         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
14301         fchownat syscall if available.
14302         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14303         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
14304         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14306 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14308         * nis/nis_xdr.c: Avoid some function calls.
14310 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
14311             Ulrich Drepper  <drepper@redhat.com>
14313         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
14314         short cut if only one name component is stripped away.
14316 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14318         * nis/nis_call.c: Minor cleanups throughout.
14319         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
14320         (first_shoot): Add search_parent_first parameter.  Only if it is set
14321         search parent server first.
14322         If directory for table found through cold start cache is not the same
14323         as referenced in the cache, don't use it.
14324         (__nisfind_server): Take additional parameter.  Pass it on to
14325         first_shoot.
14326         (__prepare_niscall): Adjust __nisfind_server call.
14327         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
14328         * nis/nis_table.c: Adjust __nisfind_server call.
14329         * nis/nis_lookup.c: Likewise.
14330         (nis_lookup): Don't loop endlessly if name is reduced to ".".
14332 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
14334         [BZ #2182]
14335         * math/s_cacosh.c: Return values from positive branch.
14336         * math/s_cacoshf.c: Likewise.
14337         * math/s_cacoshl.c: Likewise.
14339         [BZ #2883]
14340         * sysvipc/sys/msg.h: Change return value to ssize_t.
14341         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
14342         * sysvipc/msgrcv.c: Likewise.
14343         * include/sys/msg.h: Likewise.
14345         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
14346         test introduced in patch for bz #661.
14347         (getgrouplist): Simplify code a bit.  Don't allocate one additional
14348         element for NEWGROUPS.
14350         [BZ #2908]
14351         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
14352         'f', use '1' as leading digit not '\1'.
14353         * stdio-common/Makefile (tests): Add bug16.
14354         * stdio-common/bug16.c: New file.
14356         [BZ #2914]
14357         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
14358         and don't try to open it.  The patch introducing the macro
14359         contained a bug and used the same file name as the new file
14360         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
14361         this out completely.
14363         [BZ #2926]
14364         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
14365         Patch by Jerry James <Jerry.James@usu.edu>.
14367         * rt/Makefile (tests): Add tst-clock2.
14368         * rt/tst-clock2.c: New file.
14370         [BZ #2978]
14371         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
14372         function and its parameters and pass it to new thread.
14373         (__gai_notify): Add support for alternative waiting for completion.
14374         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
14375         waiting for completion.
14376         * resolv/getaddrinfo_a.c: Likewise.
14377         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
14378         waiting for completion is used.
14379         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
14380         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
14381         * resolv/gai_error.c: Likewise.
14382         * resolv/gai_sigqueue.c: Likewise.
14384 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
14386         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
14387         errno to EBADF and return MACH_PORT_NULL.
14389 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
14391         [BZ #2980]
14392         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
14394 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
14396         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
14397         walk them instead of the symbol table.
14399 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
14401         [BZ #2098]
14402         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
14403         status of NSS calls, not the number of returned entries.
14405         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
14406         request_key, keyctl.
14408 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14410         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
14412 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
14414         * elf/tst-auditmod1.c: Fix typo in #error.
14416 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14418         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
14420         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
14422 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
14424         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
14425         that the directory is empty even on non-POSIX filesystems.
14427 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14429         * elf/dl-open.c (dl_open_worker): Add branch prediction.
14431         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
14432         the backend NSS module.  If backend setgrent call failed, don't have
14433         internal_setgrent fail.  Just remember this until it is needed.
14434         * nis/nss_compat/compat-pwd.c: Likewise.
14435         * nis/nss_compat/compat-spwd.c: Likewise.
14437 2006-07-30  Roland McGrath  <roland@redhat.com>
14439         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
14440         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
14441         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
14442         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
14444         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
14445         (nanosleep_not_cancel): New macro.
14446         (sigsuspend_not_cancel): new macro.
14447         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
14448         (do_sigsuspend): Define as inline.
14449         (__sigsuspend): Always use do_sigsuspend.
14450         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14451         * include/signal.h: Declare __sigsuspend_nocancel.
14452         * sysdeps/posix/pause.c
14453         [! NO_CANCELLATION] (__pause_nocancel): New function.
14455         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14456         * include/time.h (__nanosleep_nocancel): Likewise.
14458 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14460         * locale/programs/localedef.c (add_to_readlist): Rename local
14461         variables to avoid confusion.
14463         * locale/programs/charmap.c (charmap_read): Emit error message if
14464         charmap couldn't be found or read.
14466 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14468         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14469         __ASSUME_FUTEX_LOCK_PI.
14470         * include/time.h: Declare __nanosleep_nocancel.
14471         * include/unistd.h: Declare __pause_nocancel.
14473         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14474         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14475         get the __stack_chk_fail_local definition when it's needed.
14477 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14479         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14480         * dlfcn/bug-atexit3.c: New file.
14481         * dlfcn/bug-atexit3-lib.cc: New file.
14483         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14484         used when the namespace is not the base namespace.
14486 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14488         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14489         (__new_exitfn): Bump it in every successful call.
14490         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14491         more exit handlers, call them right away.
14492         * stdlib/exit.h: Declare __new_exitfn_called.
14494 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14496         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14497         calling registered handler.
14499         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14500         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14501         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14502         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14503         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14504         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14505         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14506         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14508 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14510         * elf/dl-lookup.c (dl_new_hash): New functions.
14511         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14512         value here.  Compute new-style hash value.  Pass new hash value
14513         and reference to variable with the old value to do_lookup_x.
14514         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14515         old-style hash table.
14516         (_dl_debug_bindings): Pass new hash value and reference to variable
14517         with the old value to do_lookup_x.
14518         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14519         new-style hash value and change old-style hash value parameter to
14520         be a reference.  Reoganize functions to determine whether
14521         new-style hash table is available.  Only fall back on old-style
14522         table.  If old-style hash value is needed, compute it here.
14523         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14524         entry.
14525         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14526         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14527         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14528         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14529         * Makeconfig: If linker supports --hash-style option add it to all
14530         linker command lines to build DSOs.
14531         * config.make.in: Define have-hash-style.
14532         * configure.in: Test whether linker supports --hash-style option.
14534         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14535         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14537 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14539         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14540         auditing.
14542         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14543         RPATH of main map twice.
14545 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14547         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14548         look further, return original strings.
14549         (_nl_find_msg): Do not return found translation if the conversion
14550         failed.  Either signal the string is unusable or that something went
14551         wrong and the original should be used.
14553 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14555         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14557 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14559         [BZ #2766]
14560         * misc/insremque.c (insque): Handle prev == NULL.
14561         * misc/Makefile (tests): Add tst-insremque.
14562         * misc/tst-insremque.c: New test.
14564 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14566         [BZ #2792]
14567         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14568         conflict with DL_DST_REQUIRED.
14570 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14572         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14573         match what Solaris does.
14575 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14577         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14578         local_setegid instead of seteuid and setegid.
14579         * sysdeps/generic/local-setxid.h: New file.
14580         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14582         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14584         * string/Makefile (tests): Add bug-envz1.
14585         * string/bug-envz1.c: New file.
14587 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14589         * posix/regex_internal.c (re_string_skip_chars): If no character has
14590         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14591         to the byte which couldn't be converted.
14592         (re_string_reconstruct): Don't clear valid_raw_len before calling
14593         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14594         tip_context using re_string_context_at.
14595         * posix/Makefile: Add rules to build and run bug-regex25 test.
14596         * posix/bug-regex25.c: New test.
14598 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14600         [BZ #2703]
14601         * string/envz.c (envz_strip): Correct erroneously reversed src
14602         and dest parameters to memmove() invocation.
14604 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14606         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14607         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14608         to make sure the database has been already invalidated.
14609         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14610         after the cache has been invalidated.  Use pthread_mutex_lock rather
14611         than pthread_mutex_trylock if fd != -1.
14612         * nscd/connections.c (invalidate_cache): Add fd argument, write
14613         response to fd if not calling prune_cache, pass fd to prune_cache.
14614         (handle_request): Adjust invalidate_cache caller.
14615         (nscd_run): Pass -1 as fd to prune_cache.
14617 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14619         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14620         the correct place.
14622 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14624         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14625         * nscd/cache.c (prune_cache): Take prunelock before starting the
14626         work.  Just return in case it is already taken.
14627         * nscd/connections.c (dbs): Initialize .prunelock.
14629 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14631         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14632         copying.  No need to allocate new array for group members.  Just
14633         move the pointers and update the size.
14635         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14636         Avoid memory leak in case realloc fails.  Simplification for
14637         better code generation.
14639         Avoid deprecation warning because of libc_hidden_proto for
14640         inet6_option_alloc.
14641         * inet/inet6_option.c (option_alloc): Renamed from
14642         inet6_option_alloc.  Made static.
14643         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14644         (inet6_option_append): Call option_alloc.
14645         * include/netinet/in.h: Remove libc_hidden_proto for
14646         inet6_option_alloc.
14648         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14649         for cleanup when cb!=NULL [Coverity CID 233].
14651 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14653         [BZ #2693]
14654         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14655         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14656         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14657         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14658         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14659         and inet6_rth_getaddr.
14660         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14661         array.
14662         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14663         Mark inet6_option_* interfaces as deprecated.
14664         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14665         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14666         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14667         inet6_rth_segments, and inet6_rth_getaddr.
14668         * inet/inet6_opt.c: New file.
14669         * inet/inet6_rth.c: New file.
14671         * inet/netinet/icmp6.h: Pretty printing.
14673         [BZ #2683]
14674         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14676 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14678         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14679         doing it all here.  When server does not know the answer do not
14680         fail immediate, try parent first.
14682         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14683         overflow test.
14685 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14687         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14688         from __do_niscall.
14689         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14690         and exported.
14691         (__follow_path): New function.  Split out from nis_list.
14692         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14693         _xdr_nis_result.
14694         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14695         _xdr_nis_result.
14696         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14697         and __follow_path.
14698         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14699         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14700         from libnsl for version GLIBC_PRIVATE.
14701         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14702         Remove entry parameter from _nss_nisplus_parse_pwent and
14703         _nss_nisplus_parse_grent.
14704         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14705         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14706         again.  Rewrite getpwent handling to not use nis_first_entry and
14707         nis_next_entry.  Roll out own niscall handling.
14708         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14710         * sunrpc/xdr_rec.c: Fix typo in comment.
14712 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14714         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14715         handling.
14717         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14718         to allocate memory for my_pollfd.  Better initialization of
14719         cb_is_running.  Use TEMP_FAILURE_RETRY.
14721         * malloc/memusage.sh (memusageso): Add quotes.
14722         (memusagestat): Likewise.
14723         * debug/xtrace.sh (pcprofileso): Likewise.
14724         (pcprofiledump): Likewise.
14725         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14726         replacement.
14727         * malloc/Makefile ($(objpfx)memusage): Likewise.
14729         * nis/nis_callback.c (__nis_create_callback): Calls to
14730         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14731         asprintf call fails.
14733         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14734         no uninitialized memory is passed to sendto.
14736 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14738         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14739         of snprintf+strdup.  Handle OOM.
14740         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14741         cb->serv together.  Remove now obsolete free calls.
14742         (__nis_destroy_callback): Remove now obsolete free call.
14744 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14746         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14747         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14748         and ULA respectively). Set precedence for IPv4 address to 10 as
14749         defined in RFC3484 for preferring IPv6.
14750         * posix/gai.conf: Update to match the new default tables.
14752 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14754         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14755         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14756         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14757         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14759         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14760         Removed.
14761         (init_nss_interface): Remove initialization of these variables.
14763 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14765         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14766         nis_free_directory forward to avoid duplication.
14768 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14770         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14771         rec_dirsearch returning NULL.
14772         (first_shoot): Handle __nis_finddirectory returning NULL.
14773         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14775         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14776         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14778 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14780         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14781         pid changed.
14783 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14785         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14787         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14788         * nscd/nscd_getgr_r.c: Likewise.
14790         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14792         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14793         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14795         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14797         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14799         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14801         * include/rpc/auth.h: Mark xdr_des_block_internal and
14802         xdr_opaque_auth_internal as hidden.
14804         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14805         hidden.
14807         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14809         * misc/getusershell.c (okshells): Don't use static initializers,
14810         do it dynamically.
14812         * stdlib/fmtmsg.c (keywords): Change type of len element to
14813         uint32_t to not waste space on 64bit machines.
14815         * locale/setlocale.c: Change _nl_category_names into a string.
14816         Add new _nl_category_name_idxs.  Change all users.
14817         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14818         Declare _nl_category_name_idxs.
14819         * locale/findlocale.c: Adjust for _nl_category_names change.
14820         * locale/loadlocale.c: Likewise.
14821         * locale/newlocale.c: Likewise.
14822         * intl/dcigettext.c: Likewise.
14824         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14825         (add_alias2): ...here.  New function.
14826         (__gconv_read_conf): Simplify builtin alias handling.
14827         (builtin_aliases): Convert to string to avoid relocations.
14828         * iconv/gconv_builtin.h: Add comment about correct formatting.
14830 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14832         * resolv/res_debug.c (loc_ntoa): Make error const.
14834 2006-05-14  Andreas Schwab  <schwab@suse.de>
14836         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14838 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14840         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14841         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14842         sizeof (cpu_set_t).
14844 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14846         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14848         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14850         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14851         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14853         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14854         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14856         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14857         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14858         xdr_cback_data.
14860         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14861         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14862         xdr_ypupdate_args.
14864         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14865         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14867         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14868         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14870         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14871         * include/rpcsvc/nis_callback.h: New file.
14873         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14874         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14876         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14877         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14879         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14880         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14882         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14883         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14885         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14886         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14887         xdr_ypdelete_args.
14889         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14890         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14892         * nis/nis_error.c: Remove table of strings.  Use position
14893         independent mechanism.
14894         * nis/nis_error.h: New file.
14896 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14898         * locale/programs/ld-time.c (time_finish): If wide era name or
14899         format aren't provided, set both wname and wformat to L"".
14901 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14903         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14904         results if the call was succesful.
14906         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14908         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14909         as hidden.
14911 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14913         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14915 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14917         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14918         caller makes sure this is not the case.
14919         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14921 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14923         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14924         calls.
14926         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14927         [Coverity CID 229, 230]
14929         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14930         DGETTEXT calls.
14931         (hol_help): Likewise.  [Coverity CID 226, 227]
14933         * string/argz-replace.c (__argz_replace): Unconditionally call
14934         free on SRC.  [Coverity CID 225]
14936         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14937         the return value of __nis_default_owner and __nis_default_group,
14938         it has been especially allocated.  [Coverity CID 224]
14940         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14941         searchgroup and searchowner.  Significantly simplified.
14942         (__nis_default_owner): Remove duplication.  Do not locally copy the
14943         string before duplicating it.
14944         (__nis_default_group): Likewise.
14946         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14947         we must clear the variable before calling __nisfind_server.
14949         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14950         nis_getnames.  [Coverity CID 223]
14952         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14953         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14955         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14956         allocate memory for the input to add_bytes.  [Coverity CID 221]
14958         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14959         was allocated here.  [Coverity CID 219, 220]
14961         * posix/getconf.c (print_all): Free confstr data after printing.
14962         [Coverity CID 218]
14964         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14965         list allocation fails.  [Coverity CID 215]
14967         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14968         [Coverity CID 213]
14970         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14971         string is NULL.  [Coverity CID 212]
14972         * argp/Makefile: Add rules to build and run bug-argp1.
14973         * argp/bug-argp1.c: New file.
14975         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14976         end of string.
14977         * stdlib/canonicalize.c (__realpath): Likewise.
14979         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14980         pointer.  [Coverity CID 206]
14982         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14983         in statically linked code.
14984         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14985         statically built code, be prepared to have no link map.
14986         [Coverity CID 205]
14988         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14989         dgettext calls. [Coverity CID 204]
14991         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14992         the one user.
14993         (uparam_names): Reduce size.  Avoid relative relocations.
14994         Moved to read-only segment.
14995         (fill_in_uparams): Update for new layout.
14997         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14998         assumed to always be != NULL. [Coverity CID 202]
15000         * argp/argp-help.c (hol_entry_help): Remove some dead code
15001         [Coverity CID 200].
15003         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
15004         away a few more unconditional yperr2nss calls.
15005         (_nss_nis_getservbyname_r): Likewise.
15007 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
15009         * sysdeps/generic/ldsodefs.h: Remove support for non-core
15010         architectures.
15012         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
15013         that unused memory passed to sendto is nevertheless initialized.
15015         [BZ #2499]
15016         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
15017         possibly unaligned memory accesses.
15019         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
15020         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
15021         and __putlong respectively.  Correct buffer overflow check for
15022         NS_NOTIFY_OP.
15024         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
15026         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
15027         (send_dg): Rewrite error handling to be more compact and avoid
15028         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
15030         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
15032         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
15033         instead of ns_get16.
15034         (res_queriesmatch): Likewise.  Minor optimization.
15036         [BZ #2499]
15037         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
15038         __libc_res_nsend might reallocate the buffer for the answer.  In
15039         this case we have to reload the HP pointer.
15041 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15043         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
15044         some branch prediction hints.
15046         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
15047         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
15048         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
15049         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
15050         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
15051         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
15052         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
15053         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
15055 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
15057         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
15058         by a GOT relocation to make Scrt1.o position independent.
15059         * sysdeps/s390/s390-64/elf/start.S: Likewise.
15061         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
15062         six system call parameters.
15063         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
15065 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15067         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
15068         malloc&bzero.
15070         * sunrpc/svc_udp.c (BZERO): Remove definition.
15071         (CALLOC): Define.
15072         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
15074         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
15075         (des_SPtrans): Use uint32_t type.
15076         (des_skb): Likewise.
15078         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
15080 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
15082         [BZ #2509]
15083         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
15084         on 32-bit arches.
15086 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
15088         * locale/programs/ld-address.c (address_finish): Fix one more
15089         place where the iso639 array might be accessed beyond the limits.
15091 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
15093         * nis/nis_table.c (nis_list): Avoid clearing res twice before
15094         filling it for the first time.
15096         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
15097         Adjust all callers.
15098         Free res object content before returning.
15100         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
15102         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
15103         client->cl_auth.
15105         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
15106         cleanup for initial thread, just the free call on TVP.
15108         * nscd/gai.c (__getline): Define.
15111 See ChangeLog.16 for earlier changes.