Date: Mon, 24 Nov 1997 23:07:50 -0800 (PST) From: Julian Elischer <julian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern init_main.c kern_shutdown.c kern_synch.c vfs_conf.c src/sys/sys mount.h proc.h Message-ID: <199711250707.XAA26424@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 1997/11/24 23:07:49 PST
Modified files:
sys/kern init_main.c kern_shutdown.c kern_synch.c
vfs_conf.c
sys/sys mount.h proc.h
Log:
Shift a few SYSINT() calls around.
this results in a few functions becoming static, and
the SYSINITs being close to the code they are related to.
setting up the dump device is with dumpsys() and
kicking off the scheduler is with the scheduler.
Mounting root is with the code that does it.
Reviewed by: phk
Revision Changes Path
1.76 +1 -42 src/sys/kern/init_main.c
1.27 +11 -1 src/sys/kern/kern_shutdown.c
1.42 +16 -3 src/sys/kern/kern_synch.c
1.18 +24 -2 src/sys/kern/vfs_conf.c
1.52 +1 -2 src/sys/sys/mount.h
1.49 +1 -3 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711250707.XAA26424>
