]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Add support for Linux fanotify_init and fanotify_mask syscalls.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
c3e2f19b
UD
12010-08-11 Ulrich Drepper <drepper@redhat.com>
2
10b3bedc
UD
3 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4 Add sys/fanotify.h.
5 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
6 fanotify_mask for GLIBC_2.13.
7 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
8 fanotify_init and fanotify_mark.
9 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
10 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
11
c08fb0d7
UD
12 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
13 Add prlimit.
14 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
15 prlimit64 for GLIBC_2.13.
16 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
17 prlimit64.
18 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
19 syscall.
20 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
21 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
22 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
23 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
24 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
25 add prlimit alias.
26 * sysdeps/unix/sysv/linux/prlimit.c: New file.
27
15bac72b
UD
28 [BZ #11903]
29 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
30 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
31
c3e2f19b
UD
32 * nss/Makefile: Add rules to build and run tst-nss-test1.
33 * shlib-versions: Add entry for libnss_test1.
34 * nss/nss_test1.c: New file.
35 * nss/tst-nss-test1.c: New file.
36
37 * nss/nsswitch.c (__nss_database_custom): Define new variable.
38 (__nss_configure_lookup): Set appropriate entry in
39 __nss_configure_lookup to true.
40 * nss/nsswitch.h: Define enum with indeces of databases in
41 databases and __nss_database_custom arrays. Declare
42 __nss_database_custom.
43 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
44 to avoid using nscd when custom rules are installed.
45 * nss/getXXbyYY_r.c: Likewise.
46 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
47
48 * nss/nss_files/files-parse.c: Whitespace fixes.
49
f15ce4d8
UD
502010-08-09 Ulrich Drepper <drepper@redhat.com>
51
52 [BZ #11883]
53 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54 * posix/fnmatch_loop.c: Likewise.
55
d22e4cc9
AK
562010-07-17 Andi Kleen <ak@linux.intel.com>
57
58 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
59 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
60 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
61 * Versions.def [GLIBC_2.13]: Add.
62
805bc17d
UD
632010-08-06 Ulrich Drepper <drepper@redhat.com>
64
65 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
66 Also fail if tpwd after pwuid call is NULL.
67
5a42321d
ST
682010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
69
70 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
71 when converting to ms.
72
fd3ebeda
ST
732010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
74
75 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
76 EOPNOTSUPP errors with ENOTTY.
77 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
78 EOPNOTSUPP errors with ENOTTY.
79
73507d3a
UD
802010-07-31 Ulrich Drepper <drepper@redhat.com>
81
82 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
83 Add strcasecmp_l-ssse3.
84 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
85 strcasecmp.
86 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
87 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
88 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
89
fe36dd02
UD
902010-07-30 Ulrich Drepper <drepper@redhat.com>
91
66f6765a
UD
92 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
93
42e08a54
UD
94 * string/Makefile (strop-tests): Add strcasecmp.
95 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
96 strcasecmp_l-nonascii.
97 (gen-as-const-headers): Add locale-defines.sym.
98 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
99 * sysdeps/x86_64/strcasecmp.S: New file.
100 * sysdeps/x86_64/strcasecmp_l.S: New file.
101 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
102 * sysdeps/x86_64/locale-defines.sym: New file.
103 * string/test-strcasecmp.c: New file.
104
fe36dd02
UD
105 * string/test-strcasestr.c: Test both ends of the range of characters.
106 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
107
48cbc0d6
RM
1082010-07-29 Roland McGrath <roland@redhat.com>
109
76e6d6bc 110 [BZ #11856]
48cbc0d6
RM
111 * manual/locale.texi (Yes-or-No Questions): Fix example code.
112
880113d9
UD
1132010-07-27 Ulrich Drepper <drepper@redhat.com>
114
115 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
116 for ld.so.
117
deb9cabb
AS
1182010-07-27 Andreas Schwab <schwab@redhat.com>
119
120 * manual/memory.texi (Malloc Tunable Parameters): Document
121 M_PERTURB.
122
1c7570ff
RM
1232010-07-26 Roland McGrath <roland@redhat.com>
124
125 [BZ #11840]
126 * configure.in (-fgnu89-inline check): Set and substitute
127 gnu89_inline, not libc_cv_gnu89_inline.
128 * configure: Regenerated.
129 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
130
24fb0f88
UD
1312010-07-26 Ulrich Drepper <drepper@redhat.com>
132
133 * string/test-strnlen.c: New file.
134 * string/Makefile (strop-tests): Add strnlen.
135 * string/tester.c (test_strnlen): Add a few more test cases.
136 * string/tst-strlen.c: Better error reporting.
137
138 * sysdeps/x86_64/strnlen.S: New file.
139
8e96b93a
UD
1402010-07-24 Ulrich Drepper <drepper@redhat.com>
141
142 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
143 lower-latency instructions.
144
dbc676d4
UD
1452010-07-23 Ulrich Drepper <drepper@redhat.com>
146
147 * string/test-strcasestr.c: New file.
148 * string/test-strstr.c: New file.
149 * string/Makefile (strop-tests): Add strstr and strcasestr.
150 * string/str-two-way.h: Don't undefine MAX.
151 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
152
f6a31e0e
AS
1532010-07-21 Andreas Schwab <schwab@redhat.com>
154
155 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
156 strcasestr-nonascii.
157 (CFLAGS-strcasestr-nonascii.c): Define.
158 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
159 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
160 Remove unused attribute.
161
5dbc3b6c
RM
1622010-07-20 Roland McGrath <roland@redhat.com>
163
164 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
165 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
166 ld.so.cache was broken. With it, there is no way to disable dsocaps
167 like LD_HWCAP_MASK can disable hwcaps.
168
23d101d8
EPM
1692010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
170
171 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
172
cc9f2e47
UD
1732010-07-16 Ulrich Drepper <drepper@redhat.com>
174
175 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
176 call in strcasestr.
177 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
178 __strcasestr_sse42_nonascii.
179 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
180 strcasestr-nonascii.c.
181 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
182
77c1b069
LM
1832010-06-15 Luis Machado <luisgpm@br.ibm.com>
184
185 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
186 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
187 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
188 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
189
440566c3
UD
1902010-07-09 Ulrich Drepper <drepper@redhat.com>
191
192 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
193 fcntl.
194
5be9d05d
AS
1952010-07-06 Andreas Schwab <schwab@redhat.com>
196
197 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
198 dl_signal_cerror.
199
8a492a67
UD
2002010-07-06 Ulrich Drepper <drepper@redhat.com>
201
202 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
203 _PC_PIPE_BUF using F_GETPIPE_SZ.
204
713df3d5
RM
2052010-07-05 Roland McGrath <roland@redhat.com>
206
207 * manual/arith.texi (Rounding Functions): Fix rint description
208 implicit in round description.
209
702e8f14
UD
2102010-07-02 Ulrich Drepper <drepper@redhat.com>
211
212 * elf/Makefile: Fix linking for a few tests to make recent linker
213 happy.
214
52ed8be9
AS
2152010-06-30 Andreas Schwab <schwab@redhat.com>
216
217 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
218 $(common-objpfx)libc_nonshared.a.
219
f47c9a11
LM
2202010-06-21 Luis Machado <luisgpm@br.ibm.com>
221
222 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
223 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
224 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
225 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
226 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
227 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
228 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
229 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
230 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
231 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
232 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
233 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
234 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
235 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
236 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
237 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
238 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
239 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
240 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
242 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
243 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
244 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
245 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
246 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
247 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
248 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
249 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
250 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
251 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
252 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
253 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
254 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
255 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
256 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
270
6fb8cbcb
L
2712010-06-25 H.J. Lu <hongjiu.lu@intel.com>
272
273 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
274 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
275 * string/memmove.c (memmove): Renamed to ...
276 (MEMMOVE): ...this. Default to memmove.
277 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
278 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
279 (END_CHK): Define.
280 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
281 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
282 mempcpy-ssse3-back memmove-ssse3-back.
283 * sysdeps/x86_64/multiarch/bcopy.S: New file .
284 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
285 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
286 * sysdeps/x86_64/multiarch/memcpy.S: New file.
287 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
288 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
289 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
290 * sysdeps/x86_64/multiarch/memmove.c: New file.
291 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
292 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
293 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
294 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
295 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
296 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
297 Define.
298 (index_Fast_Copy_Backward): Define.
299 (HAS_ARCH_FEATURE): Define.
300 (HAS_FAST_REP_STRING): Define.
301 (HAS_FAST_COPY_BACKWARD): Define.
302
4e733bac 3032010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
304
305 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
306 Restore proper fallback handling.
307
63c4ed22
UD
3082010-06-19 Ulrich Drepper <drepper@redhat.com>
309
ac2b484c
UD
310 [BZ #11701]
311 * posix/group_member.c (__group_member): Correct checking loop.
312
63c4ed22
UD
313 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
314 OOM in getpwuid_r correctly. Return error number when the caller
315 should return, otherwise -1.
316 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
317 call returning > 0 value.
318 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
319
765ade4b
AS
3202010-06-07 Andreas Schwab <schwab@redhat.com>
321
322 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
323 libc_nonshared.a from targets in modules-names.
324
80da2e09
KS
3252010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
326
327 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
328 requires it.
329
158db122
LM
3302010-06-10 Luis Machado <luisgpm@br.ibm.com>
331
332 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
333 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
334 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
335 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
336
caa78cf8
AS
3372010-06-02 Andreas Schwab <schwab@redhat.com>
338
339 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
340
b2ef2c01
UD
3412010-06-14 Ulrich Drepper <drepper@redhat.com>
342
343 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
344 and F_GETPIPE_SZ.
345 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
346 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
347 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
348 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
349 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
350 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
351
fbd643b6
RM
3522010-06-14 Roland McGrath <roland@redhat.com>
353
354 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
355
f32f2869
JJ
3562010-06-07 Jakub Jelinek <jakub@redhat.com>
357
358 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
359 __REDIRECT followed by __THROW.
360 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
361 * posix/getopt.h (getopt): Likewise.
362
2a50c078
EPM
3632010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
364
365 * hurd/lookup-at.c (__file_name_lookup_at): Accept
366 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
367 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
368 in AT_FLAGS.
369 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
370 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
371
eb5ad2eb
LM
3722010-05-28 Luis Machado <luisgpm@br.ibm.com>
373
374 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
375
3c88fe1e
L
3762010-05-26 H.J. Lu <hongjiu.lu@intel.com>
377
378 [BZ #11640]
379 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
380 Properly check family and model.
381
d2f73151
TY
3822010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
383
384 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
385
ebd2e13d
LM
3862010-05-24 Luis Machado <luisgpm@br.ibm.com>
387
388 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
389
b32b8b45
UD
3902010-05-21 Ulrich Drepper <drepper@redhat.com>
391
392 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
393 symbol reference.
394
9acbe24d
AS
3952010-05-19 Andreas Schwab <schwab@redhat.com>
396
397 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
398 symbol reference.
399
f0ccf6ea
AS
4002010-05-21 Andreas Schwab <schwab@redhat.com>
401
3d04ff3a
AS
402 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
403 and internal_recvmmsg.
404 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
405 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
406 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
407 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
408
f0ccf6ea
AS
409 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
410 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
411 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
412
5b08ac57
AS
4132010-05-20 Andreas Schwab <schwab@redhat.com>
414
415 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
416
4828935d
LM
4172010-05-17 Luis Machado <luisgpm@br.ibm.com>
418
419 POWER7 optimizations.
420 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
421 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
422
373d545e
UD
4232010-05-19 Ulrich Drepper <drepper@redhat.com>
424
425 * version.h: Update for 2.13 development version.
426
21a2b1ae
AS
4272010-05-12 Andrew Stubbs <ams@codesourcery.com>
428
429 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
430 exceptions. Return 0.
431
3f7dcb2b
RM
4322010-05-07 Roland McGrath <roland@redhat.com>
433
434 * elf/ldconfig.c (main): Add a const.
435
5f24d53a 4362010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 437
a160f8d8
UD
438 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
439 (args_options): Add no-idn option.
440 (ahosts_keys_int): Add idn_flags to ai_flags.
441 (parse_option): Handle 'i' option to clear idn_flags.
442
5f24d53a
UD
443 * malloc/malloc.c (_int_free): Possible race in the most recently
444 added check. Only act on the data if no current modification
445 happened.
265bb1ce
UD
446
447See ChangeLog.17 for earlier changes.