Separate all of the send{to,msg} and recv{from,msg} syscalls and create
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 19 Sep 2003 08:02:27 +0000 (08:02 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 19 Sep 2003 08:02:27 +0000 (08:02 +0000)
commit35fbb1d91dec8417c6bd76869beda2209933ac71
tree9b093923cc970be102b9f3ff7893bedf9545de4d
parent1c76efe5647414f1e5db8047248080a4f2544e5f
Separate all of the send{to,msg} and recv{from,msg} syscalls and create
kern_sendmsg() and kern_recvmsg().  The functions sendit() and recvit()
are now no more.

Rewrite the related legacy syscalls and place them in the 43bsd emulation
directory.  Also move the definition of omsghdr to the emulation directory.
sys/emulation/43bsd/43bsd_socket.c
sys/emulation/43bsd/43bsd_socket.h
sys/kern/uipc_syscalls.c
sys/sys/kern_syscall.h
sys/sys/socket.h