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: junyoung
Date: Fri Aug 5 11:03:18 UTC 2005
Modified Files:
src/sys/kern: init_main.c kern_proc.c
src/sys/sys: proc.h
Log Message:
Move proc0 initialization from main() in init_main.c and proc0_insert() in
kern_proc.c into a new function proc0_init() in kern_proc.c, as suggested
on tech-kern@ days ago.
To generate a diff of this commit:
cvs rdiff -r1.250 -r1.251 src/sys/kern/init_main.c
cvs rdiff -r1.80 -r1.81 src/sys/kern/kern_proc.c
cvs rdiff -r1.203 -r1.204 src/sys/sys/proc.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