Hurd: Fix linkat symlink handling.
[glibc.git] / ChangeLog
blobd5f9d3033421ce0d5115eb1ae64b1e86c8a9950a
1 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
3         * hurd/lookup-at.c (__file_name_lookup_at): Accept
4         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
5         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
6         in AT_FLAGS.
7         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
8         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
10 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
12         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
14 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16         [BZ #11640]
17         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18         Properly check family and model.
20 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
22         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
24 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
26         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
28 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
30         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
31         symbol reference.
33 2010-05-19  Andreas Schwab  <schwab@redhat.com>
35         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
36         symbol reference.
38 2010-05-21  Andreas Schwab  <schwab@redhat.com>
40         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
41         and internal_recvmmsg.
42         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
43         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
44         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
45         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
47         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
48         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
55 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57         POWER7 optimizations.
58         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
59         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
61 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
63         * version.h: Update for 2.13 development version.
65 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
67         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
68         exceptions.  Return 0.
70 2010-05-07  Roland McGrath  <roland@redhat.com>
72         * elf/ldconfig.c (main): Add a const.
74 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
76         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
77         (args_options): Add no-idn option.
78         (ahosts_keys_int): Add idn_flags to ai_flags.
79         (parse_option): Handle 'i' option to clear idn_flags.
81         * malloc/malloc.c (_int_free): Possible race in the most recently
82         added check.  Only act on the data if no current modification
83         happened.
85 See ChangeLog.17 for earlier changes.