add the recvmmsg syscall that allows receiving multiple msghdrs at
authormbuhl <mbuhl@openbsd.org>
Fri, 2 Sep 2022 13:18:06 +0000 (13:18 +0000)
committermbuhl <mbuhl@openbsd.org>
Fri, 2 Sep 2022 13:18:06 +0000 (13:18 +0000)
commit8945982be22ebdb35731babc914d40f1e79d8d3f
tree20d745f15ff18cc3137406c4fe7f75f78b11b484
parent3f68dcd30ab7a3790e8f7af54ae2336112945c26
add the recvmmsg syscall that allows receiving multiple msghdrs at
once. libc, man page, and regress parts to come.
With input from jca@, guenther@, bluhm@.
OK bluhm@
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/uipc_syscalls.c
sys/sys/ktrace.h
sys/sys/socket.h
sys/sys/syscall.h
sys/sys/syscallargs.h