|
Message-ID: <cover.1458390390.git.nsz@port70.net> Date: Sat, 19 Mar 2016 13:34:27 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 0/6] linux v4.5 updates update musl headers following linux v4.5 uapi changes. Szabolcs Nagy (6): mips64: add recent linux syscall numbers add copy_file_range syscall numbers from linux v4.5 add IPV6_HDRINCL socket option from linux v4.5 add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 add EPOLLEXCLUSIVE epoll flag from linux v4.5 add MADV_FREE madvise command from linux v4.5 arch/aarch64/bits/syscall.h | 2 ++ arch/arm/bits/syscall.h | 2 ++ arch/i386/bits/syscall.h | 2 ++ arch/mips/bits/syscall.h | 2 ++ arch/mips64/bits/syscall.h | 8 ++++++++ arch/or1k/bits/syscall.h | 2 ++ arch/powerpc/bits/syscall.h | 2 ++ arch/x32/bits/syscall.h | 2 ++ arch/x86_64/bits/syscall.h | 2 ++ include/netinet/in.h | 1 + include/sys/epoll.h | 1 + include/sys/mman.h | 1 + include/sys/socket.h | 3 ++- 13 files changed, 29 insertions(+), 1 deletion(-) -- 2.7.2
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.