Date: Sat, 30 Jan 1999 11:28:31 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <199901301928.LAA49841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/01/30 11:28:31 PST Modified files: sys/kern kern_shutdown.c Log: Add a new sysctl node kern.shutdown, off which shutdown-related things can be hung. Add a tunable delay at the beginning of the SHUTDOWN_FINAL at_shutdown queue, allowing time to settle before we launch into the list of things that are expected to turn the system off. Fix a bug in at_shutdown_pri() where the second insertion always put the item in second position in the queue. Reviewed by: "D. Rock" <rock@cs.uni-sb.de> Revision Changes Path 1.45 +30 -4 src/sys/kern/kern_shutdown.c 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?199901301928.LAA49841>