Date: Wed, 30 Aug 2000 17:08:50 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c src/sys/i386/isa/pcvt pcvt_kbd.c src/sys/kern kern_shutdown.c src/sys/sys systm.h Message-ID: <200008310008.RAA65773@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/08/30 17:08:50 PDT Modified files: sys/dev/syscons syscons.c sys/i386/isa/pcvt pcvt_kbd.c sys/kern kern_shutdown.c sys/sys systm.h Log: Make it possible to pass boot()'s flags to shutdown_nice() so that the kernel can instigate an orderly shutdown but still determine the form of that shutdown. Make it possible eg. to cleanly shutdown and power off the system under ACPI when the power button is pressed. Revision Changes Path 1.346 +2 -2 src/sys/dev/syscons/syscons.c 1.37 +2 -2 src/sys/i386/isa/pcvt/pcvt_kbd.c 1.77 +9 -2 src/sys/kern/kern_shutdown.c 1.117 +2 -2 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008310008.RAA65773>