CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/02 07:18:07
Modified files:
sys/kern : init_sysent.c syscalls.c syscalls.master
uipc_syscalls.c
sys/sys : ktrace.h socket.h syscall.h syscallargs.h
Log message:
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@
