Date: Sun, 18 Aug 1996 19:19:26 -0700 (PDT) From: Julian Elischer <julian> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys systm.h src/sys/kern kern_shutdown.c Message-ID: <199608190219.TAA05640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 96/08/18 19:19:25 Modified: sys/sys systm.h Added: sys/kern kern_shutdown.c Log: move all functions related to shutting down to one file called kern_shutdown.c note: I couldn't see anything machine dependant in the functions boot() and dumpsys() which were in machdep.c I have left a prototype for cpu_boot() which would go in machdep.c, but I have nothing to put in it. Iexpect others will let me know in no uncertain ways that this or that is machine dependant and should be there, but I'll way for that to happen.. :) I haven't actually taken the functions OUT of machdep or anywhere else yet.. I'm checking in this file so others can have a look at it and comment. SO PLEASE DO COMMENT! I am also (in another checkin) addinf a man(9) page for the new at_shotdown().. er freudian slip there.. at_shutdown() call so have a look at that (and at_exit and at_fork as well) and feed me comments.. I'll heck in the changes to make these (shutdown) changes active tomorrow if no-one objects too strongly.. Revision Changes Path 1.41 +18 -1 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608190219.TAA05640>
