DragonFly commits List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/emulation/43bsd 43bsd_socket.c 43bsd_socket.h src/sys/kern uipc_syscalls.c src/sys/sys kern_syscall.h socket.h
daver 2003/09/19 01:02:28 PDT
Modified files:
sys/emulation/43bsd 43bsd_socket.c 43bsd_socket.h
sys/kern uipc_syscalls.c
sys/sys kern_syscall.h socket.h
Log:
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.
Revision Changes Path
1.2 +310 -8 src/sys/emulation/43bsd/43bsd_socket.c
1.2 +9 -2 src/sys/emulation/43bsd/43bsd_socket.h
1.15 +206 -324 src/sys/kern/uipc_syscalls.c
1.2 +3 -0 src/sys/sys/kern_syscall.h
1.5 +0 -12 src/sys/sys/socket.h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]