88b9b4f6fe4e66ab89475417e242b055a2989a3f
[platform/upstream/glibc.git] / ChangeLog
1 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
2
3         * po/ca.po: Update from translation team.
4
5         * inet/getnetgrent_r.c: Hook up nscd.
6         * nscd/Makefile (routines): Add nscd_netgroup.
7         (nscd-modules): Add netgroupcache.
8         (CFLAGS-netgroupcache.c): Define.
9         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
10         (cache_search): Add const to second parameter.
11         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
12         INNETGR.
13         (dbs): Add netgrdb entry.
14         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
15         (verify_persistent_db): Handle netgrdb.
16         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
17         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
18         GETFDNETGR.
19         (netgroup_response_header): Define.
20         (innetgroup_response_header): Define.
21         (datahead): Add netgroup_response_header and innetgroup_response_header
22         elements.
23         * nscd/nscd.conf: Add entries for netgroup cache.
24         * nscd/nscd.h (dbtype): Add netgrdb.
25         (_PATH_NSCD_NETGROUP_DB): Define.
26         (netgroup_iov_disabled): Declare.
27         (xmalloc, xcalloc, xrealloc): Move declarations here.
28         (cache_search): Adjust prototype.
29         Add netgroup-related prototypes.
30         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
31         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
32         (__nscd_innetgr): Declare.
33         * nscd/selinux.c (perms): Use access_vector_t as element type and
34         add netgroup-related initializers.
35         * nscd/netgroupcache.c: New file.
36         * nscd/nscd_netgroup.c: New file.
37         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
38         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
39         For four parameters use innetgr.
40         * nss/nss_files/files-init.c: Add definition and callback for netgr.
41         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
42         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
43         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44
45         * nscd/connections.c (register_traced_file): Don't register file
46         for disabled databases.
47
48 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49
50         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51
52         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53         from tree and freeing node.
54
55 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
56
57         * nss/nsswitch.c (__nss_database_lookup): Handle
58         nss_parse_service_list out of memory case.
59
60 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
61
62         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
63         out of memory case.
64
65 2011-10-04  Andreas Schwab  <schwab@redhat.com>
66
67         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
68         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
69         pass it down.
70         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
71         elf_machine_rela, elf_machine_lazy_rel.
72         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
73         (ELF_DYNAMIC_DO_REL): Likewise.
74         (ELF_DYNAMIC_DO_RELA): Likewise.
75         (ELF_DYNAMIC_RELOCATE): Likewise.
76         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
77         to ELF_DYNAMIC_DO_REL.
78         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
79         (dl_main): In trace mode always set __RTLD_NOIFUNC.
80         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
81         elf_machine_rela.
82         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
83         skip_ifunc, don't call ifunc function if non-zero.
84         (elf_machine_rela): Likewise.
85         (elf_machine_lazy_rel): Likewise.
86         (elf_machine_lazy_rela): Likewise.
87         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
88         (elf_machine_lazy_rel): Likewise.
89         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
90         Likewise.
91         (elf_machine_lazy_rel): Likewise.
92         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
93         Likewise.
94         (elf_machine_lazy_rel): Likewise.
95         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
96         (elf_machine_lazy_rel): Likewise.
97         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
98         (elf_machine_lazy_rel): Likewise.
99         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
100         (elf_machine_lazy_rel): Likewise.
101         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
102         (elf_machine_lazy_rel): Likewise.
103         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
104         (elf_machine_lazy_rel): Likewise.
105         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
106         (elf_machine_lazy_rel): Likewise.
107
108 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
109
110         * nss/nss_files/files-init.c (_nss_files_init): Use static
111         initialization for all the *_traced_file variables.
112
113 2011-09-28  Andreas Schwab  <schwab@redhat.com>
114
115         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
116
117 2011-09-27  Roland McGrath  <roland@hack.frob.com>
118
119         [BZ #13226]
120         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
121
122 2011-09-27  Andreas Schwab  <schwab@redhat.com>
123
124         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
125         Reread the line before reparsing it.
126
127 2011-09-26  Andreas Schwab  <schwab@redhat.com>
128
129         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
130
131 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
132             Maxim Kuvyrkov  <maxim@codesourcery.com>
133             Joseph Myers  <joseph@codesourcery.com>
134
135         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
136         if needed for __stack_chk_guard.
137
138 2011-09-19  Roland McGrath  <roland@hack.frob.com>
139
140         * sysdeps/posix/spawni.c (script_execute): Always define it.
141         It will be optimized away if unused.
142         (maybe_script_execute): New function.
143         (__spawni): Call it.
144
145         * Makerules: Don't include tls.make.
146         (config-tls): Always set to thread.
147         * tls.make.c: File removed.
148
149 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
150
151         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
152         * config.make.in (CPPFLAGS-config): New substituted variable.
153
154 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
155
156         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
157
158         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
159         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
160
161 2011-09-15  Roland McGrath  <roland@hack.frob.com>
162
163         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
164         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
165         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
166         (CALL_FAIL): Likewise.
167         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
168         (CALL_FAIL): Macro removed.
169         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
170
171 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
172
173         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
174         for __FINITE_MATH_ONLY__ == 1.
175
176 2011-09-15  Andreas Schwab  <schwab@redhat.com>
177
178         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
179         __ieee754_sqrt instead of sqrt.
180         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
181         __ieee754_sqrtf instead of sqrtf.
182         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
183         __floorf instead of floorf.
184         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
185         __floorf, __truncf instead of floorf, truncf.
186
187 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
188
189         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
190
191         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
192         __extern_always_inline.
193         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
194         32-bit.
195
196 2011-09-14  Andreas Schwab  <schwab@redhat.com>
197
198         * elf/rtld.c (dl_main): Also relocate in dependency order when
199         doing symbol dependency testing.
200
201 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
202
203         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
204         Always define `refsym'.
205
206 2011-09-13  Andreas Schwab  <schwab@redhat.com>
207
208         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
209         (__FD_ELT): Renamed from __FDELT.
210         * misc/bits/select2.h (__FD_ELT): Likewise.
211         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
212         __FD_MASK instead of __FDELT, __FDMASK.
213         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
214         Likewise.
215         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
216         Likewise.
217
218         * elf/Makefile (gen-ldd): Fix pattern.
219
220         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
221         (init_tls): Likewise.
222
223 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
224
225         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
226
227 2011-09-12  Andreas Schwab  <schwab@redhat.com>
228
229         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
230         `struct cmsghdr *' instead of `void *'.
231         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
232         Likewise.
233
234 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
235
236         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
237         if non-absolute.
238         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
239         ldd_rewrite_script.
240
241 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
242
243         * configure.in: Remove --with-tls option.
244         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
245         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
246         out in case it is missing.
247         * sysdeps/ia64/elf/configure.in: Likewise.
248         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
249         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
250         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
251         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
252         * sysdeps/sh/elf/configure.in: Likewise.
253         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
254         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
255         * sysdeps/x86_64/elf/configure.in: Likewise.
256         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
257         * sysdeps/mach/hurd/tls.h: Likewise.
258
259         [BZ #13067]
260         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
261
262         [BZ #13090]
263         * configure.in: Fix use of AC_INIT.
264
265         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
266
267 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
268
269         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
270         __set_errno.
271         * malloc/hooks.c: Likewise.
272
273         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
274         variables statically.
275         (narenas): Initialize.
276         (list_lock): Initialize.
277         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
278         initializtion of main_arena and list_lock.  Small cleanups.
279         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
280         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
281         Add initializers to main_arena and mp_.
282         (malloc_state): Remove pagesize member.  Change all users to use
283         GLRO(dl_pagesize).
284
285         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
286         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
287         is always initialized.
288
289         * malloc/malloc.c: Removed unused configurations and dead code.
290         * malloc/arena.c: Likewise.
291         * malloc/hooks.c: Likewise.
292         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
293
294         * include/tls.h: Removed.  USE___THREAD must always be defined.
295         * bits/libc-tsd.h: Don't handle !USE___THREAD.
296         * elf/dl-libc.c: Likewise.
297         * elf/dl-tsd.c: Likewise.
298         * include/errno.h: Likewise.
299         * include/netdb.h: Likewise.
300         * include/resolv.h: Likewise.
301         * inet/herrno-loc.c: Likewise.
302         * inet/herrno.c: Likewise.
303         * malloc/arena.c: Likewise.
304         * malloc/hooks.c: Likewise.
305         * malloc/malloc.c: Likewise.
306         * resolv/res-state.c: Likewise.
307         * resolv/res_libc.c: Likewise.
308         * sysdeps/i386/dl-machine.h: Likewise.
309         * sysdeps/ia64/dl-machine.h: Likewise.
310         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
311         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
312         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
313         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
314         * sysdeps/sh/dl-machine.h: Likewise.
315         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
316         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
317         * sysdeps/unix/i386/sysdep.S: Likewise.
318         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
319         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
320         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
321         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
322         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
323         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
324         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
325         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
326         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
328         * sysdeps/unix/x86_64/sysdep.S: Likewise.
329         * sysdeps/x86_64/dl-machine.h: Likewise.
330         * tls.make.c: Likewise.
331
332         * configure.in: Remove --with-__thread option.  Make tests for
333         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
334         tls_model attribute fail if no support is available.  Remove
335         USE_IN_LIBIO.
336         * Makeconfig: Adjust for dropped configure option.  All features are
337         now mandatory.
338         * Makerules: Likewise.
339         * Versions.def: Likewise.
340         * argp/argp-fmtstream.c: Likewise.
341         * argp/argp-fmtstream.h: Likewise.
342         * argp/argp-help.c: Likewise.
343         * assert/assert.c: Likewise.
344         * config.h.in: Likewise.
345         * config.make.in: Likewise.
346         * configure: Likewise.
347         * configure.in: Likewise.
348         * csu/Versions: Likewise.
349         * csu/init.c: Likewise.
350         * elf/tst-audit2.c: Likewise.
351         * elf/tst-tls10.c: Likewise.
352         * elf/tst-tls10.h: Likewise.
353         * elf/tst-tls11.c: Likewise.
354         * elf/tst-tls12.c: Likewise.
355         * elf/tst-tls14.c: Likewise.
356         * elf/tst-tlsmod11.c: Likewise.
357         * elf/tst-tlsmod12.c: Likewise.
358         * elf/tst-tlsmod13.c: Likewise.
359         * elf/tst-tlsmod13a.c: Likewise.
360         * elf/tst-tlsmod14a.c: Likewise.
361         * elf/tst-tlsmod15b.c: Likewise.
362         * elf/tst-tlsmod16a.c: Likewise.
363         * elf/tst-tlsmod16b.c: Likewise.
364         * elf/tst-tlsmod7.c: Likewise.
365         * elf/tst-tlsmod8.c: Likewise.
366         * elf/tst-tlsmod9.c: Likewise.
367         * gmon/gmon.c: Likewise.
368         * grp/fgetgrent_r.c: Likewise.
369         * grp/putgrent.c: Likewise.
370         * hurd/fopenport.c: Likewise.
371         * include/libc-symbols.h: Likewise.
372         * include/tls.h: Likewise.
373         * intl/gettextP.h: Likewise.
374         * intl/loadinfo.h: Likewise.
375         * locale/global-locale.c: Likewise.
376         * locale/localeinfo.h: Likewise.
377         * mach/devstream.c: Likewise.
378         * malloc/arena.c: Likewise.
379         * malloc/set-freeres.c: Likewise.
380         * misc/err.c: Likewise.
381         * misc/getttyent.c: Likewise.
382         * misc/mntent_r.c: Likewise.
383         * posix/getopt.c: Likewise.
384         * posix/wordexp.c: Likewise.
385         * pwd/fgetpwent_r.c: Likewise.
386         * resolv/Versions: Likewise.
387         * resolv/res_hconf.c: Likewise.
388         * shadow/fgetspent_r.c: Likewise.
389         * shadow/putspent.c: Likewise.
390         * stdio-common/printf_fphex.c: Likewise.
391         * stdio-common/tmpfile.c: Likewise.
392         * stdlib/abort.c: Likewise.
393         * stdlib/fmtmsg.c: Likewise.
394         * sunrpc/auth_unix.c: Likewise.
395         * sunrpc/clnt_perr.c: Likewise.
396         * sunrpc/clnt_tcp.c: Likewise.
397         * sunrpc/clnt_udp.c: Likewise.
398         * sunrpc/clnt_unix.c: Likewise.
399         * sunrpc/openchild.c: Likewise.
400         * sunrpc/svc_simple.c: Likewise.
401         * sunrpc/svc_tcp.c: Likewise.
402         * sunrpc/svc_udp.c: Likewise.
403         * sunrpc/svc_unix.c: Likewise.
404         * sunrpc/xdr.c: Likewise.
405         * sunrpc/xdr_array.c: Likewise.
406         * sunrpc/xdr_rec.c: Likewise.
407         * sunrpc/xdr_ref.c: Likewise.
408         * sunrpc/xdr_stdio.c: Likewise.
409
410 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
411
412         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
413
414 2011-07-03  Andreas Jaeger  <aj@suse.de>
415
416         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
417         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
418         regenerate with gen-libm-tests.pl.
419
420 2010-05-12  Petr Baudis  <pasky@suse.cz>
421
422         [BZ #11589]
423         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
424         around j0() zero points by switching to j1().
425         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
426         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
427         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
428         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
429
430 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
431
432         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
433         instead of 0.
434         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
435         instead of 0.                              .
436         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
437         Patch in part by Pavel Roskin <proski@gnu.org>.
438
439         [BZ #13138]
440         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
441         realloc.
442         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
443         Free memory block if necessary.
444
445         [BZ #12847]
446         * libio/genops.c (INTDEF): For string streams the _lock pointer can
447         be NULL.  Don't lock in this case.
448
449 2011-09-09  Roland McGrath  <roland@hack.frob.com>
450
451         * elf/elf.h (ELFOSABI_GNU): New macro.
452         (ELFOSABI_LINUX): Define to that.
453
454 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
455
456         * string/strncat.c (strncat): Undef the symbol in case it has been
457         defined in bits/string.h.
458
459 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
460
461         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
462
463         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
464         link map.
465
466 2011-08-17  Andreas Jaeger  <aj@suse.de>
467
468         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
469
470 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
471             Ian Lance Taylor  <iant@google.com>
472
473         * math/libm-test.inc (lround_test): New testcase.
474         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
475
476 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
477
478         * Makefile: Remove support for automatic cvs check-ins.
479         * Makerules: Likewise.
480         * config.make.in: Likewise.
481         * configure.in: Likewise.
482         * intl/Makefile: Likewise.
483         * locale/Makefile: Likewise.
484         * po/Makefile: Likewise.
485         * posix/Makefile: Likewise.
486         * sysdeps/gnu/Makefile: Likewise.
487         * sysdeps/mach/hurd/Makefile: Likewise.
488         * sysdeps/sparc/sparc32/Makefile: Likewise.
489
490         [BZ #13118]
491         * posix/Makefile (bug-regex32-ENV): Define.
492         Patch by John Stanley <jpsinthemix@verizon.net>.
493
494         * misc/Makefile (headers): Add bits/select2.h.
495         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
496         * misc/bits/select2.h: New file.
497         * include/bits/select2.h: New file.
498         * debug/Makefile (routines): Add fdelt_chk.
499         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
500         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
501         FD_ISSET.
502         * debug/fdelt_chk.c: New file.
503
504         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
505         * wcsmbs/test-wmemcmp.c: Likewise.
506         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
507         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
508
509 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
510
511         * string/Makefile (strop-tests): Add memcmp.
512         * string/test-wmemcmp.c: New file.
513         * string/test-memcmp.c: Add wmemcmp support.
514
515 2011-09-08  Roland McGrath  <roland@hack.frob.com>
516
517         [BZ #13153]
518         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
519         2011-07-19 change.
520
521         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
522         garbage value in a __mach_port_mod_refs call in the cases of the
523         task-self and thread-self ports.
524
525 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
526
527         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
528
529 2011-09-08  Andreas Schwab  <schwab@redhat.com>
530
531         * elf/dl-load.c (lose): Check for non-null L.
532
533 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
534
535         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
536
537         * elf/dl-libc.c (dlerror_run): Pass back error code from
538         dl_catch_error.
539
540         [BZ #13123]
541         * elf/dl-load.c (lose): Free l_origin if it is valid.
542
543         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
544         names.
545         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
546         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
547         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
548         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
549         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
550         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
551
552 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
553
554         * sysdeps/powerpc/fpu/e_hypot.c: New file.
555         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
556         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
557         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
558         * sysdeps/powerpc/fpu/k_cosf.c: New file.
559         * sysdeps/powerpc/fpu/k_sinf.c: New file.
560         * sysdeps/powerpc/fpu/s_cosf.c: New file.
561         * sysdeps/powerpc/fpu/s_sinf.c: New file.
562         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
563         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
564
565 2011-08-15  Alan Modra  <amodra@gmail.com>
566
567         [BZ #13092]
568         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
569         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
570         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
571         ppc_mcount to static-only-routines.
572         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
573         __mcount_internal.
574         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
575         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
576
577 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
578
579         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
580         for finite and infinity parameters.
581
582 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
583
584         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
585         and add nop instructions for throughput optimization.
586         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
587
588 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
589
590         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
591         aligned copy for power7 with vector-scalar instructions.
592         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
593
594 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
595
596         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
597         AVX check.
598
599 2011-09-07  Andreas Schwab  <schwab@redhat.com>
600
601         [BZ #13144]
602         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
603         last change.
604
605 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
606
607         * sysdeps/unix/sysv/linux/x86_64/init-first.c
608         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
609         syscall wrapper around clock_gettime in __vdso_clock_gettime.
610         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
611         clock_gettime.
612
613 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
614
615         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
616         Forgot to demangle the pointer.
617
618         * sysdeps/i386/sysdep.h: Define atom_text_section.
619         * sysdeps/x86_64/sysdep.h: Likewise.
620         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
621         section with atom_text_section.
622         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
623         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
624         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
625         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
626         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
627
628         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
629         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
630         already be defined.  Change to take two parameters and don't assign
631         result to variable.  Adjust all users.
632         Define INTERNAL_GETTIME if not already defined.
633         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
634         call.
635         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
636         HAVE_CLOCK_GETTIME_VSYSCALL.
637         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
638
639         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
640         gettimeofday vsyscall, just use time.
641
642 2011-09-06  Andreas Schwab  <schwab@redhat.com>
643
644         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
645         <errno.h>.
646
647 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
648
649         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
650         syscall on x86-64.
651         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
652         syscall.
653         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
654         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
655         syscall if possible.
656
657 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
658
659         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
660         e_ident.  Don't pass to find_mapsXX.
661         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
662
663 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
664
665         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
666         strchr-sse2-no-bsf strrchr-sse2-no-bsf
667         * sysdeps/x86_64/multiarch/strchr.S: Update.
668         Check bit_slow_BSF bit.
669         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
670         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
671         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
672
673 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
674
675         [BZ #13134]
676         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
677         before glibc 2.15.
678         (tryshell): Define.
679         (__spawni): Change last parameter to be flag.  Test
680         SPAWN_XFLAGS_USE_PATH flag to use path or not.
681         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
682         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
683         * posix/spawni.c: Likewise.
684         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
685         * posix/spawnp.c: Likewise.  Change normal version to use
686         SPAWN_XFLAGS_USE_PATH.
687         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
688         SPAWN_XFLAGS_TRY_SHELL.
689
690         [BZ #13150]
691         * posix/glob.h: Remove gcc 1.x support.
692
693         [BZ #13068]
694         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
695
696 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
697
698         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
699         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
700         strrchr-sse2-bsf
701         * sysdeps/i386/i686/multiarch/strchr.S: New file.
702         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
703         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
704         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
705         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
706         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
707
708 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
709
710         * sysdeps/x86_64/wcscmp.S: New file.
711
712         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
713         wcscmp-c wcscmp-sse2
714         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
715         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
716         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
717         * wcsmbs/wcscmp.c: Allow renaming.
718
719 2011-09-05  David S. Miller  <davem@davemloft.net>
720
721         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
722         stack slot, rather than the struct return pointer slot.
723         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
724         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
726         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
727
728 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
729
730         * po/ja.po: Update from translation team.
731
732         [BZ #13144]
733         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
734         kernel in 64-bit binaries.
735
736 2011-09-01  David S. Miller  <davem@davemloft.net>
737
738         * elf/elf.h (HWCAP_SPARC_*): Move to..
739         * sysdeps/sparc/sysdep.h: this new file and add new values.
740         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
741         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
742         _DL_HWCAP_COUNT to 24.
743         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
744         entries.
745         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
746         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
747         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
748         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
749         instead of magic constants.
750         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
751
752 2011-08-31  David S. Miller  <davem@davemloft.net>
753
754         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
755         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
756         Reimplement to do errno handling inline.
757         (SYSCALL_ERROR_HANDLER): New macro.
758         (__SYSCALL_STRING): Do not do errno handling in asm.
759         (__CLONE_SYSCALL_STRING): Delete.
760         (__INTERNAL_SYSCALL_STRING): Delete.
761         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
762         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
763         (PSEUDO): Reimplement to do errno handling inline.
764         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
765         (SYSCALL_ERROR_HANDLER): New macro.
766         (__SYSCALL_STRING): Do not do errno handling in asm.
767         (__CLONE_SYSCALL_STRING): Delete.
768         (__INTERNAL_SYSCALL_STRING): Delete.
769         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
770         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
771         i386.
772         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
773         (inline_syscall*): Add 'err' argument.
774         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
775         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
776         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
777         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
778
779         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
780         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
781
782 2011-08-30  Andreas Schwab  <schwab@redhat.com>
783
784         * elf/rtld.c (dl_main): Relocate objects in dependency order.
785
786 2011-08-29  Jiri Olsa <jolsa@redhat.com>
787
788         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
789         directive.
790
791 2011-08-24  David S. Miller  <davem@davemloft.net>
792
793         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
794
795 2011-08-24  Andreas Schwab  <schwab@redhat.com>
796
797         * elf/Makefile: Add rules to build and run unload8 test.
798         * elf/unload8.c: New file.
799         * elf/unload8mod1.c: New file.
800         * elf/unload8mod1x.c: New file.
801         * elf/unload8mod2.c: New file.
802         * elf/unload8mod3.c: New file.
803
804         * elf/dl-close.c (_dl_close_worker): Reset private search list if
805         it wasn't used.
806
807 2011-08-23  David S. Miller  <davem@davemloft.net>
808
809         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
810         subtract stack bias.
811         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
812         %sp not %fp in calculations.
813         (_JMPBUF_UNWINDS_ADJ): Likewise.
814
815         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
816         (aio_suspend): Call it to force an exception region around the
817         AIO_MISC_WAIT() invocation.
818
819 2011-08-23  Andreas Schwab  <schwab@redhat.com>
820
821         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
822         backslash.
823
824 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
825
826         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
827         protection macro.
828         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
829         and <dl-machine.h>.
830         (Elf64_FuncDesc): Remove.
831
832 2011-08-22  David S. Miller  <davem@davemloft.net>
833
834         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
835         sigaltstack check, add missing cfi directives.
836         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
837         missing cfi directives, and sigaltstack handling.
838
839 2011-08-16  Andreas Schwab  <schwab@redhat.com>
840
841         [BZ #11724]
842         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
843         object is seen twice.
844         * elf/dl-fini.c (_dl_sort_fini): Likewise.
845
846         * elf/Makefile (distribute): Add tst-initorder2.c.
847         (tests): Add tst-initorder2.
848         (modules-names): Add tst-initorder2a tst-initorder2b
849         tst-initorder2c tst-initorder2d.  Add rules to build them.
850         ($(objpfx)tst-initorder2.out): New rule.
851         * elf/tst-initorder2.c: New file.
852         * elf/tst-initorder2.exp: New file.
853
854 2011-08-22  Andreas Schwab  <schwab@redhat.com>
855
856         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
857
858         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
859         dependencies back to end of function.
860
861         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
862         $(elfobjdir)/ld.so.
863
864 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
865
866         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
867         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
868         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
869         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
870         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
871         of __vdso_gettimeofday.
872         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
873         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
874         attribute_hidden.
875         (_libc_vdso_platform_setup): Remove initialization of
876         __vdso_gettimeofday and __vdso_time.
877
878 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
879
880         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
881         and fgetc_unlocked.
882         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
883         getc_unlocked.
884
885         * elf/dl-open.c (add_to_global): Report additions to the global scope
886         for LD_DEBUG=scopes.
887         (dl_open_worker): Also print scope of newly loaded dependencies.
888         (_dl_show_scope): Indicate if there is no scope.
889
890         [BZ #13114]
891         * stdio-common/Makefile (tests): Add bug24.
892         * stdio-common/bug24.c: New file.
893
894 2011-08-19  Andreas Jaeger  <aj@suse.de>
895
896         [BZ #13114]
897         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
898         non-existant file when using close-on-exec mode.
899
900 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
901
902         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
903         the very first instruction.
904
905         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
906         the CFI state in the end.
907         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
908         inclusion of dl-trampoline.h.
909         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
910
911 2011-08-19  Andreas Schwab  <schwab@redhat.com>
912
913         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
914         expectations for long double.
915
916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
917         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
918
919 2011-08-14  David S. Miller  <davem@davemloft.net>
920
921         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
922         artificual limit depends upon the system page size.
923
924 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
925
926         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
927         * resolv/Makefile: Define CFLAGS-libresolv.
928
929 2011-08-17  Andreas Schwab  <schwab@redhat.com>
930
931         * nss/makedb.c (compute_tables): Make variables used in nested
932         function static.
933
934 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
935
936         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
937         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
938         if buffer was too small.
939
940         * elf/pldd.c (main): Attach to all threads in the process.
941         Rewrite /proc handling to use *at functions.
942
943 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
944
945         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
946         specifies first scope to show.
947         (dl_open_worker): Update callers.  Move printing scope of new
948         object to before the relocation.
949         * elf/rtld.c (dl_main): Update _dl_show_scope call.
950         * sysdeps/generic/ldsodefs.h: Update declaration.
951
952         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
953         string for the scope number.
954
955 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
956
957         * nscd/servicescache.c (cache_addserv): Make sure written is always
958         initialized.
959
960 2011-08-14  Roland McGrath  <roland@hack.frob.com>
961
962         * sysdeps/i386/i486/bits/atomic.h
963         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
964         statement expression, so as to suppress "set but not used" warning.
965         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
966
967         * string/strncat.c (STRNCAT): Use prototype definition.
968
969         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
970         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
971         -Iprograms here.
972         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
973         (localedef-modules): Add localedef.
974         (locale-modules): Add locale.
975
976         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
977         * elf/rtld.c (dl_main): Invert order of assignment in last change,
978         to avoid a warning.
979
980 2011-08-14  David S. Miller  <davem@davemloft.net>
981
982         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
983         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
984
985 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
986
987         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
988         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
989         * elf/rtld.c (dl_main): Set l_name of vDSO.
990         Call _dl_show_scope when DL_DEBUG_SCOPES.
991         (process_dl_debug): Recognize scopes flag and also set it for all.
992         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
993         Declare _dl_show_scope.
994
995         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
996         (do_dlopen): Pass caller_dlopen to dl_open.
997         (__libc_dlopen_mode): Initialize caller_dlopen.
998
999         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
1000         of libc.  Make tolower call locale-independent.  Optimize a bit by
1001         using isdigit instead of isalnum.
1002         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
1003
1004 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
1005
1006         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
1007         was a dependency or dynamically loaded.
1008
1009 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
1010
1011         * intl/l10nflist.c: Allow architecture-specific pop function.
1012         * sysdeps/x86_64/l10nflist.c: New file.
1013
1014         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
1015         classification.
1016
1017 2011-08-10  Andreas Schwab  <schwab@redhat.com>
1018
1019         * include/dirent.h: Add libc_hidden_proto for scandirat and
1020         scandirat64.  Don't declare __scandirat64.
1021         * dirent/scandirat.c: Add libc_hidden_def.
1022         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
1023         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
1024
1025 2011-08-10  David S. Miller  <davem@davemloft.net>
1026
1027         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
1028         enum.
1029         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1030         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1031         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1032
1033 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
1034
1035         * Versions.def [libc]: Add GLIBC_2.15.
1036         * dirent/Makefile (routines): Add scandirat and scandirat64.
1037         * dirent/Versions [libc]: Export scandirat and scandirat64 for
1038         GLIBC_2.15.
1039         * dirent/dirent.h: Declare scandirat and scandirat64.
1040         * dirent/scandirat.c: New file.
1041         * dirent/scandirat64.c: New file.
1042         * sysdeps/wordsize-64/scandirat.c: New file.
1043         * sysdeps/wordsize-64/scandirat64.c: New file.
1044         * dirent/opendir.c: Define opendirat.
1045         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
1046         using scandirat.
1047         * dirent/scandir64.c: Adjust for scandir.c change.
1048         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
1049         __scandirat64, and __scandir_cancel_handler.
1050         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
1051         additional parameter and use openat instead of open (outside of ld.so).
1052         Add new __opendir as wrapper around __opendirat.
1053         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
1054         here without requiring old scandirat implementation.
1055
1056 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
1057
1058         * dirent/scandir.c (cancel_handler): Renamed to
1059         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
1060         defined.  Adjust users.
1061         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
1062         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
1063
1064 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
1065
1066         * string/test-string.h (IMPL): Use __STRING to expand name and then
1067         stringify it.
1068
1069         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
1070         of cleanups.
1071
1072 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1073
1074         * string/Makefile: Update.
1075         (strop-tests): Append strncat.
1076         * string/test-wcscmp.c: New file.
1077         New comprehensive test for wcscmp.
1078         * string/test-strcmp.c: Update.
1079         (WIDE): New define.
1080
1081 2011-07-22  Andreas Schwab  <schwab@redhat.com>
1082
1083         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
1084         line.
1085
1086 2011-07-26  Andreas Schwab  <schwab@redhat.com>
1087
1088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
1089         encoding to ACE if AI_IDN.
1090
1091 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
1092
1093         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
1094         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
1095
1096 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1097
1098         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
1099         Fix overflow bug in strncat.
1100         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1101
1102         * string/test-strncat.c: Update.
1103         Add new tests for checking overflow bugs.
1104
1105 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1106
1107         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1108         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
1109         * sysdeps/i386/i686/multiarch/strcat.S: New file.
1110         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
1111         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
1112         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
1113         * sysdeps/i386/i686/multiarch/strncat.S: New file.
1114         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
1115         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
1116
1117         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
1118         (USE_AS_STRCAT): Define.
1119         Add strcat and strncat support.
1120         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1121
1122 2011-07-25  Andreas Schwab  <schwab@redhat.com>
1123
1124         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
1125         __n bigger than INT_MAX+1.
1126         (__strncmp_g): Likewise.
1127
1128 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
1129
1130         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
1131         * libio/stido.h: Likewise.
1132
1133         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
1134         (AF_NFC): Define.
1135         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
1136         (AF_NFC): Define.
1137
1138         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
1139         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1140         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1141         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1142         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1143
1144         [BZ #13021]
1145         * scripts/test-installation.pl: Don't expect libnss_test1 to be
1146         installed.
1147
1148         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
1149         typo.
1150         (_dl_x86_64_save_sse): Likewise.
1151
1152 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
1153
1154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
1155         OSXSAVE.
1156         (_dl_x86_64_save_sse): Likewise.
1157
1158         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
1159
1160         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
1161
1162 2011-07-21  Andreas Schwab  <schwab@redhat.com>
1163
1164         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
1165         change.
1166         (_dl_x86_64_save_sse): Use correct AVX check.
1167
1168 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1169
1170         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
1171         bug in strncpy/strncat.
1172         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1173
1174 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
1175
1176         * string/tester.c (test_strcat): Add tests for different alignments
1177         of source and destination.
1178         (test_strncat): Likewise.
1179
1180 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
1181
1182         [BZ #12852]
1183         * posix/glob.c (glob): Check passed in values before using them in
1184         expressions to avoid some overflows.
1185         (glob_in_dir): Likewise.
1186
1187         [BZ #13007]
1188         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
1189         check for AVX enablement so that we don't crash with old kernels and
1190         new hardware.
1191         * elf/tst-audit4.c: Add same checks here.
1192         * elf/tst-audit6.c: Likewise.
1193
1194         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
1195
1196 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
1197
1198         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
1199
1200 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
1201
1202         * po/cs.po: Update from translation team.
1203         * po/bg.po: Likewise.
1204
1205 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
1206
1207         * misc/sys/cdefs.h: Add support for const attribute.
1208         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
1209         to gnu_dev_{major,minor,makedev} functions.
1210
1211 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
1212
1213         * intl/dcigettext.c (get_output_charset): Add missing bracket.
1214
1215 2011-07-20  Andreas Schwab  <schwab@redhat.com>
1216
1217         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
1218         strlen results.
1219
1220 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1221
1222         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
1223         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
1224         register in order to avoid conflicts with the soft frame pointer
1225         being held in r11 when necessary.
1226         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
1227         (INTERNAL_VSYSCALL_NCS): Likewise.
1228
1229 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
1230
1231         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
1232         * elf/dl-fini.c (_dl_fini): Adjust caller.
1233         * elf/dl-close.c (_dl_close_worker): Likewise.
1234         * sysdeps/generic/ldsodefs.h: Adjust declaration.
1235
1236 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
1237
1238         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
1239         "aux_cache->nlibs < 0".
1240
1241         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
1242         in the reload-count case.
1243
1244 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
1245
1246         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1247         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
1248         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
1249         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
1250         * sysdeps/x86_64/multiarch/strcat.S: New file.
1251         * sysdeps/x86_64/multiarch/strncat.S: New file.
1252         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
1253         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
1254         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
1255         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
1256         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
1257         (USE_AS_STRCAT): Define.
1258         Add strcat and strncat support.
1259         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
1260         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1261         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
1262         * string/strncat.c: Update.
1263         (USE_AS_STRNCAT): Define.
1264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1265         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
1266         and i7.
1267         * sysdeps/x86_64/multiarch/init-arch.h
1268         (bit_Prefer_PMINUB_for_stringop): New.
1269         (index_Prefer_PMINUB_for_stringop): Likewise.
1270         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
1271         bit_Prefer_PMINUB_for_stringop.
1272
1273 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
1274
1275         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
1276         buffer64.
1277         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
1278         of casting of buffer.
1279         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
1280         buffer32 and buffer64.
1281         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
1282         writes instead of casting of buffer.
1283         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
1284         buffer32.
1285         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
1286         casting of buffer.
1287
1288 2011-07-19  Andreas Schwab  <schwab@redhat.com>
1289
1290         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
1291
1292 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
1293
1294         * nscd/nscd.c (termination_handler): Don't do anything for a database
1295         if it has not yet been initialized.
1296
1297 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
1298
1299         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1300
1301 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
1302
1303         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1304
1305 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
1306
1307         * po/nl.po: Update from translation team.
1308         * po/sv.po: Likewise.
1309
1310 2011-07-16  Roland McGrath  <roland@hack.frob.com>
1311
1312         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
1313         now disallowed by GCC.
1314
1315         * configure.in (use-default-link): Default to yes if a test -shared
1316         link meets our qualifications.
1317         * configure: Regenerated.
1318
1319         * config.make.in (output-format): New variable.
1320         * configure.in: Check for ld --print-output-format support.
1321         * configure: Regenerated.
1322         * Makerules ($(common-objpfx)format.lds)
1323         [$(output-format) != unknown]: Just use $(output-format),
1324         instead of the linker-script munging.
1325
1326 2011-07-14  Roland McGrath  <roland@hack.frob.com>
1327
1328         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
1329         of $(common-objpfx)shlib.lds.
1330         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
1331
1332         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
1333         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
1334
1335         * configure.in (-z relro check): Adjust test code to add a large
1336         writable data section after it.
1337         * configure: Regenerated.
1338
1339 2011-07-11  Roland McGrath  <roland@hack.frob.com>
1340
1341         * configure.in (-z relro check): Fix test code to make the variable
1342         truly const.
1343         * configure: Regenerated.
1344
1345 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
1346
1347         * nscd/nscd.h (struct traced_file): Define.
1348         (struct database_dyn): Remove inotify_descr, reset_res, and filename
1349         elements.  Add traced_files.
1350         (inotify_fd): Declare.
1351         (register_traced_file): Declare.
1352         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
1353         (inotify_fd): Export.
1354         (resolv_conf_descr): Remove.
1355         (nscd_init): Move inotify descriptor creation to main.
1356         Don't register files for notification here.
1357         (register_traced_file): New function.
1358         (invalidate_cache): Don't use reset_res to determine whether to call
1359         res_init, go through the list of registered files.
1360         (main_loop_poll): The inotify descriptors are now stored in the
1361         structures for the traced files.
1362         (main_loop_epoll): Likewise
1363         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
1364         to __nss_disable_nscd.
1365         * nscd/cache.c (prune_cache): There is no single inotify descriptor
1366         for a database anymore.  Check the records for all the registered
1367         files instead.
1368         * nss/Makefile (libnss_files-routines): Add files-init.
1369         (libnss_db-routines): Add db-init.
1370         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
1371         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
1372         * nss/nss_db/db-init.c: New file.
1373         * nss/nss_files/files-init.c: New file.
1374         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
1375         __nss_lookup_function.
1376         (__nss_lookup_function): Call nss_load_library.
1377         (nss_load_all_libraries): New function.
1378         (__nss_disable_nscd): Take parameter with callback function for files
1379         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
1380         used for the cached services.
1381         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
1382         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
1383         options for features to all the files in nscd.
1384
1385         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
1386
1387 2011-07-10  Roland McGrath  <roland@hack.frob.com>
1388
1389         * csu/elf-init.c (__libc_csu_init): Comment typo.
1390
1391 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
1392
1393         * po/pl.po: Update from translation team.
1394         * po/ja.po: Likewise.
1395         * po/ru.po: Likewise.
1396         * po/ko.po: Likewise.
1397         * po/fr.po: Likewise.
1398
1399 2011-07-09  Roland McGrath  <roland@hack.frob.com>
1400
1401         * configure.in (.ctors/.dtors header and trailer check):
1402         Use an empirical test on a built program.
1403         * configure: Regenerated.
1404
1405         * configure.in (-z relro check): Use an empirical test on a built DSO.
1406         Detect, but do not require, on ia64.
1407         * configure: Regenerated.
1408
1409         * configure.in (READELF): Find it with AC_CHECK_TOOL.
1410         Update tests that use readelf to use $READELF instead.
1411         * configure: Regenerated.
1412
1413 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
1414
1415         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
1416         if the result is not used.
1417
1418 2011-07-05  Andreas Jaeger  <aj@suse.de>
1419
1420         [BZ#9696]
1421         * stdlib/tst-strtod.c: Add testcase.
1422
1423 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
1424
1425         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
1426         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
1427         The latter has a higher limit.  Take additional parameter to pass to
1428         the new function.
1429         (__pathconf): Pass file to __statfs_link_max.
1430         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
1431         __statfs_link_max.
1432         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
1433         __statfs_link_max.
1434
1435         [BZ #12868]
1436         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
1437         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1438         Handle Lustre.
1439         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
1440         (__statfs_filesize_max): Likewise.
1441         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
1442
1443 2011-07-05  Andreas Jaeger  <aj@suse.de>
1444
1445         * resolv/res_comp.c (dn_skipname): Remove unused variable.
1446
1447 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
1448
1449         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
1450         `status' variable.
1451         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
1452         Likewise.
1453
1454 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
1455
1456         * Makefile (strop-tests): Add strncat.
1457         * string/test-strncat.c: New file.
1458
1459 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
1460
1461         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
1462
1463 2011-06-21  Andreas Jaeger  <aj@suse.de>
1464
1465         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
1466         Copy rule from iconvdata/Makefile.
1467
1468 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
1469
1470         [BZ #12922]
1471         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
1472         but no long options are defined, just return 'W'.
1473
1474 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
1475
1476         [BZ #9696]
1477         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
1478
1479 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
1480
1481         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
1482         netgroups to read.
1483         (innetgr): Likewise.
1484
1485 2011-07-05  Roland McGrath  <roland@hack.frob.com>
1486
1487         * config.make.in (install_root): Default to $(DESTDIR).
1488
1489 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
1490
1491         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
1492
1493 2011-07-02  Roland McGrath  <roland@hack.frob.com>
1494
1495         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
1496
1497         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
1498         containing directory rather than embedding absolute directory names.
1499
1500         * scripts/check-local-headers.sh: Rewritten using awk.
1501         Match by word, not by line.  Print error messages for matches.
1502         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
1503
1504         * Makerules [shlib-lds-flags empty]:
1505         ($(common-objpfx)libc_pic.opts): New target.
1506         ($(common-objpfx)libc_pic.os.clean): New target.
1507         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
1508
1509         * config.make.in (OBJCOPY): New variable.
1510         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
1511         * configure: Regenerated.
1512
1513         * config.make.in (use-default-link): New variable.
1514         * configure.in (use_default_link): Grok --with-default-link to set it.
1515         * configure: Regenerated.
1516         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
1517         (shlib-lds, shlib-lds-flags): Define to empty.
1518
1519         * Makerules (shlib-lds): New variable.
1520         (shlib-lds-flags): New variable.
1521         (build-shlib, build-moduile, build-module-asneeded): Use it.
1522         ($(common-objpfx)libc.so): Use $(shlib-lds).
1523         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
1524         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
1525
1526         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
1527         DT_FLAGS/DT_FLAGS_1 with zero flags.
1528
1529         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
1530         linker script munging.
1531
1532 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
1533
1534         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
1535         as 128-bit value.
1536         * crypt/sha512.c (sha512_process_block): Perform total addition using
1537         128-bit if possible.
1538         (__sha512_finish_ctx): Likewise.
1539         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
1540         as 64-bit value.
1541         * crypt/sha256.c (SWAP64): Define.
1542         (sha256_process_block): Perform total addition using 64-bit if
1543         possible.
1544         (__sha256_finish_ctx): Likewise.
1545
1546 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
1547
1548         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
1549         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1550         * nscd/hstcache.c (cache_addhst): Likewise.
1551         * nscd/grpcache.c (cache_addgr): Likewise.
1552         * nscd/aicache.c (addhstaiX): Likewise
1553         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
1554
1555 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
1556
1557         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
1558         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1559         * nscd/hstcache.c (cache_addhst): Likewise.
1560         * nscd/grpcache.c (cache_addgr): Likewise.
1561         * nscd/aicache.c (addhstaiX): Likewise
1562
1563 2011-07-01  Andreas Schwab  <schwab@redhat.com>
1564
1565         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
1566         domain only when needed.
1567
1568 2011-06-30  Andreas Schwab  <schwab@redhat.com>
1569
1570         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
1571         is always restored.
1572
1573 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
1574
1575         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
1576         are re-adding the entry.
1577         * nscd/servicescache.c (cache_addserv): Likewise.
1578
1579 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
1580
1581         * sysdeps/generic/dl-irel.h: fix protection against multiple
1582         inclusions.
1583         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
1584
1585 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
1586
1587         [BZ #12935]
1588         * malloc/memusage.sh: Fix quoting in message.
1589         * debug/xtrace.sh: Likewise.
1590
1591         * configure.in: Remove support for --experimental-malloc option, make
1592         it the default.
1593         * config.make.in: Likewise.
1594         * malloc/Makefile: Likewise.
1595
1596 2011-06-27  Andreas Schwab  <schwab@redhat.com>
1597
1598         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
1599         two-byte characters.
1600
1601 2011-06-27  Roland McGrath  <roland@hack.frob.com>
1602
1603         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
1604         AC_CACHE_CHECK invocation.
1605         * configure: Regenerated.
1606
1607         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
1608
1609 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
1610
1611         [BZ #12350]
1612         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
1613         bit from old_res_options.
1614
1615         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
1616
1617         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
1618         value type for setfct.
1619
1620 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
1621
1622         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1623         __gettimeofday instead of gettimeofday.
1624
1625 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
1626
1627         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
1628
1629 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
1630
1631         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
1632
1633         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
1634         info.
1635
1636 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1637
1638         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1639         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1640         strcpy-sse2-unaligned strncpy-sse2-unaligned
1641         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
1642         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
1643         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
1644         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
1645         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
1646         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
1647         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
1648         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
1649         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
1650         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
1651         (STRCPY): Support SSE2 and SSSE3 versions.
1652
1653 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
1654
1655         [BZ #12874]
1656         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
1657         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
1658         kernels which artificially limit size of requests.
1659
1660 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1661
1662         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1663         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1664         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
1665         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
1666         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
1667         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
1668         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
1669         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
1670         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
1671         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
1672         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
1673         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
1674         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
1675         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
1676         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
1677         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1678         Enable unaligned load optimization for Intel Core i3, i5 and i7
1679         processors.
1680         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
1681         Define.
1682         (index_Fast_Unaligned_Load): Define.
1683         (HAS_FAST_UNALIGNED_LOAD): Define.
1684
1685 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1686
1687         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
1688
1689 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
1690
1691         [BZ #12907]
1692         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
1693         until it is clear that the information is realy needed.
1694         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
1695
1696 2011-06-22  Andreas Schwab  <schwab@redhat.com>
1697
1698         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
1699
1700 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
1701
1702         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1703         /sys/devices/system/cpu/online if it is usable.
1704
1705         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
1706         reading the information from the /proc filesystem to once a second.
1707
1708 2011-06-21  Andreas Jaeger  <aj@suse.de>
1709
1710         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
1711         NULL after inclusion of kernel headers.
1712
1713 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
1714
1715         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
1716         calls to internal_setent.
1717
1718         [BZ #12885]
1719         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
1720         addresses using gethostbyname4_r ignore IPv4 addresses.
1721
1722         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
1723         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
1724
1725         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
1726
1727 2011-06-20  David S. Miller  <davem@davemloft.net>
1728
1729         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
1730         inclusions.
1731         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
1732
1733         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
1734         (elf_irel): Use it.
1735         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
1736         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
1737         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
1738         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
1739         * sysdeps/x86_64/dl-irel.h: Likewise.
1740
1741         * elf/dl-runtime.c: Use elf_ifunc_invoke.
1742         * elf/dl-sym.c: Likewise.
1743
1744 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
1745
1746         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
1747         need to dereference resplen2.
1748
1749 2011-06-14  Andreas Schwab  <schwab@redhat.com>
1750
1751         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
1752
1753 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
1754
1755         * Makeconfig: Define vardbdir and inst_vardbdir.
1756         * nss/Makefile: Add rules to install db-Makefile.
1757
1758         * nss/nss_db/db-XXX.c: Cleanup.
1759
1760         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
1761         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
1762         GLIBC_PRIVATE.
1763         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
1764         * nss/makedb.c: Implement -g option to specify that value strings
1765         are generated and should not be added to table iterated over for
1766         get*ent calls.
1767         * nss/nss_db/db-initgroups.c: New file.
1768
1769         * nss/getent.c: Add support for initgroups lookups through getgrouplist
1770         interface.
1771
1772         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
1773         (internal_getgrouplist): Adjust to name change.
1774         Update use_initgroups_entry if this is not the first call.
1775         * nss/databases.def: Add initgroups entry.
1776
1777         * nss/makedb.c (compute_tables): Check result of multiple hash table
1778         sizes to minimize maximum chain length.
1779
1780 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
1781
1782         * Versions.def: Add entry for libnss_db.
1783         * shlib-versions: Likewise.
1784         * nss/Makefile: Add rules to build libnss_db.
1785         * nss/Versions: Add libnss_db information.  Organize libnss_files
1786         entries better.
1787         * nss/db-Makefile: Add gshadow support.  Change rules for the new
1788         makedb progra.  Some minor improvements to generate smaller files.
1789         * nss/nss_db/nss_db.h: Move NSS database header data structures to
1790         here from...
1791         * nss/makedb.c: ...here.
1792         Improve database format to be smaller and require less memory at
1793         runtime.
1794         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
1795         db anymore.
1796         * nss/nss_db/db-netgrp.c: Likewise.
1797         * nss/nss_db/db-open.c: Likewise.
1798         * nss/nss_files/flies-XXX.x: Adjust comments.
1799         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
1800         * nss/nss_files/files-grp.c: Likewise.
1801         * nss/nss_files/files-hosts.c: Likewise.
1802         * nss/nss_files/files-network.c: Likewise.
1803         * nss/nss_files/files-proto.c: Likewise.
1804         * nss/nss_files/files-pwd.c: Likewise.
1805         * nss/nss_files/files-rpc.c: Likewise.
1806         * nss/nss_files/files-service.c: Likewise.
1807         * nss/nss_files/files-sgrp.c: Likewise.
1808         * nss/nss_files/files-spwd.c: Likewise.
1809         * nss/nss_db/db-alias.c: Removed.
1810         * nss/nss_db/dummy-db.h: Removed.
1811
1812 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
1813
1814         * nss/makedb.c: Rewritten to not use database library.
1815         * nss/Makefile: Update to build new makedb program.
1816
1817 2011-06-14  Andreas Jaeger  <aj@suse.de>
1818
1819         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
1820         memset declaration.
1821
1822 2011-06-10  Andreas Schwab  <schwab@redhat.com>
1823
1824         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
1825         tmpbuf.
1826
1827 2011-06-10  Roland McGrath  <roland@hack.frob.com>
1828
1829         * Makerules (shlib.lds): Fail if the linker script comes out empty.
1830         * elf/Makefile ($(objpfx)ld.so): Likewise.
1831
1832         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
1833         Don't list ld.so twice in dependencies.
1834
1835         * posix/bug-regex31.c: Include <stdlib.h>.
1836
1837         * nscd/hstcache.c (cache_addhst): Remove unused variable.
1838
1839         * nis/nss_compat/compat-spwd.c
1840         (getspent_next_nss_netgr): Remove unused variable.
1841         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
1842
1843         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
1844         nonmembers" output to use the right array.
1845
1846         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
1847
1848         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
1849
1850         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
1851         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
1852         * catgets/gencat.c (read_input_file): Likewise.
1853         * locale/programs/locarchive.c (enlarge_archive): Likewise.
1854
1855         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
1856         variable definition inside #if's controlling its use.
1857
1858         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
1859
1860         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
1861
1862         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
1863
1864         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
1865         unreachable code.
1866
1867         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
1868
1869         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
1870         * configure: Regenerated.
1871
1872         * Makerules: Revert last change.
1873         * elf/Makefile: Likewise.
1874
1875 2011-06-09  Roland McGrath  <roland@hack.frob.com>
1876
1877         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
1878         * elf/Makefile ($(objpfx)librtld.os): Likewise.
1879         (reloc-link): Likewise.
1880
1881 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
1882
1883         * elf/Makefile: Add rules to build pldd.
1884         * elf/pldd.c: New file.
1885         * elf/pldd-xx.c: New file.
1886
1887 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
1888
1889         * version.h: Update for 2.15 development version.
1890
1891 2011-06-07  David S. Miller  <davem@davemloft.net>
1892
1893         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
1894         ifuncs.
1895         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
1896         elf_machine_lazy_rel): Likewise.
1897         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
1898         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
1899         elf_machine_lazy_rel): Likewise.
1900         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
1901         dl_hwcap via passed in argument.
1902         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
1903         Likewise.
1904
1905 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1906
1907         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
1908
1909 2011-06-06  Roland McGrath  <roland@hack.frob.com>
1910
1911         [BZ #12849]
1912         * manual/fdl-1.1.texi: New file, verbatim from:
1913         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
1914         * manual/lgpl-2.1.texi: New file, verbatim from:
1915         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
1916         * manual/Makefile (licenses): New variable, list those new file names.
1917         (texis): Use it.
1918         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
1919
1920         * manual/fdl.texi: File removed.
1921         * manual/lesser.texi: File removed.
1922         * manual/libc.texinfo (Copying, Documentation License):
1923         Use new @include file names, put @appendix directive before @include.
1924
1925 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
1926
1927         [BZ #12841]
1928         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
1929         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
1930         (mq_open): Add __NTH.
1931
1932 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1933
1934         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1935         Assume Intel Core i3/i5/i7 processor if AVX is available.
1936
1937 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
1938
1939         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
1940         typo.
1941
1942 2011-05-31  Andreas Schwab  <schwab@redhat.com>
1943
1944         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
1945         memory.  Use alloca_account.  Fix memory leak when retrying.
1946
1947 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
1948
1949         * version.h (RELEASE): Bump for 2.14 release.
1950         * include/features.h (__GLIBC_MINOR__): Bump to 14.
1951
1952         * config.make.in (RANLIB): Remove entry.
1953
1954 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
1955
1956         * po/Makefile (po-sed-cmd): Add ksh to extensions.
1957         (libc.pot): Work around missing support for .ksh extension in xgettext.
1958
1959         [BZ #12684]
1960         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
1961         if both request failed.
1962         (send_dg): In case of server errors clear resplen or *resplen2.
1963
1964         [BZ #12454]
1965         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
1966         when there are multiple maps.
1967         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
1968         (_dl_fini): Remove test here.
1969
1970         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
1971
1972 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
1973
1974         [BZ #12350]
1975         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
1976         bit from old_res_options.
1977         (gaih_inet): Likewise.
1978
1979         [BZ #11099]
1980         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
1981         as signed.
1982
1983         * resolv/res_init.c (res_setoptions): Make the code more compact.
1984
1985         [BZ #11558]
1986         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
1987         set RES_USEVC.
1988
1989         [BZ #11634]
1990         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
1991
1992         * malloc/malloc.h: Mark malloc hook variables as deprecated.
1993
1994         [BZ #11781]
1995         * malloc/malloc.h: Declare malloc hook variables as volatile.
1996
1997         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
1998         in last patch.
1999
2000         [BZ #11799]
2001         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
2002         raise in the comment.
2003         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
2004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2005         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
2006
2007 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
2008
2009         [BZ #12811]
2010         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
2011         grow the buffers more if it already has to be sufficient.
2012         (build_wcs_upper_buffer): Likewise.
2013         * posix/regexec.c (check_matching): Likewise.
2014         (clean_state_log_if_needed): Likewise.
2015         (extend_buffers): Don't enlarge buffers beyond size of the input
2016         buffer.
2017         Patches mostly by Emil Wojak <emil@wojak.eu>.
2018         * posix/bug-regex32.c: New file.
2019         * posix/Makefile (tests): Add bug-regex32.
2020
2021         * locale/findlocale.c (_nl_find_locale): Return right away if
2022         _nl_explode_name failed.
2023         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
2024
2025         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
2026
2027         * debug/xtrace.sh: Unify messages.
2028         * malloc/memusage.sh: Likewise.
2029
2030         [BZ #12813]
2031         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
2032         time symbol from vDSO.  Substitute with vsyscall if not available.
2033         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
2034         __vdso_time.
2035
2036         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
2037         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
2038         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
2039         Add sendmmsg and internal_sendmmsg.
2040         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
2041         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
2042         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
2043
2044         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
2045         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
2046         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
2047
2048 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
2049
2050         [BZ #12813]
2051         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
2052         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
2053         available.
2054         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
2055         __vdso_getcpu.
2056
2057         [BZ #12814]
2058         * iconvdata/Makefile (tests): Add bug-iconv9.
2059         * iconvdata/bug-iconv9.c: New file.
2060
2061 2011-05-27  Andreas Schwab  <schwab@redhat.com>
2062
2063         [BZ #12814]
2064         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
2065
2066 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
2067
2068         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2069         (struct user_regs_struct): Change intcs field back to cs.
2070
2071 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
2072
2073         * po/ja.po: Update from translation team.
2074
2075 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
2076
2077         [BZ #12795]
2078         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
2079         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2080
2081 2011-05-20  Andreas Schwab  <schwab@redhat.com>
2082
2083         * stdlib/longlong.h: Update from GCC.
2084
2085 2011-05-23  Andreas Schwab  <schwab@redhat.com>
2086
2087         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
2088         parameter name.
2089         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
2090         Add parameter name.
2091         (__sysconf): Pass it down.
2092
2093 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
2094
2095         [BZ #12671]
2096         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
2097         some situations.
2098         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2099         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
2100         add in in __libc_use_alloca calls.  Adjust callers.
2101         (glob): Use malloc in some situations.
2102
2103         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
2104         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
2105         pltexit.
2106
2107 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
2108
2109         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
2110         and CLOCK_BOOTTIME_ALARM.
2111
2112         [BZ #12782]
2113         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
2114         is returned.
2115
2116         * string/_strerror.c (__strerror_r): Print negative errors as signed
2117         numbers.
2118
2119         [BZ #12777]
2120         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
2121         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
2122         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
2123
2124         * configure.in: Fix typo in redirection and correct removal of test
2125         files in two cases.
2126
2127         [BZ #12788]
2128         * locale/setlocale.c (new_composite_name): Fix test to check for
2129         identical name of all categories.
2130
2131         [BZ #12792]
2132         * libio/filedoalloc.c (local_isatty): New function.
2133         (_IO_file_doallocate): Use local_isatty.
2134         * stdio-common/perror.c (perror): In case a new stream is used
2135         forward the stream error.
2136         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
2137         error flag.
2138
2139 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
2140
2141         [BZ #11869]
2142         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
2143         alloca.
2144         * include/alloca.h (extend_alloca_account): Define.
2145
2146         [BZ #11857]
2147         * posix/regex.h: Fix comments with documentation of user-accessible
2148         fields after compilation and describe correct free'ing of pattern
2149         after re_compile_pattern.
2150         Patch by Reuben Thomas <rrt@sc3d.org>.
2151
2152 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
2153
2154         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
2155         and -mno-altivec to prevent the compiler from using Altivec and/or
2156         VSX instructions when the corresponding registers are not available.
2157
2158 2011-05-19  Andreas Schwab  <schwab@redhat.com>
2159
2160         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
2161
2162 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
2163
2164         * libio/freopen.c (freopen): Use __dup2, not dup2.
2165         * libio/freopen64.c (freopen64): Likewise.
2166
2167 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2168
2169         [BZ #12775]
2170         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
2171         * math/Makefile (tests): Add test-powl.
2172         (CFLAGS-test-powl.c): Define.
2173         * math/test-powl.c: New file.
2174
2175 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2176
2177         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
2178
2179 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
2180
2181         [BZ #11837]
2182         * iconvdata/gb18030.c: Update to GB18020-2005.
2183
2184 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
2185
2186         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
2187         RE_SYNTAX_POSIX_AWK): Update to match recent development.
2188         Patch by Aharon Robbins <arnold@skeeve.com>.
2189
2190         [BZ #11892]
2191         * stdlib/putenv.c (putenv): Don't always create copy of the variable
2192         on the stack.
2193
2194         [BZ #11895]
2195         * misc/pselect.c (__pselect): Handle timeout value errors hidden
2196         through underflows.
2197
2198         [BZ #12766]
2199         * misc/error.c (error_at_line): Ensure file_name and old_file_name
2200         point to strings before performing equality test for error_one_per_line
2201         mode.
2202
2203         [BZ #11697]
2204         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
2205
2206         [BZ #11820]
2207         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2208         (struct user_fpregs_struct): Avoid __uint*_t types.
2209
2210         [BZ #6420]
2211         * malloc/mtrace.c (tr_where): Add additional parameter to point to
2212         symbol info.  Use it instead of calling _dl_addr locally.
2213         (lock_and_info): New function.
2214         (tr_freehook): Call lock_and_info and pass symbol info as additional
2215         parameter to tr_where.
2216         (tr_mallochook): Likewise.
2217         (tr_reallochook): Likewise.
2218         (tr_memalignhook): Likewise.
2219
2220         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
2221         used and couldn't be at all thread-safe.
2222
2223 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
2224
2225         * libio/freopen.c (freopen): Don't close old file descriptor
2226         before the new one is opened.  Instead dup the new file descriptor
2227         to the old one after the new stream is created.
2228         * libio/freopen64.c (freopen64): Likewise.
2229         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
2230         * libio/fileops.c (_IO_new_file_close_it): Handle new
2231         _IO_FLAGS2_NOCLOSE flag.
2232         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
2233         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
2234         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
2235         _IO_FLAGS2_NOCLOSE flag.
2236         * include/unistd.h: Add hidden_proto for dup3.
2237         Define __have_dup3.
2238         * io/dup3.c: Define hidden symbol.
2239         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
2240
2241         [BZ #7101]
2242         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
2243         when an incomplete long option is used.
2244         * posix/tst-getopt_long1.c: New file.
2245         * posix/Makefile (tests): Add tst-getopt_long1.
2246
2247         [BZ #10138]
2248         * scripts/config.guess: Update from autoconf-2.68.
2249         * scripts/config.sub: Likewise.
2250
2251         [BZ #10157]
2252         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
2253         tests into ...
2254         (has_cpuclock): ...this.  New function.
2255         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
2256         macro here based on has_cpuclock code.
2257
2258         [BZ #10149]
2259         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2260         First byte (not low byte) is now always NUL.
2261         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
2262
2263         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2264         Use non-cancelable interfaces.
2265
2266         [BZ #9809]
2267         * locale/iso-639.def: Add entry for Sorani.
2268
2269         [BZ #11901]
2270         * include/stdlib.h: Move include protection to the right place.
2271         Define abort_msg_s.  Declare __abort_msg with it.
2272         * stdlib/abort.c (__abort_msg): Adjust type.
2273         * assert/assert.c (__assert_fail_base): New function.  Majority
2274         of code from __assert_fail.  Allocate memory for __abort_msg with
2275         mmap.
2276         (__assert_fail): Now call __assert_fail_base.
2277         * assert/assert-perr.c: Remove bulk of implementation.  Use
2278         __assert_fail_base.
2279         * include/assert.hL Declare __assert_fail_base.
2280         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
2281         mmap.
2282         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2283
2284 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
2285
2286         [BZ #11952]
2287         [BZ #12453]
2288         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
2289         until all modules are registered in the DTV.
2290         * elf/Makefile: Add rules to build and run tst-tls19.
2291         * elf/tst-tls19.c: New file.
2292         * elf/tst-tls19mod1.c: New file.
2293         * elf/tst-tls19mod2.c: New file.
2294         * elf/tst-tls19mod3.c: New file.
2295         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
2296
2297         [BZ #12083]
2298         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
2299         correctly.
2300
2301         [BZ #12601]
2302         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
2303         two-byte sequence errors.
2304         * iconvdata/Makefile (tests): Add bug-iconv8.
2305         * iconvdata/bug-iconv8.c: New file.
2306
2307         [BZ #12626]
2308         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
2309         buf2 definition.
2310
2311         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
2312
2313         [BZ #12432]
2314         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
2315         (dummy_getcfa): New function.
2316         (init): Get _Unwind_GetCFA address, use dummy if not found.
2317         (backtrace_helper): In recursion check, also check whether CFA changes.
2318         (__backtrace): Completely initialize arg.
2319
2320         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
2321         storing incomplete byte sequence in state object.  Avoid testing for
2322         guaranteed too small input if we know there is enough data available.
2323
2324 2011-05-11  Andreas Schwab  <schwab@redhat.com>
2325
2326         * Makeconfig (+link-pie): Indent.
2327         * Rules (binaries-pie): Define if $(have-fpie) and
2328         $(build-shared).
2329         (binaries-shared): Also filter out $(binaries-pie).
2330         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
2331         * nscd/Makefile (others-pie): Add nscd.
2332         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
2333         ($(objpfx)nscd): Remove command override.
2334         * login/Makefile (others-pie): Add pt_chown.
2335         ($(objpfx)pt_chown): Remove command override.
2336         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
2337         remove command overrides.
2338
2339 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
2340
2341         * libio/tst_putwc.c: Fix error messages.
2342
2343         [BZ #12724]
2344         * libio/fileops.c (_IO_new_file_close_it): Always flush when
2345         currently writing and seek to current position when not.
2346         * libio/Makefile (tests): Add bug-fclose1.
2347         * libio/bug-fclose1.c: New file.
2348
2349 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
2350
2351         [BZ #12511]
2352         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
2353         don't set DF_1_NODELETE here.
2354         (do_lookup_x): When entering new entry test for copy relocation
2355         and if necessary set DF_1_NODELETE flag.
2356         * elf/tst-unique4.cc: New file.
2357         * elf/tst-unique4.h: New file.
2358         * elf/tst-unique4lib.cc: New file.
2359         * elf/Makefile: Add rules to build and run tst-unique4.
2360         Patch by Piotr Bury <pbury@goahead.com>.
2361
2362 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
2363
2364         [BZ #12052]
2365         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
2366
2367         [BZ #12625]
2368         * misc/mntent_r.c (addmntent): Flush the stream after the output
2369
2370         [BZ #12393]
2371         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
2372         (is_trusted_path_normalize): Skip initial colon.  Append slash
2373         to empty buffer.  Duplicate is_trusted_path code but allow
2374         constructed patch to be prefix.
2375         (is_dst): Allow $ORIGIN followed by /.
2376         (_dl_dst_substitute): Correct clearing of check_for_trusted.
2377         Correct testing of result of is_trusted_path_normalize
2378         (decompose_rpath): Fix warning.
2379
2380 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
2381
2382         [BZ #11257]
2383         * grp/initgroups.c (internal_getgrouplist): When we found the service
2384         list through the initgroups entry in nsswitch.conf do not always
2385         continue on a successful lookup.  Don't always use the
2386         __nss_group_database value if it is set.
2387         * nss/nsswitch.conf (initgroups): Change action for successful db
2388         lookup to continue for compatibility.
2389
2390 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
2391
2392         [BZ #11532]
2393         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
2394         and CP774 modules.
2395         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
2396         and CP774 modules.
2397         * iconvdata/tst-tables.sh: Likewise.
2398         * iconvdata/cp770.c: New file.
2399         * iconvdata/cp771.c: New file.
2400         * iconvdata/cp772.c: New file.
2401         * iconvdata/cp773.c: New file.
2402         * iconvdata/cp774.c: New file.
2403         * iconvdata/testdata/CP770: New file.
2404         * iconvdata/testdata/CP770..UTF8: New file.
2405         * iconvdata/testdata/CP771: New file.
2406         * iconvdata/testdata/CP771..UTF8: New file.
2407         * iconvdata/testdata/CP772: New file.
2408         * iconvdata/testdata/CP772..UTF8: New file.
2409         * iconvdata/testdata/CP773: New file.
2410         * iconvdata/testdata/CP773..UTF8: New file.
2411         * iconvdata/testdata/CP774: New file.
2412         * iconvdata/testdata/CP774..UTF8: New file.
2413
2414         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
2415         END CHARMAP line.
2416         * iconvdata/gen-8bit-gap.sh: Likewise.
2417         * iconvdata/gen-8bit.sh: Likewise.
2418
2419         * locale/iso-639.def: Add ary entry.
2420
2421         [BZ #11258]
2422         * locale/C-translit.h.in: Add U20A1 transliteration.
2423
2424         [BZ #12178]
2425         * locale/iso-639.def: Add wae entry.
2426         Patch by Kevin Bortis <bortis@translate-wae.ch>.
2427
2428         [BZ #12545]
2429         * locale/programs/localedef.c (construct_output_path): Use ssize_t
2430         for n.
2431
2432         [BZ #12711]
2433         * locale/C-translit.h.in: Add entry for U20B9.
2434         Patch by pravin.d.s@gmail.com.
2435
2436 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
2437
2438         [BZ #12713]
2439         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
2440         ENAMETOOLONG use generic getcwd.
2441         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
2442         in rtld.  Use *stat64.
2443         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
2444         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
2445         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
2446         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
2447         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
2448         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
2449         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
2450         __fstatat64 macros.
2451         * include/dirent.h: Add libc_hidden_proto for rewinddir.
2452         * dirent/rewinddir.c: Add libc_hidden_def.
2453         * sysdeps/mach/hurd/rewinddir.c: Likewise.
2454         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
2455
2456         * include/dirent.h (__alloc_dir): Add flags parameter.
2457         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
2458         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
2459         __alloc_dir.
2460         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
2461         from fdopendir if O_CLOEXEC is already set.
2462
2463 2011-03-15  Alan Modra  <amodra@gmail.com>
2464
2465         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
2466         l_tls_firstbyte_offset non-zero.  Save padding offset in
2467         l_tls_firstbyte_offset for later use.
2468         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
2469         freeing static tls block.
2470
2471 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
2472
2473         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
2474         where #ifdef was intended.  The intent is to prevent ARG_MAX from
2475         being defined by the kernel headers.
2476
2477 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
2478
2479         [BZ #12734]
2480         * resolv/resolv.h: Define RES_NOTLDQUERY.
2481         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
2482         no-tld-query and set RES_NOTLDQUERY.
2483         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
2484         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
2485         modern BIND to search name as TLD unless forbidden.
2486
2487 2011-05-07  Petr Baudis  <pasky@suse.cz>
2488             Ulrich Drepper  <drepper@gmail.com>
2489
2490         [BZ #12393]
2491         * elf/dl-load.c (fillin_rpath): Move trusted path check...
2492         (is_trusted_path): ...to here.
2493         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
2494         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
2495         using is_trusted_path_normalize() in setuid scripts.
2496
2497 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2498
2499         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
2500         __BEGIN/__END_DECLS.
2501
2502 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
2503
2504         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
2505         NSS_STATUS_NOTFOUND if no record was found.
2506
2507 2011-05-05  Andreas Schwab  <schwab@redhat.com>
2508
2509         * sunrpc/Makefile (headers): Add rpc/netdb.h.
2510         (headers-not-in-tirpc): Remove rpc/netdb.h
2511         * resolv/netdb.h: Revert last change.
2512
2513 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2514
2515         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
2516         circular dependency between libgcc.a and libc.a.
2517
2518 2011-05-05  Andreas Schwab  <schwab@redhat.com>
2519
2520         * resolv/netdb.h: Don't include <rpc/netdb.h>.
2521         * nis/Makefile: Don't install rpcsvc/*.
2522         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
2523         instead of <rpc/types.h>.
2524         (MAXHOSTNAMELEN): Define.
2525
2526 2011-05-03  Andreas Schwab  <schwab@redhat.com>
2527
2528         * elf/ldconfig.c (add_dir): Don't crash on empty path.
2529
2530 2011-04-28  Maciej Babinski  <mbabinski@google.com>
2531
2532         [BZ #12714]
2533         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
2534         gethostbyname4_r when IPv6 results are possible.
2535
2536 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
2537
2538         [BZ #12723]
2539         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
2540         _PC_PIPE_BUF handling.
2541
2542 2011-04-30  Bruno Haible  <bruno@clisp.org>
2543
2544         [BZ #12717]
2545         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
2546         * resolv/netdb.h (getnameinfo): Change type of flags parameter
2547         to 'int'.
2548         * inet/getnameinfo.c (getnameinfo): Likewise.
2549
2550 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
2551
2552         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
2553         to groups setting in database lookup.
2554         * nss/nsswitch.conf: Add initgroups entry.
2555
2556 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
2557
2558         [BZ #12685]
2559         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
2560         mode string.
2561         Patch by Eric Blake <eblake@redhat.com>.
2562
2563 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2564
2565         * sunrpc/Makefile (need-export-routines): Add svc_run.
2566         (routines): Remove svc_run.
2567         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
2568         * sunrpc/clnt_perr.c (clnt_perrno): Export.
2569         * sunrpc/svc_run.c (svc_run): Likewise.
2570         * sunrpc/svc_udp.c (svcudp_create): Likewise.
2571
2572 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
2573
2574         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
2575         problem in reallocation in last patch.
2576
2577 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
2578
2579         * sunrpc/Makefile: Move inclusion of Rules.
2580
2581 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
2582
2583         * nss/nss_files/files-initgroups.c: New file.
2584         * nss/Makefile (libnss_files-routines): Add files-initgroups.
2585         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
2586         _nss_files_initgroups_dyn.
2587
2588 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
2589
2590         * elf/elf.h (R_ARM_IRELATIVE): Define.
2591
2592 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
2593
2594         * po/ru.po: Update from translation team.
2595
2596 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
2597
2598         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
2599         dependencies.
2600
2601 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
2602
2603         [BZ #12653]
2604         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
2605         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
2606         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2607         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2608         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2609
2610 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
2611
2612         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
2613         differing bytes.
2614         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2615         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
2616         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2617
2618 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
2619
2620         [BZ #12420]
2621         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
2622         storing it.
2623         * stdlib/bug-getcontext.c: New file.
2624         * stdlib/Makefile: Add rules to build and run bug-getcontext.
2625
2626 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2627
2628         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
2629         instructions into .machine "z9-109".
2630         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
2631         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
2632
2633 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2634
2635         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
2636         between environment variables and auxiliary vector.
2637
2638 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
2639
2640         * Makefile: Add rules to build linkobj/libc.so.
2641         * include/libc-symbols.h: Define libc_hidden_nolink.
2642         * include/rpc/auth.h: Mark functions which are to be hidden.
2643         * include/rpc/auth_des.h: Likewise.
2644         * include/rpc/auth_unix.h: Likewise.
2645         * include/rpc/clnt.h: Likewise.
2646         * include/rpc/des_crypt.h: Likewise.
2647         * include/rpc/key_prot.h: Likewise.
2648         * include/rpc/pmap_clnt.h: Likewise.
2649         * include/rpc/pmap_prot.h: Likewise.
2650         * include/rpc/pmap_rmt.h: Likewise.
2651         * include/rpc/rpc_msg.h: Likewise.
2652         * include/rpc/svc.h: Likewise.
2653         * include/rpc/svc_auth.h: Likewise.
2654         * include/rpc/xdr.h: Likewise.
2655         * nis/Makefile: Link all DSOs against linkobj/libc.so.
2656         * nss/Makefile: Likewise.
2657         * sunrpc/Makefile: Don't install headers.  Build library with normal
2658         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
2659         * sunrpc/auth_des.c: Hide exported symbols by default, export some
2660         for the compat linking library.  Remove use of INTDEF/INTUSE.
2661         * sunrpc/auth_none.c: Likewise.
2662         * sunrpc/auth_unix.c: Likewise.
2663         * sunrpc/authdes_prot.c: Likewise.
2664         * sunrpc/authuxprot.c: Likewise.
2665         * sunrpc/clnt_gen.c: Likewise.
2666         * sunrpc/clnt_perr.c: Likewise.
2667         * sunrpc/clnt_raw.c: Likewise.
2668         * sunrpc/clnt_simp.c: Likewise.
2669         * sunrpc/clnt_tcp.c: Likewise.
2670         * sunrpc/clnt_udp.c: Likewise.
2671         * sunrpc/clnt_unix.c: Likewise.
2672         * sunrpc/des_crypt.c: Likewise.
2673         * sunrpc/des_soft.c: Likewise.
2674         * sunrpc/get_myaddr.c: Likewise.
2675         * sunrpc/key_call.c: Likewise.
2676         * sunrpc/key_prot.c: Likewise.
2677         * sunrpc/netname.c: Likewise.
2678         * sunrpc/pm_getmaps.c: Likewise.
2679         * sunrpc/pm_getport.c: Likewise.
2680         * sunrpc/pmap_clnt.c: Likewise.
2681         * sunrpc/pmap_prot.c: Likewise.
2682         * sunrpc/pmap_prot2.c: Likewise.
2683         * sunrpc/pmap_rmt.c: Likewise.
2684         * sunrpc/publickey.c: Likewise.
2685         * sunrpc/rpc_cmsg.c: Likewise.
2686         * sunrpc/rpc_common.c: Likewise.
2687         * sunrpc/rpc_dtable.c: Likewise.
2688         * sunrpc/rpc_prot.c: Likewise.
2689         * sunrpc/rpc_thread.c: Likewise.
2690         * sunrpc/rtime.c: Likewise.
2691         * sunrpc/svc.c: Likewise.
2692         * sunrpc/svc_auth.c: Likewise.
2693         * sunrpc/svc_authux.c: Likewise.
2694         * sunrpc/svc_raw.c: Likewise.
2695         * sunrpc/svc_run.c: Likewise.
2696         * sunrpc/svc_simple.c: Likewise.
2697         * sunrpc/svc_tcp.c: Likewise.
2698         * sunrpc/svc_udp.c: Likewise.
2699         * sunrpc/svc_unix.c: Likewise.
2700         * sunrpc/svcauth_des.c: Likewise.
2701         * sunrpc/xcrypt.c: Likewise.
2702         * sunrpc/xdr.c: Likewise.
2703         * sunrpc/xdr_array.c: Likewise.
2704         * sunrpc/xdr_float.c: Likewise.
2705         * sunrpc/xdr_intXX_t.c: Likewise.
2706         * sunrpc/xdr_mem.c: Likewise.
2707         * sunrpc/xdr_rec.c: Likewise.
2708         * sunrpc/xdr_ref.c: Likewise.
2709         * sunrpc/xdr_sizeof.c: Likewise.
2710         * sunrpc/xdr_stdio.c: Likewise.
2711
2712 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
2713
2714         [BZ #12650]
2715         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
2716         * sysdeps/ia64/dl-tls.h: Likewise.
2717         * sysdeps/powerpc/dl-tls.h: Likewise.
2718         * sysdeps/s390/dl-tls.h: Likewise.
2719         * sysdeps/sh/dl-tls.h: Likewise.
2720         * sysdeps/sparc/dl-tls.h: Likewise.
2721         * sysdeps/x86_64/dl-tls.h: Likewise.
2722         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
2723
2724 2011-03-14  Andreas Schwab  <schwab@redhat.com>
2725
2726         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
2727         rpath element also skip the following colon.
2728         (expand_dynamic_string_token): Add is_path parameter and pass
2729         down to DL_DST_REQUIRED and _dl_dst_substitute.
2730         (decompose_rpath): Call expand_dynamic_string_token with
2731         non-zero is_path.  Ignore empty rpaths.
2732         (_dl_map_object_from_fd): Call expand_dynamic_string_token
2733         with zero is_path.
2734
2735 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
2736
2737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
2738         Make cancelable.
2739
2740 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
2741
2742         [BZ #12655]
2743         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
2744         Patch by Filipe David Manana <fdmanana@apache.org>.
2745
2746 2011-04-07  Andreas Schwab  <schwab@redhat.com>
2747
2748         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
2749         Maintain aligned stack.
2750         (CHECK_RSP): Remove unused macro.
2751
2752 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
2753
2754         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
2755         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2756
2757 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
2758
2759         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
2760
2761         * include/features.h: Mention __USE_XOPEN2K8 in comment.
2762
2763 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
2764
2765         [BZ #12518]
2766         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
2767         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
2768         * sysdeps/x86_64/memmove.c: New file.
2769         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
2770         (memcpy): Renamed to ...
2771         (__new_memcpy): This.
2772         (memcpy): Provide GLIBC_2_14 memcpy.
2773         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
2774         (memcpy): Provide GLIBC_2_2_5 memcpy.
2775
2776 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
2777
2778         [BZ #12631]
2779         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
2780
2781 2011-03-30  Andreas Schwab  <schwab@redhat.com>
2782
2783         * misc/syncfs.c: New file.
2784         * misc/Makefile (routines): Add syncfs.
2785         * posix/unistd.h: Declare syncfs.
2786         * sysdeps/unix/syscalls.list: Add syncfs.
2787
2788 2011-04-01  Andreas Schwab  <schwab@redhat.com>
2789
2790         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
2791         open_by_handle_at.
2792         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2793         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2795         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2796         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2797         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2798         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2799
2800 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
2801
2802         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
2803         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2804         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2805         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2806         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2807         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2808         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2809
2810         * io/Makefile: Compile fallocate.c, fallocate64.c, and
2811         sync_file_range.c with -fexceptions.
2812         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
2813         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2814         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
2815         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
2816         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2817         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
2818         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
2819         sync_file_range as cancellation point
2820         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
2821         now a wrapper around __call_sync_file_range with cancellation handling.
2822         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
2823         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
2824         function name to __call_sync_file_range.
2825         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
2826         Add call_sync_file_range.
2827
2828 2011-04-01  Andreas Schwab  <schwab@redhat.com>
2829
2830         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2831         bits/timex.h.
2832
2833 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
2834
2835         * iconv/iconv.h: Fix typo in comment.
2836         * io/fcntl.h: Likewise.
2837         * libio/stdio.h: Likewise.
2838         * posix/spawn.h: Likewise.
2839         * posix/unistd.h: Likewise.
2840         * stdlib/stdlib.h: Likewise.
2841         * time/time.h: Likewise.
2842         * wcsmbs/wchar.h: Likewise.
2843
2844         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
2845         open_by_handle): Add.
2846         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
2847         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
2848         Augment a few comments.
2849         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2851         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2852         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2853         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2854         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
2855         open_by_handle.
2856
2857         * io/fcntl.h (AT_EMPTY_PATH): Define.
2858
2859 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
2860
2861         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
2862         * sysdeps/unix/sysv/linux/bits/time.h: New file.
2863         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
2864         to...
2865         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
2866         * Versions.def: Add GLIBC_2.14.
2867         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
2868         Export.
2869
2870 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
2871
2872         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
2873         round counter.
2874         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2875
2876 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
2877
2878         [BZ #12597]
2879         * string/test-strncmp.c (do_page_test): New function.
2880         (check2): Likewise.
2881         (test_main): Call check2.
2882         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
2883
2884 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
2885
2886         [BZ #12587]
2887         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
2888         Handle cache information in CPU leaf 4.
2889         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2890
2891 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
2892
2893         [BZ #12583]
2894         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
2895         character representation.
2896         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
2897
2898 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
2899
2900         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
2901         END(__isnan) to END(__isnanf) to match function entry point/label
2902         EALIGN(__isnanf,...).
2903
2904 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
2905
2906         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
2907
2908 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
2909
2910         [BZ #12510]
2911         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
2912         copy from the symbol referenced in the relocation to initialize the
2913         used variable.
2914         Patch by Piotr Bury <pbury@goahead.com>.
2915         * elf/Makefile: Add rules to build and tst-unique3.
2916         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
2917         * elf/tst-unique3.cc: New file.
2918         * elf/tst-unique3.h: New file.
2919         * elf/tst-unique3lib.cc: New file.
2920         * elf/tst-unique3lib2.cc: New file.
2921
2922         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
2923
2924 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
2925
2926         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
2927         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
2928         to _start.
2929
2930 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
2931
2932         * elf/dl-load.c (_dl_map_object): If we are looking for the first
2933         to-be-loaded object along a path to loader is ld.so.
2934
2935 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
2936             Ulrich Drepper  <drepper@gmail.com>
2937
2938         * sysdeps/x86_64/memset.S: After aligning destination, code
2939         branches to different locations depending on the value of
2940         misalignment, when multiarch is enabled. Fix this.
2941
2942 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
2943
2944         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
2945         Set _x86_64_preferred_memory_instruction for AMD processsors.
2946         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2947         Set bit_Prefer_SSE_for_memop for AMD processors.
2948
2949 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
2950
2951         * libio/fmemopen.c (fmemopen): Optimize a bit.
2952
2953 2011-03-03  Andreas Schwab  <schwab@redhat.com>
2954
2955         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
2956
2957 2011-03-03  Roland McGrath  <roland@redhat.com>
2958
2959         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
2960
2961 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
2962
2963         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
2964         __bzero_ultra1 instead of __memset_ultra1.
2965
2966 2011-02-23  Andreas Schwab  <schwab@redhat.com>
2967             Ulrich Drepper  <drepper@gmail.com>
2968
2969         [BZ #12509]
2970         * include/link.h (struct link_map): Add l_orig_initfini.
2971         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
2972         returning unsuccessfully.
2973         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
2974         close of a file loaded at startup, restore the original l_initfini
2975         list.
2976         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
2977         list, store the pointer.
2978         * elf/Makefile ($(objpfx)noload-mem): New rule.
2979         (noload-ENV): Define.
2980         (tests): Add $(objpfx)noload-mem.
2981         * elf/noload.c: Include <memcheck.h>.
2982         (main): Call mtrace.  Close all opened handles.
2983
2984 2011-02-17  Andreas Schwab  <schwab@redhat.com>
2985
2986         [BZ #12454]
2987         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
2988         dependencies are missing.
2989
2990 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2991
2992         Fix __if_freereq crash: Unlike the generic version which uses free,
2993         Hurd needs munmap.
2994         * sysdeps/mach/hurd/ifreq.h: New file.
2995
2996 2011-01-27  Petr Baudis  <pasky@suse.cz>
2997             Ulrich Drepper  <drepper@gmail.com>
2998
2999         [BZ 12445]#
3000         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
3001         to extend_alloca().
3002         * stdio-common/bug23.c: New file.
3003         * stdio-common/Makefile (tests): Add bug23.
3004
3005 2010-09-28  Andreas Schwab  <schwab@redhat.com>
3006             Ulrich Drepper  <drepper@gmail.com>
3007
3008         [BZ #12489]
3009         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
3010         before performing relro protection.  At old place add assertion
3011         to make sure nothing changed.
3012
3013 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
3014             Glauber de Oliveira Costa  <glommer@gmail.com>
3015
3016         * elf/elf.h: Add new ARM TLS relocs.
3017
3018 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
3019
3020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
3021         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
3022         cast from r3.
3023         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
3024         'tests' variable.
3025         * sysdeps/wordsize-64/tst-writev.c: New file.
3026
3027 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
3028
3029         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
3030         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
3031         insns in _dl_start to prevent a TOC reference before relocs are
3032         resolved.
3033
3034 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
3035
3036         [BZ #12469]
3037         * Makeconfig: Remove RANLIB definition.
3038         * Makerules: Don't use RANLIB.
3039         * aclocal.m4: Remove ranlib test.
3040         * configure.in: No need to check for ranlib.
3041         * elf/rtld-Rules: Don't use RANLIB.
3042
3043 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3044
3045         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
3046         protection macro.
3047         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
3048         inclusion protection macro.
3049
3050         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
3051         SIGRTMIN and SIGRTMAX and print information in that case only when
3052         SIGRTMIN is defined.
3053
3054 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
3055
3056         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
3057         arginfo fn returning -1.
3058
3059         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
3060         and thousands string is zero terminated.
3061
3062 2011-02-03  Andreas Schwab  <schwab@redhat.com>
3063
3064         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
3065         sysdeps/unix/sysv/linux/bits/socket.h.
3066
3067 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3068
3069         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
3070         (__CPU_COUNT): Remove old macros.
3071         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
3072         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
3073         (__CPU_ALLOC, __CPU_FREE): Add macros.
3074         (__sched_cpualloc, __sched_cpufree): Add declarations.
3075
3076 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
3077
3078         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
3079         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
3080         * nscd/aicache.c (addhstaiX): Return timeout of added value.
3081         (readdhstai): Return value of addhstaiX call.
3082         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
3083         (addgrbyX): Return value returned by cache_addgr.
3084         (readdgrbyname): Return value returned by addgrbyX.
3085         (readdgrbygid): Likewise.
3086         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
3087         (addpwbyX): Return value returned by cache_addpw.
3088         (readdpwbyname): Return value returned by addhstbyX.
3089         (readdpwbyuid): Likewise.
3090         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
3091         (addservbyX): Return value returned by cache_addserv.
3092         (readdservbyname): Return value returned by addservbyX:
3093         (readdservbyport): Likewise.
3094         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
3095         (addhstbyX): Return value returned by cache_addhst.
3096         (readdhstbyname): Return value returned by addhstbyX.
3097         (readdhstbyaddr): Likewise.
3098         (readdhstbynamev6): Likewise.
3099         (readdhstbyaddrv6): Likewise.
3100         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
3101         (readdinitgroups): Return value returned by addinitgroupsX.
3102         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
3103         (prune_cache): Keep track of timeout value of re-added entries.
3104         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
3105         * nscd/nscd.h: Adjust prototypes of readd* functions.
3106
3107 2011-02-04  Roland McGrath  <roland@redhat.com>
3108
3109         * nis/nis_server.c (nis_servstate): Use the right name for 0.
3110         (nis_stats): Likewise.
3111         * nis/nis_modify.c (nis_modify): Likewise.
3112         * nis/nis_remove.c (nis_remove): Likewise.
3113         * nis/nis_add.c (nis_add): Likewise.
3114
3115         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
3116
3117         * posix/fnmatch_loop.c: Add some consts.
3118
3119         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
3120
3121 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
3122
3123         [BZ #12460]
3124         * config.make.in (config-cflags-novzeroupper): Define.
3125         * configure.in: Substitute libc_cv_cc_novzeroupper.
3126         * elf/Makefile (AVX-CFLAGS): Define.
3127         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
3128         (CFLAGS-tst-auditmod4a.c): Likewise.
3129         (CFLAGS-tst-auditmod4b.c): Likewise.
3130         (CFLAGS-tst-auditmod6b.c): Likewise.
3131         (CFLAGS-tst-auditmod6c.c): Likewise.
3132         (CFLAGS-tst-auditmod7b.c): Likewise.
3133         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
3134
3135 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
3136
3137         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
3138         function to the callback.
3139         Patch partly by Jiri Olsa <jolsa@redhat.com>.
3140
3141 2011-02-02  Andreas Schwab  <schwab@redhat.com>
3142
3143         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
3144         of errno.
3145
3146 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
3147
3148         [BZ #11724]
3149         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
3150         of constructors.
3151         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
3152         of destructors.
3153         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
3154
3155         [BZ #11724]
3156         * elf/Makefile: Add rules to build and run new test.
3157         * elf/tst-initorder.c: New file.
3158         * elf/tst-initorder.exp: New file.
3159         * elf/tst-initordera1.c: New file.
3160         * elf/tst-initordera2.c: New file.
3161         * elf/tst-initordera3.c: New file.
3162         * elf/tst-initordera4.c: New file.
3163         * elf/tst-initorderb1.c: New file.
3164         * elf/tst-initorderb2.c: New file.
3165         * elf/tst-order-a1.c: New file.
3166         * elf/tst-order-a2.c: New file.
3167         * elf/tst-order-a3.c: New file.
3168         * elf/tst-order-a4.c: New file.
3169         * elf/tst-order-b1.c: New file.
3170         * elf/tst-order-b2.c: New file.
3171         * elf/tst-order-main.c: New file.
3172         New test case by George Gensure <werkt0@gmail.com>.
3173
3174 2010-10-01  Andreas Schwab  <schwab@redhat.com>
3175
3176         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
3177         decoding ACE if AI_CANONIDN.
3178
3179 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
3180
3181         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
3182
3183 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
3184
3185         * version.h (RELEASE): Bump for 2.13 release.
3186         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
3187
3188         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
3189
3190         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
3191         MADV_NOHUGEPAGE.
3192         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
3193         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
3194         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
3195         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
3196         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3197         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3198
3199         * posix/getconf.c: Update copyright year.
3200         * catgets/gencat.c: Likewise.
3201         * csu/version.c: Likewise.
3202         * debug/catchsegv.sh: Likewise.
3203         * debug/xtrace.sh: Likewise.
3204         * elf/ldconfig.c: Likewise.
3205         * elf/ldd.bash.in: Likewise.
3206         * elf/sprof.c (print_version): Likewise.
3207         * iconv/iconv_prog.c: Likewise.
3208         * iconv/iconvconfig.c: Likewise.
3209         * locale/programs/locale.c: Likewise.
3210         * locale/programs/localedef.c: Likewise.
3211         * malloc/memusage.sh: Likewise.
3212         * malloc/mtrace.pl: Likewise.
3213         * nscd/nscd.c (print_version): Likewise.
3214         * nss/getent.c: Likewise.
3215
3216         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
3217         PF_CAIF, and PF_ALG.
3218         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3219
3220 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
3221
3222         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
3223         (modules-names): Use them.
3224         (ifunc-test-modules, ifunc-pie-tests): Define.
3225         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
3226         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
3227         (test-extras): Likewise.
3228         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
3229         $(compile-command.c).
3230         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
3231         (all-built-dso): Define.
3232         (check-textrel.out, check-execstack.out): Depend on it.
3233
3234         * configure.in: Don't override --enable-multi-arch.
3235
3236 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
3237
3238         [BZ #6812]
3239         * nscd/hstcache.c (tryagain): Define.
3240         (cache_addhst): Return tryagain not notfound for temporary errors.
3241         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
3242         failed.
3243
3244 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
3245
3246         [BZ #10563]
3247         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
3248         to make the syscall.
3249         * sysdeps/unix/sysv/linux/setgroups.c: New file.
3250
3251         [BZ #12378]
3252         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
3253         and fall back to matching as normal character if the string ends before
3254         the matching ']' is found.  This is what POSIX requires.
3255         * posix/testfnm.c: Adjust test result.
3256         * posix/globtest.sh: Adjust test result.  Add new test.
3257         * posix/tst-fnmatch.input: Likewise.
3258         * posix/tst-fnmatch2.c: Add new test.
3259
3260 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3261
3262         * elf/Makefile (check-execstack): Revert last change.  Depend on
3263         check-execstack.h.
3264         (check-execstack.h): New target.
3265         (generated): Add check-execstack.h.
3266         * elf/check-execstack.c: Include "check-execstack.h".
3267         (main): Revert last change.
3268         (handle_file): Return zero if GNU_STACK is absent and
3269         DEFAULT_STACK_PERMS doesn't include PF_X.
3270
3271 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
3272
3273         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
3274         in child fails because the descriptor is already closed.
3275         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
3276         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
3277         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
3278
3279         [BZ #12397]
3280         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
3281         syscall.
3282
3283         [BZ #10484]
3284         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
3285         temporary buffer used to handle multi lookups locally.
3286         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
3287
3288 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
3289
3290         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
3291         loader is ld.so.
3292
3293 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
3294
3295         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
3296         alignment for SSE2.
3297
3298 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
3299
3300         [BZ #12394]
3301         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
3302         characters.  When rounding increased number of integer digits recompute
3303         number of groups.
3304         * stdio-common/tst-grouping.c: New file.
3305         * stdio-common/Makefile: Add rules to build and run tst-grouping.
3306
3307 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
3308
3309         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
3310         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
3311
3312         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
3313         void.
3314         * bits/select.h: Likewise.
3315
3316 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
3317
3318         * po/ja.po: Update from translation team.
3319
3320 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
3321
3322         [BZ #11155]
3323         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
3324         implementation just like for lxstat, fxstatat, et al.
3325
3326 2010-12-27  Jim Meyering  <meyering@redhat.com>
3327
3328         [BZ #12348]
3329         * posix/regexec.c (build_trtable): Return failure indication upon
3330         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
3331
3332 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
3333
3334         [BZ #12201]
3335         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
3336         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
3337         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
3338         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
3339
3340         [BZ #12207]
3341         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
3342
3343         [BZ #12204]
3344         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
3345         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
3346
3347 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
3348
3349         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
3350         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
3351         script has SORT_BY_INIT_PRIORITY.
3352         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
3353         NO_CTORS_DTORS_SECTIONS is defined.
3354         * elf/soinit.c: Likewise.
3355         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
3356         NO_CTORS_DTORS_SECTIONS is defined.
3357         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3358         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3359         * sysdeps/sh/init-first.c: Likewise.
3360         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
3361
3362 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
3363
3364         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
3365         always use the slow path.
3366
3367 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
3368
3369         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
3370         similar rule which adds the sysdep directories to the header search in
3371         order to pick up the correct platform stackinfo.h.
3372         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
3373         perform test if it is, otherwise return successfully without testing.
3374         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
3375         DEFAULT_STACK_PERMS define in stackinfo.h.
3376         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
3377         defined in stackinfo.h.
3378         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
3379         DEFAULT_STACK_PERMS defined in stackinfo.h.
3380         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
3381         * sysdeps/ia64/stackinfo.h: Likewise.
3382         * sysdeps/s390/stackinfo.h: Likewise.
3383         * sysdeps/sh/stackinfo.h: Likewise.
3384         * sysdeps/sparc/stackinfo.h: Likewise.
3385         * sysdeps/x86_64/stackinfo.h: Likewise.
3386         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
3387         PF_X for powerpc64.  Retain PF_X for powerpc32.
3388
3389 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
3390
3391         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
3392         accurately.
3393         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
3394         GETDENTS_64BIT_ALIGNED.
3395
3396 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
3397
3398         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
3399
3400 2010-12-10  Andreas Schwab  <schwab@redhat.com>
3401
3402         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
3403         _GNU_SOURCE.
3404
3405         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
3406         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
3407         Remove __restrict.
3408         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
3409         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
3410
3411 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
3412
3413         [BZ #11655]
3414         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
3415         are initialized.
3416
3417 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
3418
3419         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
3420
3421 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
3422
3423         * po/it.po: Update from translation team.
3424
3425 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
3426
3427         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
3428         unused codes.
3429
3430 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
3431
3432         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
3433
3434 2010-11-24  Andreas Schwab  <schwab@redhat.com>
3435
3436         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
3437         specially.
3438         (gaih_getanswer_slice): Likewise.
3439
3440 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
3441
3442         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
3443
3444 2010-05-31  Petr Baudis  <pasky@suse.cz>
3445
3446         [BZ #11149]
3447         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
3448         silently even in the chroot mode.
3449
3450 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
3451
3452         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
3453         last patch a bit.  Pretty printing
3454
3455 2010-05-31  Petr Baudis <pasky@suse.cz>
3456
3457         [BZ #10085]
3458         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
3459         initialization of skip_initgroups_dyn.
3460
3461 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
3462
3463         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
3464         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3465
3466 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
3467
3468         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
3469
3470 2010-11-11  Andreas Schwab  <schwab@redhat.com>
3471
3472         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
3473         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
3474         (tst-fnmatch-ENV): Set MALLOC_TRACE.
3475         ($(objpfx)tst-fnmatch-mem): New rule.
3476         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
3477         * posix/tst-fnmatch.c (main): Call mtrace.
3478
3479 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
3480
3481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3482         Support Intel processor model 6 and model 0x2c.
3483
3484 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
3485
3486         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
3487           signed comparison.
3488
3489 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
3490
3491         [BZ #12205]
3492         * string/test-strncasecmp.c (check_result): New function.
3493         (do_one_test): Use it.
3494         (check1): New function.
3495         (test_main): Use it.
3496         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
3497         Support strcasecmp and strncasecmp.
3498
3499 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
3500
3501         [BZ #12194]
3502         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
3503         * sysdeps/x86_64/bits/byteswap.h: Likewise.
3504
3505 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3506
3507         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
3508         IFUNC support.
3509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3510         memset-x86-64.
3511         * sysdeps/x86_64/multiarch/bzero.S: New file.
3512         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
3513         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
3514         * sysdeps/x86_64/multiarch/memset.S: New file.
3515         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
3516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3517         Set bit_Prefer_SSE_for_memop for Intel processors.
3518         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
3519         Define.
3520         (index_Prefer_SSE_for_memop): Define.
3521         (HAS_PREFER_SSE_FOR_MEMOP): Define.
3522
3523 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
3524
3525         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
3526         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
3527
3528 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3529
3530         [BZ #12191]
3531         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3532         (__x86_64_raw_data_cache_size_half): Likewise.
3533         (__x86_64_raw_shared_cache_size): Likewise.
3534         (__x86_64_raw_shared_cache_size_half): Likewise.
3535
3536         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3537         (__x86_64_raw_data_cache_size_half): Likewise.
3538         (__x86_64_raw_shared_cache_size): Likewise.
3539         (__x86_64_raw_shared_cache_size_half): Likewise.
3540         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
3541         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
3542         and __x86_64_raw_shared_cache_size_half.  Round
3543         __x86_64_data_cache_size_half, __x86_64_data_cache_size
3544         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
3545         to multiple of 256 bytes.
3546
3547 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
3548
3549         [BZ #12167]
3550         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
3551         of inacessible symlinks.  Verify result of symlink before returning it.
3552         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
3553         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
3554
3555 2010-10-28  Erich Ritz  <erichritz@gmail.com>
3556
3557         * math/math.h (isinf): Fix typo in comment.
3558
3559 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
3560
3561         * po/da.po: Update from translation team.
3562
3563 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
3564
3565         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
3566         is added to the list.
3567
3568 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3569             Ulrich Drepper  <drepper@gmail.com>
3570
3571         * elf/dl-object.c (_dl_new_object): Don't append the new object to
3572         the global list here.  Move code to...
3573         (_dl_add_to_namespace_list): ...here.  New function.
3574         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
3575         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
3576         * elf/dl-load.c (lose): Don't remove the element from the list.
3577         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
3578         (_dl_map_object): Likewise.
3579
3580 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
3581
3582         [BZ #12159]
3583         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
3584         into all bytes of SSE register.
3585         Patch by Richard Li <richardpku@gmail.com>.
3586
3587 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
3588
3589         [BZ #12140]
3590         * malloc/malloc.c (_int_free): Fill correct number of bytes when
3591         perturbing.
3592
3593 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
3594
3595         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
3596         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
3597         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
3598         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
3599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
3600         submachine.
3601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
3602
3603 2010-10-22  Andreas Schwab  <schwab@redhat.com>
3604
3605         * include/dlfcn.h (__RTLD_SECURE): Define.
3606         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
3607         mode & __RTLD_SECURE instead.
3608         (open_path): Rename preloaded parameter to secure.
3609         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
3610         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
3611         * elf/dl-deps.c (openaux): Likewise.
3612         * elf/rtld.c (struct map_args): Remove is_preloaded.
3613         (map_doit): Don't use it.
3614         (dl_main): Likewise.
3615         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
3616         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
3617
3618 2010-09-09  Andreas Schwab  <schwab@redhat.com>
3619
3620         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
3621         (sysd-rules-targets): Remove duplicates.
3622         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
3623         rtld-%.$o dependency.
3624
3625 2010-10-18  Andreas Schwab  <schwab@redhat.com>
3626
3627         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
3628         _dl_map_object do it.
3629
3630 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
3631
3632         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
3633         fast fma builtins, define the macros in the C99 standard.
3634         (FP_FAST_FMAF): Likewise.
3635         (FP_FAST_FMAL): Likewise.
3636         * sysdeps/x86_64/bits/mathdef.h: Likewise.
3637
3638         * bits/mathdef.h: Update copyright year.
3639         * sysdeps/powerpc/bits/mathdef.h: Likewise.
3640
3641 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
3642
3643         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
3644         builtins, define the macros in the C99 standard.
3645         (FP_FAST_FMAF): Likewise.
3646         (FP_FAST_FMAL): Likewise.
3647         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
3648         multiply/add.
3649         (FP_FAST_FMAF): Likewise.
3650
3651 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
3652
3653         [BZ #3268]
3654         * math/libm-test.inc (fma_test): Some new testcases.
3655         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
3656         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
3657         y and infinite z.  Do multiplication by C already in long double.
3658         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
3659         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
3660         y and infinite z.  Do bitwise or of inexact bit into u.d.
3661         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
3662         * sysdeps/i386/fpu/s_fmaf.S: Removed.
3663         * sysdeps/i386/fpu/s_fma.S: Removed.
3664         * sysdeps/i386/fpu/s_fmal.S: Removed.
3665
3666 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
3667
3668         [BZ #3268]
3669         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
3670         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
3671         computation is not scheduled after fetestexcept.  Fix value
3672         of minimum denormal long double.
3673
3674 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
3675
3676         [BZ #3268]
3677         * math/libm-test.inc (fma_test): Add some more tests.
3678         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
3679         correctly.
3680
3681 2010-10-15  Andreas Schwab  <schwab@redhat.com>
3682
3683         * scripts/data/localplt-s390-linux-gnu.data: New file.
3684         * scripts/data/localplt-s390x-linux-gnu.data: New file.
3685
3686 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
3687
3688         [BZ #3268]
3689         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
3690         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
3691         instead of dbl-64.
3692         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
3693         inlines.
3694         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
3695         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
3696         if one of x and y is very large and the other is subnormal.
3697         * sysdeps/s390/fpu/s_fmaf.c: New file.
3698         * sysdeps/s390/fpu/s_fma.c: New file.
3699         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
3700         * sysdeps/powerpc/fpu/s_fma.S: New file.
3701         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
3702         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
3703         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
3704
3705 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
3706
3707         [BZ #3268]
3708         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
3709         fma tests.
3710         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
3711         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
3712         * sysdeps/i386/i686/multiarch/s_fma.c: Include
3713         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
3714         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
3715         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
3716         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
3717
3718 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
3719
3720         [BZ #12078]
3721         * posix/regcomp.c (parse_branch): One more memory leak plugged.
3722         * posix/bug-regex31.input: Add test case.
3723
3724 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
3725
3726         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
3727         * posix/bug-regex31.input: New file.
3728
3729         [BZ #12078]
3730         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
3731         (parse_sub_exp): Fix last change, use postorder.
3732
3733         * posix/bug-regex31.c: New file.
3734         * posix/Makefile: Add rules to build and run bug-regex31.
3735
3736         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
3737
3738         [BZ #12078]
3739         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
3740
3741         [BZ #12108]
3742         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
3743         to have entries in sys_siglist.
3744
3745         [BZ #12093]
3746         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
3747         be NULL.
3748
3749 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
3750
3751         [BZ #3268]
3752         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
3753         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
3754         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
3755         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
3756         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
3757         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
3758         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
3759         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
3760         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
3761         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
3762         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
3763         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
3764         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3765         * math/ftestexcept.c (fetestexcept): Likewise.
3766         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
3767         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
3768         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
3769         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
3770         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
3771         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
3772         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3773
3774 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
3775
3776         [BZ #12107]
3777         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
3778         newline.
3779
3780 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
3781
3782         * string/bug-strstr1.c: New file.
3783         * string/Makefile: Add rules to build and run bug-strstr1.
3784
3785 2010-10-05  Eric Blake  <eblake@redhat.com>
3786
3787         [BZ #12092]
3788         * string/str-two-way.h (two_way_long_needle): Always clear memory
3789         when skipping input due to the shift table.
3790
3791 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
3792
3793         [BZ #12005]
3794         * malloc/mcheck.c: Handle large requests.
3795
3796         [BZ #12077]
3797         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
3798         for strncmp and strncasecmp.
3799         * string/stratcliff.c: Add tests for strcmp and strncmp.
3800         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
3801
3802 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
3803
3804         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
3805         __set_fpscr.
3806
3807 2010-09-30  Andreas Jaeger  <aj@suse.de>
3808
3809         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
3810         (CGROUP_SUPER_MAGIC): Define.
3811         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3812         Handle btrfs and cgroup file systems.
3813         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
3814         Likewise.
3815
3816 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
3817
3818         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
3819         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
3820
3821 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3822
3823         [BZ #12067]
3824         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
3825         trying to locate the ELF header.
3826
3827 2010-09-27  Andreas Schwab  <schwab@redhat.com>
3828
3829         [BZ #11611]
3830         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
3831         Mask out sign-bit copies when constructing f_fsid.
3832
3833 2010-09-24  Petr Baudis <pasky@suse.cz>
3834
3835         * debug/stack_chk_fail_local.c: Add missing licence exception.
3836         * debug/warning-nop.c: Likewise.
3837
3838 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
3839
3840         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
3841         implementing getdents64 using getdents syscall, set d_type if
3842         __ASSUME_GETDENTS32_D_TYPE.
3843
3844 2010-09-16  Andreas Schwab  <schwab@redhat.com>
3845
3846         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
3847         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
3848
3849 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
3850
3851         [BZ #12037]
3852         * posix/unistd.h: Undo change of feature selection for ftruncate from
3853         2010-01-11.
3854
3855 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
3856
3857         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
3858         detection.
3859
3860 2010-09-20  Andreas Schwab  <schwab@redhat.com>
3861
3862         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
3863         fanotify_mark.
3864         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
3865
3866 2010-09-14  Andreas Schwab  <schwab@redhat.com>
3867
3868         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
3869         variables after CHECK_SP call.
3870         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3871
3872 2010-09-13  Andreas Schwab  <schwab@redhat.com>
3873             Ulrich Drepper  <drepper@redhat.com>
3874
3875         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
3876         re-relocationg ld.so.
3877         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
3878         _dl_init_paths call.
3879         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
3880         here anymore.
3881
3882 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
3883
3884         * resolv/res_init.c (__res_vinit): Count the default server we added.
3885
3886 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
3887             Ulrich Drepper  <drepper@redhat.com>
3888
3889         [BZ #11968]
3890         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
3891         (____longjmp_chk): Use %ebx for saving value across system call.
3892         Add unwind info.
3893
3894 2010-09-06  Andreas Schwab  <schwab@redhat.com>
3895
3896         * manual/Makefile: Don't mix pattern rules with normal rules.
3897
3898 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
3899
3900         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
3901         operation.
3902         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
3903         * libio/iofopncook.c (_IO_cookie_init): Likewise.
3904         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3905         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
3906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
3907         Likewise.
3908
3909 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
3910
3911         [BZ #11979]
3912         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
3913         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
3914
3915 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
3916
3917         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
3918         * sysdeps/x86_64/addmul_1.S: Likewise.
3919         * sysdeps/x86_64/lshift.S: Likewise.
3920         * sysdeps/x86_64/mul_1.S: Likewise.
3921         * sysdeps/x86_64/rshift.S: Likewise.
3922         * sysdeps/x86_64/sub_n.S: Likewise.
3923         * sysdeps/x86_64/submul_1.S: Likewise.
3924
3925 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3926
3927         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
3928         Define __sched_param instead of SCHED_* and sched_param when
3929         <bits/sched.h> is included with __need_schedparam defined.
3930         * bits/sched.h [__need_schedparam]
3931         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
3932         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
3933         (__defined_schedparam): Define to 1.
3934         (__sched_param): New structure, identical to sched_param.
3935         (__need_schedparam): Undefine.
3936
3937 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
3938
3939         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
3940         (epoll_create1): Declare.
3941
3942         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
3943
3944 2010-08-31  Andreas Schwab  <schwab@redhat.com>
3945
3946         [BZ #7066]
3947         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
3948         shifting retval into place.
3949
3950 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
3951
3952         * nis/rpcsvc/nis.h: Update copyright notice.
3953         * nis/rpcsvc/nis.x: Likewise.
3954         * nis/rpcsvc/nis_callback.h: Likewise.
3955         * nis/rpcsvc/nis_callback.x: Likewise.
3956         * nis/rpcsvc/nis_object.x: Likewise.
3957         * nis/rpcsvc/nis_tags.h: Likewise.
3958         * nis/rpcsvc/yp.h: Likewise.
3959         * nis/rpcsvc/yp.x: Likewise.
3960         * nis/rpcsvc/ypupd.h: Likewise.
3961         * nis/yp_xdr.c: Likewise.
3962         * nis/ypupdate_xdr.c: Likewise.
3963
3964         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
3965         mainly the body of pmap_getport.  Add parameters to specify timeouts.
3966         (pmap_getport): Use __libc_rpc_getport.
3967         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
3968         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
3969         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
3970
3971 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
3972
3973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
3974         fanotify_mark.
3975
3976 2010-08-27  Roland McGrath  <roland@redhat.com>
3977
3978         * sysdeps/i386/i686/multiarch/Makefile
3979         (CFLAGS-varshift.c): New variable.
3980
3981 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
3982
3983         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
3984         * sysdeps/i386/i686/multiarch/varshift.c: New file.
3985
3986         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
3987
3988         * sysdeps/x86_64/strlen.S: Minimal code improvement.
3989
3990 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3991
3992         * sysdeps/x86_64/strlen.S: Unroll the loop.
3993         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3994         strlen-sse2 strlen-sse2-bsf.
3995         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
3996         __strlen_no_bsf if bit_Slow_BSF is set.
3997         (__strlen_sse42): Removed.
3998         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
3999         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
4000
4001 2010-08-25  Roland McGrath  <roland@redhat.com>
4002
4003         * sysdeps/x86_64/multiarch/varshift.S: File removed.
4004         * sysdeps/x86_64/multiarch/varshift.c: New file.
4005         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
4006         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
4007         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
4008         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
4009
4010 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
4011
4012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4013         strlen-sse2 strlen-sse2-bsf.
4014         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
4015         __strlen_sse2_bsf if bit_Slow_BSF is unset.
4016         (__strlen_sse2): Removed.
4017         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
4018         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
4019         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
4020         bit_Slow_BSF for Atom.
4021         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
4022         (index_Slow_BSF): Define.
4023         (HAS_SLOW_BSF): Define.
4024
4025 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
4026
4027         [BZ #10851]
4028         * resolv/res_init.c (__res_vinit): When no server address at all
4029         is given default to loopback.
4030
4031 2010-08-24  Roland McGrath  <roland@redhat.com>
4032
4033         * configure.in: Remove config-name.h generation.
4034         * configure: Regenerated.
4035         * config-name.in: File removed.
4036         * scripts/config-uname.sh: New file.
4037         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
4038         ($(objdir)config-name.h): New target.
4039
4040         * sunrpc/rpc_parse.h: Avoid nested comment.
4041
4042 2010-08-24  Richard Henderson  <rth@redhat.com>
4043             Ulrich Drepper  <drepper@redhat.com>
4044             H.J. Lu  <hongjiu.lu@intel.com>
4045
4046         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
4047         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
4048         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
4049         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
4050         _mm_alignr_epi8 with _mm_loadu_si128.
4051         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
4052         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
4053         (__m128i_shift_right): Removed.
4054         * sysdeps/i386/i686/multiarch/varshift.h: New file.
4055         * sysdeps/i386/i686/multiarch/varshift.S: New file.
4056         * sysdeps/x86_64/multiarch/varshift.h: New file.
4057         * sysdeps/x86_64/multiarch/varshift.S: New file.
4058
4059 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
4060
4061         * configure.in: Move assembler checks to before sysdep dir checking.
4062
4063 2010-08-20  Petr Baudis  <pasky@suse.cz>
4064
4065         * LICENSES: Sync the sunrpc license.
4066
4067 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
4068
4069         * sunrpc/auth_des.c: Update copyright notice once again.
4070         * sunrpc/auth_none.c: Likewise.
4071         * sunrpc/auth_unix.c: Likewise.
4072         * sunrpc/authdes_prot.c: Likewise.
4073         * sunrpc/authuxprot.c: Likewise.
4074         * sunrpc/bindrsvprt.c: Likewise.
4075         * sunrpc/clnt_gen.c: Likewise.
4076         * sunrpc/clnt_perr.c: Likewise.
4077         * sunrpc/clnt_raw.c: Likewise.
4078         * sunrpc/clnt_simp.c: Likewise.
4079         * sunrpc/clnt_tcp.c: Likewise.
4080         * sunrpc/clnt_udp.c: Likewise.
4081         * sunrpc/clnt_unix.c: Likewise.
4082         * sunrpc/des_crypt.c: Likewise.
4083         * sunrpc/des_soft.c: Likewise.
4084         * sunrpc/get_myaddr.c: Likewise.
4085         * sunrpc/getrpcport.c: Likewise.
4086         * sunrpc/key_call.c: Likewise.
4087         * sunrpc/key_prot.c: Likewise.
4088         * sunrpc/openchild.c: Likewise.
4089         * sunrpc/pm_getmaps.c: Likewise.
4090         * sunrpc/pm_getport.c: Likewise.
4091         * sunrpc/pmap_clnt.c: Likewise.
4092         * sunrpc/pmap_prot.c: Likewise.
4093         * sunrpc/pmap_prot2.c: Likewise.
4094         * sunrpc/pmap_rmt.c: Likewise.
4095         * sunrpc/rpc/auth.h: Likewise.
4096         * sunrpc/rpc/auth_unix.h: Likewise.
4097         * sunrpc/rpc/clnt.h: Likewise.
4098         * sunrpc/rpc/des_crypt.h: Likewise.
4099         * sunrpc/rpc/key_prot.h: Likewise.
4100         * sunrpc/rpc/netdb.h: Likewise.
4101         * sunrpc/rpc/pmap_clnt.h: Likewise.
4102         * sunrpc/rpc/pmap_prot.h: Likewise.
4103         * sunrpc/rpc/pmap_rmt.h: Likewise.
4104         * sunrpc/rpc/rpc.h: Likewise.
4105         * sunrpc/rpc/rpc_des.h: Likewise.
4106         * sunrpc/rpc/rpc_msg.h: Likewise.
4107         * sunrpc/rpc/svc.h: Likewise.
4108         * sunrpc/rpc/svc_auth.h: Likewise.
4109         * sunrpc/rpc/types.h: Likewise.
4110         * sunrpc/rpc/xdr.h: Likewise.
4111         * sunrpc/rpc_clntout.c: Likewise.
4112         * sunrpc/rpc_cmsg.c: Likewise.
4113         * sunrpc/rpc_common.c: Likewise.
4114         * sunrpc/rpc_cout.c: Likewise.
4115         * sunrpc/rpc_dtable.c: Likewise.
4116         * sunrpc/rpc_hout.c: Likewise.
4117         * sunrpc/rpc_main.c: Likewise.
4118         * sunrpc/rpc_parse.c: Likewise.
4119         * sunrpc/rpc_parse.h: Likewise.
4120         * sunrpc/rpc_prot.c: Likewise.
4121         * sunrpc/rpc_sample.c: Likewise.
4122         * sunrpc/rpc_scan.c: Likewise.
4123         * sunrpc/rpc_scan.h: Likewise.
4124         * sunrpc/rpc_svcout.c: Likewise.
4125         * sunrpc/rpc_tblout.c: Likewise.
4126         * sunrpc/rpc_util.c: Likewise.
4127         * sunrpc/rpc_util.h: Likewise.
4128         * sunrpc/rpcinfo.c: Likewise.
4129         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
4130         * sunrpc/rpcsvc/key_prot.x: Likewise.
4131         * sunrpc/rpcsvc/klm_prot.x: Likewise.
4132         * sunrpc/rpcsvc/mount.x: Likewise.
4133         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
4134         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
4135         * sunrpc/rpcsvc/rex.x: Likewise.
4136         * sunrpc/rpcsvc/rstat.x: Likewise.
4137         * sunrpc/rpcsvc/rusers.x: Likewise.
4138         * sunrpc/rpcsvc/sm_inter.x: Likewise.
4139         * sunrpc/rpcsvc/spray.x: Likewise.
4140         * sunrpc/rpcsvc/yppasswd.x: Likewise.
4141         * sunrpc/rtime.c: Likewise.
4142         * sunrpc/svc.c: Likewise.
4143         * sunrpc/svc_auth.c: Likewise.
4144         * sunrpc/svc_authux.c: Likewise.
4145         * sunrpc/svc_raw.c: Likewise.
4146         * sunrpc/svc_run.c: Likewise.
4147         * sunrpc/svc_simple.c: Likewise.
4148         * sunrpc/svc_tcp.c: Likewise.
4149         * sunrpc/svc_udp.c: Likewise.
4150         * sunrpc/svc_unix.c: Likewise.
4151         * sunrpc/svcauth_des.c: Likewise.
4152         * sunrpc/xcrypt.c: Likewise.
4153         * sunrpc/xdr.c: Likewise.
4154         * sunrpc/xdr_array.c: Likewise.
4155         * sunrpc/xdr_float.c: Likewise.
4156         * sunrpc/xdr_mem.c: Likewise.
4157         * sunrpc/xdr_rec.c: Likewise.
4158         * sunrpc/xdr_ref.c: Likewise.
4159         * sunrpc/xdr_sizeof.c: Likewise.
4160         * sunrpc/xdr_stdio.c: Likewise.
4161
4162         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
4163         handling.
4164
4165 2010-08-19  Andreas Schwab  <schwab@redhat.com>
4166
4167         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
4168
4169 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
4170
4171         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
4172         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
4173         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
4174         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
4175         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
4176         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
4177         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
4178         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
4179         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
4180         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
4181         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
4182         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
4183         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
4184         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
4185
4186 2010-07-26  Anton Blanchard  <anton@samba.org>
4187
4188         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
4189         * malloc/arena.c (heap_trim): Likewise.
4190
4191 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
4192
4193         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
4194         here.  Not...
4195         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
4196         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
4197
4198 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4199
4200         * sysdeps/i386/elf/Makefile: New file.
4201
4202 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
4203
4204         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
4205         from fanotify_init.
4206         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
4207         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4208
4209 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
4210
4211         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
4212         of strncasecmp_l.
4213         * sysdeps/multiarch/strcmp.S: Likewise.
4214
4215 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
4216
4217         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4218         strncase_l-nonascii.
4219         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4220         Add strncase_l-ssse3.
4221         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
4222         * sysdeps/x86_64/strcmp.S: Likewise.
4223         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
4224         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
4225         * sysdeps/x86_64/strncase.S: New file.
4226         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
4227         * sysdeps/x86_64/strncase_l.S: New file.
4228         * string/Makefile (strop-tests): Add strncasecmp.
4229         * string/test-strncasecmp.c: New file.
4230
4231         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
4232         warning.
4233
4234         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
4235         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
4236
4237 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
4238
4239         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
4240
4241 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
4242
4243         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
4244         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4245         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4246
4247 2010-05-01  Alan Modra  <amodra@gmail.com>
4248
4249         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
4250         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
4251         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
4252         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
4253         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
4254         tidying.  Don't tail-call __sigjmp_save for static lib.
4255         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
4256         save location.
4257         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
4258         (CALL_MCOUNT): Add eh info, and nop after bl.
4259         (TAIL_CALL_SYSCALL_ERROR): New macro.
4260         (PSEUDO_RET): Use it.
4261         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
4262         Correct save location of integer regs and cr.
4263         (_dl_profile_resolve): Correct cr save location.  Delete nops
4264         after bl when SHARED.  Reduce cfi size a little by better
4265         placement of cfi directives.
4266         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
4267         make a stack frame.  Instead use parm save area as a temp.
4268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
4269         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
4270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
4271         Don't make a stack frame for parent, use parm save area.
4272         Increase child stack frame to 112 bytes.  Don't save unused reg,
4273         and adjust reg usage.  Set up cfi on error recovery and
4274         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
4275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
4276         (__makecontext): Add dummy nop after jump to exit.
4277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
4278         Use correct parm save area and cr save, reduce stack frame.
4279         Correct cfi for possible PSEUDO_RET frame setup.
4280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
4281         Branch to local label emitted by PSEUDO_RET rather than
4282         __syscall_error.
4283
4284 2010-08-12  Andreas Schwab  <schwab@redhat.com>
4285
4286         [BZ #11904]
4287         * locale/programs/locale.c (print_assignment): New function.
4288         (show_locale_vars): Use it.
4289
4290 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
4291
4292         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
4293         field.
4294         (struct statfs64): Likewise.
4295         (_STATFS_F_FLAGS): Define.
4296         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
4297         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4298         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
4299         (ST_VALID): Define locally.
4300         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
4301         __statvfs_getflags, use the provided value.
4302         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4303         __ASSUME_STATFS_F_FLAGS.
4304
4305         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
4306
4307         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4308         Add sys/fanotify.h.
4309         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
4310         fanotify_mask for GLIBC_2.13.
4311         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
4312         fanotify_init and fanotify_mark.
4313         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4314         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
4315
4316         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
4317         Add prlimit.
4318         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
4319         prlimit64 for GLIBC_2.13.
4320         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
4321         prlimit64.
4322         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
4323         syscall.
4324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
4325         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
4326         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
4327         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
4328         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
4329         add prlimit alias.
4330         * sysdeps/unix/sysv/linux/prlimit.c: New file.
4331
4332         [BZ #11903]
4333         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
4334         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
4335
4336         * nss/Makefile: Add rules to build and run tst-nss-test1.
4337         * shlib-versions: Add entry for libnss_test1.
4338         * nss/nss_test1.c: New file.
4339         * nss/tst-nss-test1.c: New file.
4340
4341         * nss/nsswitch.c (__nss_database_custom): Define new variable.
4342         (__nss_configure_lookup): Set appropriate entry in
4343         __nss_configure_lookup to true.
4344         * nss/nsswitch.h: Define enum with indeces of databases in
4345         databases and __nss_database_custom arrays.  Declare
4346         __nss_database_custom.
4347         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
4348         to avoid using nscd when custom rules are installed.
4349         * nss/getXXbyYY_r.c: Likewise.
4350         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
4351
4352         * nss/nss_files/files-parse.c: Whitespace fixes.
4353
4354 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
4355
4356         [BZ #11883]
4357         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
4358         * posix/fnmatch_loop.c: Likewise.
4359
4360 2010-07-17  Andi Kleen  <ak@linux.intel.com>
4361
4362         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
4363         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
4364         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
4365         * Versions.def [GLIBC_2.13]: Add.
4366
4367 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
4368
4369         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4370         Also fail if tpwd after pwuid call is NULL.
4371
4372 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4373
4374         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
4375         when converting to ms.
4376
4377 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4378
4379         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
4380         EOPNOTSUPP errors with ENOTTY.
4381         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
4382         EOPNOTSUPP errors with ENOTTY.
4383
4384 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
4385
4386         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4387         Add strcasecmp_l-ssse3.
4388         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
4389         strcasecmp.
4390         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
4391         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
4392         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
4393
4394 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
4395
4396         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
4397
4398         * string/Makefile (strop-tests): Add strcasecmp.
4399         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4400         strcasecmp_l-nonascii.
4401         (gen-as-const-headers): Add locale-defines.sym.
4402         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
4403         * sysdeps/x86_64/strcasecmp.S: New file.
4404         * sysdeps/x86_64/strcasecmp_l.S: New file.
4405         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
4406         * sysdeps/x86_64/locale-defines.sym: New file.
4407         * string/test-strcasecmp.c: New file.
4408
4409         * string/test-strcasestr.c: Test both ends of the range of characters.
4410         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
4411
4412 2010-07-29  Roland McGrath  <roland@redhat.com>
4413
4414         [BZ #11856]
4415         * manual/locale.texi (Yes-or-No Questions): Fix example code.
4416
4417 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
4418
4419         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
4420         for ld.so.
4421
4422 2010-07-27  Andreas Schwab  <schwab@redhat.com>
4423
4424         * manual/memory.texi (Malloc Tunable Parameters): Document
4425         M_PERTURB.
4426
4427 2010-07-26  Roland McGrath  <roland@redhat.com>
4428
4429         [BZ #11840]
4430         * configure.in (-fgnu89-inline check): Set and substitute
4431         gnu89_inline, not libc_cv_gnu89_inline.
4432         * configure: Regenerated.
4433         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
4434
4435 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
4436
4437         * string/test-strnlen.c: New file.
4438         * string/Makefile (strop-tests): Add strnlen.
4439         * string/tester.c (test_strnlen): Add a few more test cases.
4440         * string/tst-strlen.c: Better error reporting.
4441
4442         * sysdeps/x86_64/strnlen.S: New file.
4443
4444 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
4445
4446         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
4447         lower-latency instructions.
4448
4449 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
4450
4451         * string/test-strcasestr.c: New file.
4452         * string/test-strstr.c: New file.
4453         * string/Makefile (strop-tests): Add strstr and strcasestr.
4454         * string/str-two-way.h: Don't undefine MAX.
4455         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
4456
4457 2010-07-21  Andreas Schwab  <schwab@redhat.com>
4458
4459         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4460         strcasestr-nonascii.
4461         (CFLAGS-strcasestr-nonascii.c): Define.
4462         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
4463         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
4464         Remove unused attribute.
4465
4466 2010-07-20  Roland McGrath  <roland@redhat.com>
4467
4468         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
4469         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
4470         ld.so.cache was broken.  With it, there is no way to disable dsocaps
4471         like LD_HWCAP_MASK can disable hwcaps.
4472
4473 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
4474
4475         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
4476
4477 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
4478
4479         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
4480         call in strcasestr.
4481         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
4482         __strcasestr_sse42_nonascii.
4483         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
4484         strcasestr-nonascii.c.
4485         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
4486
4487 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
4488
4489         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
4490         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
4491         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
4492         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
4493
4494 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
4495
4496         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
4497         fcntl.
4498
4499 2010-07-06  Andreas Schwab  <schwab@redhat.com>
4500
4501         [BZ #11577]
4502         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
4503         dl_signal_cerror.
4504
4505 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
4506
4507         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
4508         _PC_PIPE_BUF using F_GETPIPE_SZ.
4509
4510 2010-07-05  Roland McGrath  <roland@redhat.com>
4511
4512         * manual/arith.texi (Rounding Functions): Fix rint description
4513         implicit in round description.
4514
4515 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
4516
4517         * elf/Makefile: Fix linking for a few tests to make recent linker
4518         happy.
4519
4520 2010-06-30  Andreas Schwab  <schwab@redhat.com>
4521
4522         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
4523         $(common-objpfx)libc_nonshared.a.
4524
4525 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
4526
4527         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
4528         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
4529         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4530         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4531         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
4532         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
4533         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4534         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
4536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
4537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
4538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
4540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
4542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
4543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
4544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
4545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
4547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
4549         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
4550         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
4551         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
4552         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
4553         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
4554         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
4555         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
4556         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
4557         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
4558         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
4559         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
4560         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
4561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
4562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
4563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
4564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
4565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
4566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
4567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
4568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
4569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
4570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
4571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
4572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
4573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
4574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
4575
4576 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
4577
4578         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
4579         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
4580         * string/memmove.c (memmove): Renamed to ...
4581         (MEMMOVE): ...this.  Default to memmove.
4582         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
4583         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
4584         (END_CHK): Define.
4585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4586         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
4587         mempcpy-ssse3-back memmove-ssse3-back.
4588         * sysdeps/x86_64/multiarch/bcopy.S: New file .
4589         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
4590         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
4591         * sysdeps/x86_64/multiarch/memcpy.S: New file.
4592         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
4593         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
4594         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
4595         * sysdeps/x86_64/multiarch/memmove.c: New file.
4596         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
4597         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
4598         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
4599         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
4600         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
4601         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
4602         Define.
4603         (index_Fast_Copy_Backward): Define.
4604         (HAS_ARCH_FEATURE): Define.
4605         (HAS_FAST_REP_STRING): Define.
4606         (HAS_FAST_COPY_BACKWARD): Define.
4607
4608 2010-06-21  Andreas Schwab  <schwab@redhat.com>
4609
4610         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4611         Restore proper fallback handling.
4612
4613 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
4614
4615         [BZ #11701]
4616         * posix/group_member.c (__group_member): Correct checking loop.
4617
4618         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
4619         OOM in getpwuid_r correctly.  Return error number when the caller
4620         should return, otherwise -1.
4621         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
4622         call returning > 0 value.
4623         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
4624
4625 2010-06-07  Andreas Schwab  <schwab@redhat.com>
4626
4627         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
4628         libc_nonshared.a from targets in modules-names.
4629
4630 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
4631
4632         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
4633         requires it.
4634
4635 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
4636
4637         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
4638         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
4639         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
4640         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
4641
4642 2010-06-02  Andreas Schwab  <schwab@redhat.com>
4643
4644         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
4645
4646 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
4647
4648         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
4649         and F_GETPIPE_SZ.
4650         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4651         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4652         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4653         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4654         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4655         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
4656
4657 2010-06-14  Roland McGrath  <roland@redhat.com>
4658
4659         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
4660
4661 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
4662
4663         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
4664         __REDIRECT followed by __THROW.
4665         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
4666         * posix/getopt.h (getopt): Likewise.
4667
4668 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
4669
4670         * hurd/lookup-at.c (__file_name_lookup_at): Accept
4671         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
4672         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
4673         in AT_FLAGS.
4674         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
4675         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
4676
4677 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
4678
4679         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
4680
4681 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
4682
4683         [BZ #11640]
4684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4685         Properly check family and model.
4686
4687 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
4688
4689         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
4690
4691 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
4692
4693         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
4694
4695 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
4696
4697         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
4698         symbol reference.
4699
4700 2010-05-19  Andreas Schwab  <schwab@redhat.com>
4701
4702         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
4703         symbol reference.
4704
4705 2010-05-21  Andreas Schwab  <schwab@redhat.com>
4706
4707         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
4708         and internal_recvmmsg.
4709         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
4710         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
4711         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
4712         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
4713
4714         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
4715         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
4716         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
4717
4718 2010-05-20  Andreas Schwab  <schwab@redhat.com>
4719
4720         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
4721
4722 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
4723
4724         POWER7 optimizations.
4725         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
4726         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
4727
4728 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
4729
4730         * version.h: Update for 2.13 development version.
4731
4732 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
4733
4734         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
4735         exceptions.  Return 0.
4736
4737 2010-05-07  Roland McGrath  <roland@redhat.com>
4738
4739         * elf/ldconfig.c (main): Add a const.
4740
4741 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
4742
4743         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
4744         (args_options): Add no-idn option.
4745         (ahosts_keys_int): Add idn_flags to ai_flags.
4746         (parse_option): Handle 'i' option to clear idn_flags.
4747
4748         * malloc/malloc.c (_int_free): Possible race in the most recently
4749         added check.  Only act on the data if no current modification
4750         happened.
4751
4752 See ChangeLog.17 for earlier changes.