mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/7] linux v4.6 update
@ 2016-05-26 20:04 Szabolcs Nagy
  2016-05-26 20:04 ` [PATCH 1/7] add preadv2 and pwritev2 syscall numbers for linux v4.6 Szabolcs Nagy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Szabolcs Nagy @ 2016-05-26 20:04 UTC (permalink / raw)
  To: musl

i didnt deal with the x86_64 sigcontext change
(__pad0 is now ss) but i'm not sure if need to
do anything about that.

there are new libc-compat header hacks, i will
try to look for a solution that works for musl.

Szabolcs Nagy (7):
  add preadv2 and pwritev2 syscall numbers for linux v4.6
  add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
  add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
  update siginfo struct for linux v4.6
  add CLONE_NEWCGROUP clone flag, new in linux v4.6
  add new tcp_info fields from linux v4.6
  update sys/socket.h to linux v4.6

 arch/aarch64/bits/syscall.h.in   |  2 ++
 arch/arm/bits/syscall.h.in       |  2 ++
 arch/i386/bits/syscall.h.in      |  2 ++
 arch/mips/bits/syscall.h.in      |  2 ++
 arch/mips64/bits/syscall.h.in    |  2 ++
 arch/mipsn32/bits/syscall.h.in   |  2 ++
 arch/or1k/bits/syscall.h.in      |  2 ++
 arch/powerpc/bits/syscall.h.in   |  2 ++
 arch/powerpc64/bits/syscall.h.in |  2 ++
 arch/x32/bits/syscall.h.in       |  2 ++
 arch/x86_64/bits/syscall.h.in    |  2 ++
 include/netinet/if_ether.h       |  1 +
 include/netinet/tcp.h            |  4 ++++
 include/sched.h                  |  1 +
 include/signal.h                 | 17 +++++++++++------
 include/sys/socket.h             | 21 ++++++++++++++++++++-
 16 files changed, 59 insertions(+), 7 deletions(-)

-- 
2.8.1



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

end of thread, other threads:[~2016-05-26 20:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-26 20:04 [PATCH 0/7] linux v4.6 update Szabolcs Nagy
2016-05-26 20:04 ` [PATCH 1/7] add preadv2 and pwritev2 syscall numbers for linux v4.6 Szabolcs Nagy
2016-05-26 20:05 ` [PATCH 2/7] add SO_CNX_ADVICE to sys/socket.h, new in " Szabolcs Nagy
2016-05-26 20:05 ` [PATCH 3/7] add ETH_P_MACSEC netinet/if_ether.h, " Szabolcs Nagy
2016-05-26 20:06 ` [PATCH 4/7] update siginfo struct for " Szabolcs Nagy
2016-05-26 20:06 ` [PATCH 5/7] add CLONE_NEWCGROUP clone flag, new in " Szabolcs Nagy
2016-05-26 20:07 ` [PATCH 6/7] add new tcp_info fields from " Szabolcs Nagy
2016-05-26 20:07 ` [PATCH 7/7] update sys/socket.h to " Szabolcs Nagy

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).