Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/24/1999 22:05:50
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Aug 25 05:05:50 UTC 1999

Modified Files:
	syssrc/sys/kern: kern_allocsys.c syscalls.master sysv_msg.c sysv_sem.c
	    sysv_shm.c
	syssrc/sys/sys: ipc.h msg.h sem.h shm.h types.h

Log Message:
Overhaul of the SVID IPC facilities, primarily to use the types specified
by the Single UNIX Specification version 2, rather than the SVR2-derived
types.  While I was here, I did a namespace sweep to expose the constants
and strucutures, and structure members described by SUSv2; documentation
updates coming shortly.

Fixes kern/8158.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/kern/kern_allocsys.c
cvs rdiff -r1.96 -r1.97 syssrc/sys/kern/syscalls.master
cvs rdiff -r1.25 -r1.26 syssrc/sys/kern/sysv_msg.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/kern/sysv_sem.c
cvs rdiff -r1.51 -r1.52 syssrc/sys/kern/sysv_shm.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/sys/ipc.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/sys/msg.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/sys/sem.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/sys/shm.h
cvs rdiff -r1.38 -r1.39 syssrc/sys/sys/types.h

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