]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Implement recvmmsg also as socketcall
[thirdparty/glibc.git] / ChangeLog
CommitLineData
f0ccf6ea
AS
12010-05-21 Andreas Schwab <schwab@redhat.com>
2
3d04ff3a
AS
3 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
4 and internal_recvmmsg.
5 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
6 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
7 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
8 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
9
f0ccf6ea
AS
10 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
11 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
12 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
13
5b08ac57
AS
142010-05-20 Andreas Schwab <schwab@redhat.com>
15
16 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
17
4828935d
LM
182010-05-17 Luis Machado <luisgpm@br.ibm.com>
19
20 POWER7 optimizations.
21 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
22 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
23
373d545e
UD
242010-05-19 Ulrich Drepper <drepper@redhat.com>
25
26 * version.h: Update for 2.13 development version.
27
21a2b1ae
AS
282010-05-12 Andrew Stubbs <ams@codesourcery.com>
29
30 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
31 exceptions. Return 0.
32
3f7dcb2b
RM
332010-05-07 Roland McGrath <roland@redhat.com>
34
35 * elf/ldconfig.c (main): Add a const.
36
5f24d53a 372010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 38
a160f8d8
UD
39 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
40 (args_options): Add no-idn option.
41 (ahosts_keys_int): Add idn_flags to ai_flags.
42 (parse_option): Handle 'i' option to clear idn_flags.
43
5f24d53a
UD
44 * malloc/malloc.c (_int_free): Possible race in the most recently
45 added check. Only act on the data if no current modification
46 happened.
265bb1ce
UD
47
48See ChangeLog.17 for earlier changes.