Date: Wed, 21 Aug 1996 20:50:38 -0700 (PDT) From: Julian Elischer <julian> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-sys Subject: cvs commit: src/lib/libc/sys reboot.2 src/share/man/man9 at_shutdown.9 src/sys/dev/vn vn.c src/sys/kern kern_exit.c kern_fork.c kern_shutdown.c src/sys/sys reboot.h systm.h Message-ID: <199608220350.UAA08515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 96/08/21 20:50:37 Modified: lib/libc/sys reboot.2 share/man/man9 at_shutdown.9 sys/dev/vn vn.c sys/kern kern_exit.c kern_fork.c kern_shutdown.c sys/sys reboot.h systm.h Log: Some cleanups to the callout lists recently added. note that at_shutdown has a new parameter to indicate When during a shutdown the callout should be made. also add a RB_POWEROFF flag to reboot "howto" parameter.. tells the reboot code in our at_shutdown module to turn off the UPS and kill the power. bound to be useful eventually on laptops Revision Changes Path 1.4 +3 -0 src/lib/libc/sys/reboot.2 1.3 +13 -3 src/share/man/man9/at_shutdown.9 1.40 +2 -2 src/sys/dev/vn/vn.c 1.38 +23 -18 src/sys/kern/kern_exit.c 1.25 +38 -31 src/sys/kern/kern_fork.c 1.3 +66 -29 src/sys/kern/kern_shutdown.c 1.12 +2 -1 src/sys/sys/reboot.h 1.42 +5 -3 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608220350.UAA08515>