From owner-cvs-all Tue Sep 15 01:50:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22768 for cvs-all-outgoing; Tue, 15 Sep 1998 01:50:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22762; Tue, 15 Sep 1998 01:50:09 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA21103; Tue, 15 Sep 1998 01:49:53 -0700 (PDT) Date: Tue, 15 Sep 1998 01:49:53 -0700 (PDT) Message-Id: <199809150849.BAA21103@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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