mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/6] linux v4.5 updates
@ 2016-03-19 12:34 Szabolcs Nagy
  2016-03-19 12:35 ` [PATCH 1/6] mips64: add recent linux syscall numbers Szabolcs Nagy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Szabolcs Nagy @ 2016-03-19 12:34 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-19 15:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-19 12:34 [PATCH 0/6] linux v4.5 updates Szabolcs Nagy
2016-03-19 12:35 ` [PATCH 1/6] mips64: add recent linux syscall numbers Szabolcs Nagy
2016-03-19 12:35 ` [PATCH 2/6] add copy_file_range syscall numbers from linux v4.5 Szabolcs Nagy
2016-03-19 12:36 ` [PATCH 3/6] add IPV6_HDRINCL socket option " Szabolcs Nagy
2016-03-19 12:36 ` [PATCH 4/6] add SO_ATTACH_REUSEPORT_[CE]BPF socket options " Szabolcs Nagy
2016-03-19 12:37 ` [PATCH 5/6] add EPOLLEXCLUSIVE epoll flag " Szabolcs Nagy
2016-03-19 12:37 ` [PATCH 6/6] add MADV_FREE madvise command " Szabolcs Nagy
2016-03-19 15:33 ` [PATCH 0/6] linux v4.5 updates Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).