Subject: CVS commit: src/share/man/man9
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 03/08/2004 22:58:34
Module Name: src
Committed By: dbj
Date: Mon Mar 8 22:58:34 UTC 2004
Modified Files:
src/share/man/man9: pool.9
Log Message:
note that pool_init and pool_destroy should never be called
in interrupt context.
if this is not a desired restriction, then those functions
should be reviewed for safety, at least protecting pool_head_slock
with splvm()
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/share/man/man9/pool.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.