Jung-uk Kim 4e4de5e43c 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.
2006-12-20 19:26:30 +00:00
..
2006-12-19 13:06:01 +00:00
2006-07-17 21:00:42 +00:00
2006-11-11 16:19:12 +00:00
2006-05-28 22:15:28 +00:00
2006-12-20 19:26:30 +00:00