1 2010-10-11 Ulrich Drepper <drepper@gmail.com>
4 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
7 2010-10-06 Ulrich Drepper <drepper@gmail.com>
9 * string/bug-strstr1.c: New file.
10 * string/Makefile: Add rules to build and run bug-strstr1.
12 2010-10-05 Eric Blake <eblake@redhat.com>
15 * string/str-two-way.h (two_way_long_needle): Always clear memory
16 when skipping input due to the shift table.
18 2010-10-03 Ulrich Drepper <drepper@gmail.com>
21 * malloc/mcheck.c: Handle large requests.
24 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
25 for strncmp and strncasecmp.
26 * string/stratcliff.c: Add tests for strcmp and strncmp.
27 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
29 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
34 2010-09-30 Andreas Jaeger <aj@suse.de>
36 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
37 (CGROUP_SUPER_MAGIC): Define.
38 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
39 Handle btrfs and cgroup file systems.
40 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
43 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
45 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
46 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52 trying to locate the ELF header.
54 2010-09-27 Andreas Schwab <schwab@redhat.com>
57 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
58 Mask out sign-bit copies when constructing f_fsid.
60 2010-09-24 Petr Baudis <pasky@suse.cz>
62 * debug/stack_chk_fail_local.c: Add missing licence exception.
63 * debug/warning-nop.c: Likewise.
65 2010-09-15 Joseph Myers <joseph@codesourcery.com>
67 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
68 implementing getdents64 using getdents syscall, set d_type if
69 __ASSUME_GETDENTS32_D_TYPE.
71 2010-09-16 Andreas Schwab <schwab@redhat.com>
73 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
74 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
76 2010-09-21 Ulrich Drepper <drepper@redhat.com>
79 * posix/unistd.h: Undo change of feature selection for ftruncate from
82 2010-09-20 Ulrich Drepper <drepper@redhat.com>
84 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
87 2010-09-20 Andreas Schwab <schwab@redhat.com>
89 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
91 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
93 2010-09-14 Andreas Schwab <schwab@redhat.com>
95 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
96 variables after CHECK_SP call.
97 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
99 2010-09-13 Andreas Schwab <schwab@redhat.com>
100 Ulrich Drepper <drepper@redhat.com>
102 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
103 re-relocationg ld.so.
104 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
106 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
109 2010-09-14 Ulrich Drepper <drepper@redhat.com>
111 * resolv/res_init.c (__res_vinit): Count the default server we added.
113 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
114 Ulrich Drepper <drepper@redhat.com>
117 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
118 (____longjmp_chk): Use %ebx for saving value across system call.
121 2010-09-06 Andreas Schwab <schwab@redhat.com>
123 * manual/Makefile: Don't mix pattern rules with normal rules.
125 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
127 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
129 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
130 * libio/iofopncook.c (_IO_cookie_init): Likewise.
131 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
132 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
133 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
136 2010-09-04 Ulrich Drepper <drepper@redhat.com>
139 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
140 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
142 2010-09-02 Ulrich Drepper <drepper@redhat.com>
144 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
145 * sysdeps/x86_64/addmul_1.S: Likewise.
146 * sysdeps/x86_64/lshift.S: Likewise.
147 * sysdeps/x86_64/mul_1.S: Likewise.
148 * sysdeps/x86_64/rshift.S: Likewise.
149 * sysdeps/x86_64/sub_n.S: Likewise.
150 * sysdeps/x86_64/submul_1.S: Likewise.
152 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
154 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
155 Define __sched_param instead of SCHED_* and sched_param when
156 <bits/sched.h> is included with __need_schedparam defined.
157 * bits/sched.h [__need_schedparam]
158 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
159 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
160 (__defined_schedparam): Define to 1.
161 (__sched_param): New structure, identical to sched_param.
162 (__need_schedparam): Undefine.
164 2010-08-31 Mike Frysinger <vapier@gentoo.org>
166 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
167 (epoll_create1): Declare.
169 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
171 2010-08-31 Andreas Schwab <schwab@redhat.com>
174 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
175 shifting retval into place.
177 2010-09-01 Ulrich Drepper <drepper@redhat.com>
179 * nis/rpcsvc/nis.h: Update copyright notice.
180 * nis/rpcsvc/nis.x: Likewise.
181 * nis/rpcsvc/nis_callback.h: Likewise.
182 * nis/rpcsvc/nis_callback.x: Likewise.
183 * nis/rpcsvc/nis_object.x: Likewise.
184 * nis/rpcsvc/nis_tags.h: Likewise.
185 * nis/rpcsvc/yp.h: Likewise.
186 * nis/rpcsvc/yp.x: Likewise.
187 * nis/rpcsvc/ypupd.h: Likewise.
188 * nis/yp_xdr.c: Likewise.
189 * nis/ypupdate_xdr.c: Likewise.
191 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
192 mainly the body of pmap_getport. Add parameters to specify timeouts.
193 (pmap_getport): Use __libc_rpc_getport.
194 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
195 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
196 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
198 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
200 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
203 2010-08-27 Roland McGrath <roland@redhat.com>
205 * sysdeps/i386/i686/multiarch/Makefile
206 (CFLAGS-varshift.c): New variable.
208 2010-08-27 Ulrich Drepper <drepper@redhat.com>
210 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
211 * sysdeps/i386/i686/multiarch/varshift.c: New file.
213 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
215 * sysdeps/x86_64/strlen.S: Minimal code improvement.
217 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
219 * sysdeps/x86_64/strlen.S: Unroll the loop.
220 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
221 strlen-sse2 strlen-sse2-bsf.
222 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
223 __strlen_no_bsf if bit_Slow_BSF is set.
224 (__strlen_sse42): Removed.
225 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
226 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
228 2010-08-25 Roland McGrath <roland@redhat.com>
230 * sysdeps/x86_64/multiarch/varshift.S: File removed.
231 * sysdeps/x86_64/multiarch/varshift.c: New file.
232 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
233 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
234 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
235 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
237 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
239 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
240 strlen-sse2 strlen-sse2-bsf.
241 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
242 __strlen_sse2_bsf if bit_Slow_BSF is unset.
243 (__strlen_sse2): Removed.
244 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
245 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
246 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
247 bit_Slow_BSF for Atom.
248 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
249 (index_Slow_BSF): Define.
250 (HAS_SLOW_BSF): Define.
252 2010-08-25 Ulrich Drepper <drepper@redhat.com>
255 * resolv/res_init.c (__res_vinit): When no server address at all
256 is given default to loopback.
258 2010-08-24 Roland McGrath <roland@redhat.com>
260 * configure.in: Remove config-name.h generation.
261 * configure: Regenerated.
262 * config-name.in: File removed.
263 * scripts/config-uname.sh: New file.
264 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
265 ($(objdir)config-name.h): New target.
267 * sunrpc/rpc_parse.h: Avoid nested comment.
269 2010-08-24 Richard Henderson <rth@redhat.com>
270 Ulrich Drepper <drepper@redhat.com>
271 H.J. Lu <hongjiu.lu@intel.com>
273 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
274 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
275 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
276 Replace _mm_srli_si128 with __m128i_shift_right. Replace
277 _mm_alignr_epi8 with _mm_loadu_si128.
278 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
279 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
280 (__m128i_shift_right): Removed.
281 * sysdeps/i386/i686/multiarch/varshift.h: New file.
282 * sysdeps/i386/i686/multiarch/varshift.S: New file.
283 * sysdeps/x86_64/multiarch/varshift.h: New file.
284 * sysdeps/x86_64/multiarch/varshift.S: New file.
286 2010-08-21 Mike Frysinger <vapier@gentoo.org>
288 * configure.in: Move assembler checks to before sysdep dir checking.
290 2010-08-20 Petr Baudis <pasky@suse.cz>
292 * LICENSES: Sync the sunrpc license.
294 2010-08-19 Ulrich Drepper <drepper@redhat.com>
296 * sunrpc/auth_des.c: Update copyright notice once again.
297 * sunrpc/auth_none.c: Likewise.
298 * sunrpc/auth_unix.c: Likewise.
299 * sunrpc/authdes_prot.c: Likewise.
300 * sunrpc/authuxprot.c: Likewise.
301 * sunrpc/bindrsvprt.c: Likewise.
302 * sunrpc/clnt_gen.c: Likewise.
303 * sunrpc/clnt_perr.c: Likewise.
304 * sunrpc/clnt_raw.c: Likewise.
305 * sunrpc/clnt_simp.c: Likewise.
306 * sunrpc/clnt_tcp.c: Likewise.
307 * sunrpc/clnt_udp.c: Likewise.
308 * sunrpc/clnt_unix.c: Likewise.
309 * sunrpc/des_crypt.c: Likewise.
310 * sunrpc/des_soft.c: Likewise.
311 * sunrpc/get_myaddr.c: Likewise.
312 * sunrpc/getrpcport.c: Likewise.
313 * sunrpc/key_call.c: Likewise.
314 * sunrpc/key_prot.c: Likewise.
315 * sunrpc/openchild.c: Likewise.
316 * sunrpc/pm_getmaps.c: Likewise.
317 * sunrpc/pm_getport.c: Likewise.
318 * sunrpc/pmap_clnt.c: Likewise.
319 * sunrpc/pmap_prot.c: Likewise.
320 * sunrpc/pmap_prot2.c: Likewise.
321 * sunrpc/pmap_rmt.c: Likewise.
322 * sunrpc/rpc/auth.h: Likewise.
323 * sunrpc/rpc/auth_unix.h: Likewise.
324 * sunrpc/rpc/clnt.h: Likewise.
325 * sunrpc/rpc/des_crypt.h: Likewise.
326 * sunrpc/rpc/key_prot.h: Likewise.
327 * sunrpc/rpc/netdb.h: Likewise.
328 * sunrpc/rpc/pmap_clnt.h: Likewise.
329 * sunrpc/rpc/pmap_prot.h: Likewise.
330 * sunrpc/rpc/pmap_rmt.h: Likewise.
331 * sunrpc/rpc/rpc.h: Likewise.
332 * sunrpc/rpc/rpc_des.h: Likewise.
333 * sunrpc/rpc/rpc_msg.h: Likewise.
334 * sunrpc/rpc/svc.h: Likewise.
335 * sunrpc/rpc/svc_auth.h: Likewise.
336 * sunrpc/rpc/types.h: Likewise.
337 * sunrpc/rpc/xdr.h: Likewise.
338 * sunrpc/rpc_clntout.c: Likewise.
339 * sunrpc/rpc_cmsg.c: Likewise.
340 * sunrpc/rpc_common.c: Likewise.
341 * sunrpc/rpc_cout.c: Likewise.
342 * sunrpc/rpc_dtable.c: Likewise.
343 * sunrpc/rpc_hout.c: Likewise.
344 * sunrpc/rpc_main.c: Likewise.
345 * sunrpc/rpc_parse.c: Likewise.
346 * sunrpc/rpc_parse.h: Likewise.
347 * sunrpc/rpc_prot.c: Likewise.
348 * sunrpc/rpc_sample.c: Likewise.
349 * sunrpc/rpc_scan.c: Likewise.
350 * sunrpc/rpc_scan.h: Likewise.
351 * sunrpc/rpc_svcout.c: Likewise.
352 * sunrpc/rpc_tblout.c: Likewise.
353 * sunrpc/rpc_util.c: Likewise.
354 * sunrpc/rpc_util.h: Likewise.
355 * sunrpc/rpcinfo.c: Likewise.
356 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
357 * sunrpc/rpcsvc/key_prot.x: Likewise.
358 * sunrpc/rpcsvc/klm_prot.x: Likewise.
359 * sunrpc/rpcsvc/mount.x: Likewise.
360 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
361 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
362 * sunrpc/rpcsvc/rex.x: Likewise.
363 * sunrpc/rpcsvc/rstat.x: Likewise.
364 * sunrpc/rpcsvc/rusers.x: Likewise.
365 * sunrpc/rpcsvc/sm_inter.x: Likewise.
366 * sunrpc/rpcsvc/spray.x: Likewise.
367 * sunrpc/rpcsvc/yppasswd.x: Likewise.
368 * sunrpc/rtime.c: Likewise.
369 * sunrpc/svc.c: Likewise.
370 * sunrpc/svc_auth.c: Likewise.
371 * sunrpc/svc_authux.c: Likewise.
372 * sunrpc/svc_raw.c: Likewise.
373 * sunrpc/svc_run.c: Likewise.
374 * sunrpc/svc_simple.c: Likewise.
375 * sunrpc/svc_tcp.c: Likewise.
376 * sunrpc/svc_udp.c: Likewise.
377 * sunrpc/svc_unix.c: Likewise.
378 * sunrpc/svcauth_des.c: Likewise.
379 * sunrpc/xcrypt.c: Likewise.
380 * sunrpc/xdr.c: Likewise.
381 * sunrpc/xdr_array.c: Likewise.
382 * sunrpc/xdr_float.c: Likewise.
383 * sunrpc/xdr_mem.c: Likewise.
384 * sunrpc/xdr_rec.c: Likewise.
385 * sunrpc/xdr_ref.c: Likewise.
386 * sunrpc/xdr_sizeof.c: Likewise.
387 * sunrpc/xdr_stdio.c: Likewise.
389 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
392 2010-08-19 Andreas Schwab <schwab@redhat.com>
394 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
396 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
398 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
399 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
400 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
401 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
402 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
403 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
404 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
405 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
406 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
407 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
408 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
409 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
410 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
411 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
413 2010-07-26 Anton Blanchard <anton@samba.org>
415 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
416 * malloc/arena.c (heap_trim): Likewise.
418 2010-08-16 Ulrich Drepper <drepper@redhat.com>
420 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
422 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
423 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
425 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
427 * sysdeps/i386/elf/Makefile: New file.
429 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
431 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
433 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
434 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
436 2010-08-15 Ulrich Drepper <drepper@redhat.com>
438 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
440 * sysdeps/multiarch/strcmp.S: Likewise.
442 2010-08-14 Ulrich Drepper <drepper@redhat.com>
444 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
446 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
447 Add strncase_l-ssse3.
448 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
449 * sysdeps/x86_64/strcmp.S: Likewise.
450 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
451 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
452 * sysdeps/x86_64/strncase.S: New file.
453 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
454 * sysdeps/x86_64/strncase_l.S: New file.
455 * string/Makefile (strop-tests): Add strncasecmp.
456 * string/test-strncasecmp.c: New file.
458 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
461 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
462 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
464 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
466 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
468 2010-08-12 Ulrich Drepper <drepper@redhat.com>
470 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
471 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
472 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
474 2010-05-01 Alan Modra <amodra@gmail.com>
476 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
477 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
478 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
479 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
480 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
481 tidying. Don't tail-call __sigjmp_save for static lib.
482 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
484 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
485 (CALL_MCOUNT): Add eh info, and nop after bl.
486 (TAIL_CALL_SYSCALL_ERROR): New macro.
487 (PSEUDO_RET): Use it.
488 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
489 Correct save location of integer regs and cr.
490 (_dl_profile_resolve): Correct cr save location. Delete nops
491 after bl when SHARED. Reduce cfi size a little by better
492 placement of cfi directives.
493 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
494 make a stack frame. Instead use parm save area as a temp.
495 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
496 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
498 Don't make a stack frame for parent, use parm save area.
499 Increase child stack frame to 112 bytes. Don't save unused reg,
500 and adjust reg usage. Set up cfi on error recovery and
501 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
503 (__makecontext): Add dummy nop after jump to exit.
504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
505 Use correct parm save area and cr save, reduce stack frame.
506 Correct cfi for possible PSEUDO_RET frame setup.
507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
508 Branch to local label emitted by PSEUDO_RET rather than
511 2010-08-12 Andreas Schwab <schwab@redhat.com>
514 * locale/programs/locale.c (print_assignment): New function.
515 (show_locale_vars): Use it.
517 2010-08-11 Ulrich Drepper <drepper@redhat.com>
519 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
521 (struct statfs64): Likewise.
522 (_STATFS_F_FLAGS): Define.
523 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
524 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
525 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
526 (ST_VALID): Define locally.
527 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
528 __statvfs_getflags, use the provided value.
529 * sysdeps/unix/sysv/linux/kernel-features.h: Define
530 __ASSUME_STATFS_F_FLAGS.
532 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
534 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
536 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
537 fanotify_mask for GLIBC_2.13.
538 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
539 fanotify_init and fanotify_mark.
540 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
541 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
543 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
545 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
546 prlimit64 for GLIBC_2.13.
547 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
549 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
551 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
552 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
553 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
554 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
555 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
557 * sysdeps/unix/sysv/linux/prlimit.c: New file.
560 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
561 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
563 * nss/Makefile: Add rules to build and run tst-nss-test1.
564 * shlib-versions: Add entry for libnss_test1.
565 * nss/nss_test1.c: New file.
566 * nss/tst-nss-test1.c: New file.
568 * nss/nsswitch.c (__nss_database_custom): Define new variable.
569 (__nss_configure_lookup): Set appropriate entry in
570 __nss_configure_lookup to true.
571 * nss/nsswitch.h: Define enum with indeces of databases in
572 databases and __nss_database_custom arrays. Declare
573 __nss_database_custom.
574 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
575 to avoid using nscd when custom rules are installed.
576 * nss/getXXbyYY_r.c: Likewise.
577 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
579 * nss/nss_files/files-parse.c: Whitespace fixes.
581 2010-08-09 Ulrich Drepper <drepper@redhat.com>
584 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
585 * posix/fnmatch_loop.c: Likewise.
587 2010-07-17 Andi Kleen <ak@linux.intel.com>
589 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
590 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
591 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
592 * Versions.def [GLIBC_2.13]: Add.
594 2010-08-06 Ulrich Drepper <drepper@redhat.com>
596 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
597 Also fail if tpwd after pwuid call is NULL.
599 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
601 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
602 when converting to ms.
604 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
606 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
607 EOPNOTSUPP errors with ENOTTY.
608 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
609 EOPNOTSUPP errors with ENOTTY.
611 2010-07-31 Ulrich Drepper <drepper@redhat.com>
613 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
614 Add strcasecmp_l-ssse3.
615 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
617 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
618 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
619 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
621 2010-07-30 Ulrich Drepper <drepper@redhat.com>
623 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
625 * string/Makefile (strop-tests): Add strcasecmp.
626 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
627 strcasecmp_l-nonascii.
628 (gen-as-const-headers): Add locale-defines.sym.
629 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
630 * sysdeps/x86_64/strcasecmp.S: New file.
631 * sysdeps/x86_64/strcasecmp_l.S: New file.
632 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
633 * sysdeps/x86_64/locale-defines.sym: New file.
634 * string/test-strcasecmp.c: New file.
636 * string/test-strcasestr.c: Test both ends of the range of characters.
637 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
639 2010-07-29 Roland McGrath <roland@redhat.com>
642 * manual/locale.texi (Yes-or-No Questions): Fix example code.
644 2010-07-27 Ulrich Drepper <drepper@redhat.com>
646 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
649 2010-07-27 Andreas Schwab <schwab@redhat.com>
651 * manual/memory.texi (Malloc Tunable Parameters): Document
654 2010-07-26 Roland McGrath <roland@redhat.com>
657 * configure.in (-fgnu89-inline check): Set and substitute
658 gnu89_inline, not libc_cv_gnu89_inline.
659 * configure: Regenerated.
660 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
662 2010-07-26 Ulrich Drepper <drepper@redhat.com>
664 * string/test-strnlen.c: New file.
665 * string/Makefile (strop-tests): Add strnlen.
666 * string/tester.c (test_strnlen): Add a few more test cases.
667 * string/tst-strlen.c: Better error reporting.
669 * sysdeps/x86_64/strnlen.S: New file.
671 2010-07-24 Ulrich Drepper <drepper@redhat.com>
673 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
674 lower-latency instructions.
676 2010-07-23 Ulrich Drepper <drepper@redhat.com>
678 * string/test-strcasestr.c: New file.
679 * string/test-strstr.c: New file.
680 * string/Makefile (strop-tests): Add strstr and strcasestr.
681 * string/str-two-way.h: Don't undefine MAX.
682 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
684 2010-07-21 Andreas Schwab <schwab@redhat.com>
686 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
688 (CFLAGS-strcasestr-nonascii.c): Define.
689 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
690 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
691 Remove unused attribute.
693 2010-07-20 Roland McGrath <roland@redhat.com>
695 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
696 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
697 ld.so.cache was broken. With it, there is no way to disable dsocaps
698 like LD_HWCAP_MASK can disable hwcaps.
700 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
702 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
704 2010-07-16 Ulrich Drepper <drepper@redhat.com>
706 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
708 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
709 __strcasestr_sse42_nonascii.
710 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
711 strcasestr-nonascii.c.
712 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
714 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
716 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
717 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
718 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
719 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
721 2010-07-09 Ulrich Drepper <drepper@redhat.com>
723 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
726 2010-07-06 Andreas Schwab <schwab@redhat.com>
728 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
731 2010-07-06 Ulrich Drepper <drepper@redhat.com>
733 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
734 _PC_PIPE_BUF using F_GETPIPE_SZ.
736 2010-07-05 Roland McGrath <roland@redhat.com>
738 * manual/arith.texi (Rounding Functions): Fix rint description
739 implicit in round description.
741 2010-07-02 Ulrich Drepper <drepper@redhat.com>
743 * elf/Makefile: Fix linking for a few tests to make recent linker
746 2010-06-30 Andreas Schwab <schwab@redhat.com>
748 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
749 $(common-objpfx)libc_nonshared.a.
751 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
753 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
754 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
755 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
756 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
757 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
758 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
759 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
760 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
761 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
764 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
765 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
768 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
770 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
772 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
773 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
775 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
776 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
777 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
778 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
779 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
780 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
781 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
782 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
783 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
784 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
785 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
786 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
787 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
788 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
789 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
790 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
791 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
793 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
794 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
795 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
796 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
797 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
798 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
799 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
800 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
802 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
804 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
805 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
806 * string/memmove.c (memmove): Renamed to ...
807 (MEMMOVE): ...this. Default to memmove.
808 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
809 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
811 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
812 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
813 mempcpy-ssse3-back memmove-ssse3-back.
814 * sysdeps/x86_64/multiarch/bcopy.S: New file .
815 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
816 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
817 * sysdeps/x86_64/multiarch/memcpy.S: New file.
818 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
819 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
820 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
821 * sysdeps/x86_64/multiarch/memmove.c: New file.
822 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
823 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
824 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
825 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
826 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
827 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
829 (index_Fast_Copy_Backward): Define.
830 (HAS_ARCH_FEATURE): Define.
831 (HAS_FAST_REP_STRING): Define.
832 (HAS_FAST_COPY_BACKWARD): Define.
834 2010-06-21 Andreas Schwab <schwab@redhat.com>
836 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
837 Restore proper fallback handling.
839 2010-06-19 Ulrich Drepper <drepper@redhat.com>
842 * posix/group_member.c (__group_member): Correct checking loop.
844 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
845 OOM in getpwuid_r correctly. Return error number when the caller
846 should return, otherwise -1.
847 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
848 call returning > 0 value.
849 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
851 2010-06-07 Andreas Schwab <schwab@redhat.com>
853 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
854 libc_nonshared.a from targets in modules-names.
856 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
858 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
861 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
863 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
864 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
865 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
866 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
868 2010-06-02 Andreas Schwab <schwab@redhat.com>
870 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
872 2010-06-14 Ulrich Drepper <drepper@redhat.com>
874 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
876 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
877 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
878 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
879 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
880 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
881 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
883 2010-06-14 Roland McGrath <roland@redhat.com>
885 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
887 2010-06-07 Jakub Jelinek <jakub@redhat.com>
889 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
890 __REDIRECT followed by __THROW.
891 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
892 * posix/getopt.h (getopt): Likewise.
894 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
896 * hurd/lookup-at.c (__file_name_lookup_at): Accept
897 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
898 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
900 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
901 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
903 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
905 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
907 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
910 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
911 Properly check family and model.
913 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
915 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
917 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
919 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
921 2010-05-21 Ulrich Drepper <drepper@redhat.com>
923 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
926 2010-05-19 Andreas Schwab <schwab@redhat.com>
928 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
931 2010-05-21 Andreas Schwab <schwab@redhat.com>
933 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
934 and internal_recvmmsg.
935 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
936 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
937 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
938 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
940 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
941 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
942 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
944 2010-05-20 Andreas Schwab <schwab@redhat.com>
946 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
948 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
950 POWER7 optimizations.
951 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
952 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
954 2010-05-19 Ulrich Drepper <drepper@redhat.com>
956 * version.h: Update for 2.13 development version.
958 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
960 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
961 exceptions. Return 0.
963 2010-05-07 Roland McGrath <roland@redhat.com>
965 * elf/ldconfig.c (main): Add a const.
967 2010-05-06 Ulrich Drepper <drepper@redhat.com>
969 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
970 (args_options): Add no-idn option.
971 (ahosts_keys_int): Add idn_flags to ai_flags.
972 (parse_option): Handle 'i' option to clear idn_flags.
974 * malloc/malloc.c (_int_free): Possible race in the most recently
975 added check. Only act on the data if no current modification
978 See ChangeLog.17 for earlier changes.