Fix attreibute for _dl_elf_hash
[platform/upstream/glibc.git] / ChangeLog
1 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
2
3         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
4
5         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
6         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
7         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
8
9 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
10
11         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
12         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
13         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
14         for gcc to avoid warnings.
15         * inet/Makefile (tests): Add tst-checks.
16         * inet/tst-checks.c: New file.
17
18         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
19         warning.
20
21         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
22         __wmemcmp_sse2.
23
24         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
25         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
26
27         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
28
29 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
30
31         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
32         problem.
33
34         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
35
36 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
37
38         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
39         conditional on GCC version.
40         (__arch_compare_and_exchange_val_8_acq)
41         (__arch_compare_and_exchange_val_16_acq)
42         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45
46 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47
48         * sysdeps/sh/backtrace.c: New file.
49
50 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51
52         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
53         parenthesis.
54
55 2011-12-01  Andreas Schwab  <schwab@redhat.com>
56
57         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
58         falling back to utime.
59
60 2011-11-30  Andreas Schwab  <schwab@redhat.com>
61
62         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
63         expectations for float.
64
65 2011-11-29  Andreas Schwab  <schwab@redhat.com>
66
67         * locale/weight.h (findidx): Add parameter len.
68         * locale/weightwc.h (findidx): Likewise.
69         * posix/fnmatch_loop.c (FCT): Adjust caller.
70         * posix/regcomp.c (build_equiv_class): Likewise.
71         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
72         * posix/regexec.c (check_node_accept_bytes): Likewise.
73         * string/strcoll_l.c (STRCOLL): Likewise.
74         * string/strxfrm_l.c (STRXFRM): Likewise.
75
76 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
77
78         * Makefile.in: Remove CVSOPT handling.
79         * configure.in: Remove use of AC_REVISION.
80         * iconvdata/Makefile (distribute): No need to filter out CVS.
81         * scripts/list-sources.sh: Remove CVS, subversion and monotone
82         handling.
83
84 2011-11-16  Andreas Schwab  <schwab@redhat.com>
85
86         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
87         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
88         [USE_AS_STRNCASECMP_L]: Likewise.
89         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
90         NO_TLS_DIRECT_SEG_REFS.
91         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
92         Fix argument offsets for non-PIC.
93         [USE_AS_STRNCASECMP_L]: Likewise.
94         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
95         NO_TLS_DIRECT_SEG_REFS.
96
97 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
98
99         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
100         O_CLOEXEC.
101         * locale/loadlocale.c (_nl_load_locale): Likewise.
102
103 2011-11-15  Andreas Schwab  <schwab@redhat.com>
104
105         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
106         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
107         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
108         (SYSCALL_GETTIME): Set errno on error.
109
110         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
111         count references to noai6ai_cached.
112
113 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
114
115         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
116
117         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
118         FD_CLOEXEC for /proc/self/maps.
119
120         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
121         FD_CLOEXEC for /proc/meminfo.
122
123         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
124         gai.conf.
125
126         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
127         FD_CLOEXEC for given file.
128
129         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
130
131         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
132         FD_CLOEXEC for /etc/hosts.
133         (_gethtent): Likewise.
134
135         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
136
137         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
138         cancellation and set FD_CLOEXEC for /etc/netgroup.
139
140         * nss/nss_files/files-key.c (search): Don't allow cancellation when
141         reading /etc/publickey.
142
143         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
144         allow cancellation when reading /etc/group.
145
146         * nss/nss_files/files-alias.c (internal_setent): Don't allow
147         cancellation.
148         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
149
150         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
151         when using data file.
152
153         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
154
155         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
156         (write_nis_obj): Use "c" and "e" in fopen.
157
158         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
159
160         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
161
162         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
163
164         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
165
166         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
167         locale.alias.
168
169         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
170
171         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
172
173         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
174
175         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
176         file parsing and set FD_CLOEXEC.
177
178 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
179
180         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
181
182 2011-11-14  Andreas Schwab  <schwab@redhat.com>
183
184         * malloc/arena.c (arena_get2): Don't call reused_arena when
185         _int_new_arena failed.
186
187 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
188
189         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
190         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
191         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
192         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
193         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
194         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
195         to compile strcasecmp and strncasecmp.
196         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
197         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
198
199         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
200
201 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
202
203         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
204         locale-defines.sym to gen-as-const-headers.
205         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
206         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
207         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
208         to compile strcasecmp and strncasecmp.
209         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
210         strcasecmp_l and strncasecmp_l.
211         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
212         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
213         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
214         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
215         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
216         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
217         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
218         * sysdeps/i386/i686/multiarch/strncase.S: New file.
219         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
220         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
221         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
222
223 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
224
225         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
226         result of SYSDEP_GETTIME_CPU to retval.
227         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
228         parameter list to macro.  Remove trailing semicolon.  Adjust users.
229
230         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
231         variable.
232
233         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
234         mantissa words.
235         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
236
237         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
238         from unused variable.
239
240         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
241         DWARF definitions.
242         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
243         for assembling.
244
245         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
246         over namespaces.
247
248         * sunrpc/rpc_prot.c (rejected): Fix case value.
249
250         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
251         unsigned long long int to avoid warnings in shift.
252
253         * posix/regex_internal.c (re_string_reconstruct): Actually use result
254         of use of trans.
255         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
256         variable tmp.
257
258         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
259         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
260         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
261
262         * nis/nis_table.c (nis_list): Use variable of correct type for
263         result of __follow_path call.
264
265 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
266
267         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
268         of math functions ceil, trunc, floor, round, and sqrt, when
269         avaliable on the platform.
270         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
271         name clash.
272         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
273         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
274         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
275
276 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
277
278         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
279         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
280
281 2011-11-11  Roland McGrath  <roland@hack.frob.com>
282
283         * include/unistd.h: Fix __readlink return type.
284         Reported by Chris Metcalf <cmetcalf@tilera.com>.
285
286 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
287
288         * stdlib/ucontext.h: Undo last change for makecontext.
289
290 2011-11-11  Andreas Schwab  <schwab@redhat.com>
291
292         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
293
294         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
295         * setjmp/setjmp.h: Mark functions as non-leaf.
296         * setjmp/bits/setjmp2.h: Likewise.
297         * stdlib/ucontext.h: Likewise.
298
299 2011-11-10  Andreas Schwab  <schwab@redhat.com>
300
301         * malloc/arena.c (_int_new_arena): Don't increment narenas.
302         (reused_arena): Don't check arena limit.
303         (arena_get2): Atomically check arena limit.
304
305 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
306
307         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
308         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
309
310         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
311         instructions.
312
313 2011-11-07  Andreas Schwab  <schwab@redhat.com>
314
315         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
316         handler when locking.
317
318         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
319         Fix size of allocated buffer.
320
321 2011-11-04  Andreas Schwab  <schwab@redhat.com>
322
323         [BZ #10103]
324         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
325         declarations for long double functions.
326         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
327
328         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
329
330 2011-11-03  Andreas Schwab  <schwab@redhat.com>
331
332         * nscd/nscd.c (main): Don't start AVC thread until credentials are
333         installed.
334
335         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
336         is disabled.
337
338 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
339
340         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
341
342 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
343
344         * include/alloca.h (stackinfo_alloca_round): Define.
345         (extend_alloca): Use it.
346         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
347         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
348         here.
349
350         * scripts/check-local-headers.sh: Ignore libaudit.h.
351
352         * nscd/Makefile (extra-objs): Make recursively expanded.
353
354 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
355
356         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
357         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
358
359         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
360         * posix/tst-rfc3484-2.c: Likewise.
361         * posix/tst-rfc3484-3.c: Likewise.
362
363         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
364         process_vm_writev.
365         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
366         process_vm_writev.
367         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
368         process_vm_writev from libc using GLIBC_2.15 version.
369
370         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
371
372 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
373
374         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
375         stack usage.
376
377 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
378
379         [BZ #13367]
380         * nss/getent.c (initgroups_keys): Show error message in case no group
381         names are given.
382
383         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
384         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
385         __bump_nl_timestamp.
386         * nscd/connections (nscd_init): When host database is served open
387         netlink socket and request notification about configuration changes.
388         (main_loop_poll): Track netlink file descriptor and bump timestamp
389         in case data becomes available.
390         (main_loop_epoll): Likewise.
391         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
392         (database_pers_head): Add extra_data fileds.
393         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
394         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
395         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
396         Adjust caller.
397         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
398         in6ai data, call __free_in6ai.
399         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
400         Add -DHAVE_NETLINK.
401         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
402         interface information.  Reuse previous data if netlink timestamp
403         is not changed.
404         (__bump_nl_timestamp): New function.
405         (__free_in6ai): New function.
406
407 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
408
409         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
410         close_not_cancel_no_status here.
411         (__check_pf): Reorganize code a bit to not call close twice if OOM.
412
413 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
414
415         [BZ #13276]
416         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
417         return value.
418
419         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
420         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
421         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
422
423 2011-07-03  Andreas Jaeger  <aj@suse.de>
424
425         [BZ #10709]
426         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
427         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
428         * math/libm-test.inc (sin_test): Add test case.
429
430 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
431
432         [BZ #13337]
433         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
434         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
435
436         * elf/chroot_canon.c (chroot_canon): Cleanups.
437
438         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
439
440         [BZ #13335]
441         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
442         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
443
444         * string/test-strchr.c: Make usable for strchrnul testing.
445         * string/test-strchrnul.c: New file.
446         * string/Makefile (strop-tests): Add strchrnul.
447
448         * po/it.po: Update from translation team.
449         * po/es.po: Likewise.
450
451 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
452
453         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
454         the three constants needed as parameters.  Drop the others.
455         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
456         __m128i_strloadu_tolower.
457         Create and initialize variable zero and use it in all the places
458         where _mm_setzero_si128 was used.
459
460         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
461         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
462         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
463         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
464         anymore.
465         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
466         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
467         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
468         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
469         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
470         __mpranred, __mptan.
471         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
472         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
473         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
474         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
475         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
476         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
477         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
478         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
479         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
480
481 2011-10-28  Andreas Schwab  <schwab@redhat.com>
482
483         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
484         redefine if SHARED.
485         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
486
487         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
488         wide char related routines to wcsmbs subdir.
489
490 2011-10-27  Andreas Schwab  <schwab@redhat.com>
491
492         [BZ #13344]
493         * misc/sys/cdefs.h (__THROWNL): Define.
494         * posix/unistd.h: Use __THREADNL instead of __THREAD
495         for memory synchronization functions.
496
497 2011-10-26  Roland McGrath  <roland@hack.frob.com>
498
499         [BZ #13349]
500         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
501         doesn't exist.
502         * manual/stdio.texi (Obstack Streams): Node removed.
503
504 2011-10-26  Andreas Schwab  <schwab@redhat.com>
505
506         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
507         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
508         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
509
510         * math/math_private.h (math_force_eval): Allow non-addressable
511         arguments.
512         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
513
514 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
515
516         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
517         file is not needed.
518
519         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
520         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
521         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
522         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
523         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
524         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
525         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
526         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
527         Add AVX variants.
528         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
529         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
530         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
531         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
532         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
533         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
534         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
535         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
536         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
537         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
538         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
539         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
540         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
541         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
542         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
543         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
544         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
545         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
546         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
547
548         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
549         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
550
551         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
552         place.  Use VEX encoding when compiling for AVX.
553
554 2011-10-25  Andreas Schwab  <schwab@redhat.com>
555
556         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
557         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
558
559         * string/test-strchr.c (do_test): Don't generate NUL bytes.
560
561 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
562
563         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
564         useless if() expression.
565         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
566         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
567         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
568         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
569         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
570         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
571         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
572         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
573         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
574         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
575         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
576         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
577         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
578         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
579         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
580         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
581         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
582         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
583         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
584
585         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
586
587 2011-10-25  Andreas Schwab  <schwab@redhat.com>
588
589         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
590         condition.
591         * elf/dl-fini.c (_dl_sort_fini): Likewise.
592
593 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
594
595         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
596         .text section.  Avoid duplicate constants.
597         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
598         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
599         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
600         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
601         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
602         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
603         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
604         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
605         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
606         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
607         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
608         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
609         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
610         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
611         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
612         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
613         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
614         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
615         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
616         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
617         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
618         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
619         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
620         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
621         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
622         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
623         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
624         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
625         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
626         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
627         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
628         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
629         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
630         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
631         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
632         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
633         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
634         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
635         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
636         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
637         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
638         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
639         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
640         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
641         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
642
643 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
644
645         * sysdeps/x86_64/dla.h: Move to ...
646         * sysdeps/x86_64/fpu/dla.h: ...here.
647         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
648         situations.  Use __builtin_fma only for gcc 4.6 and up.
649
650         * config.make.in: Add have-mfma4 entry.
651         * configure.in: Substitute libc_cv_cc_fma4.
652         * math/Makefile (dbl-only-routines): Add sincostab.
653         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
654         Use __sincostab not sincos.
655         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
656         name is a macro.
657         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
658         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
659         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
660         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
661         using __copysign.
662         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
663         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
664         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
665         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
666         and __inv.
667         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
668         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
669         __copysign.
670         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
671         define aliases when function name is a macro.
672         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
673         sysdeps/ieee754/dbl-64/sincos.tbl.
674         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
675         fma4-enabled routines.
676         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
677         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
678         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
679         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
680         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
681         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
682         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
683         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
684         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
685         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
686         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
687         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
688         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
689         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
690         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
691         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
692         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
693         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
694         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
695         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
696         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
697         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
698         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
699         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
700         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
701         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
702         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
703         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
704         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
705         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
706
707         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
708         rename.
709         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
710         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
711         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
712         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
713         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
714         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
715         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
716         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
717
718 2011-10-24  Andreas Schwab  <schwab@redhat.com>
719
720         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
721
722 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
723
724         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
725
726         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
727         prediction.
728         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
729
730         * string/strnlen.c: Don't define STRNLEN, reverse logic.
731         Remove unused variable magic_bits.
732         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
733
734         * string/strnlen.c: Define and use STRNLEN macro.
735         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
736         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
737         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
738         * wcsmbs/wcslen.c: Define and use WCSLEN.
739         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
740         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
741         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
742         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
743         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
744         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
745         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
746
747 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
748
749         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
750         strnlen-sse2-no-bsf.
751         Rename strlen-no-bsf to strlen-sse2-no-bsf.
752         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
753         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
754         Add strnlen support.
755         (USE_AS_STRNLEN): New macro.
756         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
757         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
758         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
759         * sysdeps/x86_64/wcslen.S: New file.
760
761 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
762
763         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
764         XMM-moves are used for copying on small sizes.
765
766 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
767
768         * wcsmbs/Makefile (strop-tests): Add wcschr.
769         * wcsmbs/test-wcschr.c: New file.
770         * string/test-strchr.c: Update.
771         Add wcschr support.
772         (WIDE): New macro.
773
774 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
775
776         * wcsmbs/Makefile (strop-tests): Add wcslen.
777         * wcsmbs/test-wcslen.c: New file.
778         * string/test-strlen.c: Update.
779         Add wcslen support.
780         (WIDE): New macro.
781
782 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
783
784         * po/it.po: Update from translation team.
785
786 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
787
788         * sysdeps/x86_64/wcscmp.S: Update.
789         Fix wrong comparison semantics.
790         wcscmp shall use signed comparison not unsigned.
791         Don't use substraction to avoid overflow bug.
792         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
793         * wcsmbc/wcscmp.c: Likewise.
794         * string/test-strcmp.c: Likewise.
795         Add new tests to check cases with negative values.
796
797 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
798
799         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
800         * sysdeps/x86_64/dla.h: ...here.  New file.
801         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
802         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
803         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
804         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
805         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
806         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
807         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
808         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
809         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
810
811 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
812
813         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
814         __ynl_finite aliases.
815
816 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
817
818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
819
820         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
821         define DLA_FMA.
822         [DLA_FMA] (EMULV): Use DLA_FMA.
823         [DLA_FMA] (MUL12): Use EMULV.
824         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
825         that are not needed.
826         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
827         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
828         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
829         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
830         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
831         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
832         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
833
834 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
835
836         * math/s_nan.c: Undef __nan.
837         * math/s_nanf.c: Undef __nanf.
838         * math/s_nanl.c: Undef __nanl.
839         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
840         "math_private.h".
841
842 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
843
844         * math/s_catan.c: Add branch predictions.
845         * math/s_catanf.c: Likewise.
846         * math/s_catanh.c: Likewise.
847         * math/s_catanhf.c: Likewise.
848         * math/s_catanhl.c: Likewise.
849         * math/s_catanl.c: Likewise.
850         * math/s_cexp.c: Likewise.
851         * math/s_cexpf.c: Likewise.
852         * math/s_cexpl.c: Likewise.
853         * math/s_clog.c: Likewise.
854         * math/s_clog10.c: Likewise.
855         * math/s_clog10f.c: Likewise.
856         * math/s_clog10l.c: Likewise.
857         * math/s_clogf.c: Likewise.
858         * math/s_clogl.c: Likewise.
859         * math/s_csqrt.c: Likewise.
860         * math/s_csqrtf.c: Likewise.
861         * math/s_csqrtl.c: Likewise.
862         * math/s_ctanf.c: Likewise.
863         * math/s_ctanh.c: Likewise.
864         * math/s_ctanhf.c: Likewise.
865         * math/s_ctanhl.c: Likewise.
866         * math/s_ctanl.c: Likewise.
867
868         * math/math_private.h: Define __nan, __nanf, __nanl.
869         * math/s_cacosh.c: Include <math_private.h>.
870         * math/s_cacoshl.c: Likewise.
871         * math/s_casinh.c: Likewise.
872         * math/s_casinhf.c: Likewise.
873         * math/s_casinhl.c: Likewise.
874         * math/s_ccos.c: Rely entire on ccosh.
875         * math/s_ccosf.c: Rely entire on ccoshf.
876         * math/s_ccosl.c: Rely entirely on ccoshl.
877         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
878         Remove tests for FE_INVALID.
879         * math/s_ccoshf.c: Likewise.
880         * math/s_ccoshl.c: Likewise.
881         * math/s_csin.c: Likewise.
882         * math/s_csinf.c: Likewise.
883         * math/s_csinh.c Likewise.
884         * math/s_csinhf.c: Likewise.
885         * math/s_csinhl.c: Likewise.
886         * math/s_csinl.c: Likewise.
887         * math/s_ctan.c: Likewise.
888         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
889         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
890         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
891
892 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
893
894         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
895         compilation problems.
896
897         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
898         __builtin_expect.
899
900 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
901
902         * sysdeps/i386/configure.in: Test for -mfma4 option.
903         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
904         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
905         COMMON_CPUID_INDEX_80000001.
906         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
907         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
908         use it if FMA3 is not supported.
909         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
910
911         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
912         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
913
914 2011-10-20  Andreas Schwab  <schwab@redhat.com>
915
916         [BZ #12892]
917         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
918         it would create a cycle with a link time dependency.
919
920 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
921
922         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
923         instruction.
924         * string/Makefile (strop-tests): Add rawmemchr.
925         * string/test-rawmemchr.c: New file.
926
927         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
928         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
929         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
930         when compiling str{,n}casecmp and when AVX is available.  Hook up
931         new optimized code in initializers.
932
933 2011-10-19  Andreas Schwab  <schwab@redhat.com>
934
935         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
936         __feraiseexcept instead of feraiseexcept.
937
938 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
939
940         * math/math_private.h: Define defaults for libc_fetestexcept and
941         libc_feupdateenv.
942         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
943         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
944         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
945         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
946         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
947         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
948         libc_fetestexcept and libc_feupdateenv.
949
950         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
951         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
952         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
953         * sysdeps/x86_64/fpu/math_private.h: Define special version of
954         libc_feholdexcept_setround.
955
956         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
957         Add s_nearbyint-c and s_nearbyintf-c.
958         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
959         nearbyintf inlines.
960         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
961         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
962         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
963         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
964
965         * math/math_private.h: Define defaults for libc_fegetround,
966         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
967         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
968         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
969         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
970         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
971         standard functions.
972         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
973         Remove comments and hacks for old compiler versions.
974         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
975         libc_fegetround, libc_fesetround, libc_feholdexcept, and
976         libc_feholdexceptl.
977
978 2011-10-18  Andreas Schwab  <schwab@redhat.com>
979
980         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
981         (__feraiseexcept_renamed): Add __NTH.
982         (feraiseexcept): Add __NTH.  Rename local variables to fix
983         namespace violations.
984
985 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
986
987         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
988
989         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
990
991         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
992         recently added interfaces.
993         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
994
995         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
996         about macro parameter expansion.
997
998         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
999         __NO_MATH_INLINES is defined.  Cleanups.
1000
1001         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
1002         and __floorf is target has SSE4.1.
1003         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
1004         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
1005         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
1006         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
1007
1008         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
1009         name.
1010         (floorf): Likewise.
1011
1012         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
1013
1014 2011-10-17  Andreas Schwab  <schwab@redhat.com>
1015
1016         * misc/sys/cdefs.h: Fix last change.
1017
1018         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
1019         database lookup.
1020
1021 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
1022
1023         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
1024
1025         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
1026         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1027         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1028         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
1029         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
1030         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
1031         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
1032         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
1033         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
1034         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
1035         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
1036         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
1037         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
1038         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
1039         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
1040         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
1041         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
1042         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
1043         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
1044         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
1045         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
1046         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
1047
1048         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
1049         ceil, ceilf, floor, floorf.
1050
1051         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
1052         Perform IRELATIVE relocations last.
1053
1054         * elf/do-rel.h: Add another parameter nrelative, replacing the
1055         local variable with the same name.  Change name of the function
1056         to end in Rel or Rela (uppercase).
1057         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
1058         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
1059         elf_dynamic_do_##reloc function.
1060
1061 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1062
1063         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
1064         is sufficient, at least on modern CPUs.
1065
1066         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
1067
1068         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
1069         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
1070
1071         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
1072         __expl_finite.
1073         * math/bits/math-finite.h: Add entries for exp.
1074         * math/e_expl.c: Add __*_finite alias.
1075         * sysdeps/i386/fpu/e_exp.S: Likewise.
1076         * sysdeps/i386/fpu/e_expf.S: Likewise.
1077         * sysdeps/i386/fpu/e_expl.c: Likewise.
1078         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1079         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
1080         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
1081         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
1082         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
1083         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1084         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1085
1086         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
1087         is sufficient, at least on modern CPUs.
1088
1089         * ctype/ctype-info.c (__ctype_init): Define.
1090         * include/ctype.h (__ctype_init): Declare.
1091         (__ctype_b_loc): The variable is always initialized.
1092         (__ctype_toupper_loc): Likewise.
1093         (__ctype_tolower_loc): Likewise.
1094         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
1095         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
1096
1097 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
1098
1099         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
1100
1101         * configure.in: Also look in $cxxmachine/include for C++ system
1102         headers.
1103
1104 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1105
1106         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
1107         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
1108         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
1109         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
1110         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
1111         (USE_AS_WMEMCMP): New macro.
1112         Fixing indents.
1113         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
1114         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
1115         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
1116         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
1117         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1118         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
1119         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
1120         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
1121         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
1122         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
1123         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
1124         (USE_AS_WMEMCMP): New macro.
1125         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
1126         * sysdeps/string/test-memcmp.c: Update.
1127         Fix simple_wmemcmp.
1128         Add new tests.
1129         * wcsmbs/wmemcmp.c: Update.
1130         (WMEMCMP): New macro.
1131         Fix overflow bug.
1132
1133 2011-10-12  Andreas Jaeger  <aj@suse.de>
1134
1135         [BZ #13268]
1136         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
1137
1138 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1139
1140         * libio/iofwide.c (do_length): Avoid warning.
1141
1142         * ctype/ctype.h (__isctype_f): Add missing __THROW.
1143
1144 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
1145
1146         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
1147
1148         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
1149         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
1150         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
1151         * sysdeps/i386/i686/fpu/e_log.S: New file.
1152         * sysdeps/i386/i686/fpu/e_logf.S: New file.
1153         * sysdeps/i386/i686/fpu/e_logl.S: New file.
1154
1155         * ctype/ctype.h: Add support for inlined isXXX functions when
1156         compiling C++ code.
1157
1158 2011-10-14  Andreas Schwab  <schwab@redhat.com>
1159
1160         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1161
1162         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
1163
1164 2011-10-13  Roland McGrath  <roland@hack.frob.com>
1165
1166         [BZ #13291]
1167         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
1168
1169 2011-10-13  Andreas Schwab  <schwab@redhat.com>
1170
1171         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
1172         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
1173         feraiseexcept.
1174
1175         * sysdeps/x86_64/memrchr.S: Check for zero size.
1176
1177         * string/stratcliff.c: Add memrchr tests.
1178
1179 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1180
1181         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1182         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
1183         rawmemchr-sse2 rawmemchr-sse2-bsf.
1184         * sysdeps/i386/i686/multiarch/memchr.S: New file.
1185         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
1186         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
1187         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
1188         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
1189         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
1190         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
1191         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
1192         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
1193         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
1194         * string/memrchr.c (MEMRCHR): New macro.
1195
1196 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
1197
1198         Add integration with gcc's -ffinite-math-only and optimize wrapper
1199         functions in libm.
1200         * Versions.def: Define GLIBC_2.15 version for libm.
1201         * math/Makefile (headers): Add bits/math-finite.h.
1202         * math/bits/math-finite.h: New file.
1203         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
1204         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
1205         * math/e_acoshl.c: Add __*_finite alias.
1206         * math/e_acosl.c: Likewise.
1207         * math/e_asinl.c: Likewise.
1208         * math/e_atan2l.c: Likewise.
1209         * math/e_atanhl.c: Likewise.
1210         * math/e_coshl.c: Likewise.
1211         * math/e_exp10.c: Likewise.
1212         * math/e_exp10f.c: Likewise.
1213         * math/e_exp10l.c: Likewise.
1214         * math/e_exp2l.c: Likewise.
1215         * math/e_fmodl.c: Likewise.
1216         * math/e_gammal_r.c: Likewise.
1217         * math/e_hypotl.c: Likewise.
1218         * math/e_j0l.c: Likewise.
1219         * math/e_j1l.c: Likewise.
1220         * math/e_jnl.c: Likewise.
1221         * math/e_lgammal_r.c: Likewise.
1222         * math/e_log10l.c: Likewise.
1223         * math/e_log2l.c: Likewise.
1224         * math/e_logl.c: Likewise.
1225         * math/e_powl.c: Likewise.
1226         * math/e_sinhl.c: Likewise.
1227         * math/e_sqrtl.c: Likewise.
1228         * math/e_scalb.c: Completely rewritten and optimized.
1229         * math/e_scalbf.c: Likewise.
1230         * math/e_scalbl.c: Likewise.
1231         * math/w_acos.c: Likewise.
1232         * math/w_acosf.c: Likewise.
1233         * math/w_acosl.c: Likewise.
1234         * math/w_acosh.c: Likewise.
1235         * math/w_acoshf.c: Likewise.
1236         * math/w_acoshl.c: Likewise.
1237         * math/w_asin.c: Likewise.
1238         * math/w_asinf.c: Likewise.
1239         * math/w_asinl.c: Likewise.
1240         * math/w_atan2.c: Likewise.
1241         * math/w_atan2f.c: Likewise.
1242         * math/w_atan2l.c: Likewise.
1243         * math/w_atanh.c: Likewise.
1244         * math/w_atanhf.c: Likewise.
1245         * math/w_atanhl.c: Likewise.
1246         * math/w_exp10.c: Likewise.
1247         * math/w_exp10f.c: Likewise.
1248         * math/w_exp10l.c: Likewise.
1249         * math/w_fmod.c: Likewise.
1250         * math/w_fmodf.c: Likewise.
1251         * math/w_fmodl.c: Likewise.
1252         * math/w_j0.c: Likewise.
1253         * math/w_j0f.c: Likewise.
1254         * math/w_j0l.c: Likewise.
1255         * math/w_j1.c: Likewise.
1256         * math/w_j1f.c: Likewise.
1257         * math/w_j1l.c: Likewise.
1258         * math/w_jn.c: Likewise.
1259         * math/w_jnf.c: Likewise.
1260         * math/w_log.c: Likewise.
1261         * math/w_logf.c: Likewise.
1262         * math/w_logl.c: Likewise.
1263         * math/w_log10.c: Likewise.
1264         * math/w_log10f.c: Likewise.
1265         * math/w_log10l.c: Likewise.
1266         * math/w_log2.c: Likewise.
1267         * math/w_log2f.c: Likewise.
1268         * math/w_log2l.c: Likewise.
1269         * math/w_pow.c: Likewise.
1270         * math/w_powf.c: Likewise.
1271         * math/w_powl.c: Likewise.
1272         * math/w_remainder.c: Likewise.
1273         * math/w_remainderf.c: Likewise.
1274         * math/w_remainderl.c: Likewise.
1275         * math/w_scalb.c: Likewise.
1276         * math/w_scalbf.c: Likewise.
1277         * math/w_scalbl.c: Likewise.
1278         * math/w_sqrt.c: Likewise.
1279         * math/w_sqrtf.c: Likewise.
1280         * math/w_sqrtl.c: Likewise.
1281         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
1282         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
1283         used.
1284         * math/math_private.h: Declare __kernel_standard_f.
1285         * math/w_cosh.c: Remove cruft and optimize a bit.
1286         * math/w_coshf.c: Likewise.
1287         * math/w_coshl.c: Likewise.
1288         * math/w_exp2.c: Likewise.
1289         * math/w_exp2f.c: Likewise.
1290         * math/w_exp2l.c: Likewise.
1291         * math/w_hypot.c: Likewise.
1292         * math/w_hypotf.c: Likewise.
1293         * math/w_hypotl.c: Likewise.
1294         * math/w_lgamma.c: Likewise.
1295         * math/w_lgamma_r.c: Likewise.
1296         * math/w_lgammaf.c: Likewise.
1297         * math/w_lgammaf_r.c: Likewise.
1298         * math/w_lgammal.c: Likewise.
1299         * math/w_lgammal_r.c: Likewise.
1300         * math/w_sinh.c: Likewise.
1301         * math/w_sinhf.c: Likewise.
1302         * math/w_sinhl.c: Likewise.
1303         * math/w_tgamma.c: Likewise.
1304         * math/w_tgammaf.c: Likewise.
1305         * math/w_tgammal.c: Likewise.
1306         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
1307         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
1308         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
1309         Minor optimizations.  Pretty printing.  Remove cruft.
1310         * sysdeps/i386/fpu/e_acosf.S: Likewise.
1311         * sysdeps/i386/fpu/e_acosh.S: Likewise.
1312         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1313         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1314         * sysdeps/i386/fpu/e_acosl.c: Likewise.
1315         * sysdeps/i386/fpu/e_asin.S: Likewise.
1316         * sysdeps/i386/fpu/e_asinf.S: Likewise.
1317         * sysdeps/i386/fpu/e_atan2.S: Likewise.
1318         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
1319         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
1320         * sysdeps/i386/fpu/e_atanh.S: Likewise.
1321         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1322         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1323         * sysdeps/i386/fpu/e_exp10.S: Likewise.
1324         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
1325         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
1326         * sysdeps/i386/fpu/e_exp2.S: Likewise.
1327         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
1328         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
1329         * sysdeps/i386/fpu/e_fmod.S: Likewise.
1330         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
1331         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1332         * sysdeps/i386/fpu/e_hypot.S: Likewise.
1333         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
1334         * sysdeps/i386/fpu/e_log.S: Likewise.
1335         * sysdeps/i386/fpu/e_log10.S: Likewise.
1336         * sysdeps/i386/fpu/e_log10f.S: Likewise.
1337         * sysdeps/i386/fpu/e_log10l.S: Likewise.
1338         * sysdeps/i386/fpu/e_log2.S: Likewise.
1339         * sysdeps/i386/fpu/e_log2f.S: Likewise.
1340         * sysdeps/i386/fpu/e_log2l.S: Likewise.
1341         * sysdeps/i386/fpu/e_logf.S: Likewise.
1342         * sysdeps/i386/fpu/e_logl.S: Likewise.
1343         * sysdeps/i386/fpu/e_pow.S: Likewise.
1344         * sysdeps/i386/fpu/e_powf.S: Likewise.
1345         * sysdeps/i386/fpu/e_powl.S: Likewise.
1346         * sysdeps/i386/fpu/e_remainder.S: Likewise.
1347         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
1348         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
1349         * sysdeps/i386/fpu/e_scalb.S: Likewise.
1350         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1351         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1352         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
1353         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
1354         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
1355         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
1356         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1357         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1358         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
1359         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
1360         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
1361         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
1362         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
1363         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1364         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
1365         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
1366         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
1367         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1368         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
1369         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
1370         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1371         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1372         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
1373         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1374         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1375         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
1376         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
1377         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
1378         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
1379         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
1380         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
1381         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
1382         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
1383         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
1384         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
1385         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
1386         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
1387         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
1388         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1389         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
1390         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
1391         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
1392         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
1393         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
1394         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
1395         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
1396         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
1397         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
1398         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1399         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1400         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
1401         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
1402         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1403         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
1404         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
1405         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
1406         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
1407         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1408         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1409         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1410         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1411         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1412         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1413         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1414         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
1415         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1416         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
1417         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
1418         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
1419         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
1420         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
1421         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
1422         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
1423         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
1424         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
1425         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
1426         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
1427         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
1428         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
1429         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
1430         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
1431         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
1432         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
1433         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1434         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
1435         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
1436         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
1437         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
1438         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
1439         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1440         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1441         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1442         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1443         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
1444         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
1445         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
1446         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
1447         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
1448         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
1449         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1450         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
1451         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
1452         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
1453         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
1454         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
1455         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
1456         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
1457         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
1458         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
1459         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
1460         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
1461         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
1462         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
1463         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
1464         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
1465         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
1466         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
1467         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
1468         (__isnanf): Likewise.
1469         (__isinf_ns): Likewise.
1470         (__isinf_nsf): Likewise.
1471         (__finite): Likewise.
1472         (__finitef): Likewise.
1473         (__ieee754_sqrt): Define as macro.
1474         (__ieee754_sqrtf): Define as macro.
1475         (__ieee754_sqrtl): Define as macro.
1476         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
1477         inlined copy.
1478         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
1479         __FINITE_MATH_ONLY__ consistent.
1480         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
1481
1482 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1483
1484         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
1485         of rawmemchr.
1486
1487         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
1488
1489 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
1490
1491         * po/ja.po: Update from translation team.
1492
1493 2011-10-08  Roland McGrath  <roland@hack.frob.com>
1494
1495         * locale/programs/locarchive.c (prepare_address_space): New function.
1496         (create_archive, enlarge_archive, open_archive): Use it.
1497
1498         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
1499         inside [SHARED], where it is used.
1500
1501         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
1502
1503         * nss/getent.c (netgroup_keys): Remove unused variable.
1504         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
1505
1506 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
1507
1508         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
1509         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
1510         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
1511         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
1512         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
1513         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
1514         * math/Makefile (libm-calls): Add s_isinf_ns.
1515         * math/divtc3.c: Use __isinf_nsl instead of isinf.
1516         * math/multc3.c: Likewise.
1517         * math/s_casin.c: Likewise.
1518         * math/s_casinf.c: Likewise.
1519         * math/s_casinl.c: Likewise.
1520         * math/s_ccos.c: Likewise.
1521         * math/s_ccosf.c: Likewise.
1522         * math/s_ccosl.c: Likewise.
1523         * math/s_ctan.c: Likewise.
1524         * math/s_ctanf.c: Likewise.
1525         * math/s_ctanh.c: Likewise.
1526         * math/s_ctanhf.c: Likewise.
1527         * math/s_ctanhl.c: Likewise.
1528         * math/s_ctanl.c: Likewise.
1529         * math/w_fmod.c: Likewise.
1530         * math/w_fmodf.c: Likewise.
1531         * math/w_fmodl.c: Likewise.
1532         * math/w_remainder.c: Likewise.
1533         * math/w_remainderf.c: Likewise.
1534         * math/w_remainderl.c: Likewise.
1535         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
1536         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
1537         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
1538         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
1539         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
1540         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
1541         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
1542         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
1543
1544         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
1545         of the number.
1546         * stdio-common/printf_fphex.c: Likewise.
1547         * stdio-common/printf_size.c: Likewise.
1548
1549         * math/e_exp10.c: Include math_private.h using <...> not "...".
1550         * math/e_exp10f.c: Likewise.
1551         * math/e_exp10l.c: Likewise.
1552         * math/e_exp2l.c: Likewise.
1553         * math/e_j0l.c: Likewise.
1554         * math/e_j1l.c: Likewise.
1555         * math/e_jnl.c: Likewise.
1556         * math/e_lgammal_r.c: Likewise.
1557         * math/e_rem_pio2l.c: Likewise.
1558         * math/e_scalb.c: Likewise.
1559         * math/e_scalbf.c: Likewise.
1560         * math/e_scalbl.c: Likewise.
1561         * math/k_cosl.c: Likewise.
1562         * math/k_sinl.c: Likewise.
1563         * math/k_tanl.c: Likewise.
1564         * math/s_cacoshf.c: Likewise.
1565         * math/s_catan.c: Likewise.
1566         * math/s_catanf.c: Likewise.
1567         * math/s_catanh.c: Likewise.
1568         * math/s_catanhf.c: Likewise.
1569         * math/s_catanhl.c: Likewise.
1570         * math/s_catanl.c: Likewise.
1571         * math/s_ccosh.c: Likewise.
1572         * math/s_ccoshf.c: Likewise.
1573         * math/s_ccoshl.c: Likewise.
1574         * math/s_cexp.c: Likewise.
1575         * math/s_cexpf.c: Likewise.
1576         * math/s_cexpl.c: Likewise.
1577         * math/s_clog.c: Likewise.
1578         * math/s_clog10.c: Likewise.
1579         * math/s_clog10f.c: Likewise.
1580         * math/s_clog10l.c: Likewise.
1581         * math/s_clogf.c: Likewise.
1582         * math/s_clogl.c: Likewise.
1583         * math/s_csin.c: Likewise.
1584         * math/s_csinf.c: Likewise.
1585         * math/s_csinh.c: Likewise.
1586         * math/s_csinhf.c: Likewise.
1587         * math/s_csinhl.c: Likewise.
1588         * math/s_csinl.c: Likewise.
1589         * math/s_csqrt.c: Likewise.
1590         * math/s_csqrtf.c: Likewise.
1591         * math/s_csqrtl.c: Likewise.
1592         * math/s_ctan.c: Likewise.
1593         * math/s_ctanf.c: Likewise.
1594         * math/s_ctanh.c: Likewise.
1595         * math/s_ctanhf.c: Likewise.
1596         * math/s_ctanhl.c: Likewise.
1597         * math/s_ctanl.c: Likewise.
1598         * math/s_ldexp.c: Likewise.
1599         * math/s_ldexpf.c: Likewise.
1600         * math/s_ldexpl.c: Likewise.
1601         * math/s_significand.c: Likewise.
1602         * math/s_significandf.c: Likewise.
1603         * math/s_significandl.c: Likewise.
1604         * math/w_acos.c: Likewise.
1605         * math/w_acosf.c: Likewise.
1606         * math/w_acosh.c: Likewise.
1607         * math/w_acoshf.c: Likewise.
1608         * math/w_acoshl.c: Likewise.
1609         * math/w_acosl.c: Likewise.
1610         * math/w_asin.c: Likewise.
1611         * math/w_asinf.c: Likewise.
1612         * math/w_asinl.c: Likewise.
1613         * math/w_atan2.c: Likewise.
1614         * math/w_atan2f.c: Likewise.
1615         * math/w_atan2l.c: Likewise.
1616         * math/w_atanh.c: Likewise.
1617         * math/w_atanhf.c: Likewise.
1618         * math/w_atanhl.c: Likewise.
1619         * math/w_cosh.c: Likewise.
1620         * math/w_coshf.c: Likewise.
1621         * math/w_coshl.c: Likewise.
1622         * math/w_dremf.c: Likewise.
1623         * math/w_exp10.c: Likewise.
1624         * math/w_exp10f.c: Likewise.
1625         * math/w_exp10l.c: Likewise.
1626         * math/w_exp2.c: Likewise.
1627         * math/w_exp2f.c: Likewise.
1628         * math/w_fmod.c: Likewise.
1629         * math/w_fmodf.c: Likewise.
1630         * math/w_fmodl.c: Likewise.
1631         * math/w_hypot.c: Likewise.
1632         * math/w_hypotf.c: Likewise.
1633         * math/w_hypotl.c: Likewise.
1634         * math/w_j0.c: Likewise.
1635         * math/w_j0f.c: Likewise.
1636         * math/w_j0l.c: Likewise.
1637         * math/w_j1.c: Likewise.
1638         * math/w_j1f.c: Likewise.
1639         * math/w_j1l.c: Likewise.
1640         * math/w_jn.c: Likewise.
1641         * math/w_jnf.c: Likewise.
1642         * math/w_jnl.c: Likewise.
1643         * math/w_lgamma.c: Likewise.
1644         * math/w_lgamma_r.c: Likewise.
1645         * math/w_lgammaf.c: Likewise.
1646         * math/w_lgammaf_r.c: Likewise.
1647         * math/w_lgammal.c: Likewise.
1648         * math/w_lgammal_r.c: Likewise.
1649         * math/w_log.c: Likewise.
1650         * math/w_log10.c: Likewise.
1651         * math/w_log10f.c: Likewise.
1652         * math/w_log10l.c: Likewise.
1653         * math/w_log2.c: Likewise.
1654         * math/w_log2f.c: Likewise.
1655         * math/w_log2l.c: Likewise.
1656         * math/w_logf.c: Likewise.
1657         * math/w_logl.c: Likewise.
1658         * math/w_pow.c: Likewise.
1659         * math/w_powf.c: Likewise.
1660         * math/w_powl.c: Likewise.
1661         * math/w_remainder.c: Likewise.
1662         * math/w_remainderf.c: Likewise.
1663         * math/w_remainderl.c: Likewise.
1664         * math/w_scalb.c: Likewise.
1665         * math/w_scalbf.c: Likewise.
1666         * math/w_scalbl.c: Likewise.
1667         * math/w_sinh.c: Likewise.
1668         * math/w_sinhf.c: Likewise.
1669         * math/w_sinhl.c: Likewise.
1670         * math/w_sqrt.c: Likewise.
1671         * math/w_sqrtf.c: Likewise.
1672         * math/w_sqrtl.c: Likewise.
1673         * math/w_tgamma.c: Likewise.
1674         * math/w_tgammaf.c: Likewise.
1675         * math/w_tgammal.c: Likewise.
1676
1677         * po/ja.po: Update from translation team.
1678
1679 2011-09-29  Andreas Jaeger  <aj@suse.de>
1680
1681         [BZ #13179]
1682         * sunrpc/netname.c (netname2host): Fix logic.
1683
1684         [BZ #6779]
1685         [BZ #6783]
1686         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
1687         correctly.
1688         * math/w_remainder.c (__remainder): Likewise.
1689         * math/w_remainderf.c (__remainderf): Likewise.
1690         * math/libm-test.inc (remainder_test): Add test cases.
1691
1692 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1693
1694         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
1695         sdiv_qrnnd.
1696
1697 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
1698
1699         * string/test-memcmp.c: Avoid unncessary #defines.
1700         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
1701
1702 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1703
1704         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
1705         Use new sse2 version for core i3 - i7 as it's faster
1706         than sse42 version.
1707         (bit_Prefer_PMINUB_for_stringop): New.
1708         * sysdeps/x86_64/rawmemchr.S: Update.
1709         Replace with faster SSE2 version.
1710         * sysdeps/x86_64/memrchr.S: New file.
1711         * sysdeps/x86_64/memchr.S: Update.
1712         Replace with faster SSE2 version.
1713
1714 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
1715
1716         * elf/dl-load.c (lose): Add cast to avoid warning.
1717
1718 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
1719
1720         * po/ca.po: Update from translation team.
1721
1722         * inet/getnetgrent_r.c: Hook up nscd.
1723         * nscd/Makefile (routines): Add nscd_netgroup.
1724         (nscd-modules): Add netgroupcache.
1725         (CFLAGS-netgroupcache.c): Define.
1726         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
1727         (cache_search): Add const to second parameter.
1728         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
1729         INNETGR.
1730         (dbs): Add netgrdb entry.
1731         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
1732         (verify_persistent_db): Handle netgrdb.
1733         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
1734         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
1735         GETFDNETGR.
1736         (netgroup_response_header): Define.
1737         (innetgroup_response_header): Define.
1738         (datahead): Add netgroup_response_header and innetgroup_response_header
1739         elements.
1740         * nscd/nscd.conf: Add entries for netgroup cache.
1741         * nscd/nscd.h (dbtype): Add netgrdb.
1742         (_PATH_NSCD_NETGROUP_DB): Define.
1743         (netgroup_iov_disabled): Declare.
1744         (xmalloc, xcalloc, xrealloc): Move declarations here.
1745         (cache_search): Adjust prototype.
1746         Add netgroup-related prototypes.
1747         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
1748         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
1749         (__nscd_innetgr): Declare.
1750         * nscd/selinux.c (perms): Use access_vector_t as element type and
1751         add netgroup-related initializers.
1752         * nscd/netgroupcache.c: New file.
1753         * nscd/nscd_netgroup.c: New file.
1754         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
1755         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
1756         For four parameters use innetgr.
1757         * nss/nss_files/files-init.c: Add definition and callback for netgr.
1758         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
1759         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
1760         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
1761
1762         * nscd/connections.c (register_traced_file): Don't register file
1763         for disabled databases.
1764
1765 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
1766
1767         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
1768
1769         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
1770         from tree and freeing node.
1771
1772 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
1773
1774         * nss/nsswitch.c (__nss_database_lookup): Handle
1775         nss_parse_service_list out of memory case.
1776
1777 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
1778
1779         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
1780         out of memory case.
1781
1782 2011-10-04  Andreas Schwab  <schwab@redhat.com>
1783
1784         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
1785         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
1786         pass it down.
1787         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
1788         elf_machine_rela, elf_machine_lazy_rel.
1789         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
1790         (ELF_DYNAMIC_DO_REL): Likewise.
1791         (ELF_DYNAMIC_DO_RELA): Likewise.
1792         (ELF_DYNAMIC_RELOCATE): Likewise.
1793         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
1794         to ELF_DYNAMIC_DO_REL.
1795         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
1796         (dl_main): In trace mode always set __RTLD_NOIFUNC.
1797         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
1798         elf_machine_rela.
1799         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
1800         skip_ifunc, don't call ifunc function if non-zero.
1801         (elf_machine_rela): Likewise.
1802         (elf_machine_lazy_rel): Likewise.
1803         (elf_machine_lazy_rela): Likewise.
1804         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
1805         (elf_machine_lazy_rel): Likewise.
1806         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
1807         Likewise.
1808         (elf_machine_lazy_rel): Likewise.
1809         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1810         Likewise.
1811         (elf_machine_lazy_rel): Likewise.
1812         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
1813         (elf_machine_lazy_rel): Likewise.
1814         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
1815         (elf_machine_lazy_rel): Likewise.
1816         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1817         (elf_machine_lazy_rel): Likewise.
1818         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
1819         (elf_machine_lazy_rel): Likewise.
1820         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
1821         (elf_machine_lazy_rel): Likewise.
1822         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1823         (elf_machine_lazy_rel): Likewise.
1824
1825 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
1826
1827         * nss/nss_files/files-init.c (_nss_files_init): Use static
1828         initialization for all the *_traced_file variables.
1829
1830 2011-09-28  Andreas Schwab  <schwab@redhat.com>
1831
1832         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1833
1834 2011-09-27  Roland McGrath  <roland@hack.frob.com>
1835
1836         [BZ #13226]
1837         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
1838
1839 2011-09-27  Andreas Schwab  <schwab@redhat.com>
1840
1841         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
1842         Reread the line before reparsing it.
1843
1844 2011-09-26  Andreas Schwab  <schwab@redhat.com>
1845
1846         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1847
1848 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
1849             Maxim Kuvyrkov  <maxim@codesourcery.com>
1850             Joseph Myers  <joseph@codesourcery.com>
1851
1852         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
1853         if needed for __stack_chk_guard.
1854
1855 2011-09-19  Roland McGrath  <roland@hack.frob.com>
1856
1857         * sysdeps/posix/spawni.c (script_execute): Always define it.
1858         It will be optimized away if unused.
1859         (maybe_script_execute): New function.
1860         (__spawni): Call it.
1861
1862         * Makerules: Don't include tls.make.
1863         (config-tls): Always set to thread.
1864         * tls.make.c: File removed.
1865
1866 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
1867
1868         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
1869         * config.make.in (CPPFLAGS-config): New substituted variable.
1870
1871 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
1872
1873         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
1874
1875         [BZ #13192]
1876         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
1877         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
1878
1879 2011-09-15  Roland McGrath  <roland@hack.frob.com>
1880
1881         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
1882         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
1883         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1884         (CALL_FAIL): Likewise.
1885         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
1886         (CALL_FAIL): Macro removed.
1887         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
1888
1889 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
1890
1891         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
1892         for __FINITE_MATH_ONLY__ == 1.
1893
1894 2011-09-15  Andreas Schwab  <schwab@redhat.com>
1895
1896         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
1897         __ieee754_sqrt instead of sqrt.
1898         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
1899         __ieee754_sqrtf instead of sqrtf.
1900         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
1901         __floorf instead of floorf.
1902         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
1903         __floorf, __truncf instead of floorf, truncf.
1904
1905 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
1906
1907         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
1908
1909         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
1910         __extern_always_inline.
1911         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
1912         32-bit.
1913
1914 2011-09-14  Andreas Schwab  <schwab@redhat.com>
1915
1916         * elf/rtld.c (dl_main): Also relocate in dependency order when
1917         doing symbol dependency testing.
1918
1919 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
1920
1921         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1922         Always define `refsym'.
1923
1924 2011-09-13  Andreas Schwab  <schwab@redhat.com>
1925
1926         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
1927         (__FD_ELT): Renamed from __FDELT.
1928         * misc/bits/select2.h (__FD_ELT): Likewise.
1929         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
1930         __FD_MASK instead of __FDELT, __FDMASK.
1931         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1932         Likewise.
1933         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1934         Likewise.
1935
1936         * elf/Makefile (gen-ldd): Fix pattern.
1937
1938         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
1939         (init_tls): Likewise.
1940
1941 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
1942
1943         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
1944
1945 2011-09-12  Andreas Schwab  <schwab@redhat.com>
1946
1947         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
1948         `struct cmsghdr *' instead of `void *'.
1949         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
1950         Likewise.
1951
1952 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
1953
1954         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
1955         if non-absolute.
1956         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
1957         ldd_rewrite_script.
1958
1959 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
1960
1961         * configure.in: Remove --with-tls option.
1962         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
1963         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
1964         out in case it is missing.
1965         * sysdeps/ia64/elf/configure.in: Likewise.
1966         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
1967         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
1968         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
1969         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
1970         * sysdeps/sh/elf/configure.in: Likewise.
1971         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
1972         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
1973         * sysdeps/x86_64/elf/configure.in: Likewise.
1974         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
1975         * sysdeps/mach/hurd/tls.h: Likewise.
1976
1977         [BZ #13067]
1978         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1979
1980         [BZ #13090]
1981         * configure.in: Fix use of AC_INIT.
1982
1983         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
1984
1985 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
1986
1987         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
1988         __set_errno.
1989         * malloc/hooks.c: Likewise.
1990
1991         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
1992         variables statically.
1993         (narenas): Initialize.
1994         (list_lock): Initialize.
1995         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
1996         initializtion of main_arena and list_lock.  Small cleanups.
1997         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
1998         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
1999         Add initializers to main_arena and mp_.
2000         (malloc_state): Remove pagesize member.  Change all users to use
2001         GLRO(dl_pagesize).
2002
2003         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
2004         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
2005         is always initialized.
2006
2007         * malloc/malloc.c: Removed unused configurations and dead code.
2008         * malloc/arena.c: Likewise.
2009         * malloc/hooks.c: Likewise.
2010         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
2011
2012         * include/tls.h: Removed.  USE___THREAD must always be defined.
2013         * bits/libc-tsd.h: Don't handle !USE___THREAD.
2014         * elf/dl-libc.c: Likewise.
2015         * elf/dl-tsd.c: Likewise.
2016         * include/errno.h: Likewise.
2017         * include/netdb.h: Likewise.
2018         * include/resolv.h: Likewise.
2019         * inet/herrno-loc.c: Likewise.
2020         * inet/herrno.c: Likewise.
2021         * malloc/arena.c: Likewise.
2022         * malloc/hooks.c: Likewise.
2023         * malloc/malloc.c: Likewise.
2024         * resolv/res-state.c: Likewise.
2025         * resolv/res_libc.c: Likewise.
2026         * sysdeps/i386/dl-machine.h: Likewise.
2027         * sysdeps/ia64/dl-machine.h: Likewise.
2028         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2029         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2030         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2031         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2032         * sysdeps/sh/dl-machine.h: Likewise.
2033         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2034         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2035         * sysdeps/unix/i386/sysdep.S: Likewise.
2036         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2037         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
2038         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2039         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2040         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2041         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2042         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2043         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2044         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2045         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2046         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2047         * sysdeps/x86_64/dl-machine.h: Likewise.
2048         * tls.make.c: Likewise.
2049
2050         * configure.in: Remove --with-__thread option.  Make tests for
2051         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
2052         tls_model attribute fail if no support is available.  Remove
2053         USE_IN_LIBIO.
2054         * Makeconfig: Adjust for dropped configure option.  All features are
2055         now mandatory.
2056         * Makerules: Likewise.
2057         * Versions.def: Likewise.
2058         * argp/argp-fmtstream.c: Likewise.
2059         * argp/argp-fmtstream.h: Likewise.
2060         * argp/argp-help.c: Likewise.
2061         * assert/assert.c: Likewise.
2062         * config.h.in: Likewise.
2063         * config.make.in: Likewise.
2064         * configure: Likewise.
2065         * configure.in: Likewise.
2066         * csu/Versions: Likewise.
2067         * csu/init.c: Likewise.
2068         * elf/tst-audit2.c: Likewise.
2069         * elf/tst-tls10.c: Likewise.
2070         * elf/tst-tls10.h: Likewise.
2071         * elf/tst-tls11.c: Likewise.
2072         * elf/tst-tls12.c: Likewise.
2073         * elf/tst-tls14.c: Likewise.
2074         * elf/tst-tlsmod11.c: Likewise.
2075         * elf/tst-tlsmod12.c: Likewise.
2076         * elf/tst-tlsmod13.c: Likewise.
2077         * elf/tst-tlsmod13a.c: Likewise.
2078         * elf/tst-tlsmod14a.c: Likewise.
2079         * elf/tst-tlsmod15b.c: Likewise.
2080         * elf/tst-tlsmod16a.c: Likewise.
2081         * elf/tst-tlsmod16b.c: Likewise.
2082         * elf/tst-tlsmod7.c: Likewise.
2083         * elf/tst-tlsmod8.c: Likewise.
2084         * elf/tst-tlsmod9.c: Likewise.
2085         * gmon/gmon.c: Likewise.
2086         * grp/fgetgrent_r.c: Likewise.
2087         * grp/putgrent.c: Likewise.
2088         * hurd/fopenport.c: Likewise.
2089         * include/libc-symbols.h: Likewise.
2090         * include/tls.h: Likewise.
2091         * intl/gettextP.h: Likewise.
2092         * intl/loadinfo.h: Likewise.
2093         * locale/global-locale.c: Likewise.
2094         * locale/localeinfo.h: Likewise.
2095         * mach/devstream.c: Likewise.
2096         * malloc/arena.c: Likewise.
2097         * malloc/set-freeres.c: Likewise.
2098         * misc/err.c: Likewise.
2099         * misc/getttyent.c: Likewise.
2100         * misc/mntent_r.c: Likewise.
2101         * posix/getopt.c: Likewise.
2102         * posix/wordexp.c: Likewise.
2103         * pwd/fgetpwent_r.c: Likewise.
2104         * resolv/Versions: Likewise.
2105         * resolv/res_hconf.c: Likewise.
2106         * shadow/fgetspent_r.c: Likewise.
2107         * shadow/putspent.c: Likewise.
2108         * stdio-common/printf_fphex.c: Likewise.
2109         * stdio-common/tmpfile.c: Likewise.
2110         * stdlib/abort.c: Likewise.
2111         * stdlib/fmtmsg.c: Likewise.
2112         * sunrpc/auth_unix.c: Likewise.
2113         * sunrpc/clnt_perr.c: Likewise.
2114         * sunrpc/clnt_tcp.c: Likewise.
2115         * sunrpc/clnt_udp.c: Likewise.
2116         * sunrpc/clnt_unix.c: Likewise.
2117         * sunrpc/openchild.c: Likewise.
2118         * sunrpc/svc_simple.c: Likewise.
2119         * sunrpc/svc_tcp.c: Likewise.
2120         * sunrpc/svc_udp.c: Likewise.
2121         * sunrpc/svc_unix.c: Likewise.
2122         * sunrpc/xdr.c: Likewise.
2123         * sunrpc/xdr_array.c: Likewise.
2124         * sunrpc/xdr_rec.c: Likewise.
2125         * sunrpc/xdr_ref.c: Likewise.
2126         * sunrpc/xdr_stdio.c: Likewise.
2127
2128 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
2129
2130         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2131
2132 2011-07-03  Andreas Jaeger  <aj@suse.de>
2133
2134         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
2135         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
2136         regenerate with gen-libm-tests.pl.
2137
2138 2010-05-12  Petr Baudis  <pasky@suse.cz>
2139
2140         [BZ #11589]
2141         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
2142         around j0() zero points by switching to j1().
2143         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2144         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2145         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2146         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2147
2148 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
2149
2150         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
2151         instead of 0.
2152         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
2153         instead of 0.                              .
2154         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2155         Patch in part by Pavel Roskin <proski@gnu.org>.
2156
2157         [BZ #13138]
2158         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
2159         realloc.
2160         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
2161         Free memory block if necessary.
2162
2163         [BZ #12847]
2164         * libio/genops.c (INTDEF): For string streams the _lock pointer can
2165         be NULL.  Don't lock in this case.
2166
2167 2011-09-09  Roland McGrath  <roland@hack.frob.com>
2168
2169         * elf/elf.h (ELFOSABI_GNU): New macro.
2170         (ELFOSABI_LINUX): Define to that.
2171
2172 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
2173
2174         * string/strncat.c (strncat): Undef the symbol in case it has been
2175         defined in bits/string.h.
2176
2177 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
2178
2179         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
2180
2181         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
2182         link map.
2183
2184 2011-08-17  Andreas Jaeger  <aj@suse.de>
2185
2186         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
2187
2188 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
2189             Ian Lance Taylor  <iant@google.com>
2190
2191         * math/libm-test.inc (lround_test): New testcase.
2192         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
2193
2194 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
2195
2196         * Makefile: Remove support for automatic cvs check-ins.
2197         * Makerules: Likewise.
2198         * config.make.in: Likewise.
2199         * configure.in: Likewise.
2200         * intl/Makefile: Likewise.
2201         * locale/Makefile: Likewise.
2202         * po/Makefile: Likewise.
2203         * posix/Makefile: Likewise.
2204         * sysdeps/gnu/Makefile: Likewise.
2205         * sysdeps/mach/hurd/Makefile: Likewise.
2206         * sysdeps/sparc/sparc32/Makefile: Likewise.
2207
2208         [BZ #13118]
2209         * posix/Makefile (bug-regex32-ENV): Define.
2210         Patch by John Stanley <jpsinthemix@verizon.net>.
2211
2212         * misc/Makefile (headers): Add bits/select2.h.
2213         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
2214         * misc/bits/select2.h: New file.
2215         * include/bits/select2.h: New file.
2216         * debug/Makefile (routines): Add fdelt_chk.
2217         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
2218         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
2219         FD_ISSET.
2220         * debug/fdelt_chk.c: New file.
2221
2222         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
2223         * wcsmbs/test-wmemcmp.c: Likewise.
2224         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
2225         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
2226
2227 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2228
2229         * string/Makefile (strop-tests): Add memcmp.
2230         * string/test-wmemcmp.c: New file.
2231         * string/test-memcmp.c: Add wmemcmp support.
2232
2233 2011-09-08  Roland McGrath  <roland@hack.frob.com>
2234
2235         [BZ #13153]
2236         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
2237         2011-07-19 change.
2238
2239         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
2240         garbage value in a __mach_port_mod_refs call in the cases of the
2241         task-self and thread-self ports.
2242
2243 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2244
2245         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
2246
2247 2011-09-08  Andreas Schwab  <schwab@redhat.com>
2248
2249         * elf/dl-load.c (lose): Check for non-null L.
2250
2251 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
2252
2253         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
2254
2255         * elf/dl-libc.c (dlerror_run): Pass back error code from
2256         dl_catch_error.
2257
2258         [BZ #13123]
2259         * elf/dl-load.c (lose): Free l_origin if it is valid.
2260
2261         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
2262         names.
2263         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2264         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2265         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2266         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2267         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2268         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
2269
2270 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2271
2272         * sysdeps/powerpc/fpu/e_hypot.c: New file.
2273         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
2274         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
2275         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
2276         * sysdeps/powerpc/fpu/k_cosf.c: New file.
2277         * sysdeps/powerpc/fpu/k_sinf.c: New file.
2278         * sysdeps/powerpc/fpu/s_cosf.c: New file.
2279         * sysdeps/powerpc/fpu/s_sinf.c: New file.
2280         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
2281         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
2282
2283 2011-08-15  Alan Modra  <amodra@gmail.com>
2284
2285         [BZ #13092]
2286         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
2287         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
2288         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
2289         ppc_mcount to static-only-routines.
2290         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
2291         __mcount_internal.
2292         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
2293         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
2294
2295 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
2296
2297         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
2298         for finite and infinity parameters.
2299
2300 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
2301
2302         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
2303         and add nop instructions for throughput optimization.
2304         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2305
2306 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
2307
2308         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
2309         aligned copy for power7 with vector-scalar instructions.
2310         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
2311
2312 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
2313
2314         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
2315         AVX check.
2316
2317 2011-09-07  Andreas Schwab  <schwab@redhat.com>
2318
2319         [BZ #13144]
2320         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
2321         last change.
2322
2323 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
2324
2325         * sysdeps/unix/sysv/linux/x86_64/init-first.c
2326         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
2327         syscall wrapper around clock_gettime in __vdso_clock_gettime.
2328         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
2329         clock_gettime.
2330
2331 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
2332
2333         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
2334         Forgot to demangle the pointer.
2335
2336         * sysdeps/i386/sysdep.h: Define atom_text_section.
2337         * sysdeps/x86_64/sysdep.h: Likewise.
2338         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
2339         section with atom_text_section.
2340         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2341         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2342         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
2343         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
2344         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
2345
2346         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
2347         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
2348         already be defined.  Change to take two parameters and don't assign
2349         result to variable.  Adjust all users.
2350         Define INTERNAL_GETTIME if not already defined.
2351         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
2352         call.
2353         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
2354         HAVE_CLOCK_GETTIME_VSYSCALL.
2355         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
2356
2357         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
2358         gettimeofday vsyscall, just use time.
2359
2360 2011-09-06  Andreas Schwab  <schwab@redhat.com>
2361
2362         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
2363         <errno.h>.
2364
2365 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
2366
2367         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
2368         syscall on x86-64.
2369         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
2370         syscall.
2371         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
2372         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
2373         syscall if possible.
2374
2375 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
2376
2377         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
2378         e_ident.  Don't pass to find_mapsXX.
2379         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
2380
2381 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2382
2383         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2384         strchr-sse2-no-bsf strrchr-sse2-no-bsf
2385         * sysdeps/x86_64/multiarch/strchr.S: Update.
2386         Check bit_slow_BSF bit.
2387         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
2388         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
2389         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
2390
2391 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
2392
2393         [BZ #13134]
2394         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
2395         before glibc 2.15.
2396         (tryshell): Define.
2397         (__spawni): Change last parameter to be flag.  Test
2398         SPAWN_XFLAGS_USE_PATH flag to use path or not.
2399         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
2400         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
2401         * posix/spawni.c: Likewise.
2402         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
2403         * posix/spawnp.c: Likewise.  Change normal version to use
2404         SPAWN_XFLAGS_USE_PATH.
2405         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
2406         SPAWN_XFLAGS_TRY_SHELL.
2407
2408         [BZ #13150]
2409         * posix/glob.h: Remove gcc 1.x support.
2410
2411         [BZ #13068]
2412         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
2413
2414 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2415
2416         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2417         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
2418         strrchr-sse2-bsf
2419         * sysdeps/i386/i686/multiarch/strchr.S: New file.
2420         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
2421         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
2422         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
2423         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
2424         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
2425
2426 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2427
2428         * sysdeps/x86_64/wcscmp.S: New file.
2429
2430         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
2431         wcscmp-c wcscmp-sse2
2432         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
2433         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
2434         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
2435         * wcsmbs/wcscmp.c: Allow renaming.
2436
2437 2011-09-05  David S. Miller  <davem@davemloft.net>
2438
2439         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
2440         stack slot, rather than the struct return pointer slot.
2441         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
2442         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
2443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
2444         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
2445
2446 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
2447
2448         * po/ja.po: Update from translation team.
2449
2450         [BZ #13144]
2451         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
2452         kernel in 64-bit binaries.
2453
2454 2011-09-01  David S. Miller  <davem@davemloft.net>
2455
2456         * elf/elf.h (HWCAP_SPARC_*): Move to..
2457         * sysdeps/sparc/sysdep.h: this new file and add new values.
2458         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
2459         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
2460         _DL_HWCAP_COUNT to 24.
2461         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
2462         entries.
2463         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
2464         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
2465         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
2466         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
2467         instead of magic constants.
2468         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
2469
2470 2011-08-31  David S. Miller  <davem@davemloft.net>
2471
2472         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
2473         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
2474         Reimplement to do errno handling inline.
2475         (SYSCALL_ERROR_HANDLER): New macro.
2476         (__SYSCALL_STRING): Do not do errno handling in asm.
2477         (__CLONE_SYSCALL_STRING): Delete.
2478         (__INTERNAL_SYSCALL_STRING): Delete.
2479         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
2480         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
2481         (PSEUDO): Reimplement to do errno handling inline.
2482         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
2483         (SYSCALL_ERROR_HANDLER): New macro.
2484         (__SYSCALL_STRING): Do not do errno handling in asm.
2485         (__CLONE_SYSCALL_STRING): Delete.
2486         (__INTERNAL_SYSCALL_STRING): Delete.
2487         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
2488         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
2489         i386.
2490         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
2491         (inline_syscall*): Add 'err' argument.
2492         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
2493         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
2494         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
2495         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
2496
2497         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
2498         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
2499
2500 2011-08-30  Andreas Schwab  <schwab@redhat.com>
2501
2502         * elf/rtld.c (dl_main): Relocate objects in dependency order.
2503
2504 2011-08-29  Jiri Olsa <jolsa@redhat.com>
2505
2506         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
2507         directive.
2508
2509 2011-08-24  David S. Miller  <davem@davemloft.net>
2510
2511         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
2512
2513 2011-08-24  Andreas Schwab  <schwab@redhat.com>
2514
2515         * elf/Makefile: Add rules to build and run unload8 test.
2516         * elf/unload8.c: New file.
2517         * elf/unload8mod1.c: New file.
2518         * elf/unload8mod1x.c: New file.
2519         * elf/unload8mod2.c: New file.
2520         * elf/unload8mod3.c: New file.
2521
2522         * elf/dl-close.c (_dl_close_worker): Reset private search list if
2523         it wasn't used.
2524
2525 2011-08-23  David S. Miller  <davem@davemloft.net>
2526
2527         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
2528         subtract stack bias.
2529         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
2530         %sp not %fp in calculations.
2531         (_JMPBUF_UNWINDS_ADJ): Likewise.
2532
2533         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
2534         (aio_suspend): Call it to force an exception region around the
2535         AIO_MISC_WAIT() invocation.
2536
2537 2011-08-23  Andreas Schwab  <schwab@redhat.com>
2538
2539         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
2540         backslash.
2541
2542 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
2543
2544         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
2545         protection macro.
2546         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
2547         and <dl-machine.h>.
2548         (Elf64_FuncDesc): Remove.
2549
2550 2011-08-22  David S. Miller  <davem@davemloft.net>
2551
2552         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
2553         sigaltstack check, add missing cfi directives.
2554         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
2555         missing cfi directives, and sigaltstack handling.
2556
2557 2011-08-16  Andreas Schwab  <schwab@redhat.com>
2558
2559         [BZ #11724]
2560         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
2561         object is seen twice.
2562         * elf/dl-fini.c (_dl_sort_fini): Likewise.
2563
2564         * elf/Makefile (distribute): Add tst-initorder2.c.
2565         (tests): Add tst-initorder2.
2566         (modules-names): Add tst-initorder2a tst-initorder2b
2567         tst-initorder2c tst-initorder2d.  Add rules to build them.
2568         ($(objpfx)tst-initorder2.out): New rule.
2569         * elf/tst-initorder2.c: New file.
2570         * elf/tst-initorder2.exp: New file.
2571
2572 2011-08-22  Andreas Schwab  <schwab@redhat.com>
2573
2574         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
2575
2576         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
2577         dependencies back to end of function.
2578
2579         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
2580         $(elfobjdir)/ld.so.
2581
2582 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
2583
2584         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
2585         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
2586         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
2587         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
2588         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
2589         of __vdso_gettimeofday.
2590         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
2591         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
2592         attribute_hidden.
2593         (_libc_vdso_platform_setup): Remove initialization of
2594         __vdso_gettimeofday and __vdso_time.
2595
2596 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
2597
2598         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
2599         and fgetc_unlocked.
2600         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
2601         getc_unlocked.
2602
2603         * elf/dl-open.c (add_to_global): Report additions to the global scope
2604         for LD_DEBUG=scopes.
2605         (dl_open_worker): Also print scope of newly loaded dependencies.
2606         (_dl_show_scope): Indicate if there is no scope.
2607
2608         [BZ #13114]
2609         * stdio-common/Makefile (tests): Add bug24.
2610         * stdio-common/bug24.c: New file.
2611
2612 2011-08-19  Andreas Jaeger  <aj@suse.de>
2613
2614         [BZ #13114]
2615         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
2616         non-existant file when using close-on-exec mode.
2617
2618 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
2619
2620         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
2621         the very first instruction.
2622
2623         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
2624         the CFI state in the end.
2625         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
2626         inclusion of dl-trampoline.h.
2627         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
2628
2629 2011-08-19  Andreas Schwab  <schwab@redhat.com>
2630
2631         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
2632         expectations for long double.
2633
2634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
2635         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
2636
2637 2011-08-14  David S. Miller  <davem@davemloft.net>
2638
2639         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
2640         artificual limit depends upon the system page size.
2641
2642 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
2643
2644         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
2645         * resolv/Makefile: Define CFLAGS-libresolv.
2646
2647 2011-08-17  Andreas Schwab  <schwab@redhat.com>
2648
2649         * nss/makedb.c (compute_tables): Make variables used in nested
2650         function static.
2651
2652 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
2653
2654         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
2655         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
2656         if buffer was too small.
2657
2658         * elf/pldd.c (main): Attach to all threads in the process.
2659         Rewrite /proc handling to use *at functions.
2660
2661 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
2662
2663         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
2664         specifies first scope to show.
2665         (dl_open_worker): Update callers.  Move printing scope of new
2666         object to before the relocation.
2667         * elf/rtld.c (dl_main): Update _dl_show_scope call.
2668         * sysdeps/generic/ldsodefs.h: Update declaration.
2669
2670         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
2671         string for the scope number.
2672
2673 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
2674
2675         * nscd/servicescache.c (cache_addserv): Make sure written is always
2676         initialized.
2677
2678 2011-08-14  Roland McGrath  <roland@hack.frob.com>
2679
2680         * sysdeps/i386/i486/bits/atomic.h
2681         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
2682         statement expression, so as to suppress "set but not used" warning.
2683         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
2684
2685         * string/strncat.c (STRNCAT): Use prototype definition.
2686
2687         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
2688         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
2689         -Iprograms here.
2690         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
2691         (localedef-modules): Add localedef.
2692         (locale-modules): Add locale.
2693
2694         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
2695         * elf/rtld.c (dl_main): Invert order of assignment in last change,
2696         to avoid a warning.
2697
2698 2011-08-14  David S. Miller  <davem@davemloft.net>
2699
2700         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
2701         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2702
2703 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
2704
2705         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
2706         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
2707         * elf/rtld.c (dl_main): Set l_name of vDSO.
2708         Call _dl_show_scope when DL_DEBUG_SCOPES.
2709         (process_dl_debug): Recognize scopes flag and also set it for all.
2710         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
2711         Declare _dl_show_scope.
2712
2713         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
2714         (do_dlopen): Pass caller_dlopen to dl_open.
2715         (__libc_dlopen_mode): Initialize caller_dlopen.
2716
2717         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
2718         of libc.  Make tolower call locale-independent.  Optimize a bit by
2719         using isdigit instead of isalnum.
2720         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
2721
2722 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
2723
2724         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
2725         was a dependency or dynamically loaded.
2726
2727 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
2728
2729         * intl/l10nflist.c: Allow architecture-specific pop function.
2730         * sysdeps/x86_64/l10nflist.c: New file.
2731
2732         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
2733         classification.
2734
2735 2011-08-10  Andreas Schwab  <schwab@redhat.com>
2736
2737         * include/dirent.h: Add libc_hidden_proto for scandirat and
2738         scandirat64.  Don't declare __scandirat64.
2739         * dirent/scandirat.c: Add libc_hidden_def.
2740         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
2741         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
2742
2743 2011-08-10  David S. Miller  <davem@davemloft.net>
2744
2745         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
2746         enum.
2747         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
2748         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
2749         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2750
2751 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
2752
2753         * Versions.def [libc]: Add GLIBC_2.15.
2754         * dirent/Makefile (routines): Add scandirat and scandirat64.
2755         * dirent/Versions [libc]: Export scandirat and scandirat64 for
2756         GLIBC_2.15.
2757         * dirent/dirent.h: Declare scandirat and scandirat64.
2758         * dirent/scandirat.c: New file.
2759         * dirent/scandirat64.c: New file.
2760         * sysdeps/wordsize-64/scandirat.c: New file.
2761         * sysdeps/wordsize-64/scandirat64.c: New file.
2762         * dirent/opendir.c: Define opendirat.
2763         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
2764         using scandirat.
2765         * dirent/scandir64.c: Adjust for scandir.c change.
2766         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
2767         __scandirat64, and __scandir_cancel_handler.
2768         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
2769         additional parameter and use openat instead of open (outside of ld.so).
2770         Add new __opendir as wrapper around __opendirat.
2771         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
2772         here without requiring old scandirat implementation.
2773
2774 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
2775
2776         * dirent/scandir.c (cancel_handler): Renamed to
2777         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
2778         defined.  Adjust users.
2779         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
2780         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
2781
2782 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
2783
2784         * string/test-string.h (IMPL): Use __STRING to expand name and then
2785         stringify it.
2786
2787         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
2788         of cleanups.
2789
2790 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2791
2792         * string/Makefile: Update.
2793         (strop-tests): Append strncat.
2794         * string/test-wcscmp.c: New file.
2795         New comprehensive test for wcscmp.
2796         * string/test-strcmp.c: Update.
2797         (WIDE): New define.
2798
2799 2011-07-22  Andreas Schwab  <schwab@redhat.com>
2800
2801         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
2802         line.
2803
2804 2011-07-26  Andreas Schwab  <schwab@redhat.com>
2805
2806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
2807         encoding to ACE if AI_IDN.
2808
2809 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
2810
2811         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
2812         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
2813
2814 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2815
2816         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
2817         Fix overflow bug in strncat.
2818         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2819
2820         * string/test-strncat.c: Update.
2821         Add new tests for checking overflow bugs.
2822
2823 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2824
2825         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2826         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
2827         * sysdeps/i386/i686/multiarch/strcat.S: New file.
2828         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
2829         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
2830         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
2831         * sysdeps/i386/i686/multiarch/strncat.S: New file.
2832         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
2833         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
2834
2835         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
2836         (USE_AS_STRCAT): Define.
2837         Add strcat and strncat support.
2838         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2839
2840 2011-07-25  Andreas Schwab  <schwab@redhat.com>
2841
2842         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
2843         __n bigger than INT_MAX+1.
2844         (__strncmp_g): Likewise.
2845
2846 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
2847
2848         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
2849         * libio/stido.h: Likewise.
2850
2851         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
2852         (AF_NFC): Define.
2853         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
2854         (AF_NFC): Define.
2855
2856         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
2857         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2858         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
2859         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
2860         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
2861
2862         [BZ #13021]
2863         * scripts/test-installation.pl: Don't expect libnss_test1 to be
2864         installed.
2865
2866         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
2867         typo.
2868         (_dl_x86_64_save_sse): Likewise.
2869
2870 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
2871
2872         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
2873         OSXSAVE.
2874         (_dl_x86_64_save_sse): Likewise.
2875
2876         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
2877
2878         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
2879
2880 2011-07-21  Andreas Schwab  <schwab@redhat.com>
2881
2882         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
2883         change.
2884         (_dl_x86_64_save_sse): Use correct AVX check.
2885
2886 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2887
2888         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
2889         bug in strncpy/strncat.
2890         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
2891
2892 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
2893
2894         * string/tester.c (test_strcat): Add tests for different alignments
2895         of source and destination.
2896         (test_strncat): Likewise.
2897
2898 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
2899
2900         [BZ #12852]
2901         * posix/glob.c (glob): Check passed in values before using them in
2902         expressions to avoid some overflows.
2903         (glob_in_dir): Likewise.
2904
2905         [BZ #13007]
2906         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
2907         check for AVX enablement so that we don't crash with old kernels and
2908         new hardware.
2909         * elf/tst-audit4.c: Add same checks here.
2910         * elf/tst-audit6.c: Likewise.
2911
2912         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
2913
2914 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
2915
2916         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
2917
2918 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
2919
2920         * po/cs.po: Update from translation team.
2921         * po/bg.po: Likewise.
2922
2923 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
2924
2925         * misc/sys/cdefs.h: Add support for const attribute.
2926         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
2927         to gnu_dev_{major,minor,makedev} functions.
2928
2929 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
2930
2931         * intl/dcigettext.c (get_output_charset): Add missing bracket.
2932
2933 2011-07-20  Andreas Schwab  <schwab@redhat.com>
2934
2935         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
2936         strlen results.
2937
2938 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2939
2940         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
2941         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
2942         register in order to avoid conflicts with the soft frame pointer
2943         being held in r11 when necessary.
2944         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2945         (INTERNAL_VSYSCALL_NCS): Likewise.
2946
2947 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
2948
2949         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
2950         * elf/dl-fini.c (_dl_fini): Adjust caller.
2951         * elf/dl-close.c (_dl_close_worker): Likewise.
2952         * sysdeps/generic/ldsodefs.h: Adjust declaration.
2953
2954 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
2955
2956         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
2957         "aux_cache->nlibs < 0".
2958
2959         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
2960         in the reload-count case.
2961
2962 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2963
2964         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2965         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
2966         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
2967         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
2968         * sysdeps/x86_64/multiarch/strcat.S: New file.
2969         * sysdeps/x86_64/multiarch/strncat.S: New file.
2970         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
2971         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
2972         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
2973         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
2974         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
2975         (USE_AS_STRCAT): Define.
2976         Add strcat and strncat support.
2977         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
2978         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2979         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
2980         * string/strncat.c: Update.
2981         (USE_AS_STRNCAT): Define.
2982         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2983         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
2984         and i7.
2985         * sysdeps/x86_64/multiarch/init-arch.h
2986         (bit_Prefer_PMINUB_for_stringop): New.
2987         (index_Prefer_PMINUB_for_stringop): Likewise.
2988         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
2989         bit_Prefer_PMINUB_for_stringop.
2990
2991 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
2992
2993         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
2994         buffer64.
2995         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
2996         of casting of buffer.
2997         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
2998         buffer32 and buffer64.
2999         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
3000         writes instead of casting of buffer.
3001         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
3002         buffer32.
3003         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
3004         casting of buffer.
3005
3006 2011-07-19  Andreas Schwab  <schwab@redhat.com>
3007
3008         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
3009
3010 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
3011
3012         * nscd/nscd.c (termination_handler): Don't do anything for a database
3013         if it has not yet been initialized.
3014
3015 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
3016
3017         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3018
3019 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
3020
3021         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3022
3023 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
3024
3025         * po/nl.po: Update from translation team.
3026         * po/sv.po: Likewise.
3027
3028 2011-07-16  Roland McGrath  <roland@hack.frob.com>
3029
3030         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
3031         now disallowed by GCC.
3032
3033         * configure.in (use-default-link): Default to yes if a test -shared
3034         link meets our qualifications.
3035         * configure: Regenerated.
3036
3037         * config.make.in (output-format): New variable.
3038         * configure.in: Check for ld --print-output-format support.
3039         * configure: Regenerated.
3040         * Makerules ($(common-objpfx)format.lds)
3041         [$(output-format) != unknown]: Just use $(output-format),
3042         instead of the linker-script munging.
3043
3044 2011-07-14  Roland McGrath  <roland@hack.frob.com>
3045
3046         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
3047         of $(common-objpfx)shlib.lds.
3048         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
3049
3050         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
3051         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
3052
3053         * configure.in (-z relro check): Adjust test code to add a large
3054         writable data section after it.
3055         * configure: Regenerated.
3056
3057 2011-07-11  Roland McGrath  <roland@hack.frob.com>
3058
3059         * configure.in (-z relro check): Fix test code to make the variable
3060         truly const.
3061         * configure: Regenerated.
3062
3063 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
3064
3065         * nscd/nscd.h (struct traced_file): Define.
3066         (struct database_dyn): Remove inotify_descr, reset_res, and filename
3067         elements.  Add traced_files.
3068         (inotify_fd): Declare.
3069         (register_traced_file): Declare.
3070         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
3071         (inotify_fd): Export.
3072         (resolv_conf_descr): Remove.
3073         (nscd_init): Move inotify descriptor creation to main.
3074         Don't register files for notification here.
3075         (register_traced_file): New function.
3076         (invalidate_cache): Don't use reset_res to determine whether to call
3077         res_init, go through the list of registered files.
3078         (main_loop_poll): The inotify descriptors are now stored in the
3079         structures for the traced files.
3080         (main_loop_epoll): Likewise
3081         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
3082         to __nss_disable_nscd.
3083         * nscd/cache.c (prune_cache): There is no single inotify descriptor
3084         for a database anymore.  Check the records for all the registered
3085         files instead.
3086         * nss/Makefile (libnss_files-routines): Add files-init.
3087         (libnss_db-routines): Add db-init.
3088         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
3089         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
3090         * nss/nss_db/db-init.c: New file.
3091         * nss/nss_files/files-init.c: New file.
3092         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
3093         __nss_lookup_function.
3094         (__nss_lookup_function): Call nss_load_library.
3095         (nss_load_all_libraries): New function.
3096         (__nss_disable_nscd): Take parameter with callback function for files
3097         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
3098         used for the cached services.
3099         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
3100         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
3101         options for features to all the files in nscd.
3102
3103         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
3104
3105 2011-07-10  Roland McGrath  <roland@hack.frob.com>
3106
3107         * csu/elf-init.c (__libc_csu_init): Comment typo.
3108
3109 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
3110
3111         * po/pl.po: Update from translation team.
3112         * po/ja.po: Likewise.
3113         * po/ru.po: Likewise.
3114         * po/ko.po: Likewise.
3115         * po/fr.po: Likewise.
3116
3117 2011-07-09  Roland McGrath  <roland@hack.frob.com>
3118
3119         * configure.in (.ctors/.dtors header and trailer check):
3120         Use an empirical test on a built program.
3121         * configure: Regenerated.
3122
3123         * configure.in (-z relro check): Use an empirical test on a built DSO.
3124         Detect, but do not require, on ia64.
3125         * configure: Regenerated.
3126
3127         * configure.in (READELF): Find it with AC_CHECK_TOOL.
3128         Update tests that use readelf to use $READELF instead.
3129         * configure: Regenerated.
3130
3131 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
3132
3133         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
3134         if the result is not used.
3135
3136 2011-07-05  Andreas Jaeger  <aj@suse.de>
3137
3138         [BZ#9696]
3139         * stdlib/tst-strtod.c: Add testcase.
3140
3141 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
3142
3143         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
3144         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
3145         The latter has a higher limit.  Take additional parameter to pass to
3146         the new function.
3147         (__pathconf): Pass file to __statfs_link_max.
3148         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
3149         __statfs_link_max.
3150         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
3151         __statfs_link_max.
3152
3153         [BZ #12868]
3154         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
3155         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3156         Handle Lustre.
3157         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
3158         (__statfs_filesize_max): Likewise.
3159         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
3160
3161 2011-07-05  Andreas Jaeger  <aj@suse.de>
3162
3163         * resolv/res_comp.c (dn_skipname): Remove unused variable.
3164
3165 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
3166
3167         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
3168         `status' variable.
3169         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
3170         Likewise.
3171
3172 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3173
3174         * Makefile (strop-tests): Add strncat.
3175         * string/test-strncat.c: New file.
3176
3177 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
3178
3179         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
3180
3181 2011-06-21  Andreas Jaeger  <aj@suse.de>
3182
3183         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
3184         Copy rule from iconvdata/Makefile.
3185
3186 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
3187
3188         [BZ #12922]
3189         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
3190         but no long options are defined, just return 'W'.
3191
3192 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
3193
3194         [BZ #9696]
3195         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
3196
3197 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
3198
3199         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
3200         netgroups to read.
3201         (innetgr): Likewise.
3202
3203 2011-07-05  Roland McGrath  <roland@hack.frob.com>
3204
3205         * config.make.in (install_root): Default to $(DESTDIR).
3206
3207 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
3208
3209         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
3210
3211 2011-07-02  Roland McGrath  <roland@hack.frob.com>
3212
3213         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
3214
3215         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
3216         containing directory rather than embedding absolute directory names.
3217
3218         * scripts/check-local-headers.sh: Rewritten using awk.
3219         Match by word, not by line.  Print error messages for matches.
3220         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
3221
3222         * Makerules [shlib-lds-flags empty]:
3223         ($(common-objpfx)libc_pic.opts): New target.
3224         ($(common-objpfx)libc_pic.os.clean): New target.
3225         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
3226
3227         * config.make.in (OBJCOPY): New variable.
3228         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
3229         * configure: Regenerated.
3230
3231         * config.make.in (use-default-link): New variable.
3232         * configure.in (use_default_link): Grok --with-default-link to set it.
3233         * configure: Regenerated.
3234         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
3235         (shlib-lds, shlib-lds-flags): Define to empty.
3236
3237         * Makerules (shlib-lds): New variable.
3238         (shlib-lds-flags): New variable.
3239         (build-shlib, build-moduile, build-module-asneeded): Use it.
3240         ($(common-objpfx)libc.so): Use $(shlib-lds).
3241         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
3242         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
3243
3244         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
3245         DT_FLAGS/DT_FLAGS_1 with zero flags.
3246
3247         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
3248         linker script munging.
3249
3250 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
3251
3252         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
3253         as 128-bit value.
3254         * crypt/sha512.c (sha512_process_block): Perform total addition using
3255         128-bit if possible.
3256         (__sha512_finish_ctx): Likewise.
3257         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
3258         as 64-bit value.
3259         * crypt/sha256.c (SWAP64): Define.
3260         (sha256_process_block): Perform total addition using 64-bit if
3261         possible.
3262         (__sha256_finish_ctx): Likewise.
3263
3264 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
3265
3266         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
3267         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3268         * nscd/hstcache.c (cache_addhst): Likewise.
3269         * nscd/grpcache.c (cache_addgr): Likewise.
3270         * nscd/aicache.c (addhstaiX): Likewise
3271         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
3272
3273 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
3274
3275         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
3276         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3277         * nscd/hstcache.c (cache_addhst): Likewise.
3278         * nscd/grpcache.c (cache_addgr): Likewise.
3279         * nscd/aicache.c (addhstaiX): Likewise
3280
3281 2011-07-01  Andreas Schwab  <schwab@redhat.com>
3282
3283         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
3284         domain only when needed.
3285
3286 2011-06-30  Andreas Schwab  <schwab@redhat.com>
3287
3288         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
3289         is always restored.
3290
3291 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
3292
3293         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
3294         are re-adding the entry.
3295         * nscd/servicescache.c (cache_addserv): Likewise.
3296
3297 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
3298
3299         * sysdeps/generic/dl-irel.h: fix protection against multiple
3300         inclusions.
3301         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
3302
3303 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
3304
3305         [BZ #12935]
3306         * malloc/memusage.sh: Fix quoting in message.
3307         * debug/xtrace.sh: Likewise.
3308
3309         * configure.in: Remove support for --experimental-malloc option, make
3310         it the default.
3311         * config.make.in: Likewise.
3312         * malloc/Makefile: Likewise.
3313
3314 2011-06-27  Andreas Schwab  <schwab@redhat.com>
3315
3316         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
3317         two-byte characters.
3318
3319 2011-06-27  Roland McGrath  <roland@hack.frob.com>
3320
3321         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
3322         AC_CACHE_CHECK invocation.
3323         * configure: Regenerated.
3324
3325         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
3326
3327 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
3328
3329         [BZ #12350]
3330         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
3331         bit from old_res_options.
3332
3333         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
3334
3335         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
3336         value type for setfct.
3337
3338 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
3339
3340         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
3341         __gettimeofday instead of gettimeofday.
3342
3343 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
3344
3345         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
3346
3347 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
3348
3349         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
3350
3351         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
3352         info.
3353
3354 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3355
3356         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3357         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
3358         strcpy-sse2-unaligned strncpy-sse2-unaligned
3359         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
3360         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
3361         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
3362         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
3363         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
3364         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
3365         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
3366         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
3367         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
3368         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
3369         (STRCPY): Support SSE2 and SSSE3 versions.
3370
3371 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
3372
3373         [BZ #12874]
3374         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
3375         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
3376         kernels which artificially limit size of requests.
3377
3378 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3379
3380         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3381         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
3382         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
3383         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
3384         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
3385         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
3386         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
3387         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
3388         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
3389         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
3390         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
3391         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
3392         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
3393         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
3394         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
3395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3396         Enable unaligned load optimization for Intel Core i3, i5 and i7
3397         processors.
3398         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
3399         Define.
3400         (index_Fast_Unaligned_Load): Define.
3401         (HAS_FAST_UNALIGNED_LOAD): Define.
3402
3403 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
3404
3405         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
3406
3407 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
3408
3409         [BZ #12907]
3410         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
3411         until it is clear that the information is realy needed.
3412         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
3413
3414 2011-06-22  Andreas Schwab  <schwab@redhat.com>
3415
3416         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
3417
3418 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
3419
3420         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
3421         /sys/devices/system/cpu/online if it is usable.
3422
3423         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
3424         reading the information from the /proc filesystem to once a second.
3425
3426 2011-06-21  Andreas Jaeger  <aj@suse.de>
3427
3428         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
3429         NULL after inclusion of kernel headers.
3430
3431 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
3432
3433         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
3434         calls to internal_setent.
3435
3436         [BZ #12885]
3437         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
3438         addresses using gethostbyname4_r ignore IPv4 addresses.
3439
3440         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
3441         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
3442
3443         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
3444
3445 2011-06-20  David S. Miller  <davem@davemloft.net>
3446
3447         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
3448         inclusions.
3449         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
3450
3451         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
3452         (elf_irel): Use it.
3453         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
3454         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
3455         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
3456         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
3457         * sysdeps/x86_64/dl-irel.h: Likewise.
3458
3459         * elf/dl-runtime.c: Use elf_ifunc_invoke.
3460         * elf/dl-sym.c: Likewise.
3461
3462 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
3463
3464         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
3465         need to dereference resplen2.
3466
3467 2011-06-14  Andreas Schwab  <schwab@redhat.com>
3468
3469         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
3470
3471 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
3472
3473         * Makeconfig: Define vardbdir and inst_vardbdir.
3474         * nss/Makefile: Add rules to install db-Makefile.
3475
3476         * nss/nss_db/db-XXX.c: Cleanup.
3477
3478         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
3479         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
3480         GLIBC_PRIVATE.
3481         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
3482         * nss/makedb.c: Implement -g option to specify that value strings
3483         are generated and should not be added to table iterated over for
3484         get*ent calls.
3485         * nss/nss_db/db-initgroups.c: New file.
3486
3487         * nss/getent.c: Add support for initgroups lookups through getgrouplist
3488         interface.
3489
3490         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
3491         (internal_getgrouplist): Adjust to name change.
3492         Update use_initgroups_entry if this is not the first call.
3493         * nss/databases.def: Add initgroups entry.
3494
3495         * nss/makedb.c (compute_tables): Check result of multiple hash table
3496         sizes to minimize maximum chain length.
3497
3498 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
3499
3500         * Versions.def: Add entry for libnss_db.
3501         * shlib-versions: Likewise.
3502         * nss/Makefile: Add rules to build libnss_db.
3503         * nss/Versions: Add libnss_db information.  Organize libnss_files
3504         entries better.
3505         * nss/db-Makefile: Add gshadow support.  Change rules for the new
3506         makedb progra.  Some minor improvements to generate smaller files.
3507         * nss/nss_db/nss_db.h: Move NSS database header data structures to
3508         here from...
3509         * nss/makedb.c: ...here.
3510         Improve database format to be smaller and require less memory at
3511         runtime.
3512         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
3513         db anymore.
3514         * nss/nss_db/db-netgrp.c: Likewise.
3515         * nss/nss_db/db-open.c: Likewise.
3516         * nss/nss_files/flies-XXX.x: Adjust comments.
3517         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
3518         * nss/nss_files/files-grp.c: Likewise.
3519         * nss/nss_files/files-hosts.c: Likewise.
3520         * nss/nss_files/files-network.c: Likewise.
3521         * nss/nss_files/files-proto.c: Likewise.
3522         * nss/nss_files/files-pwd.c: Likewise.
3523         * nss/nss_files/files-rpc.c: Likewise.
3524         * nss/nss_files/files-service.c: Likewise.
3525         * nss/nss_files/files-sgrp.c: Likewise.
3526         * nss/nss_files/files-spwd.c: Likewise.
3527         * nss/nss_db/db-alias.c: Removed.
3528         * nss/nss_db/dummy-db.h: Removed.
3529
3530 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
3531
3532         * nss/makedb.c: Rewritten to not use database library.
3533         * nss/Makefile: Update to build new makedb program.
3534
3535 2011-06-14  Andreas Jaeger  <aj@suse.de>
3536
3537         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
3538         memset declaration.
3539
3540 2011-06-10  Andreas Schwab  <schwab@redhat.com>
3541
3542         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
3543         tmpbuf.
3544
3545 2011-06-10  Roland McGrath  <roland@hack.frob.com>
3546
3547         * Makerules (shlib.lds): Fail if the linker script comes out empty.
3548         * elf/Makefile ($(objpfx)ld.so): Likewise.
3549
3550         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
3551         Don't list ld.so twice in dependencies.
3552
3553         * posix/bug-regex31.c: Include <stdlib.h>.
3554
3555         * nscd/hstcache.c (cache_addhst): Remove unused variable.
3556
3557         * nis/nss_compat/compat-spwd.c
3558         (getspent_next_nss_netgr): Remove unused variable.
3559         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
3560
3561         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
3562         nonmembers" output to use the right array.
3563
3564         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
3565
3566         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
3567
3568         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
3569         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
3570         * catgets/gencat.c (read_input_file): Likewise.
3571         * locale/programs/locarchive.c (enlarge_archive): Likewise.
3572
3573         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
3574         variable definition inside #if's controlling its use.
3575
3576         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
3577
3578         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
3579
3580         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
3581
3582         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
3583         unreachable code.
3584
3585         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
3586
3587         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
3588         * configure: Regenerated.
3589
3590         * Makerules: Revert last change.
3591         * elf/Makefile: Likewise.
3592
3593 2011-06-09  Roland McGrath  <roland@hack.frob.com>
3594
3595         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
3596         * elf/Makefile ($(objpfx)librtld.os): Likewise.
3597         (reloc-link): Likewise.
3598
3599 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
3600
3601         * elf/Makefile: Add rules to build pldd.
3602         * elf/pldd.c: New file.
3603         * elf/pldd-xx.c: New file.
3604
3605 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
3606
3607         * version.h: Update for 2.15 development version.
3608
3609 2011-06-07  David S. Miller  <davem@davemloft.net>
3610
3611         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
3612         ifuncs.
3613         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3614         elf_machine_lazy_rel): Likewise.
3615         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
3616         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3617         elf_machine_lazy_rel): Likewise.
3618         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
3619         dl_hwcap via passed in argument.
3620         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
3621         Likewise.
3622
3623 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3624
3625         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
3626
3627 2011-06-06  Roland McGrath  <roland@hack.frob.com>
3628
3629         [BZ #12849]
3630         * manual/fdl-1.1.texi: New file, verbatim from:
3631         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
3632         * manual/lgpl-2.1.texi: New file, verbatim from:
3633         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
3634         * manual/Makefile (licenses): New variable, list those new file names.
3635         (texis): Use it.
3636         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
3637
3638         * manual/fdl.texi: File removed.
3639         * manual/lesser.texi: File removed.
3640         * manual/libc.texinfo (Copying, Documentation License):
3641         Use new @include file names, put @appendix directive before @include.
3642
3643 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
3644
3645         [BZ #12841]
3646         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
3647         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
3648         (mq_open): Add __NTH.
3649
3650 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3651
3652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3653         Assume Intel Core i3/i5/i7 processor if AVX is available.
3654
3655 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
3656
3657         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
3658         typo.
3659
3660 2011-05-31  Andreas Schwab  <schwab@redhat.com>
3661
3662         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
3663         memory.  Use alloca_account.  Fix memory leak when retrying.
3664
3665 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
3666
3667         * version.h (RELEASE): Bump for 2.14 release.
3668         * include/features.h (__GLIBC_MINOR__): Bump to 14.
3669
3670         * config.make.in (RANLIB): Remove entry.
3671
3672 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
3673
3674         * po/Makefile (po-sed-cmd): Add ksh to extensions.
3675         (libc.pot): Work around missing support for .ksh extension in xgettext.
3676
3677         [BZ #12684]
3678         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
3679         if both request failed.
3680         (send_dg): In case of server errors clear resplen or *resplen2.
3681
3682         [BZ #12454]
3683         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
3684         when there are multiple maps.
3685         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
3686         (_dl_fini): Remove test here.
3687
3688         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
3689
3690 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
3691
3692         [BZ #12350]
3693         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
3694         bit from old_res_options.
3695         (gaih_inet): Likewise.
3696
3697         [BZ #11099]
3698         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
3699         as signed.
3700
3701         * resolv/res_init.c (res_setoptions): Make the code more compact.
3702
3703         [BZ #11558]
3704         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
3705         set RES_USEVC.
3706
3707         [BZ #11634]
3708         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
3709
3710         * malloc/malloc.h: Mark malloc hook variables as deprecated.
3711
3712         [BZ #11781]
3713         * malloc/malloc.h: Declare malloc hook variables as volatile.
3714
3715         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
3716         in last patch.
3717
3718         [BZ #11799]
3719         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
3720         raise in the comment.
3721         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
3722         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3723         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3724
3725 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
3726
3727         [BZ #12811]
3728         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
3729         grow the buffers more if it already has to be sufficient.
3730         (build_wcs_upper_buffer): Likewise.
3731         * posix/regexec.c (check_matching): Likewise.
3732         (clean_state_log_if_needed): Likewise.
3733         (extend_buffers): Don't enlarge buffers beyond size of the input
3734         buffer.
3735         Patches mostly by Emil Wojak <emil@wojak.eu>.
3736         * posix/bug-regex32.c: New file.
3737         * posix/Makefile (tests): Add bug-regex32.
3738
3739         * locale/findlocale.c (_nl_find_locale): Return right away if
3740         _nl_explode_name failed.
3741         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
3742
3743         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
3744
3745         * debug/xtrace.sh: Unify messages.
3746         * malloc/memusage.sh: Likewise.
3747
3748         [BZ #12813]
3749         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
3750         time symbol from vDSO.  Substitute with vsyscall if not available.
3751         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
3752         __vdso_time.
3753
3754         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
3755         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
3756         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
3757         Add sendmmsg and internal_sendmmsg.
3758         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
3759         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
3760         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
3761
3762         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
3763         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
3764         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
3765
3766 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
3767
3768         [BZ #12813]
3769         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
3770         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
3771         available.
3772         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
3773         __vdso_getcpu.
3774
3775         [BZ #12814]
3776         * iconvdata/Makefile (tests): Add bug-iconv9.
3777         * iconvdata/bug-iconv9.c: New file.
3778
3779 2011-05-27  Andreas Schwab  <schwab@redhat.com>
3780
3781         [BZ #12814]
3782         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
3783
3784 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
3785
3786         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
3787         (struct user_regs_struct): Change intcs field back to cs.
3788
3789 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
3790
3791         * po/ja.po: Update from translation team.
3792
3793 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
3794
3795         [BZ #12795]
3796         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
3797         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
3798
3799 2011-05-20  Andreas Schwab  <schwab@redhat.com>
3800
3801         * stdlib/longlong.h: Update from GCC.
3802
3803 2011-05-23  Andreas Schwab  <schwab@redhat.com>
3804
3805         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
3806         parameter name.
3807         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
3808         Add parameter name.
3809         (__sysconf): Pass it down.
3810
3811 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
3812
3813         [BZ #12671]
3814         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
3815         some situations.
3816         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3817         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
3818         add in in __libc_use_alloca calls.  Adjust callers.
3819         (glob): Use malloc in some situations.
3820
3821         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
3822         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
3823         pltexit.
3824
3825 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
3826
3827         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
3828         and CLOCK_BOOTTIME_ALARM.
3829
3830         [BZ #12782]
3831         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
3832         is returned.
3833
3834         * string/_strerror.c (__strerror_r): Print negative errors as signed
3835         numbers.
3836
3837         [BZ #12777]
3838         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
3839         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
3840         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
3841
3842         * configure.in: Fix typo in redirection and correct removal of test
3843         files in two cases.
3844
3845         [BZ #12788]
3846         * locale/setlocale.c (new_composite_name): Fix test to check for
3847         identical name of all categories.
3848
3849         [BZ #12792]
3850         * libio/filedoalloc.c (local_isatty): New function.
3851         (_IO_file_doallocate): Use local_isatty.
3852         * stdio-common/perror.c (perror): In case a new stream is used
3853         forward the stream error.
3854         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
3855         error flag.
3856
3857 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
3858
3859         [BZ #11869]
3860         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
3861         alloca.
3862         * include/alloca.h (extend_alloca_account): Define.
3863
3864         [BZ #11857]
3865         * posix/regex.h: Fix comments with documentation of user-accessible
3866         fields after compilation and describe correct free'ing of pattern
3867         after re_compile_pattern.
3868         Patch by Reuben Thomas <rrt@sc3d.org>.
3869
3870 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
3871
3872         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
3873         and -mno-altivec to prevent the compiler from using Altivec and/or
3874         VSX instructions when the corresponding registers are not available.
3875
3876 2011-05-19  Andreas Schwab  <schwab@redhat.com>
3877
3878         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
3879
3880 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
3881
3882         * libio/freopen.c (freopen): Use __dup2, not dup2.
3883         * libio/freopen64.c (freopen64): Likewise.
3884
3885 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
3886
3887         [BZ #12775]
3888         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
3889         * math/Makefile (tests): Add test-powl.
3890         (CFLAGS-test-powl.c): Define.
3891         * math/test-powl.c: New file.
3892
3893 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3894
3895         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
3896
3897 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
3898
3899         [BZ #11837]
3900         * iconvdata/gb18030.c: Update to GB18020-2005.
3901
3902 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
3903
3904         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
3905         RE_SYNTAX_POSIX_AWK): Update to match recent development.
3906         Patch by Aharon Robbins <arnold@skeeve.com>.
3907
3908         [BZ #11892]
3909         * stdlib/putenv.c (putenv): Don't always create copy of the variable
3910         on the stack.
3911
3912         [BZ #11895]
3913         * misc/pselect.c (__pselect): Handle timeout value errors hidden
3914         through underflows.
3915
3916         [BZ #12766]
3917         * misc/error.c (error_at_line): Ensure file_name and old_file_name
3918         point to strings before performing equality test for error_one_per_line
3919         mode.
3920
3921         [BZ #11697]
3922         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
3923
3924         [BZ #11820]
3925         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
3926         (struct user_fpregs_struct): Avoid __uint*_t types.
3927
3928         [BZ #6420]
3929         * malloc/mtrace.c (tr_where): Add additional parameter to point to
3930         symbol info.  Use it instead of calling _dl_addr locally.
3931         (lock_and_info): New function.
3932         (tr_freehook): Call lock_and_info and pass symbol info as additional
3933         parameter to tr_where.
3934         (tr_mallochook): Likewise.
3935         (tr_reallochook): Likewise.
3936         (tr_memalignhook): Likewise.
3937
3938         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
3939         used and couldn't be at all thread-safe.
3940
3941 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
3942
3943         * libio/freopen.c (freopen): Don't close old file descriptor
3944         before the new one is opened.  Instead dup the new file descriptor
3945         to the old one after the new stream is created.
3946         * libio/freopen64.c (freopen64): Likewise.
3947         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
3948         * libio/fileops.c (_IO_new_file_close_it): Handle new
3949         _IO_FLAGS2_NOCLOSE flag.
3950         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
3951         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
3952         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
3953         _IO_FLAGS2_NOCLOSE flag.
3954         * include/unistd.h: Add hidden_proto for dup3.
3955         Define __have_dup3.
3956         * io/dup3.c: Define hidden symbol.
3957         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
3958
3959         [BZ #7101]
3960         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
3961         when an incomplete long option is used.
3962         * posix/tst-getopt_long1.c: New file.
3963         * posix/Makefile (tests): Add tst-getopt_long1.
3964
3965         [BZ #10138]
3966         * scripts/config.guess: Update from autoconf-2.68.
3967         * scripts/config.sub: Likewise.
3968
3969         [BZ #10157]
3970         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
3971         tests into ...
3972         (has_cpuclock): ...this.  New function.
3973         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
3974         macro here based on has_cpuclock code.
3975
3976         [BZ #10149]
3977         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3978         First byte (not low byte) is now always NUL.
3979         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
3980
3981         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3982         Use non-cancelable interfaces.
3983
3984         [BZ #9809]
3985         * locale/iso-639.def: Add entry for Sorani.
3986
3987         [BZ #11901]
3988         * include/stdlib.h: Move include protection to the right place.
3989         Define abort_msg_s.  Declare __abort_msg with it.
3990         * stdlib/abort.c (__abort_msg): Adjust type.
3991         * assert/assert.c (__assert_fail_base): New function.  Majority
3992         of code from __assert_fail.  Allocate memory for __abort_msg with
3993         mmap.
3994         (__assert_fail): Now call __assert_fail_base.
3995         * assert/assert-perr.c: Remove bulk of implementation.  Use
3996         __assert_fail_base.
3997         * include/assert.hL Declare __assert_fail_base.
3998         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
3999         mmap.
4000         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
4001
4002 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
4003
4004         [BZ #11952]
4005         [BZ #12453]
4006         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
4007         until all modules are registered in the DTV.
4008         * elf/Makefile: Add rules to build and run tst-tls19.
4009         * elf/tst-tls19.c: New file.
4010         * elf/tst-tls19mod1.c: New file.
4011         * elf/tst-tls19mod2.c: New file.
4012         * elf/tst-tls19mod3.c: New file.
4013         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
4014
4015         [BZ #12083]
4016         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
4017         correctly.
4018
4019         [BZ #12601]
4020         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
4021         two-byte sequence errors.
4022         * iconvdata/Makefile (tests): Add bug-iconv8.
4023         * iconvdata/bug-iconv8.c: New file.
4024
4025         [BZ #12626]
4026         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
4027         buf2 definition.
4028
4029         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
4030
4031         [BZ #12432]
4032         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
4033         (dummy_getcfa): New function.
4034         (init): Get _Unwind_GetCFA address, use dummy if not found.
4035         (backtrace_helper): In recursion check, also check whether CFA changes.
4036         (__backtrace): Completely initialize arg.
4037
4038         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
4039         storing incomplete byte sequence in state object.  Avoid testing for
4040         guaranteed too small input if we know there is enough data available.
4041
4042 2011-05-11  Andreas Schwab  <schwab@redhat.com>
4043
4044         * Makeconfig (+link-pie): Indent.
4045         * Rules (binaries-pie): Define if $(have-fpie) and
4046         $(build-shared).
4047         (binaries-shared): Also filter out $(binaries-pie).
4048         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
4049         * nscd/Makefile (others-pie): Add nscd.
4050         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
4051         ($(objpfx)nscd): Remove command override.
4052         * login/Makefile (others-pie): Add pt_chown.
4053         ($(objpfx)pt_chown): Remove command override.
4054         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
4055         remove command overrides.
4056
4057 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
4058
4059         * libio/tst_putwc.c: Fix error messages.
4060
4061         [BZ #12724]
4062         * libio/fileops.c (_IO_new_file_close_it): Always flush when
4063         currently writing and seek to current position when not.
4064         * libio/Makefile (tests): Add bug-fclose1.
4065         * libio/bug-fclose1.c: New file.
4066
4067 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
4068
4069         [BZ #12511]
4070         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
4071         don't set DF_1_NODELETE here.
4072         (do_lookup_x): When entering new entry test for copy relocation
4073         and if necessary set DF_1_NODELETE flag.
4074         * elf/tst-unique4.cc: New file.
4075         * elf/tst-unique4.h: New file.
4076         * elf/tst-unique4lib.cc: New file.
4077         * elf/Makefile: Add rules to build and run tst-unique4.
4078         Patch by Piotr Bury <pbury@goahead.com>.
4079
4080 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
4081
4082         [BZ #12052]
4083         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
4084
4085         [BZ #12625]
4086         * misc/mntent_r.c (addmntent): Flush the stream after the output
4087
4088         [BZ #12393]
4089         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
4090         (is_trusted_path_normalize): Skip initial colon.  Append slash
4091         to empty buffer.  Duplicate is_trusted_path code but allow
4092         constructed patch to be prefix.
4093         (is_dst): Allow $ORIGIN followed by /.
4094         (_dl_dst_substitute): Correct clearing of check_for_trusted.
4095         Correct testing of result of is_trusted_path_normalize
4096         (decompose_rpath): Fix warning.
4097
4098 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
4099
4100         [BZ #11257]
4101         * grp/initgroups.c (internal_getgrouplist): When we found the service
4102         list through the initgroups entry in nsswitch.conf do not always
4103         continue on a successful lookup.  Don't always use the
4104         __nss_group_database value if it is set.
4105         * nss/nsswitch.conf (initgroups): Change action for successful db
4106         lookup to continue for compatibility.
4107
4108 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
4109
4110         [BZ #11532]
4111         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
4112         and CP774 modules.
4113         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
4114         and CP774 modules.
4115         * iconvdata/tst-tables.sh: Likewise.
4116         * iconvdata/cp770.c: New file.
4117         * iconvdata/cp771.c: New file.
4118         * iconvdata/cp772.c: New file.
4119         * iconvdata/cp773.c: New file.
4120         * iconvdata/cp774.c: New file.
4121         * iconvdata/testdata/CP770: New file.
4122         * iconvdata/testdata/CP770..UTF8: New file.
4123         * iconvdata/testdata/CP771: New file.
4124         * iconvdata/testdata/CP771..UTF8: New file.
4125         * iconvdata/testdata/CP772: New file.
4126         * iconvdata/testdata/CP772..UTF8: New file.
4127         * iconvdata/testdata/CP773: New file.
4128         * iconvdata/testdata/CP773..UTF8: New file.
4129         * iconvdata/testdata/CP774: New file.
4130         * iconvdata/testdata/CP774..UTF8: New file.
4131
4132         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
4133         END CHARMAP line.
4134         * iconvdata/gen-8bit-gap.sh: Likewise.
4135         * iconvdata/gen-8bit.sh: Likewise.
4136
4137         * locale/iso-639.def: Add ary entry.
4138
4139         [BZ #11258]
4140         * locale/C-translit.h.in: Add U20A1 transliteration.
4141
4142         [BZ #12178]
4143         * locale/iso-639.def: Add wae entry.
4144         Patch by Kevin Bortis <bortis@translate-wae.ch>.
4145
4146         [BZ #12545]
4147         * locale/programs/localedef.c (construct_output_path): Use ssize_t
4148         for n.
4149
4150         [BZ #12711]
4151         * locale/C-translit.h.in: Add entry for U20B9.
4152         Patch by pravin.d.s@gmail.com.
4153
4154 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
4155
4156         [BZ #12713]
4157         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
4158         ENAMETOOLONG use generic getcwd.
4159         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
4160         in rtld.  Use *stat64.
4161         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
4162         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
4163         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
4164         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
4165         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
4166         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
4167         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
4168         __fstatat64 macros.
4169         * include/dirent.h: Add libc_hidden_proto for rewinddir.
4170         * dirent/rewinddir.c: Add libc_hidden_def.
4171         * sysdeps/mach/hurd/rewinddir.c: Likewise.
4172         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
4173
4174         * include/dirent.h (__alloc_dir): Add flags parameter.
4175         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
4176         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
4177         __alloc_dir.
4178         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
4179         from fdopendir if O_CLOEXEC is already set.
4180
4181 2011-03-15  Alan Modra  <amodra@gmail.com>
4182
4183         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
4184         l_tls_firstbyte_offset non-zero.  Save padding offset in
4185         l_tls_firstbyte_offset for later use.
4186         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
4187         freeing static tls block.
4188
4189 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
4190
4191         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
4192         where #ifdef was intended.  The intent is to prevent ARG_MAX from
4193         being defined by the kernel headers.
4194
4195 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
4196
4197         [BZ #12734]
4198         * resolv/resolv.h: Define RES_NOTLDQUERY.
4199         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
4200         no-tld-query and set RES_NOTLDQUERY.
4201         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
4202         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
4203         modern BIND to search name as TLD unless forbidden.
4204
4205 2011-05-07  Petr Baudis  <pasky@suse.cz>
4206             Ulrich Drepper  <drepper@gmail.com>
4207
4208         [BZ #12393]
4209         * elf/dl-load.c (fillin_rpath): Move trusted path check...
4210         (is_trusted_path): ...to here.
4211         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
4212         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
4213         using is_trusted_path_normalize() in setuid scripts.
4214
4215 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4216
4217         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
4218         __BEGIN/__END_DECLS.
4219
4220 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
4221
4222         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
4223         NSS_STATUS_NOTFOUND if no record was found.
4224
4225 2011-05-05  Andreas Schwab  <schwab@redhat.com>
4226
4227         * sunrpc/Makefile (headers): Add rpc/netdb.h.
4228         (headers-not-in-tirpc): Remove rpc/netdb.h
4229         * resolv/netdb.h: Revert last change.
4230
4231 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
4232
4233         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
4234         circular dependency between libgcc.a and libc.a.
4235
4236 2011-05-05  Andreas Schwab  <schwab@redhat.com>
4237
4238         * resolv/netdb.h: Don't include <rpc/netdb.h>.
4239         * nis/Makefile: Don't install rpcsvc/*.
4240         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
4241         instead of <rpc/types.h>.
4242         (MAXHOSTNAMELEN): Define.
4243
4244 2011-05-03  Andreas Schwab  <schwab@redhat.com>
4245
4246         * elf/ldconfig.c (add_dir): Don't crash on empty path.
4247
4248 2011-04-28  Maciej Babinski  <mbabinski@google.com>
4249
4250         [BZ #12714]
4251         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
4252         gethostbyname4_r when IPv6 results are possible.
4253
4254 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
4255
4256         [BZ #12723]
4257         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
4258         _PC_PIPE_BUF handling.
4259
4260 2011-04-30  Bruno Haible  <bruno@clisp.org>
4261
4262         [BZ #12717]
4263         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
4264         * resolv/netdb.h (getnameinfo): Change type of flags parameter
4265         to 'int'.
4266         * inet/getnameinfo.c (getnameinfo): Likewise.
4267
4268 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
4269
4270         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
4271         to groups setting in database lookup.
4272         * nss/nsswitch.conf: Add initgroups entry.
4273
4274 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
4275
4276         [BZ #12685]
4277         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
4278         mode string.
4279         Patch by Eric Blake <eblake@redhat.com>.
4280
4281 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
4282
4283         * sunrpc/Makefile (need-export-routines): Add svc_run.
4284         (routines): Remove svc_run.
4285         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
4286         * sunrpc/clnt_perr.c (clnt_perrno): Export.
4287         * sunrpc/svc_run.c (svc_run): Likewise.
4288         * sunrpc/svc_udp.c (svcudp_create): Likewise.
4289
4290 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
4291
4292         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
4293         problem in reallocation in last patch.
4294
4295 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
4296
4297         * sunrpc/Makefile: Move inclusion of Rules.
4298
4299 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
4300
4301         * nss/nss_files/files-initgroups.c: New file.
4302         * nss/Makefile (libnss_files-routines): Add files-initgroups.
4303         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
4304         _nss_files_initgroups_dyn.
4305
4306 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
4307
4308         * elf/elf.h (R_ARM_IRELATIVE): Define.
4309
4310 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
4311
4312         * po/ru.po: Update from translation team.
4313
4314 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
4315
4316         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
4317         dependencies.
4318
4319 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
4320
4321         [BZ #12653]
4322         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
4323         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
4324         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4325         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4326         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4327
4328 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
4329
4330         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
4331         differing bytes.
4332         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
4333         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
4334         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
4335
4336 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
4337
4338         [BZ #12420]
4339         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
4340         storing it.
4341         * stdlib/bug-getcontext.c: New file.
4342         * stdlib/Makefile: Add rules to build and run bug-getcontext.
4343
4344 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4345
4346         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
4347         instructions into .machine "z9-109".
4348         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
4349         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
4350
4351 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4352
4353         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
4354         between environment variables and auxiliary vector.
4355
4356 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
4357
4358         * Makefile: Add rules to build linkobj/libc.so.
4359         * include/libc-symbols.h: Define libc_hidden_nolink.
4360         * include/rpc/auth.h: Mark functions which are to be hidden.
4361         * include/rpc/auth_des.h: Likewise.
4362         * include/rpc/auth_unix.h: Likewise.
4363         * include/rpc/clnt.h: Likewise.
4364         * include/rpc/des_crypt.h: Likewise.
4365         * include/rpc/key_prot.h: Likewise.
4366         * include/rpc/pmap_clnt.h: Likewise.
4367         * include/rpc/pmap_prot.h: Likewise.
4368         * include/rpc/pmap_rmt.h: Likewise.
4369         * include/rpc/rpc_msg.h: Likewise.
4370         * include/rpc/svc.h: Likewise.
4371         * include/rpc/svc_auth.h: Likewise.
4372         * include/rpc/xdr.h: Likewise.
4373         * nis/Makefile: Link all DSOs against linkobj/libc.so.
4374         * nss/Makefile: Likewise.
4375         * sunrpc/Makefile: Don't install headers.  Build library with normal
4376         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
4377         * sunrpc/auth_des.c: Hide exported symbols by default, export some
4378         for the compat linking library.  Remove use of INTDEF/INTUSE.
4379         * sunrpc/auth_none.c: Likewise.
4380         * sunrpc/auth_unix.c: Likewise.
4381         * sunrpc/authdes_prot.c: Likewise.
4382         * sunrpc/authuxprot.c: Likewise.
4383         * sunrpc/clnt_gen.c: Likewise.
4384         * sunrpc/clnt_perr.c: Likewise.
4385         * sunrpc/clnt_raw.c: Likewise.
4386         * sunrpc/clnt_simp.c: Likewise.
4387         * sunrpc/clnt_tcp.c: Likewise.
4388         * sunrpc/clnt_udp.c: Likewise.
4389         * sunrpc/clnt_unix.c: Likewise.
4390         * sunrpc/des_crypt.c: Likewise.
4391         * sunrpc/des_soft.c: Likewise.
4392         * sunrpc/get_myaddr.c: Likewise.
4393         * sunrpc/key_call.c: Likewise.
4394         * sunrpc/key_prot.c: Likewise.
4395         * sunrpc/netname.c: Likewise.
4396         * sunrpc/pm_getmaps.c: Likewise.
4397         * sunrpc/pm_getport.c: Likewise.
4398         * sunrpc/pmap_clnt.c: Likewise.
4399         * sunrpc/pmap_prot.c: Likewise.
4400         * sunrpc/pmap_prot2.c: Likewise.
4401         * sunrpc/pmap_rmt.c: Likewise.
4402         * sunrpc/publickey.c: Likewise.
4403         * sunrpc/rpc_cmsg.c: Likewise.
4404         * sunrpc/rpc_common.c: Likewise.
4405         * sunrpc/rpc_dtable.c: Likewise.
4406         * sunrpc/rpc_prot.c: Likewise.
4407         * sunrpc/rpc_thread.c: Likewise.
4408         * sunrpc/rtime.c: Likewise.
4409         * sunrpc/svc.c: Likewise.
4410         * sunrpc/svc_auth.c: Likewise.
4411         * sunrpc/svc_authux.c: Likewise.
4412         * sunrpc/svc_raw.c: Likewise.
4413         * sunrpc/svc_run.c: Likewise.
4414         * sunrpc/svc_simple.c: Likewise.
4415         * sunrpc/svc_tcp.c: Likewise.
4416         * sunrpc/svc_udp.c: Likewise.
4417         * sunrpc/svc_unix.c: Likewise.
4418         * sunrpc/svcauth_des.c: Likewise.
4419         * sunrpc/xcrypt.c: Likewise.
4420         * sunrpc/xdr.c: Likewise.
4421         * sunrpc/xdr_array.c: Likewise.
4422         * sunrpc/xdr_float.c: Likewise.
4423         * sunrpc/xdr_intXX_t.c: Likewise.
4424         * sunrpc/xdr_mem.c: Likewise.
4425         * sunrpc/xdr_rec.c: Likewise.
4426         * sunrpc/xdr_ref.c: Likewise.
4427         * sunrpc/xdr_sizeof.c: Likewise.
4428         * sunrpc/xdr_stdio.c: Likewise.
4429
4430 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
4431
4432         [BZ #12650]
4433         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
4434         * sysdeps/ia64/dl-tls.h: Likewise.
4435         * sysdeps/powerpc/dl-tls.h: Likewise.
4436         * sysdeps/s390/dl-tls.h: Likewise.
4437         * sysdeps/sh/dl-tls.h: Likewise.
4438         * sysdeps/sparc/dl-tls.h: Likewise.
4439         * sysdeps/x86_64/dl-tls.h: Likewise.
4440         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
4441
4442 2011-03-14  Andreas Schwab  <schwab@redhat.com>
4443
4444         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
4445         rpath element also skip the following colon.
4446         (expand_dynamic_string_token): Add is_path parameter and pass
4447         down to DL_DST_REQUIRED and _dl_dst_substitute.
4448         (decompose_rpath): Call expand_dynamic_string_token with
4449         non-zero is_path.  Ignore empty rpaths.
4450         (_dl_map_object_from_fd): Call expand_dynamic_string_token
4451         with zero is_path.
4452
4453 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
4454
4455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
4456         Make cancelable.
4457
4458 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
4459
4460         [BZ #12655]
4461         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
4462         Patch by Filipe David Manana <fdmanana@apache.org>.
4463
4464 2011-04-07  Andreas Schwab  <schwab@redhat.com>
4465
4466         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
4467         Maintain aligned stack.
4468         (CHECK_RSP): Remove unused macro.
4469
4470 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
4471
4472         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
4473         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4474
4475 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
4476
4477         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
4478
4479         * include/features.h: Mention __USE_XOPEN2K8 in comment.
4480
4481 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
4482
4483         [BZ #12518]
4484         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
4485         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
4486         * sysdeps/x86_64/memmove.c: New file.
4487         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
4488         (memcpy): Renamed to ...
4489         (__new_memcpy): This.
4490         (memcpy): Provide GLIBC_2_14 memcpy.
4491         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
4492         (memcpy): Provide GLIBC_2_2_5 memcpy.
4493
4494 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
4495
4496         [BZ #12631]
4497         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
4498
4499 2011-03-30  Andreas Schwab  <schwab@redhat.com>
4500
4501         * misc/syncfs.c: New file.
4502         * misc/Makefile (routines): Add syncfs.
4503         * posix/unistd.h: Declare syncfs.
4504         * sysdeps/unix/syscalls.list: Add syncfs.
4505
4506 2011-04-01  Andreas Schwab  <schwab@redhat.com>
4507
4508         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
4509         open_by_handle_at.
4510         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4511         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4512         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4513         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4514         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4515         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4516         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4517
4518 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
4519
4520         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
4521         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4522         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4523         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4524         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4525         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4526         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4527
4528         * io/Makefile: Compile fallocate.c, fallocate64.c, and
4529         sync_file_range.c with -fexceptions.
4530         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
4531         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
4532         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
4533         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
4534         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
4535         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
4536         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
4537         sync_file_range as cancellation point
4538         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
4539         now a wrapper around __call_sync_file_range with cancellation handling.
4540         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
4541         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
4542         function name to __call_sync_file_range.
4543         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
4544         Add call_sync_file_range.
4545
4546 2011-04-01  Andreas Schwab  <schwab@redhat.com>
4547
4548         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4549         bits/timex.h.
4550
4551 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
4552
4553         * iconv/iconv.h: Fix typo in comment.
4554         * io/fcntl.h: Likewise.
4555         * libio/stdio.h: Likewise.
4556         * posix/spawn.h: Likewise.
4557         * posix/unistd.h: Likewise.
4558         * stdlib/stdlib.h: Likewise.
4559         * time/time.h: Likewise.
4560         * wcsmbs/wchar.h: Likewise.
4561
4562         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
4563         open_by_handle): Add.
4564         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
4565         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
4566         Augment a few comments.
4567         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4568         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4569         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4570         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4571         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4572         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
4573         open_by_handle.
4574
4575         * io/fcntl.h (AT_EMPTY_PATH): Define.
4576
4577 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
4578
4579         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
4580         * sysdeps/unix/sysv/linux/bits/time.h: New file.
4581         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
4582         to...
4583         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
4584         * Versions.def: Add GLIBC_2.14.
4585         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
4586         Export.
4587
4588 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
4589
4590         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
4591         round counter.
4592         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
4593
4594 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
4595
4596         [BZ #12597]
4597         * string/test-strncmp.c (do_page_test): New function.
4598         (check2): Likewise.
4599         (test_main): Call check2.
4600         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
4601
4602 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
4603
4604         [BZ #12587]
4605         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
4606         Handle cache information in CPU leaf 4.
4607         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
4608
4609 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
4610
4611         [BZ #12583]
4612         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
4613         character representation.
4614         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
4615
4616 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
4617
4618         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
4619         END(__isnan) to END(__isnanf) to match function entry point/label
4620         EALIGN(__isnanf,...).
4621
4622 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
4623
4624         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
4625
4626 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
4627
4628         [BZ #12510]
4629         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
4630         copy from the symbol referenced in the relocation to initialize the
4631         used variable.
4632         Patch by Piotr Bury <pbury@goahead.com>.
4633         * elf/Makefile: Add rules to build and tst-unique3.
4634         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
4635         * elf/tst-unique3.cc: New file.
4636         * elf/tst-unique3.h: New file.
4637         * elf/tst-unique3lib.cc: New file.
4638         * elf/tst-unique3lib2.cc: New file.
4639
4640         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
4641
4642 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
4643
4644         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
4645         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
4646         to _start.
4647
4648 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
4649
4650         * elf/dl-load.c (_dl_map_object): If we are looking for the first
4651         to-be-loaded object along a path to loader is ld.so.
4652
4653 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
4654             Ulrich Drepper  <drepper@gmail.com>
4655
4656         * sysdeps/x86_64/memset.S: After aligning destination, code
4657         branches to different locations depending on the value of
4658         misalignment, when multiarch is enabled. Fix this.
4659
4660 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
4661
4662         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
4663         Set _x86_64_preferred_memory_instruction for AMD processsors.
4664         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4665         Set bit_Prefer_SSE_for_memop for AMD processors.
4666
4667 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
4668
4669         * libio/fmemopen.c (fmemopen): Optimize a bit.
4670
4671 2011-03-03  Andreas Schwab  <schwab@redhat.com>
4672
4673         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
4674
4675 2011-03-03  Roland McGrath  <roland@redhat.com>
4676
4677         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
4678
4679 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
4680
4681         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
4682         __bzero_ultra1 instead of __memset_ultra1.
4683
4684 2011-02-23  Andreas Schwab  <schwab@redhat.com>
4685             Ulrich Drepper  <drepper@gmail.com>
4686
4687         [BZ #12509]
4688         * include/link.h (struct link_map): Add l_orig_initfini.
4689         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
4690         returning unsuccessfully.
4691         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
4692         close of a file loaded at startup, restore the original l_initfini
4693         list.
4694         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
4695         list, store the pointer.
4696         * elf/Makefile ($(objpfx)noload-mem): New rule.
4697         (noload-ENV): Define.
4698         (tests): Add $(objpfx)noload-mem.
4699         * elf/noload.c: Include <memcheck.h>.
4700         (main): Call mtrace.  Close all opened handles.
4701
4702 2011-02-17  Andreas Schwab  <schwab@redhat.com>
4703
4704         [BZ #12454]
4705         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
4706         dependencies are missing.
4707
4708 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4709
4710         Fix __if_freereq crash: Unlike the generic version which uses free,
4711         Hurd needs munmap.
4712         * sysdeps/mach/hurd/ifreq.h: New file.
4713
4714 2011-01-27  Petr Baudis  <pasky@suse.cz>
4715             Ulrich Drepper  <drepper@gmail.com>
4716
4717         [BZ 12445]#
4718         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
4719         to extend_alloca().
4720         * stdio-common/bug23.c: New file.
4721         * stdio-common/Makefile (tests): Add bug23.
4722
4723 2010-09-28  Andreas Schwab  <schwab@redhat.com>
4724             Ulrich Drepper  <drepper@gmail.com>
4725
4726         [BZ #12489]
4727         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
4728         before performing relro protection.  At old place add assertion
4729         to make sure nothing changed.
4730
4731 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
4732             Glauber de Oliveira Costa  <glommer@gmail.com>
4733
4734         * elf/elf.h: Add new ARM TLS relocs.
4735
4736 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
4737
4738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
4739         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
4740         cast from r3.
4741         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
4742         'tests' variable.
4743         * sysdeps/wordsize-64/tst-writev.c: New file.
4744
4745 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
4746
4747         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
4748         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
4749         insns in _dl_start to prevent a TOC reference before relocs are
4750         resolved.
4751
4752 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
4753
4754         [BZ #12469]
4755         * Makeconfig: Remove RANLIB definition.
4756         * Makerules: Don't use RANLIB.
4757         * aclocal.m4: Remove ranlib test.
4758         * configure.in: No need to check for ranlib.
4759         * elf/rtld-Rules: Don't use RANLIB.
4760
4761 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4762
4763         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
4764         protection macro.
4765         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
4766         inclusion protection macro.
4767
4768         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
4769         SIGRTMIN and SIGRTMAX and print information in that case only when
4770         SIGRTMIN is defined.
4771
4772 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
4773
4774         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
4775         arginfo fn returning -1.
4776
4777         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
4778         and thousands string is zero terminated.
4779
4780 2011-02-03  Andreas Schwab  <schwab@redhat.com>
4781
4782         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
4783         sysdeps/unix/sysv/linux/bits/socket.h.
4784
4785 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4786
4787         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
4788         (__CPU_COUNT): Remove old macros.
4789         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
4790         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
4791         (__CPU_ALLOC, __CPU_FREE): Add macros.
4792         (__sched_cpualloc, __sched_cpufree): Add declarations.
4793
4794 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
4795
4796         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
4797         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
4798         * nscd/aicache.c (addhstaiX): Return timeout of added value.
4799         (readdhstai): Return value of addhstaiX call.
4800         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
4801         (addgrbyX): Return value returned by cache_addgr.
4802         (readdgrbyname): Return value returned by addgrbyX.
4803         (readdgrbygid): Likewise.
4804         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
4805         (addpwbyX): Return value returned by cache_addpw.
4806         (readdpwbyname): Return value returned by addhstbyX.
4807         (readdpwbyuid): Likewise.
4808         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
4809         (addservbyX): Return value returned by cache_addserv.
4810         (readdservbyname): Return value returned by addservbyX:
4811         (readdservbyport): Likewise.
4812         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
4813         (addhstbyX): Return value returned by cache_addhst.
4814         (readdhstbyname): Return value returned by addhstbyX.
4815         (readdhstbyaddr): Likewise.
4816         (readdhstbynamev6): Likewise.
4817         (readdhstbyaddrv6): Likewise.
4818         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
4819         (readdinitgroups): Return value returned by addinitgroupsX.
4820         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
4821         (prune_cache): Keep track of timeout value of re-added entries.
4822         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
4823         * nscd/nscd.h: Adjust prototypes of readd* functions.
4824
4825 2011-02-04  Roland McGrath  <roland@redhat.com>
4826
4827         * nis/nis_server.c (nis_servstate): Use the right name for 0.
4828         (nis_stats): Likewise.
4829         * nis/nis_modify.c (nis_modify): Likewise.
4830         * nis/nis_remove.c (nis_remove): Likewise.
4831         * nis/nis_add.c (nis_add): Likewise.
4832
4833         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
4834
4835         * posix/fnmatch_loop.c: Add some consts.
4836
4837         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
4838
4839 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
4840
4841         [BZ #12460]
4842         * config.make.in (config-cflags-novzeroupper): Define.
4843         * configure.in: Substitute libc_cv_cc_novzeroupper.
4844         * elf/Makefile (AVX-CFLAGS): Define.
4845         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
4846         (CFLAGS-tst-auditmod4a.c): Likewise.
4847         (CFLAGS-tst-auditmod4b.c): Likewise.
4848         (CFLAGS-tst-auditmod6b.c): Likewise.
4849         (CFLAGS-tst-auditmod6c.c): Likewise.
4850         (CFLAGS-tst-auditmod7b.c): Likewise.
4851         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
4852
4853 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
4854
4855         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
4856         function to the callback.
4857         Patch partly by Jiri Olsa <jolsa@redhat.com>.
4858
4859 2011-02-02  Andreas Schwab  <schwab@redhat.com>
4860
4861         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
4862         of errno.
4863
4864 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
4865
4866         [BZ #11724]
4867         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
4868         of constructors.
4869         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
4870         of destructors.
4871         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
4872
4873         [BZ #11724]
4874         * elf/Makefile: Add rules to build and run new test.
4875         * elf/tst-initorder.c: New file.
4876         * elf/tst-initorder.exp: New file.
4877         * elf/tst-initordera1.c: New file.
4878         * elf/tst-initordera2.c: New file.
4879         * elf/tst-initordera3.c: New file.
4880         * elf/tst-initordera4.c: New file.
4881         * elf/tst-initorderb1.c: New file.
4882         * elf/tst-initorderb2.c: New file.
4883         * elf/tst-order-a1.c: New file.
4884         * elf/tst-order-a2.c: New file.
4885         * elf/tst-order-a3.c: New file.
4886         * elf/tst-order-a4.c: New file.
4887         * elf/tst-order-b1.c: New file.
4888         * elf/tst-order-b2.c: New file.
4889         * elf/tst-order-main.c: New file.
4890         New test case by George Gensure <werkt0@gmail.com>.
4891
4892 2010-10-01  Andreas Schwab  <schwab@redhat.com>
4893
4894         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
4895         decoding ACE if AI_CANONIDN.
4896
4897 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
4898
4899         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
4900
4901 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
4902
4903         * version.h (RELEASE): Bump for 2.13 release.
4904         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
4905
4906         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
4907
4908         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
4909         MADV_NOHUGEPAGE.
4910         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
4911         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4912         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
4913         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
4914         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
4915         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
4916
4917         * posix/getconf.c: Update copyright year.
4918         * catgets/gencat.c: Likewise.
4919         * csu/version.c: Likewise.
4920         * debug/catchsegv.sh: Likewise.
4921         * debug/xtrace.sh: Likewise.
4922         * elf/ldconfig.c: Likewise.
4923         * elf/ldd.bash.in: Likewise.
4924         * elf/sprof.c (print_version): Likewise.
4925         * iconv/iconv_prog.c: Likewise.
4926         * iconv/iconvconfig.c: Likewise.
4927         * locale/programs/locale.c: Likewise.
4928         * locale/programs/localedef.c: Likewise.
4929         * malloc/memusage.sh: Likewise.
4930         * malloc/mtrace.pl: Likewise.
4931         * nscd/nscd.c (print_version): Likewise.
4932         * nss/getent.c: Likewise.
4933
4934         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
4935         PF_CAIF, and PF_ALG.
4936         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4937
4938 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
4939
4940         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
4941         (modules-names): Use them.
4942         (ifunc-test-modules, ifunc-pie-tests): Define.
4943         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
4944         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
4945         (test-extras): Likewise.
4946         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
4947         $(compile-command.c).
4948         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
4949         (all-built-dso): Define.
4950         (check-textrel.out, check-execstack.out): Depend on it.
4951
4952         * configure.in: Don't override --enable-multi-arch.
4953
4954 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
4955
4956         [BZ #6812]
4957         * nscd/hstcache.c (tryagain): Define.
4958         (cache_addhst): Return tryagain not notfound for temporary errors.
4959         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
4960         failed.
4961
4962 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
4963
4964         [BZ #10563]
4965         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
4966         to make the syscall.
4967         * sysdeps/unix/sysv/linux/setgroups.c: New file.
4968
4969         [BZ #12378]
4970         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
4971         and fall back to matching as normal character if the string ends before
4972         the matching ']' is found.  This is what POSIX requires.
4973         * posix/testfnm.c: Adjust test result.
4974         * posix/globtest.sh: Adjust test result.  Add new test.
4975         * posix/tst-fnmatch.input: Likewise.
4976         * posix/tst-fnmatch2.c: Add new test.
4977
4978 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4979
4980         * elf/Makefile (check-execstack): Revert last change.  Depend on
4981         check-execstack.h.
4982         (check-execstack.h): New target.
4983         (generated): Add check-execstack.h.
4984         * elf/check-execstack.c: Include "check-execstack.h".
4985         (main): Revert last change.
4986         (handle_file): Return zero if GNU_STACK is absent and
4987         DEFAULT_STACK_PERMS doesn't include PF_X.
4988
4989 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
4990
4991         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
4992         in child fails because the descriptor is already closed.
4993         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
4994         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
4995         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
4996
4997         [BZ #12397]
4998         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
4999         syscall.
5000
5001         [BZ #10484]
5002         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
5003         temporary buffer used to handle multi lookups locally.
5004         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
5005
5006 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
5007
5008         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
5009         loader is ld.so.
5010
5011 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
5012
5013         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
5014         alignment for SSE2.
5015
5016 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
5017
5018         [BZ #12394]
5019         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
5020         characters.  When rounding increased number of integer digits recompute
5021         number of groups.
5022         * stdio-common/tst-grouping.c: New file.
5023         * stdio-common/Makefile: Add rules to build and run tst-grouping.
5024
5025 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
5026
5027         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
5028         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
5029
5030         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
5031         void.
5032         * bits/select.h: Likewise.
5033
5034 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
5035
5036         * po/ja.po: Update from translation team.
5037
5038 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
5039
5040         [BZ #11155]
5041         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
5042         implementation just like for lxstat, fxstatat, et al.
5043
5044 2010-12-27  Jim Meyering  <meyering@redhat.com>
5045
5046         [BZ #12348]
5047         * posix/regexec.c (build_trtable): Return failure indication upon
5048         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
5049
5050 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
5051
5052         [BZ #12201]
5053         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
5054         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
5055         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
5056         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
5057
5058         [BZ #12207]
5059         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
5060
5061         [BZ #12204]
5062         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
5063         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
5064
5065 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
5066
5067         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
5068         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
5069         script has SORT_BY_INIT_PRIORITY.
5070         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
5071         NO_CTORS_DTORS_SECTIONS is defined.
5072         * elf/soinit.c: Likewise.
5073         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
5074         NO_CTORS_DTORS_SECTIONS is defined.
5075         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
5076         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
5077         * sysdeps/sh/init-first.c: Likewise.
5078         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
5079
5080 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
5081
5082         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
5083         always use the slow path.
5084
5085 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
5086
5087         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
5088         similar rule which adds the sysdep directories to the header search in
5089         order to pick up the correct platform stackinfo.h.
5090         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
5091         perform test if it is, otherwise return successfully without testing.
5092         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
5093         DEFAULT_STACK_PERMS define in stackinfo.h.
5094         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
5095         defined in stackinfo.h.
5096         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
5097         DEFAULT_STACK_PERMS defined in stackinfo.h.
5098         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
5099         * sysdeps/ia64/stackinfo.h: Likewise.
5100         * sysdeps/s390/stackinfo.h: Likewise.
5101         * sysdeps/sh/stackinfo.h: Likewise.
5102         * sysdeps/sparc/stackinfo.h: Likewise.
5103         * sysdeps/x86_64/stackinfo.h: Likewise.
5104         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
5105         PF_X for powerpc64.  Retain PF_X for powerpc32.
5106
5107 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
5108
5109         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
5110         accurately.
5111         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
5112         GETDENTS_64BIT_ALIGNED.
5113
5114 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
5115
5116         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
5117
5118 2010-12-10  Andreas Schwab  <schwab@redhat.com>
5119
5120         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
5121         _GNU_SOURCE.
5122
5123         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
5124         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
5125         Remove __restrict.
5126         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
5127         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
5128
5129 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
5130
5131         [BZ #11655]
5132         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
5133         are initialized.
5134
5135 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
5136
5137         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
5138
5139 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
5140
5141         * po/it.po: Update from translation team.
5142
5143 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
5144
5145         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
5146         unused codes.
5147
5148 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
5149
5150         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
5151
5152 2010-11-24  Andreas Schwab  <schwab@redhat.com>
5153
5154         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
5155         specially.
5156         (gaih_getanswer_slice): Likewise.
5157
5158 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
5159
5160         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
5161
5162 2010-05-31  Petr Baudis  <pasky@suse.cz>
5163
5164         [BZ #11149]
5165         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
5166         silently even in the chroot mode.
5167
5168 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
5169
5170         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
5171         last patch a bit.  Pretty printing
5172
5173 2010-05-31  Petr Baudis <pasky@suse.cz>
5174
5175         [BZ #10085]
5176         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
5177         initialization of skip_initgroups_dyn.
5178
5179 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
5180
5181         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
5182         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
5183
5184 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
5185
5186         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
5187
5188 2010-11-11  Andreas Schwab  <schwab@redhat.com>
5189
5190         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
5191         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
5192         (tst-fnmatch-ENV): Set MALLOC_TRACE.
5193         ($(objpfx)tst-fnmatch-mem): New rule.
5194         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
5195         * posix/tst-fnmatch.c (main): Call mtrace.
5196
5197 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
5198
5199         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5200         Support Intel processor model 6 and model 0x2c.
5201
5202 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
5203
5204         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
5205           signed comparison.
5206
5207 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
5208
5209         [BZ #12205]
5210         * string/test-strncasecmp.c (check_result): New function.
5211         (do_one_test): Use it.
5212         (check1): New function.
5213         (test_main): Use it.
5214         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
5215         Support strcasecmp and strncasecmp.
5216
5217 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
5218
5219         [BZ #12194]
5220         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
5221         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5222
5223 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
5224
5225         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
5226         IFUNC support.
5227         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5228         memset-x86-64.
5229         * sysdeps/x86_64/multiarch/bzero.S: New file.
5230         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
5231         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
5232         * sysdeps/x86_64/multiarch/memset.S: New file.
5233         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
5234         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5235         Set bit_Prefer_SSE_for_memop for Intel processors.
5236         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
5237         Define.
5238         (index_Prefer_SSE_for_memop): Define.
5239         (HAS_PREFER_SSE_FOR_MEMOP): Define.
5240
5241 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
5242
5243         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
5244         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
5245
5246 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
5247
5248         [BZ #12191]
5249         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
5250         (__x86_64_raw_data_cache_size_half): Likewise.
5251         (__x86_64_raw_shared_cache_size): Likewise.
5252         (__x86_64_raw_shared_cache_size_half): Likewise.
5253
5254         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
5255         (__x86_64_raw_data_cache_size_half): Likewise.
5256         (__x86_64_raw_shared_cache_size): Likewise.
5257         (__x86_64_raw_shared_cache_size_half): Likewise.
5258         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
5259         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
5260         and __x86_64_raw_shared_cache_size_half.  Round
5261         __x86_64_data_cache_size_half, __x86_64_data_cache_size
5262         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
5263         to multiple of 256 bytes.
5264
5265 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
5266
5267         [BZ #12167]
5268         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
5269         of inacessible symlinks.  Verify result of symlink before returning it.
5270         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
5271         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
5272
5273 2010-10-28  Erich Ritz  <erichritz@gmail.com>
5274
5275         * math/math.h (isinf): Fix typo in comment.
5276
5277 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
5278
5279         * po/da.po: Update from translation team.
5280
5281 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
5282
5283         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
5284         is added to the list.
5285
5286 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5287             Ulrich Drepper  <drepper@gmail.com>
5288
5289         * elf/dl-object.c (_dl_new_object): Don't append the new object to
5290         the global list here.  Move code to...
5291         (_dl_add_to_namespace_list): ...here.  New function.
5292         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
5293         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
5294         * elf/dl-load.c (lose): Don't remove the element from the list.
5295         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
5296         (_dl_map_object): Likewise.
5297
5298 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
5299
5300         [BZ #12159]
5301         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
5302         into all bytes of SSE register.
5303         Patch by Richard Li <richardpku@gmail.com>.
5304
5305 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
5306
5307         [BZ #12140]
5308         * malloc/malloc.c (_int_free): Fill correct number of bytes when
5309         perturbing.
5310
5311 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
5312
5313         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
5314         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
5315         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
5316         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
5317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
5318         submachine.
5319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
5320
5321 2010-10-22  Andreas Schwab  <schwab@redhat.com>
5322
5323         * include/dlfcn.h (__RTLD_SECURE): Define.
5324         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
5325         mode & __RTLD_SECURE instead.
5326         (open_path): Rename preloaded parameter to secure.
5327         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
5328         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
5329         * elf/dl-deps.c (openaux): Likewise.
5330         * elf/rtld.c (struct map_args): Remove is_preloaded.
5331         (map_doit): Don't use it.
5332         (dl_main): Likewise.
5333         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
5334         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
5335
5336 2010-09-09  Andreas Schwab  <schwab@redhat.com>
5337
5338         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
5339         (sysd-rules-targets): Remove duplicates.
5340         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
5341         rtld-%.$o dependency.
5342
5343 2010-10-18  Andreas Schwab  <schwab@redhat.com>
5344
5345         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
5346         _dl_map_object do it.
5347
5348 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
5349
5350         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
5351         fast fma builtins, define the macros in the C99 standard.
5352         (FP_FAST_FMAF): Likewise.
5353         (FP_FAST_FMAL): Likewise.
5354         * sysdeps/x86_64/bits/mathdef.h: Likewise.
5355
5356         * bits/mathdef.h: Update copyright year.
5357         * sysdeps/powerpc/bits/mathdef.h: Likewise.
5358
5359 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
5360
5361         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
5362         builtins, define the macros in the C99 standard.
5363         (FP_FAST_FMAF): Likewise.
5364         (FP_FAST_FMAL): Likewise.
5365         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
5366         multiply/add.
5367         (FP_FAST_FMAF): Likewise.
5368
5369 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
5370
5371         [BZ #3268]
5372         * math/libm-test.inc (fma_test): Some new testcases.
5373         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
5374         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
5375         y and infinite z.  Do multiplication by C already in long double.
5376         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
5377         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
5378         y and infinite z.  Do bitwise or of inexact bit into u.d.
5379         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
5380         * sysdeps/i386/fpu/s_fmaf.S: Removed.
5381         * sysdeps/i386/fpu/s_fma.S: Removed.
5382         * sysdeps/i386/fpu/s_fmal.S: Removed.
5383
5384 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
5385
5386         [BZ #3268]
5387         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
5388         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
5389         computation is not scheduled after fetestexcept.  Fix value
5390         of minimum denormal long double.
5391
5392 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
5393
5394         [BZ #3268]
5395         * math/libm-test.inc (fma_test): Add some more tests.
5396         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
5397         correctly.
5398
5399 2010-10-15  Andreas Schwab  <schwab@redhat.com>
5400
5401         * scripts/data/localplt-s390-linux-gnu.data: New file.
5402         * scripts/data/localplt-s390x-linux-gnu.data: New file.
5403
5404 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
5405
5406         [BZ #3268]
5407         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
5408         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
5409         instead of dbl-64.
5410         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
5411         inlines.
5412         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
5413         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
5414         if one of x and y is very large and the other is subnormal.
5415         * sysdeps/s390/fpu/s_fmaf.c: New file.
5416         * sysdeps/s390/fpu/s_fma.c: New file.
5417         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
5418         * sysdeps/powerpc/fpu/s_fma.S: New file.
5419         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
5420         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
5421         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
5422
5423 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
5424
5425         [BZ #3268]
5426         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
5427         fma tests.
5428         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
5429         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
5430         * sysdeps/i386/i686/multiarch/s_fma.c: Include
5431         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
5432         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
5433         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
5434         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
5435
5436 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
5437
5438         [BZ #12078]
5439         * posix/regcomp.c (parse_branch): One more memory leak plugged.
5440         * posix/bug-regex31.input: Add test case.
5441
5442 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
5443
5444         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
5445         * posix/bug-regex31.input: New file.
5446
5447         [BZ #12078]
5448         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
5449         (parse_sub_exp): Fix last change, use postorder.
5450
5451         * posix/bug-regex31.c: New file.
5452         * posix/Makefile: Add rules to build and run bug-regex31.
5453
5454         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
5455
5456         [BZ #12078]
5457         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
5458
5459         [BZ #12108]
5460         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
5461         to have entries in sys_siglist.
5462
5463         [BZ #12093]
5464         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
5465         be NULL.
5466
5467 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
5468
5469         [BZ #3268]
5470         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
5471         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
5472         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
5473         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
5474         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
5475         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
5476         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
5477         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
5478         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
5479         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
5480         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
5481         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
5482         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
5483         * math/ftestexcept.c (fetestexcept): Likewise.
5484         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
5485         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
5486         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
5487         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
5488         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
5489         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
5490         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
5491
5492 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
5493
5494         [BZ #12107]
5495         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
5496         newline.
5497
5498 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
5499
5500         * string/bug-strstr1.c: New file.
5501         * string/Makefile: Add rules to build and run bug-strstr1.
5502
5503 2010-10-05  Eric Blake  <eblake@redhat.com>
5504
5505         [BZ #12092]
5506         * string/str-two-way.h (two_way_long_needle): Always clear memory
5507         when skipping input due to the shift table.
5508
5509 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
5510
5511         [BZ #12005]
5512         * malloc/mcheck.c: Handle large requests.
5513
5514         [BZ #12077]
5515         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
5516         for strncmp and strncasecmp.
5517         * string/stratcliff.c: Add tests for strcmp and strncmp.
5518         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
5519
5520 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5521
5522         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
5523         __set_fpscr.
5524
5525 2010-09-30  Andreas Jaeger  <aj@suse.de>
5526
5527         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
5528         (CGROUP_SUPER_MAGIC): Define.
5529         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5530         Handle btrfs and cgroup file systems.
5531         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
5532         Likewise.
5533
5534 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
5535
5536         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
5537         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
5538
5539 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5540
5541         [BZ #12067]
5542         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
5543         trying to locate the ELF header.
5544
5545 2010-09-27  Andreas Schwab  <schwab@redhat.com>
5546
5547         [BZ #11611]
5548         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
5549         Mask out sign-bit copies when constructing f_fsid.
5550
5551 2010-09-24  Petr Baudis <pasky@suse.cz>
5552
5553         * debug/stack_chk_fail_local.c: Add missing licence exception.
5554         * debug/warning-nop.c: Likewise.
5555
5556 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
5557
5558         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
5559         implementing getdents64 using getdents syscall, set d_type if
5560         __ASSUME_GETDENTS32_D_TYPE.
5561
5562 2010-09-16  Andreas Schwab  <schwab@redhat.com>
5563
5564         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
5565         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
5566
5567 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
5568
5569         [BZ #12037]
5570         * posix/unistd.h: Undo change of feature selection for ftruncate from
5571         2010-01-11.
5572
5573 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
5574
5575         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
5576         detection.
5577
5578 2010-09-20  Andreas Schwab  <schwab@redhat.com>
5579
5580         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
5581         fanotify_mark.
5582         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
5583
5584 2010-09-14  Andreas Schwab  <schwab@redhat.com>
5585
5586         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
5587         variables after CHECK_SP call.
5588         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
5589
5590 2010-09-13  Andreas Schwab  <schwab@redhat.com>
5591             Ulrich Drepper  <drepper@redhat.com>
5592
5593         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
5594         re-relocationg ld.so.
5595         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
5596         _dl_init_paths call.
5597         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
5598         here anymore.
5599
5600 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
5601
5602         * resolv/res_init.c (__res_vinit): Count the default server we added.
5603
5604 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
5605             Ulrich Drepper  <drepper@redhat.com>
5606
5607         [BZ #11968]
5608         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
5609         (____longjmp_chk): Use %ebx for saving value across system call.
5610         Add unwind info.
5611
5612 2010-09-06  Andreas Schwab  <schwab@redhat.com>
5613
5614         * manual/Makefile: Don't mix pattern rules with normal rules.
5615
5616 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
5617
5618         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
5619         operation.
5620         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
5621         * libio/iofopncook.c (_IO_cookie_init): Likewise.
5622         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
5623         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
5624         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5625         Likewise.
5626
5627 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
5628
5629         [BZ #11979]
5630         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
5631         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
5632
5633 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
5634
5635         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
5636         * sysdeps/x86_64/addmul_1.S: Likewise.
5637         * sysdeps/x86_64/lshift.S: Likewise.
5638         * sysdeps/x86_64/mul_1.S: Likewise.
5639         * sysdeps/x86_64/rshift.S: Likewise.
5640         * sysdeps/x86_64/sub_n.S: Likewise.
5641         * sysdeps/x86_64/submul_1.S: Likewise.
5642
5643 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5644
5645         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
5646         Define __sched_param instead of SCHED_* and sched_param when
5647         <bits/sched.h> is included with __need_schedparam defined.
5648         * bits/sched.h [__need_schedparam]
5649         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
5650         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
5651         (__defined_schedparam): Define to 1.
5652         (__sched_param): New structure, identical to sched_param.
5653         (__need_schedparam): Undefine.
5654
5655 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
5656
5657         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
5658         (epoll_create1): Declare.
5659
5660         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
5661
5662 2010-08-31  Andreas Schwab  <schwab@redhat.com>
5663
5664         [BZ #7066]
5665         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
5666         shifting retval into place.
5667
5668 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
5669
5670         * nis/rpcsvc/nis.h: Update copyright notice.
5671         * nis/rpcsvc/nis.x: Likewise.
5672         * nis/rpcsvc/nis_callback.h: Likewise.
5673         * nis/rpcsvc/nis_callback.x: Likewise.
5674         * nis/rpcsvc/nis_object.x: Likewise.
5675         * nis/rpcsvc/nis_tags.h: Likewise.
5676         * nis/rpcsvc/yp.h: Likewise.
5677         * nis/rpcsvc/yp.x: Likewise.
5678         * nis/rpcsvc/ypupd.h: Likewise.
5679         * nis/yp_xdr.c: Likewise.
5680         * nis/ypupdate_xdr.c: Likewise.
5681
5682         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
5683         mainly the body of pmap_getport.  Add parameters to specify timeouts.
5684         (pmap_getport): Use __libc_rpc_getport.
5685         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
5686         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
5687         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
5688
5689 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
5690
5691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
5692         fanotify_mark.
5693
5694 2010-08-27  Roland McGrath  <roland@redhat.com>
5695
5696         * sysdeps/i386/i686/multiarch/Makefile
5697         (CFLAGS-varshift.c): New variable.
5698
5699 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
5700
5701         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
5702         * sysdeps/i386/i686/multiarch/varshift.c: New file.
5703
5704         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
5705
5706         * sysdeps/x86_64/strlen.S: Minimal code improvement.
5707
5708 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
5709
5710         * sysdeps/x86_64/strlen.S: Unroll the loop.
5711         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5712         strlen-sse2 strlen-sse2-bsf.
5713         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
5714         __strlen_no_bsf if bit_Slow_BSF is set.
5715         (__strlen_sse42): Removed.
5716         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
5717         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
5718
5719 2010-08-25  Roland McGrath  <roland@redhat.com>
5720
5721         * sysdeps/x86_64/multiarch/varshift.S: File removed.
5722         * sysdeps/x86_64/multiarch/varshift.c: New file.
5723         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
5724         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
5725         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
5726         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
5727
5728 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
5729
5730         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5731         strlen-sse2 strlen-sse2-bsf.
5732         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
5733         __strlen_sse2_bsf if bit_Slow_BSF is unset.
5734         (__strlen_sse2): Removed.
5735         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
5736         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
5737         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
5738         bit_Slow_BSF for Atom.
5739         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
5740         (index_Slow_BSF): Define.
5741         (HAS_SLOW_BSF): Define.
5742
5743 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
5744
5745         [BZ #10851]
5746         * resolv/res_init.c (__res_vinit): When no server address at all
5747         is given default to loopback.
5748
5749 2010-08-24  Roland McGrath  <roland@redhat.com>
5750
5751         * configure.in: Remove config-name.h generation.
5752         * configure: Regenerated.
5753         * config-name.in: File removed.
5754         * scripts/config-uname.sh: New file.
5755         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
5756         ($(objdir)config-name.h): New target.
5757
5758         * sunrpc/rpc_parse.h: Avoid nested comment.
5759
5760 2010-08-24  Richard Henderson  <rth@redhat.com>
5761             Ulrich Drepper  <drepper@redhat.com>
5762             H.J. Lu  <hongjiu.lu@intel.com>
5763
5764         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
5765         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
5766         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
5767         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
5768         _mm_alignr_epi8 with _mm_loadu_si128.
5769         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
5770         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
5771         (__m128i_shift_right): Removed.
5772         * sysdeps/i386/i686/multiarch/varshift.h: New file.
5773         * sysdeps/i386/i686/multiarch/varshift.S: New file.
5774         * sysdeps/x86_64/multiarch/varshift.h: New file.
5775         * sysdeps/x86_64/multiarch/varshift.S: New file.
5776
5777 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
5778
5779         * configure.in: Move assembler checks to before sysdep dir checking.
5780
5781 2010-08-20  Petr Baudis  <pasky@suse.cz>
5782
5783         * LICENSES: Sync the sunrpc license.
5784
5785 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
5786
5787         * sunrpc/auth_des.c: Update copyright notice once again.
5788         * sunrpc/auth_none.c: Likewise.
5789         * sunrpc/auth_unix.c: Likewise.
5790         * sunrpc/authdes_prot.c: Likewise.
5791         * sunrpc/authuxprot.c: Likewise.
5792         * sunrpc/bindrsvprt.c: Likewise.
5793         * sunrpc/clnt_gen.c: Likewise.
5794         * sunrpc/clnt_perr.c: Likewise.
5795         * sunrpc/clnt_raw.c: Likewise.
5796         * sunrpc/clnt_simp.c: Likewise.
5797         * sunrpc/clnt_tcp.c: Likewise.
5798         * sunrpc/clnt_udp.c: Likewise.
5799         * sunrpc/clnt_unix.c: Likewise.
5800         * sunrpc/des_crypt.c: Likewise.
5801         * sunrpc/des_soft.c: Likewise.
5802         * sunrpc/get_myaddr.c: Likewise.
5803         * sunrpc/getrpcport.c: Likewise.
5804         * sunrpc/key_call.c: Likewise.
5805         * sunrpc/key_prot.c: Likewise.
5806         * sunrpc/openchild.c: Likewise.
5807         * sunrpc/pm_getmaps.c: Likewise.
5808         * sunrpc/pm_getport.c: Likewise.
5809         * sunrpc/pmap_clnt.c: Likewise.
5810         * sunrpc/pmap_prot.c: Likewise.
5811         * sunrpc/pmap_prot2.c: Likewise.
5812         * sunrpc/pmap_rmt.c: Likewise.
5813         * sunrpc/rpc/auth.h: Likewise.
5814         * sunrpc/rpc/auth_unix.h: Likewise.
5815         * sunrpc/rpc/clnt.h: Likewise.
5816         * sunrpc/rpc/des_crypt.h: Likewise.
5817         * sunrpc/rpc/key_prot.h: Likewise.
5818         * sunrpc/rpc/netdb.h: Likewise.
5819         * sunrpc/rpc/pmap_clnt.h: Likewise.
5820         * sunrpc/rpc/pmap_prot.h: Likewise.
5821         * sunrpc/rpc/pmap_rmt.h: Likewise.
5822         * sunrpc/rpc/rpc.h: Likewise.
5823         * sunrpc/rpc/rpc_des.h: Likewise.
5824         * sunrpc/rpc/rpc_msg.h: Likewise.
5825         * sunrpc/rpc/svc.h: Likewise.
5826         * sunrpc/rpc/svc_auth.h: Likewise.
5827         * sunrpc/rpc/types.h: Likewise.
5828         * sunrpc/rpc/xdr.h: Likewise.
5829         * sunrpc/rpc_clntout.c: Likewise.
5830         * sunrpc/rpc_cmsg.c: Likewise.
5831         * sunrpc/rpc_common.c: Likewise.
5832         * sunrpc/rpc_cout.c: Likewise.
5833         * sunrpc/rpc_dtable.c: Likewise.
5834         * sunrpc/rpc_hout.c: Likewise.
5835         * sunrpc/rpc_main.c: Likewise.
5836         * sunrpc/rpc_parse.c: Likewise.
5837         * sunrpc/rpc_parse.h: Likewise.
5838         * sunrpc/rpc_prot.c: Likewise.
5839         * sunrpc/rpc_sample.c: Likewise.
5840         * sunrpc/rpc_scan.c: Likewise.
5841         * sunrpc/rpc_scan.h: Likewise.
5842         * sunrpc/rpc_svcout.c: Likewise.
5843         * sunrpc/rpc_tblout.c: Likewise.
5844         * sunrpc/rpc_util.c: Likewise.
5845         * sunrpc/rpc_util.h: Likewise.
5846         * sunrpc/rpcinfo.c: Likewise.
5847         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
5848         * sunrpc/rpcsvc/key_prot.x: Likewise.
5849         * sunrpc/rpcsvc/klm_prot.x: Likewise.
5850         * sunrpc/rpcsvc/mount.x: Likewise.
5851         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
5852         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
5853         * sunrpc/rpcsvc/rex.x: Likewise.
5854         * sunrpc/rpcsvc/rstat.x: Likewise.
5855         * sunrpc/rpcsvc/rusers.x: Likewise.
5856         * sunrpc/rpcsvc/sm_inter.x: Likewise.
5857         * sunrpc/rpcsvc/spray.x: Likewise.
5858         * sunrpc/rpcsvc/yppasswd.x: Likewise.
5859         * sunrpc/rtime.c: Likewise.
5860         * sunrpc/svc.c: Likewise.
5861         * sunrpc/svc_auth.c: Likewise.
5862         * sunrpc/svc_authux.c: Likewise.
5863         * sunrpc/svc_raw.c: Likewise.
5864         * sunrpc/svc_run.c: Likewise.
5865         * sunrpc/svc_simple.c: Likewise.
5866         * sunrpc/svc_tcp.c: Likewise.
5867         * sunrpc/svc_udp.c: Likewise.
5868         * sunrpc/svc_unix.c: Likewise.
5869         * sunrpc/svcauth_des.c: Likewise.
5870         * sunrpc/xcrypt.c: Likewise.
5871         * sunrpc/xdr.c: Likewise.
5872         * sunrpc/xdr_array.c: Likewise.
5873         * sunrpc/xdr_float.c: Likewise.
5874         * sunrpc/xdr_mem.c: Likewise.
5875         * sunrpc/xdr_rec.c: Likewise.
5876         * sunrpc/xdr_ref.c: Likewise.
5877         * sunrpc/xdr_sizeof.c: Likewise.
5878         * sunrpc/xdr_stdio.c: Likewise.
5879
5880         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
5881         handling.
5882
5883 2010-08-19  Andreas Schwab  <schwab@redhat.com>
5884
5885         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
5886
5887 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
5888
5889         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
5890         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
5891         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
5892         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
5893         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
5894         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
5895         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
5896         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
5897         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
5898         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
5899         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
5900         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
5901         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
5902         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
5903
5904 2010-07-26  Anton Blanchard  <anton@samba.org>
5905
5906         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
5907         * malloc/arena.c (heap_trim): Likewise.
5908
5909 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
5910
5911         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
5912         here.  Not...
5913         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
5914         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
5915
5916 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5917
5918         * sysdeps/i386/elf/Makefile: New file.
5919
5920 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
5921
5922         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
5923         from fanotify_init.
5924         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
5925         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
5926
5927 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
5928
5929         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
5930         of strncasecmp_l.
5931         * sysdeps/multiarch/strcmp.S: Likewise.
5932
5933 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
5934
5935         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5936         strncase_l-nonascii.
5937         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
5938         Add strncase_l-ssse3.
5939         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
5940         * sysdeps/x86_64/strcmp.S: Likewise.
5941         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
5942         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
5943         * sysdeps/x86_64/strncase.S: New file.
5944         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
5945         * sysdeps/x86_64/strncase_l.S: New file.
5946         * string/Makefile (strop-tests): Add strncasecmp.
5947         * string/test-strncasecmp.c: New file.
5948
5949         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
5950         warning.
5951
5952         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
5953         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
5954
5955 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
5956
5957         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
5958
5959 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
5960
5961         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
5962         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
5963         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
5964
5965 2010-05-01  Alan Modra  <amodra@gmail.com>
5966
5967         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
5968         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
5969         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
5970         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
5971         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
5972         tidying.  Don't tail-call __sigjmp_save for static lib.
5973         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
5974         save location.
5975         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
5976         (CALL_MCOUNT): Add eh info, and nop after bl.
5977         (TAIL_CALL_SYSCALL_ERROR): New macro.
5978         (PSEUDO_RET): Use it.
5979         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
5980         Correct save location of integer regs and cr.
5981         (_dl_profile_resolve): Correct cr save location.  Delete nops
5982         after bl when SHARED.  Reduce cfi size a little by better
5983         placement of cfi directives.
5984         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
5985         make a stack frame.  Instead use parm save area as a temp.
5986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
5987         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
5988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
5989         Don't make a stack frame for parent, use parm save area.
5990         Increase child stack frame to 112 bytes.  Don't save unused reg,
5991         and adjust reg usage.  Set up cfi on error recovery and
5992         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
5994         (__makecontext): Add dummy nop after jump to exit.
5995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
5996         Use correct parm save area and cr save, reduce stack frame.
5997         Correct cfi for possible PSEUDO_RET frame setup.
5998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
5999         Branch to local label emitted by PSEUDO_RET rather than
6000         __syscall_error.
6001
6002 2010-08-12  Andreas Schwab  <schwab@redhat.com>
6003
6004         [BZ #11904]
6005         * locale/programs/locale.c (print_assignment): New function.
6006         (show_locale_vars): Use it.
6007
6008 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
6009
6010         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
6011         field.
6012         (struct statfs64): Likewise.
6013         (_STATFS_F_FLAGS): Define.
6014         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
6015         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6016         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
6017         (ST_VALID): Define locally.
6018         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
6019         __statvfs_getflags, use the provided value.
6020         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6021         __ASSUME_STATFS_F_FLAGS.
6022
6023         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
6024
6025         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6026         Add sys/fanotify.h.
6027         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
6028         fanotify_mask for GLIBC_2.13.
6029         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
6030         fanotify_init and fanotify_mark.
6031         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
6032         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
6033
6034         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
6035         Add prlimit.
6036         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
6037         prlimit64 for GLIBC_2.13.
6038         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
6039         prlimit64.
6040         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
6041         syscall.
6042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
6043         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
6044         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
6045         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
6046         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
6047         add prlimit alias.
6048         * sysdeps/unix/sysv/linux/prlimit.c: New file.
6049
6050         [BZ #11903]
6051         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
6052         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
6053
6054         * nss/Makefile: Add rules to build and run tst-nss-test1.
6055         * shlib-versions: Add entry for libnss_test1.
6056         * nss/nss_test1.c: New file.
6057         * nss/tst-nss-test1.c: New file.
6058
6059         * nss/nsswitch.c (__nss_database_custom): Define new variable.
6060         (__nss_configure_lookup): Set appropriate entry in
6061         __nss_configure_lookup to true.
6062         * nss/nsswitch.h: Define enum with indeces of databases in
6063         databases and __nss_database_custom arrays.  Declare
6064         __nss_database_custom.
6065         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
6066         to avoid using nscd when custom rules are installed.
6067         * nss/getXXbyYY_r.c: Likewise.
6068         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
6069
6070         * nss/nss_files/files-parse.c: Whitespace fixes.
6071
6072 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
6073
6074         [BZ #11883]
6075         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
6076         * posix/fnmatch_loop.c: Likewise.
6077
6078 2010-07-17  Andi Kleen  <ak@linux.intel.com>
6079
6080         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
6081         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
6082         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
6083         * Versions.def [GLIBC_2.13]: Add.
6084
6085 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
6086
6087         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6088         Also fail if tpwd after pwuid call is NULL.
6089
6090 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6091
6092         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
6093         when converting to ms.
6094
6095 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6096
6097         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
6098         EOPNOTSUPP errors with ENOTTY.
6099         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
6100         EOPNOTSUPP errors with ENOTTY.
6101
6102 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
6103
6104         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
6105         Add strcasecmp_l-ssse3.
6106         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
6107         strcasecmp.
6108         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
6109         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
6110         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
6111
6112 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
6113
6114         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
6115
6116         * string/Makefile (strop-tests): Add strcasecmp.
6117         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6118         strcasecmp_l-nonascii.
6119         (gen-as-const-headers): Add locale-defines.sym.
6120         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
6121         * sysdeps/x86_64/strcasecmp.S: New file.
6122         * sysdeps/x86_64/strcasecmp_l.S: New file.
6123         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
6124         * sysdeps/x86_64/locale-defines.sym: New file.
6125         * string/test-strcasecmp.c: New file.
6126
6127         * string/test-strcasestr.c: Test both ends of the range of characters.
6128         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
6129
6130 2010-07-29  Roland McGrath  <roland@redhat.com>
6131
6132         [BZ #11856]
6133         * manual/locale.texi (Yes-or-No Questions): Fix example code.
6134
6135 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
6136
6137         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
6138         for ld.so.
6139
6140 2010-07-27  Andreas Schwab  <schwab@redhat.com>
6141
6142         * manual/memory.texi (Malloc Tunable Parameters): Document
6143         M_PERTURB.
6144
6145 2010-07-26  Roland McGrath  <roland@redhat.com>
6146
6147         [BZ #11840]
6148         * configure.in (-fgnu89-inline check): Set and substitute
6149         gnu89_inline, not libc_cv_gnu89_inline.
6150         * configure: Regenerated.
6151         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
6152
6153 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
6154
6155         * string/test-strnlen.c: New file.
6156         * string/Makefile (strop-tests): Add strnlen.
6157         * string/tester.c (test_strnlen): Add a few more test cases.
6158         * string/tst-strlen.c: Better error reporting.
6159
6160         * sysdeps/x86_64/strnlen.S: New file.
6161
6162 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
6163
6164         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
6165         lower-latency instructions.
6166
6167 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
6168
6169         * string/test-strcasestr.c: New file.
6170         * string/test-strstr.c: New file.
6171         * string/Makefile (strop-tests): Add strstr and strcasestr.
6172         * string/str-two-way.h: Don't undefine MAX.
6173         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
6174
6175 2010-07-21  Andreas Schwab  <schwab@redhat.com>
6176
6177         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6178         strcasestr-nonascii.
6179         (CFLAGS-strcasestr-nonascii.c): Define.
6180         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
6181         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
6182         Remove unused attribute.
6183
6184 2010-07-20  Roland McGrath  <roland@redhat.com>
6185
6186         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
6187         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
6188         ld.so.cache was broken.  With it, there is no way to disable dsocaps
6189         like LD_HWCAP_MASK can disable hwcaps.
6190
6191 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
6192
6193         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
6194
6195 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
6196
6197         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
6198         call in strcasestr.
6199         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
6200         __strcasestr_sse42_nonascii.
6201         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
6202         strcasestr-nonascii.c.
6203         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
6204
6205 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
6206
6207         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
6208         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
6209         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
6210         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
6211
6212 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
6213
6214         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
6215         fcntl.
6216
6217 2010-07-06  Andreas Schwab  <schwab@redhat.com>
6218
6219         [BZ #11577]
6220         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
6221         dl_signal_cerror.
6222
6223 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
6224
6225         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
6226         _PC_PIPE_BUF using F_GETPIPE_SZ.
6227
6228 2010-07-05  Roland McGrath  <roland@redhat.com>
6229
6230         * manual/arith.texi (Rounding Functions): Fix rint description
6231         implicit in round description.
6232
6233 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
6234
6235         * elf/Makefile: Fix linking for a few tests to make recent linker
6236         happy.
6237
6238 2010-06-30  Andreas Schwab  <schwab@redhat.com>
6239
6240         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
6241         $(common-objpfx)libc_nonshared.a.
6242
6243 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
6244
6245         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
6246         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
6247         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
6248         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
6249         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
6250         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
6251         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
6252         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
6253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
6254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
6255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
6256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
6257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
6258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
6259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
6260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
6261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
6262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
6263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
6264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
6265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
6266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
6267         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
6268         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
6269         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
6270         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
6271         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
6272         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
6273         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
6274         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
6275         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
6276         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
6277         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
6278         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
6279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
6280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
6281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
6282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
6283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
6284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
6287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
6288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
6289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
6290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
6291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
6292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
6293
6294 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
6295
6296         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
6297         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
6298         * string/memmove.c (memmove): Renamed to ...
6299         (MEMMOVE): ...this.  Default to memmove.
6300         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
6301         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
6302         (END_CHK): Define.
6303         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6304         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
6305         mempcpy-ssse3-back memmove-ssse3-back.
6306         * sysdeps/x86_64/multiarch/bcopy.S: New file .
6307         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
6308         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
6309         * sysdeps/x86_64/multiarch/memcpy.S: New file.
6310         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
6311         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
6312         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
6313         * sysdeps/x86_64/multiarch/memmove.c: New file.
6314         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
6315         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
6316         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
6317         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
6318         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
6319         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
6320         Define.
6321         (index_Fast_Copy_Backward): Define.
6322         (HAS_ARCH_FEATURE): Define.
6323         (HAS_FAST_REP_STRING): Define.
6324         (HAS_FAST_COPY_BACKWARD): Define.
6325
6326 2010-06-21  Andreas Schwab  <schwab@redhat.com>
6327
6328         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6329         Restore proper fallback handling.
6330
6331 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
6332
6333         [BZ #11701]
6334         * posix/group_member.c (__group_member): Correct checking loop.
6335
6336         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
6337         OOM in getpwuid_r correctly.  Return error number when the caller
6338         should return, otherwise -1.
6339         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
6340         call returning > 0 value.
6341         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
6342
6343 2010-06-07  Andreas Schwab  <schwab@redhat.com>
6344
6345         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
6346         libc_nonshared.a from targets in modules-names.
6347
6348 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
6349
6350         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
6351         requires it.
6352
6353 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
6354
6355         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
6356         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
6357         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
6358         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
6359
6360 2010-06-02  Andreas Schwab  <schwab@redhat.com>
6361
6362         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
6363
6364 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
6365
6366         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
6367         and F_GETPIPE_SZ.
6368         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6369         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6370         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6372         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6373         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
6374
6375 2010-06-14  Roland McGrath  <roland@redhat.com>
6376
6377         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
6378
6379 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
6380
6381         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
6382         __REDIRECT followed by __THROW.
6383         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
6384         * posix/getopt.h (getopt): Likewise.
6385
6386 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
6387
6388         * hurd/lookup-at.c (__file_name_lookup_at): Accept
6389         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
6390         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
6391         in AT_FLAGS.
6392         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
6393         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
6394
6395 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
6396
6397         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
6398
6399 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
6400
6401         [BZ #11640]
6402         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6403         Properly check family and model.
6404
6405 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
6406
6407         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
6408
6409 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
6410
6411         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
6412
6413 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
6414
6415         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
6416         symbol reference.
6417
6418 2010-05-19  Andreas Schwab  <schwab@redhat.com>
6419
6420         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
6421         symbol reference.
6422
6423 2010-05-21  Andreas Schwab  <schwab@redhat.com>
6424
6425         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
6426         and internal_recvmmsg.
6427         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
6428         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
6429         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
6430         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
6431
6432         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
6433         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
6434         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
6435
6436 2010-05-20  Andreas Schwab  <schwab@redhat.com>
6437
6438         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
6439
6440 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
6441
6442         POWER7 optimizations.
6443         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
6444         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
6445
6446 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
6447
6448         * version.h: Update for 2.13 development version.
6449
6450 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
6451
6452         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
6453         exceptions.  Return 0.
6454
6455 2010-05-07  Roland McGrath  <roland@redhat.com>
6456
6457         * elf/ldconfig.c (main): Add a const.
6458
6459 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
6460
6461         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
6462         (args_options): Add no-idn option.
6463         (ahosts_keys_int): Add idn_flags to ai_flags.
6464         (parse_option): Handle 'i' option to clear idn_flags.
6465
6466         * malloc/malloc.c (_int_free): Possible race in the most recently
6467         added check.  Only act on the data if no current modification
6468         happened.
6469
6470 See ChangeLog.17 for earlier changes.