Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   cube
Date:           Mon Mar  6 14:24:13 UTC 2006

Modified Files:
        src/sys/kern: sysv_msg.c
        src/sys/sys: msg.h

Log Message:
Introduce msgrcv1 and msgsnd1 which take special care of the msg_type
parameter that gets copied in or out, making sys_msg{rcv,snd} friendly to
COMPAT_NETBSD32.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/kern/sysv_msg.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/msg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index