Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 08/04/1999 21:00:05
Module Name:	sharesrc
Committed By:	sommerfeld
Date:		Thu Aug  5 04:00:04 UTC 1999

Modified Files:
	sharesrc/share/man/man9: pool.9
	syssrc/sys/kern: subr_pool.c
	syssrc/sys/sys: mbuf.h pool.h

Log Message:
Create new pool flag PR_LIMITFAIL, indicating that even PR_WAIT
allocations should fail if the pool is at its hard limit.
Document flag in pool(9).
Use it in mbuf.h for the first allocate call for M_GET, M_GETHDR, and
MCLGET, so that m_reclaim gets called even for blocking allocations.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 sharesrc/share/man/man9/pool.9
cvs rdiff -r1.28 -r1.29 syssrc/sys/kern/subr_pool.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/sys/mbuf.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/sys/pool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.