DragonFly commits List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern uipc_syscalls.c src/sys/emulation/43bsd 43bsd_socket.c src/sys/sys socket.h kern_syscall.h
daver 2003/10/02 17:04:05 PDT
Modified files:
sys/kern uipc_syscalls.c
sys/emulation/43bsd 43bsd_socket.c
sys/sys socket.h kern_syscall.h
Log:
Modify kern_{send,recv}msg() to take struct uio's, not struct msghdr's.
Fix up all syscalls which use these functions, including the 43bsd
syscalls.
Also, fix some spots where I forgot to pass the message flags in the
emulation code.
Revision Changes Path
1.17 +146 -144 src/sys/kern/uipc_syscalls.c
1.3 +157 -112 src/sys/emulation/43bsd/43bsd_socket.c
1.6 +0 -1 src/sys/sys/socket.h
1.4 +6 -3 src/sys/sys/kern_syscall.h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]