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