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: pgoyette
Date: Wed May 13 02:06:25 UTC 2015
Modified Files:
src/sys/conf: param.c
src/sys/kern: sysv_ipc.c
Added Files:
src/sys/modules/sysv_ipc: Makefile
Log Message:
Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, and
SYSVMSG options. Move associated variables out of param.c and into
the module's source file.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/conf/param.c
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/sysv_ipc.c
cvs rdiff -u -r0 -r1.1 src/sys/modules/sysv_ipc/Makefile
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