add the sendmmsg syscall that allows sending multiple msghdrs at
authormbuhl <mbuhl@openbsd.org>
Sat, 3 Sep 2022 12:33:44 +0000 (12:33 +0000)
committermbuhl <mbuhl@openbsd.org>
Sat, 3 Sep 2022 12:33:44 +0000 (12:33 +0000)
commit94bc6e282f5b07d1de39ef73346b4eb06b2a5ea6
treeb86cbf1f821ded48d447ba30e4d9819e465ac9a0
parent52ce63ca3dc15b0b63f5a26481bb963446c23b96
add the sendmmsg syscall that allows sending multiple msghdrs at
once. libc, man page, and regress parts to come.
With input from jca@, bluhm@.
OK bluhm@
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/uipc_syscalls.c
sys/sys/socket.h
sys/sys/syscall.h
sys/sys/syscallargs.h