From owner-freebsd-hackers Mon Jul 15 11:35:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29448 for hackers-outgoing; Mon, 15 Jul 1996 11:35:17 -0700 (PDT) Received: from ref.tfs.com ([206.245.251.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA29439 for ; Mon, 15 Jul 1996 11:35:12 -0700 (PDT) Received: (from julian@localhost) by ref.tfs.com (8.7.5/8.7.3) id LAA25108 for hackers@freebsd.org; Mon, 15 Jul 1996 11:35:09 -0700 (PDT) Date: Mon, 15 Jul 1996 11:35:09 -0700 (PDT) From: Julian Elischer Message-Id: <199607151835.LAA25108@ref.tfs.com> To: hackers@freebsd.org Subject: Adding reboot/exit callouts.. comments please Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I want to add the following two callouts to the system: 1/ a callout list for things to do at shutdown 2/ a callout list of things to do on process exit. I see these as being useful for several purposes.. 1/ third party modules that need to notify hardware of shutdown 2/ LKMs that need to clean up on process exit. does anyone have work underway in this? does anyone object? does anyone have comments? julian