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