Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/08/2006 04:28:44
Module Name:	src
Committed By:	thorpej
Date:		Sun Oct  8 04:28:44 UTC 2006

Modified Files:
	src/sys/kern: init_main.c kern_lwp.c kern_proc.c kern_ras.c uipc_sem.c
	src/sys/sys: lwp.h proc.h

Log Message:
Add specificdata support to procs and lwps, each providing their own
wrappers around the speicificdata subroutines.  Also:
- Call the new lwpinit() function from main() after calling procinit().
- Move some pool initialization out of kern_proc.c and into files that
  are directly related to the pools in question (kern_lwp.c and kern_ras.c).
- Convert uipc_sem.c to proc_{get,set}specific(), and eliminate the p_ksems
  member from struct proc.


To generate a diff of this commit:
cvs rdiff -r1.278 -r1.279 src/sys/kern/init_main.c
cvs rdiff -r1.40 -r1.41 src/sys/kern/kern_lwp.c
cvs rdiff -r1.94 -r1.95 src/sys/kern/kern_proc.c
cvs rdiff -r1.12 -r1.13 src/sys/kern/kern_ras.c
cvs rdiff -r1.15 -r1.16 src/sys/kern/uipc_sem.c
cvs rdiff -r1.41 -r1.42 src/sys/sys/lwp.h
cvs rdiff -r1.227 -r1.228 src/sys/sys/proc.h

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