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