On 5/18/2026 2:27 PM, Warner Losh wrote: > Add the first part of FreeBSD socket support: do_sendrecvmsg_locked > and do_sendrecvmsg functions. Also add target_msghdr, target_cmsghdr, > CMSG macros, target_ip_mreq, and target_ip_mreqn structures to > syscall_defs.h. > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Mikaƫl Urankar <[email protected]> > Signed-off-by: Kyle Evans <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Assisted-by: Claude Opus 4.6 (1M context) > --- > bsd-user/freebsd/os-socket.h | 142 > ++++++++++++++++++++++++++++++++++++++++++ > bsd-user/freebsd/os-syscall.c | 1 + > 2 files changed, 143 insertions(+) >
Reviewed-by: Pierrick Bouvier <[email protected]>
