Merge remote branch 'origin/master' into fedora/master
[glibc.git] / ChangeLog
blobf8131b9bc08eff3488052b59385f07c69cf2f238
1 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
3         [BZ #12005]
4         * malloc/mcheck.c: Handle large requests.
6         [BZ #12077]
7         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
8         for strncmp and strncasecmp.
9         * string/stratcliff.c: Add tests for strcmp and strncmp.
10         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
12 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
14         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
15         __set_fpscr.
17 2010-09-30  Andreas Jaeger  <aj@suse.de>
19         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
20         (CGROUP_SUPER_MAGIC): Define.
21         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22         Handle btrfs and cgroup file systems.
23         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24         Likewise.
26 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
28         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
29         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
31 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33         [BZ #12067]
34         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
35         trying to locate the ELF header.
37 2010-09-27  Andreas Schwab  <schwab@redhat.com>
39         [BZ #11611]
40         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
41         Mask out sign-bit copies when constructing f_fsid.
43 2010-09-28  Andreas Schwab  <schwab@redhat.com>
45         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
46         before performing relro protection.
48 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50         * include/link.h (struct link_map): Add l_free_initfini.
51         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
52         l_initfini.
53         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
54         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
55         set.
57         [BZ #11561]
58         * posix/regcomp.c (parse_bracket_exp): When looking up collating
59         elements compare against the byte sequence of it, not its name.
61         [BZ #6530]
62         * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22
63         change.
65         * nss/nss_files/files-XXX.c (internal_getent): Declare linebuflen
66         as size_t.
68         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
69         backslash.
71 2010-09-24  Petr Baudis <pasky@suse.cz>
73         * debug/stack_chk_fail_local.c: Add missing licence exception.
74         * debug/warning-nop.c: Likewise.
76 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
78         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
79         implementing getdents64 using getdents syscall, set d_type if
80         __ASSUME_GETDENTS32_D_TYPE.
82 2010-09-16  Andreas Schwab  <schwab@redhat.com>
84         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
85         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
87 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
89         [BZ #12037]
90         * posix/unistd.h: Undo change of feature selection for ftruncate from
91         2010-01-11.
93 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
95         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
96         detection.
98 2010-09-20  Andreas Schwab  <schwab@redhat.com>
100         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
101         fanotify_mark.
102         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
104 2010-09-14  Andreas Schwab  <schwab@redhat.com>
106         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
107         variables after CHECK_SP call.
108         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
110 2010-09-13  Andreas Schwab  <schwab@redhat.com>
111             Ulrich Drepper  <drepper@redhat.com>
113         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
114         re-relocationg ld.so.
115         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
116         _dl_init_paths call.
117         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
118         here anymore.
120 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
122         * resolv/res_init.c (__res_vinit): Count the default server we added.
124 2010-09-13  Andreas Schwab  <schwab@redhat.com>
126         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
127         (sysd-rules-targets): Remove duplicates.
128         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
129         rtld-%.$o dependency.
131 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
132             Ulrich Drepper  <drepper@redhat.com>
134         [BZ #11968]
135         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
136         (____longjmp_chk): Use %ebx for saving value across system call.
137         Add unwind info.
139 2010-09-06  Andreas Schwab  <schwab@redhat.com>
141         * manual/Makefile: Don't mix pattern rules with normal rules.
143 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
145         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
146         operation.
147         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
148         * libio/iofopncook.c (_IO_cookie_init): Likewise.
149         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
150         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
151         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
152         Likewise.
154 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
156         [BZ #11979]
157         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
158         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
160 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
162         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
163         * sysdeps/x86_64/addmul_1.S: Likewise.
164         * sysdeps/x86_64/lshift.S: Likewise.
165         * sysdeps/x86_64/mul_1.S: Likewise.
166         * sysdeps/x86_64/rshift.S: Likewise.
167         * sysdeps/x86_64/sub_n.S: Likewise.
168         * sysdeps/x86_64/submul_1.S: Likewise.
170 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
172         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
173         Define __sched_param instead of SCHED_* and sched_param when
174         <bits/sched.h> is included with __need_schedparam defined.
175         * bits/sched.h [__need_schedparam]
176         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
177         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
178         (__defined_schedparam): Define to 1.
179         (__sched_param): New structure, identical to sched_param.
180         (__need_schedparam): Undefine.
182 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
184         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
185         (epoll_create1): Declare.
187         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
189 2010-08-31  Andreas Schwab  <schwab@redhat.com>
191         [BZ #7066]
192         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
193         shifting retval into place.
195 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
197         * nis/rpcsvc/nis.h: Update copyright notice.
198         * nis/rpcsvc/nis.x: Likewise.
199         * nis/rpcsvc/nis_callback.h: Likewise.
200         * nis/rpcsvc/nis_callback.x: Likewise.
201         * nis/rpcsvc/nis_object.x: Likewise.
202         * nis/rpcsvc/nis_tags.h: Likewise.
203         * nis/rpcsvc/yp.h: Likewise.
204         * nis/rpcsvc/yp.x: Likewise.
205         * nis/rpcsvc/ypupd.h: Likewise.
206         * nis/yp_xdr.c: Likewise.
207         * nis/ypupdate_xdr.c: Likewise.
209         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
210         mainly the body of pmap_getport.  Add parameters to specify timeouts.
211         (pmap_getport): Use __libc_rpc_getport.
212         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
213         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
214         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
216 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
219         fanotify_mark.
221 2010-08-27  Roland McGrath  <roland@redhat.com>
223         * sysdeps/i386/i686/multiarch/Makefile
224         (CFLAGS-varshift.c): New variable.
226 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
228         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
229         * sysdeps/i386/i686/multiarch/varshift.c: New file.
231         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
233         * sysdeps/x86_64/strlen.S: Minimal code improvement.
235 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
237         * sysdeps/x86_64/strlen.S: Unroll the loop.
238         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
239         strlen-sse2 strlen-sse2-bsf.
240         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
241         __strlen_no_bsf if bit_Slow_BSF is set.
242         (__strlen_sse42): Removed.
243         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
244         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
246 2010-08-25  Roland McGrath  <roland@redhat.com>
248         * sysdeps/x86_64/multiarch/varshift.S: File removed.
249         * sysdeps/x86_64/multiarch/varshift.c: New file.
250         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
251         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
252         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
253         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
255 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
257         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
258         strlen-sse2 strlen-sse2-bsf.
259         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
260         __strlen_sse2_bsf if bit_Slow_BSF is unset.
261         (__strlen_sse2): Removed.
262         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
263         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
265         bit_Slow_BSF for Atom.
266         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
267         (index_Slow_BSF): Define.
268         (HAS_SLOW_BSF): Define.
270 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
272         [BZ #10851]
273         * resolv/res_init.c (__res_vinit): When no server address at all
274         is given default to loopback.
276 2010-08-24  Roland McGrath  <roland@redhat.com>
278         * configure.in: Remove config-name.h generation.
279         * configure: Regenerated.
280         * config-name.in: File removed.
281         * scripts/config-uname.sh: New file.
282         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
283         ($(objdir)config-name.h): New target.
285         * sunrpc/rpc_parse.h: Avoid nested comment.
287 2010-08-24  Richard Henderson  <rth@redhat.com>
288             Ulrich Drepper  <drepper@redhat.com>
289             H.J. Lu  <hongjiu.lu@intel.com>
291         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
292         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
293         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
294         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
295         _mm_alignr_epi8 with _mm_loadu_si128.
296         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
297         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
298         (__m128i_shift_right): Removed.
299         * sysdeps/i386/i686/multiarch/varshift.h: New file.
300         * sysdeps/i386/i686/multiarch/varshift.S: New file.
301         * sysdeps/x86_64/multiarch/varshift.h: New file.
302         * sysdeps/x86_64/multiarch/varshift.S: New file.
304 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
306         * configure.in: Move assembler checks to before sysdep dir checking.
308 2010-08-20  Petr Baudis  <pasky@suse.cz>
310         * LICENSES: Sync the sunrpc license.
312 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
314         * sunrpc/auth_des.c: Update copyright notice once again.
315         * sunrpc/auth_none.c: Likewise.
316         * sunrpc/auth_unix.c: Likewise.
317         * sunrpc/authdes_prot.c: Likewise.
318         * sunrpc/authuxprot.c: Likewise.
319         * sunrpc/bindrsvprt.c: Likewise.
320         * sunrpc/clnt_gen.c: Likewise.
321         * sunrpc/clnt_perr.c: Likewise.
322         * sunrpc/clnt_raw.c: Likewise.
323         * sunrpc/clnt_simp.c: Likewise.
324         * sunrpc/clnt_tcp.c: Likewise.
325         * sunrpc/clnt_udp.c: Likewise.
326         * sunrpc/clnt_unix.c: Likewise.
327         * sunrpc/des_crypt.c: Likewise.
328         * sunrpc/des_soft.c: Likewise.
329         * sunrpc/get_myaddr.c: Likewise.
330         * sunrpc/getrpcport.c: Likewise.
331         * sunrpc/key_call.c: Likewise.
332         * sunrpc/key_prot.c: Likewise.
333         * sunrpc/openchild.c: Likewise.
334         * sunrpc/pm_getmaps.c: Likewise.
335         * sunrpc/pm_getport.c: Likewise.
336         * sunrpc/pmap_clnt.c: Likewise.
337         * sunrpc/pmap_prot.c: Likewise.
338         * sunrpc/pmap_prot2.c: Likewise.
339         * sunrpc/pmap_rmt.c: Likewise.
340         * sunrpc/rpc/auth.h: Likewise.
341         * sunrpc/rpc/auth_unix.h: Likewise.
342         * sunrpc/rpc/clnt.h: Likewise.
343         * sunrpc/rpc/des_crypt.h: Likewise.
344         * sunrpc/rpc/key_prot.h: Likewise.
345         * sunrpc/rpc/netdb.h: Likewise.
346         * sunrpc/rpc/pmap_clnt.h: Likewise.
347         * sunrpc/rpc/pmap_prot.h: Likewise.
348         * sunrpc/rpc/pmap_rmt.h: Likewise.
349         * sunrpc/rpc/rpc.h: Likewise.
350         * sunrpc/rpc/rpc_des.h: Likewise.
351         * sunrpc/rpc/rpc_msg.h: Likewise.
352         * sunrpc/rpc/svc.h: Likewise.
353         * sunrpc/rpc/svc_auth.h: Likewise.
354         * sunrpc/rpc/types.h: Likewise.
355         * sunrpc/rpc/xdr.h: Likewise.
356         * sunrpc/rpc_clntout.c: Likewise.
357         * sunrpc/rpc_cmsg.c: Likewise.
358         * sunrpc/rpc_common.c: Likewise.
359         * sunrpc/rpc_cout.c: Likewise.
360         * sunrpc/rpc_dtable.c: Likewise.
361         * sunrpc/rpc_hout.c: Likewise.
362         * sunrpc/rpc_main.c: Likewise.
363         * sunrpc/rpc_parse.c: Likewise.
364         * sunrpc/rpc_parse.h: Likewise.
365         * sunrpc/rpc_prot.c: Likewise.
366         * sunrpc/rpc_sample.c: Likewise.
367         * sunrpc/rpc_scan.c: Likewise.
368         * sunrpc/rpc_scan.h: Likewise.
369         * sunrpc/rpc_svcout.c: Likewise.
370         * sunrpc/rpc_tblout.c: Likewise.
371         * sunrpc/rpc_util.c: Likewise.
372         * sunrpc/rpc_util.h: Likewise.
373         * sunrpc/rpcinfo.c: Likewise.
374         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
375         * sunrpc/rpcsvc/key_prot.x: Likewise.
376         * sunrpc/rpcsvc/klm_prot.x: Likewise.
377         * sunrpc/rpcsvc/mount.x: Likewise.
378         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
379         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
380         * sunrpc/rpcsvc/rex.x: Likewise.
381         * sunrpc/rpcsvc/rstat.x: Likewise.
382         * sunrpc/rpcsvc/rusers.x: Likewise.
383         * sunrpc/rpcsvc/sm_inter.x: Likewise.
384         * sunrpc/rpcsvc/spray.x: Likewise.
385         * sunrpc/rpcsvc/yppasswd.x: Likewise.
386         * sunrpc/rtime.c: Likewise.
387         * sunrpc/svc.c: Likewise.
388         * sunrpc/svc_auth.c: Likewise.
389         * sunrpc/svc_authux.c: Likewise.
390         * sunrpc/svc_raw.c: Likewise.
391         * sunrpc/svc_run.c: Likewise.
392         * sunrpc/svc_simple.c: Likewise.
393         * sunrpc/svc_tcp.c: Likewise.
394         * sunrpc/svc_udp.c: Likewise.
395         * sunrpc/svc_unix.c: Likewise.
396         * sunrpc/svcauth_des.c: Likewise.
397         * sunrpc/xcrypt.c: Likewise.
398         * sunrpc/xdr.c: Likewise.
399         * sunrpc/xdr_array.c: Likewise.
400         * sunrpc/xdr_float.c: Likewise.
401         * sunrpc/xdr_mem.c: Likewise.
402         * sunrpc/xdr_rec.c: Likewise.
403         * sunrpc/xdr_ref.c: Likewise.
404         * sunrpc/xdr_sizeof.c: Likewise.
405         * sunrpc/xdr_stdio.c: Likewise.
407         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
408         handling.
410 2010-08-19  Andreas Schwab  <schwab@redhat.com>
412         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
414 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
416         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
417         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
418         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
419         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
420         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
421         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
422         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
423         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
424         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
425         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
426         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
427         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
428         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
429         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
431 2010-07-26  Anton Blanchard  <anton@samba.org>
433         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
434         * malloc/arena.c (heap_trim): Likewise.
436 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
438         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
439         here.  Not...
440         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
441         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
443 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
445         * sysdeps/i386/elf/Makefile: New file.
447 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
449         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
450         from fanotify_init.
451         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
452         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
454 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
456         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
457         of strncasecmp_l.
458         * sysdeps/multiarch/strcmp.S: Likewise.
460 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
462         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
463         strncase_l-nonascii.
464         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
465         Add strncase_l-ssse3.
466         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
467         * sysdeps/x86_64/strcmp.S: Likewise.
468         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
469         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
470         * sysdeps/x86_64/strncase.S: New file.
471         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
472         * sysdeps/x86_64/strncase_l.S: New file.
473         * string/Makefile (strop-tests): Add strncasecmp.
474         * string/test-strncasecmp.c: New file.
476         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
477         warning.
479         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
480         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
482 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
484         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
486 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
488         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
489         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
490         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
492 2010-05-01  Alan Modra  <amodra@gmail.com>
494         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
495         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
496         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
497         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
498         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
499         tidying.  Don't tail-call __sigjmp_save for static lib.
500         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
501         save location.
502         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
503         (CALL_MCOUNT): Add eh info, and nop after bl.
504         (TAIL_CALL_SYSCALL_ERROR): New macro.
505         (PSEUDO_RET): Use it.
506         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
507         Correct save location of integer regs and cr.
508         (_dl_profile_resolve): Correct cr save location.  Delete nops
509         after bl when SHARED.  Reduce cfi size a little by better
510         placement of cfi directives.
511         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
512         make a stack frame.  Instead use parm save area as a temp.
513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
514         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
516         Don't make a stack frame for parent, use parm save area.
517         Increase child stack frame to 112 bytes.  Don't save unused reg,
518         and adjust reg usage.  Set up cfi on error recovery and
519         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
521         (__makecontext): Add dummy nop after jump to exit.
522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
523         Use correct parm save area and cr save, reduce stack frame.
524         Correct cfi for possible PSEUDO_RET frame setup.
525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
526         Branch to local label emitted by PSEUDO_RET rather than
527         __syscall_error.
529 2010-08-12  Andreas Schwab  <schwab@redhat.com>
531         [BZ #11904]
532         * locale/programs/locale.c (print_assignment): New function.
533         (show_locale_vars): Use it.
535 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
537         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
538         field.
539         (struct statfs64): Likewise.
540         (_STATFS_F_FLAGS): Define.
541         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
542         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
543         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
544         (ST_VALID): Define locally.
545         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
546         __statvfs_getflags, use the provided value.
547         * sysdeps/unix/sysv/linux/kernel-features.h: Define
548         __ASSUME_STATFS_F_FLAGS.
550         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
552         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
553         Add sys/fanotify.h.
554         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
555         fanotify_mask for GLIBC_2.13.
556         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
557         fanotify_init and fanotify_mark.
558         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
559         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
561         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
562         Add prlimit.
563         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
564         prlimit64 for GLIBC_2.13.
565         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
566         prlimit64.
567         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
568         syscall.
569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
570         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
571         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
572         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
573         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
574         add prlimit alias.
575         * sysdeps/unix/sysv/linux/prlimit.c: New file.
577         [BZ #11903]
578         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
579         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
581         * nss/Makefile: Add rules to build and run tst-nss-test1.
582         * shlib-versions: Add entry for libnss_test1.
583         * nss/nss_test1.c: New file.
584         * nss/tst-nss-test1.c: New file.
586         * nss/nsswitch.c (__nss_database_custom): Define new variable.
587         (__nss_configure_lookup): Set appropriate entry in
588         __nss_configure_lookup to true.
589         * nss/nsswitch.h: Define enum with indeces of databases in
590         databases and __nss_database_custom arrays.  Declare
591         __nss_database_custom.
592         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
593         to avoid using nscd when custom rules are installed.
594         * nss/getXXbyYY_r.c: Likewise.
595         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
597         * nss/nss_files/files-parse.c: Whitespace fixes.
599 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
601         [BZ #11883]
602         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
603         * posix/fnmatch_loop.c: Likewise.
605 2010-07-17  Andi Kleen  <ak@linux.intel.com>
607         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
608         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
609         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
610         * Versions.def [GLIBC_2.13]: Add.
612 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
614         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
615         Also fail if tpwd after pwuid call is NULL.
617 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
619         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
620         when converting to ms.
622 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
624         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
625         EOPNOTSUPP errors with ENOTTY.
626         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
627         EOPNOTSUPP errors with ENOTTY.
629 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
631         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
632         Add strcasecmp_l-ssse3.
633         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
634         strcasecmp.
635         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
636         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
637         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
639 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
641         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
643         * string/Makefile (strop-tests): Add strcasecmp.
644         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
645         strcasecmp_l-nonascii.
646         (gen-as-const-headers): Add locale-defines.sym.
647         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
648         * sysdeps/x86_64/strcasecmp.S: New file.
649         * sysdeps/x86_64/strcasecmp_l.S: New file.
650         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
651         * sysdeps/x86_64/locale-defines.sym: New file.
652         * string/test-strcasecmp.c: New file.
654         * string/test-strcasestr.c: Test both ends of the range of characters.
655         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
657 2010-07-29  Roland McGrath  <roland@redhat.com>
659         [BZ #11856]
660         * manual/locale.texi (Yes-or-No Questions): Fix example code.
662 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
664         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
665         for ld.so.
667 2010-07-27  Andreas Schwab  <schwab@redhat.com>
669         * manual/memory.texi (Malloc Tunable Parameters): Document
670         M_PERTURB.
672 2010-07-26  Roland McGrath  <roland@redhat.com>
674         [BZ #11840]
675         * configure.in (-fgnu89-inline check): Set and substitute
676         gnu89_inline, not libc_cv_gnu89_inline.
677         * configure: Regenerated.
678         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
680 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
682         * string/test-strnlen.c: New file.
683         * string/Makefile (strop-tests): Add strnlen.
684         * string/tester.c (test_strnlen): Add a few more test cases.
685         * string/tst-strlen.c: Better error reporting.
687         * sysdeps/x86_64/strnlen.S: New file.
689 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
691         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
692         lower-latency instructions.
694 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
696         * string/test-strcasestr.c: New file.
697         * string/test-strstr.c: New file.
698         * string/Makefile (strop-tests): Add strstr and strcasestr.
699         * string/str-two-way.h: Don't undefine MAX.
700         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
702 2010-07-21  Andreas Schwab  <schwab@redhat.com>
704         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
705         strcasestr-nonascii.
706         (CFLAGS-strcasestr-nonascii.c): Define.
707         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
708         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
709         Remove unused attribute.
711 2010-07-20  Roland McGrath  <roland@redhat.com>
713         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
714         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
715         ld.so.cache was broken.  With it, there is no way to disable dsocaps
716         like LD_HWCAP_MASK can disable hwcaps.
718 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
720         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
722 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
724         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
725         call in strcasestr.
726         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
727         __strcasestr_sse42_nonascii.
728         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
729         strcasestr-nonascii.c.
730         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
732 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
734         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
735         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
736         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
737         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
739 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
741         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
742         fcntl.
744 2010-07-06  Andreas Schwab  <schwab@redhat.com>
746         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
747         dl_signal_cerror.
749 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
751         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
752         _PC_PIPE_BUF using F_GETPIPE_SZ.
754 2010-07-05  Roland McGrath  <roland@redhat.com>
756         * manual/arith.texi (Rounding Functions): Fix rint description
757         implicit in round description.
759 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
761         * elf/Makefile: Fix linking for a few tests to make recent linker
762         happy.
764 2010-06-30  Andreas Schwab  <schwab@redhat.com>
766         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
767         $(common-objpfx)libc_nonshared.a.
769 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
771         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
772         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
773         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
774         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
775         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
776         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
777         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
778         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
793         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
794         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
795         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
796         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
797         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
798         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
799         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
800         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
801         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
802         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
803         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
804         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
820 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
822         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
823         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
824         * string/memmove.c (memmove): Renamed to ...
825         (MEMMOVE): ...this.  Default to memmove.
826         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
827         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
828         (END_CHK): Define.
829         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
830         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
831         mempcpy-ssse3-back memmove-ssse3-back.
832         * sysdeps/x86_64/multiarch/bcopy.S: New file .
833         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
834         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
835         * sysdeps/x86_64/multiarch/memcpy.S: New file.
836         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
837         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
838         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
839         * sysdeps/x86_64/multiarch/memmove.c: New file.
840         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
841         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
842         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
843         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
844         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
845         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
846         Define.
847         (index_Fast_Copy_Backward): Define.
848         (HAS_ARCH_FEATURE): Define.
849         (HAS_FAST_REP_STRING): Define.
850         (HAS_FAST_COPY_BACKWARD): Define.
852 2010-06-21  Andreas Schwab  <schwab@redhat.com>
854         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
855         Restore proper fallback handling.
857 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
859         [BZ #11701]
860         * posix/group_member.c (__group_member): Correct checking loop.
862         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
863         OOM in getpwuid_r correctly.  Return error number when the caller
864         should return, otherwise -1.
865         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
866         call returning > 0 value.
867         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
869 2010-07-01  Andreas Schwab  <schwab@redhat.com>
871         * include/sys/resource.h (__getrlimit): Add hidden proto.
872         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Add libc_hidden_weak.
873         * sysdeps/mach/hurd/getrlimit.c: Add libc_hidden_def.
874         * resource/getrlimit.c: Likewise.
876 2010-06-28  Andreas Schwab  <schwab@redhat.com>
878         * allocatestack.c (setxid_mark_thread): Ensure that the exiting
879         thread is woken up.
881         * elf/Makefile: Add rules to build and run unload8 test.
882         * elf/unload8.c: New file.
883         * elf/unload8mod1.c: New file.
884         * elf/unload8mod1x.c: New file.
885         * elf/unload8mod2.c: New file.
886         * elf/unload8mod3.c: New file.
888         * elf/dl-close.c (_dl_close_worker): Reset private search list if
889         it wasn't used.
891 2010-06-21  Andreas Schwab  <schwab@redhat.com>
893         * sysdeps/i386/i686/Makefile: Don't pass -mtune to assembler.
895 2010-06-07  Andreas Schwab  <schwab@redhat.com>
897         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
898         libc_nonshared.a from targets in modules-names.
900 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
902         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
903         requires it.
905 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
907         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
908         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
909         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
910         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
912 2010-06-02  Andreas Schwab  <schwab@redhat.com>
914         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
916 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
918         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
919         and F_GETPIPE_SZ.
920         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
921         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
922         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
923         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
924         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
925         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
927 2010-06-14  Roland McGrath  <roland@redhat.com>
929         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
931 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
933         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
934         __REDIRECT followed by __THROW.
935         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
936         * posix/getopt.h (getopt): Likewise.
938 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
940         * hurd/lookup-at.c (__file_name_lookup_at): Accept
941         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
942         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
943         in AT_FLAGS.
944         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
945         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
947 2010-06-11  Andreas Schwab  <schwab@redhat.com>
949         * elf/rtld.c (_dl_starting_up): Always define.
950         (dl_main): Always set _dl_starting_up.
951         * elf/dl-support.c (_dl_starting_up): Always define.
952         * elf/dl-init.c (_dl_init): Always clear _dl_starting_up.
954 2010-06-10  Andreas Schwab  <schwab@redhat.com>
956         * sysdeps/unix/sysv/linux/getpagesize.c: Don't assume AT_PAGESIZE
957         is always available.
959         * sysdeps/unix/sysv/linux/i386/Versions: Export __uname under
960         GLIBC_PRIVATE.
961         * nptl/Versions: Export __getrlimit under GLIBC_PRIVATE.
962         * sysdeps/unix/sysv/linux/i386/smp.h: Call __uname instead of uname.
963         * nptl/nptl-init.c: Call __getrlimit instead of getrlimit.
965 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
967         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
969 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
971         [BZ #11640]
972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
973         Properly check family and model.
975 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
977         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
979 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
981         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
983 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
985         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
986         symbol reference.
988 2010-05-19  Andreas Schwab  <schwab@redhat.com>
990         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
991         symbol reference.
993 2010-05-21  Andreas Schwab  <schwab@redhat.com>
995         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
996         and internal_recvmmsg.
997         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
998         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
999         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1000         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1002         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1003         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1004         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1006 2010-05-20  Andreas Schwab  <schwab@redhat.com>
1008         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1010 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
1012         POWER7 optimizations.
1013         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1014         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1016 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
1018         * version.h: Update for 2.13 development version.
1020 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
1022         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1023         exceptions.  Return 0.
1025 2010-05-07  Roland McGrath  <roland@redhat.com>
1027         * elf/ldconfig.c (main): Add a const.
1029 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
1031         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1032         (args_options): Add no-idn option.
1033         (ahosts_keys_int): Add idn_flags to ai_flags.
1034         (parse_option): Handle 'i' option to clear idn_flags.
1036         * malloc/malloc.c (_int_free): Possible race in the most recently
1037         added check.  Only act on the data if no current modification
1038         happened.
1040 See ChangeLog.17 for earlier changes.