Date: Tue, 15 Sep 1998 01:49:53 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 at_shutdown.9 src/sys/kern kern_shutdown.c Message-ID: <199809150849.BAA21103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/09/15 01:49:53 PDT Modified files: share/man/man9 at_shutdown.9 Log: Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers. Revision Changes Path 1.12 +9 -3 src/share/man/man9/at_shutdown.9 Modified files: sys/kern kern_shutdown.c Log: Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers. Converted at_shutdown queues to use the queue(3) macros. Revision Changes Path 1.39 +66 -83 src/sys/kern/kern_shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809150849.BAA21103>