cvs commit: src/sys/kern sysv_msg.c src/sys/sys syscallsubr.h
Jung-uk Kim
jkim at FreeBSD.org
Wed Dec 20 11:26:31 PST 2006
jkim 2006-12-20 19:26:30 UTC
FreeBSD src repository
Modified files:
sys/kern sysv_msg.c
sys/sys syscallsubr.h
Log:
MFP4: (part of) 110058
copyin()/copyout() for message type is separated from msgsnd()/msgrcv() and
it is done from its wrapper functions to support 32-bit emulations. After I
implemented this, I have briefly referenced NetBSD and Darwin. NetBSD passes
copyin()/copyout() function pointers from wrappers. Darwin passes size of
message type as an argument, which is actually similar to my first
implementation (P4 109706). We may revisit these implementations later.
Revision Changes Path
1.66 +88 -85 src/sys/kern/sysv_msg.c
1.45 +2 -0 src/sys/sys/syscallsubr.h
More information about the cvs-src
mailing list