Date: Fri, 12 Nov 2004 13:23:47 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c src/sys/sys msg.h Message-ID: <200411121323.iACDNlqF004194@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-11-12 13:23:47 UTC
FreeBSD src repository
Modified files:
sys/kern sysv_msg.c sysv_sem.c sysv_shm.c
sys/sys msg.h
Log:
Second of several commits to allow kernel System V IPC data structures
to be modified and extended without breaking the user space ABI:
Use _kernel variants on _ds structures for System V sempahores, message
queues, and shared memory. When interfacing with userspace, export
only the _ds subsets of the _kernel data structures. A lot of search
and replace.
Define the message structure in the _KERNEL portion of msg.h so that it
can be used by other kernel consumers, but not exposed to user space.
Submitted by: Dandekar Hrishikesh <rishi_dandekar at sbcglobal dot net>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, SPAWAR, McAfee Research
Revision Changes Path
1.54 +126 -134 src/sys/kern/sysv_msg.c
1.71 +130 -127 src/sys/kern/sysv_sem.c
1.98 +88 -88 src/sys/kern/sysv_shm.c
1.18 +9 -0 src/sys/sys/msg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411121323.iACDNlqF004194>
