]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Revert unwanted patch. Again.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
4e733bac 12010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
2
3 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4 Restore proper fallback handling.
5
63c4ed22
UD
62010-06-19 Ulrich Drepper <drepper@redhat.com>
7
ac2b484c
UD
8 [BZ #11701]
9 * posix/group_member.c (__group_member): Correct checking loop.
10
63c4ed22
UD
11 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
12 OOM in getpwuid_r correctly. Return error number when the caller
13 should return, otherwise -1.
14 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
15 call returning > 0 value.
16 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
17
765ade4b
AS
182010-06-07 Andreas Schwab <schwab@redhat.com>
19
20 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
21 libc_nonshared.a from targets in modules-names.
22
80da2e09
KS
232010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
24
25 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
26 requires it.
27
158db122
LM
282010-06-10 Luis Machado <luisgpm@br.ibm.com>
29
30 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
31 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
32 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
33 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
34
caa78cf8
AS
352010-06-02 Andreas Schwab <schwab@redhat.com>
36
37 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
38
b2ef2c01
UD
392010-06-14 Ulrich Drepper <drepper@redhat.com>
40
41 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
42 and F_GETPIPE_SZ.
43 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
44 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
46 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49
fbd643b6
RM
502010-06-14 Roland McGrath <roland@redhat.com>
51
52 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53
f32f2869
JJ
542010-06-07 Jakub Jelinek <jakub@redhat.com>
55
56 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57 __REDIRECT followed by __THROW.
58 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59 * posix/getopt.h (getopt): Likewise.
60
2a50c078
EPM
612010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
62
63 * hurd/lookup-at.c (__file_name_lookup_at): Accept
64 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
65 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
66 in AT_FLAGS.
67 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
68 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
69
eb5ad2eb
LM
702010-05-28 Luis Machado <luisgpm@br.ibm.com>
71
72 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
73
3c88fe1e
L
742010-05-26 H.J. Lu <hongjiu.lu@intel.com>
75
76 [BZ #11640]
77 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
78 Properly check family and model.
79
d2f73151
TY
802010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
81
82 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
83
ebd2e13d
LM
842010-05-24 Luis Machado <luisgpm@br.ibm.com>
85
86 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
87
b32b8b45
UD
882010-05-21 Ulrich Drepper <drepper@redhat.com>
89
90 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
91 symbol reference.
92
9acbe24d
AS
932010-05-19 Andreas Schwab <schwab@redhat.com>
94
95 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
96 symbol reference.
97
f0ccf6ea
AS
982010-05-21 Andreas Schwab <schwab@redhat.com>
99
3d04ff3a
AS
100 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
101 and internal_recvmmsg.
102 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
103 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
104 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
105 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
106
f0ccf6ea
AS
107 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
108 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
109 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
110
5b08ac57
AS
1112010-05-20 Andreas Schwab <schwab@redhat.com>
112
113 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
114
4828935d
LM
1152010-05-17 Luis Machado <luisgpm@br.ibm.com>
116
117 POWER7 optimizations.
118 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
119 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
120
373d545e
UD
1212010-05-19 Ulrich Drepper <drepper@redhat.com>
122
123 * version.h: Update for 2.13 development version.
124
21a2b1ae
AS
1252010-05-12 Andrew Stubbs <ams@codesourcery.com>
126
127 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
128 exceptions. Return 0.
129
3f7dcb2b
RM
1302010-05-07 Roland McGrath <roland@redhat.com>
131
132 * elf/ldconfig.c (main): Add a const.
133
5f24d53a 1342010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 135
a160f8d8
UD
136 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
137 (args_options): Add no-idn option.
138 (ahosts_keys_int): Add idn_flags to ai_flags.
139 (parse_option): Handle 'i' option to clear idn_flags.
140
5f24d53a
UD
141 * malloc/malloc.c (_int_free): Possible race in the most recently
142 added check. Only act on the data if no current modification
143 happened.
265bb1ce
UD
144
145See ChangeLog.17 for earlier changes.