Fix compilation
[glibc.git] / ChangeLog
blob02afab13f9d272ce1c7fb9e18998b593c75fe627
1 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
3         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
5 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
7         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
8         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11 2010-05-01  Alan Modra  <amodra@gmail.com>
13         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
14         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
15         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
16         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
17         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
18         tidying.  Don't tail-call __sigjmp_save for static lib.
19         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
20         save location.
21         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
22         (CALL_MCOUNT): Add eh info, and nop after bl.
23         (TAIL_CALL_SYSCALL_ERROR): New macro.
24         (PSEUDO_RET): Use it.
25         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
26         Correct save location of integer regs and cr.
27         (_dl_profile_resolve): Correct cr save location.  Delete nops
28         after bl when SHARED.  Reduce cfi size a little by better
29         placement of cfi directives.
30         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
31         make a stack frame.  Instead use parm save area as a temp.
32         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
33         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
34         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
35         Don't make a stack frame for parent, use parm save area.
36         Increase child stack frame to 112 bytes.  Don't save unused reg,
37         and adjust reg usage.  Set up cfi on error recovery and
38         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
39         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40         (__makecontext): Add dummy nop after jump to exit.
41         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
42         Use correct parm save area and cr save, reduce stack frame.
43         Correct cfi for possible PSEUDO_RET frame setup.
44         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
45         Branch to local label emitted by PSEUDO_RET rather than
46         __syscall_error.
48 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50         [BZ #11904]
51         * locale/programs/locale.c (print_assignment): New function.
52         (show_locale_vars): Use it.
54 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57         field.
58         (struct statfs64): Likewise.
59         (_STATFS_F_FLAGS): Define.
60         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
61         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
62         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
63         (ST_VALID): Define locally.
64         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
65         __statvfs_getflags, use the provided value.
66         * sysdeps/unix/sysv/linux/kernel-features.h: Define
67         __ASSUME_STATFS_F_FLAGS.
69         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
71         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
72         Add sys/fanotify.h.
73         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
74         fanotify_mask for GLIBC_2.13.
75         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
76         fanotify_init and fanotify_mark.
77         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
78         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
80         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
81         Add prlimit.
82         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
83         prlimit64 for GLIBC_2.13.
84         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
85         prlimit64.
86         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
87         syscall.
88         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
89         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
90         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
91         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
92         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
93         add prlimit alias.
94         * sysdeps/unix/sysv/linux/prlimit.c: New file.
96         [BZ #11903]
97         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
98         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
100         * nss/Makefile: Add rules to build and run tst-nss-test1.
101         * shlib-versions: Add entry for libnss_test1.
102         * nss/nss_test1.c: New file.
103         * nss/tst-nss-test1.c: New file.
105         * nss/nsswitch.c (__nss_database_custom): Define new variable.
106         (__nss_configure_lookup): Set appropriate entry in
107         __nss_configure_lookup to true.
108         * nss/nsswitch.h: Define enum with indeces of databases in
109         databases and __nss_database_custom arrays.  Declare
110         __nss_database_custom.
111         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
112         to avoid using nscd when custom rules are installed.
113         * nss/getXXbyYY_r.c: Likewise.
114         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
116         * nss/nss_files/files-parse.c: Whitespace fixes.
118 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
120         [BZ #11883]
121         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
122         * posix/fnmatch_loop.c: Likewise.
124 2010-07-17  Andi Kleen  <ak@linux.intel.com>
126         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
127         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
128         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
129         * Versions.def [GLIBC_2.13]: Add.
131 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
133         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
134         Also fail if tpwd after pwuid call is NULL.
136 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
138         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
139         when converting to ms.
141 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
143         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
144         EOPNOTSUPP errors with ENOTTY.
145         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
146         EOPNOTSUPP errors with ENOTTY.
148 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
150         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
151         Add strcasecmp_l-ssse3.
152         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
153         strcasecmp.
154         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
155         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
156         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
158 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
160         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
162         * string/Makefile (strop-tests): Add strcasecmp.
163         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
164         strcasecmp_l-nonascii.
165         (gen-as-const-headers): Add locale-defines.sym.
166         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
167         * sysdeps/x86_64/strcasecmp.S: New file.
168         * sysdeps/x86_64/strcasecmp_l.S: New file.
169         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
170         * sysdeps/x86_64/locale-defines.sym: New file.
171         * string/test-strcasecmp.c: New file.
173         * string/test-strcasestr.c: Test both ends of the range of characters.
174         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
176 2010-07-29  Roland McGrath  <roland@redhat.com>
178         [BZ #11856]
179         * manual/locale.texi (Yes-or-No Questions): Fix example code.
181 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
183         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
184         for ld.so.
186 2010-07-27  Andreas Schwab  <schwab@redhat.com>
188         * manual/memory.texi (Malloc Tunable Parameters): Document
189         M_PERTURB.
191 2010-07-26  Roland McGrath  <roland@redhat.com>
193         [BZ #11840]
194         * configure.in (-fgnu89-inline check): Set and substitute
195         gnu89_inline, not libc_cv_gnu89_inline.
196         * configure: Regenerated.
197         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
199 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
201         * string/test-strnlen.c: New file.
202         * string/Makefile (strop-tests): Add strnlen.
203         * string/tester.c (test_strnlen): Add a few more test cases.
204         * string/tst-strlen.c: Better error reporting.
206         * sysdeps/x86_64/strnlen.S: New file.
208 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
210         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
211         lower-latency instructions.
213 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
215         * string/test-strcasestr.c: New file.
216         * string/test-strstr.c: New file.
217         * string/Makefile (strop-tests): Add strstr and strcasestr.
218         * string/str-two-way.h: Don't undefine MAX.
219         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
221 2010-07-21  Andreas Schwab  <schwab@redhat.com>
223         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
224         strcasestr-nonascii.
225         (CFLAGS-strcasestr-nonascii.c): Define.
226         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
227         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
228         Remove unused attribute.
230 2010-07-20  Roland McGrath  <roland@redhat.com>
232         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
233         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
234         ld.so.cache was broken.  With it, there is no way to disable dsocaps
235         like LD_HWCAP_MASK can disable hwcaps.
237 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
239         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
241 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
243         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
244         call in strcasestr.
245         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
246         __strcasestr_sse42_nonascii.
247         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
248         strcasestr-nonascii.c.
249         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
251 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
253         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
254         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
255         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
256         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
258 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
260         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
261         fcntl.
263 2010-07-06  Andreas Schwab  <schwab@redhat.com>
265         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
266         dl_signal_cerror.
268 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
270         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
271         _PC_PIPE_BUF using F_GETPIPE_SZ.
273 2010-07-05  Roland McGrath  <roland@redhat.com>
275         * manual/arith.texi (Rounding Functions): Fix rint description
276         implicit in round description.
278 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
280         * elf/Makefile: Fix linking for a few tests to make recent linker
281         happy.
283 2010-06-30  Andreas Schwab  <schwab@redhat.com>
285         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
286         $(common-objpfx)libc_nonshared.a.
288 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
290         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
291         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
292         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
293         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
294         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
295         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
296         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
297         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
312         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
313         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
314         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
315         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
316         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
317         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
318         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
319         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
320         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
321         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
322         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
323         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
339 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
341         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
342         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
343         * string/memmove.c (memmove): Renamed to ...
344         (MEMMOVE): ...this.  Default to memmove.
345         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
346         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
347         (END_CHK): Define.
348         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
349         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
350         mempcpy-ssse3-back memmove-ssse3-back.
351         * sysdeps/x86_64/multiarch/bcopy.S: New file .
352         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
353         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
354         * sysdeps/x86_64/multiarch/memcpy.S: New file.
355         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
356         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
357         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
358         * sysdeps/x86_64/multiarch/memmove.c: New file.
359         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
360         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
361         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
362         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
363         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
364         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
365         Define.
366         (index_Fast_Copy_Backward): Define.
367         (HAS_ARCH_FEATURE): Define.
368         (HAS_FAST_REP_STRING): Define.
369         (HAS_FAST_COPY_BACKWARD): Define.
371 2010-06-21  Andreas Schwab  <schwab@redhat.com>
373         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
374         Restore proper fallback handling.
376 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
378         [BZ #11701]
379         * posix/group_member.c (__group_member): Correct checking loop.
381         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
382         OOM in getpwuid_r correctly.  Return error number when the caller
383         should return, otherwise -1.
384         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
385         call returning > 0 value.
386         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
388 2010-06-07  Andreas Schwab  <schwab@redhat.com>
390         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
391         libc_nonshared.a from targets in modules-names.
393 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
395         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
396         requires it.
398 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
400         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
401         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
402         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
403         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
405 2010-06-02  Andreas Schwab  <schwab@redhat.com>
407         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
409 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
411         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
412         and F_GETPIPE_SZ.
413         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
414         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
415         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
416         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
417         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
418         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
420 2010-06-14  Roland McGrath  <roland@redhat.com>
422         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
424 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
426         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
427         __REDIRECT followed by __THROW.
428         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
429         * posix/getopt.h (getopt): Likewise.
431 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
433         * hurd/lookup-at.c (__file_name_lookup_at): Accept
434         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
435         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
436         in AT_FLAGS.
437         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
438         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
440 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
442         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
444 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
446         [BZ #11640]
447         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
448         Properly check family and model.
450 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
452         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
454 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
456         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
458 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
460         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
461         symbol reference.
463 2010-05-19  Andreas Schwab  <schwab@redhat.com>
465         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
466         symbol reference.
468 2010-05-21  Andreas Schwab  <schwab@redhat.com>
470         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
471         and internal_recvmmsg.
472         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
473         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
474         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
475         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
477         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
478         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
479         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
481 2010-05-20  Andreas Schwab  <schwab@redhat.com>
483         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
485 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
487         POWER7 optimizations.
488         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
489         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
491 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
493         * version.h: Update for 2.13 development version.
495 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
497         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
498         exceptions.  Return 0.
500 2010-05-07  Roland McGrath  <roland@redhat.com>
502         * elf/ldconfig.c (main): Add a const.
504 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
506         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
507         (args_options): Add no-idn option.
508         (ahosts_keys_int): Add idn_flags to ai_flags.
509         (parse_option): Handle 'i' option to clear idn_flags.
511         * malloc/malloc.c (_int_free): Possible race in the most recently
512         added check.  Only act on the data if no current modification
513         happened.
515 See ChangeLog.17 for earlier changes.