NetBSD/sys
thorpej fc4828b0b4 A few small changes to how pool pages are allocated/freed:
- If either an alloc or release function is provided, make sure both are
  provided, otherwise panic, as this is a fatal error.
- If using the default allocator, default the pool pagesz to PAGE_SIZE,
  since that is the granularity of the default allocator's mechanism.
- In the default allocator, use new functions:
	uvm_km_alloc_poolpage()/uvm_km_free_poolpage(), or
	kmem_alloc_poolpage()/kmem_free_poolpage()
  rather than doing it here.  These functions may use pmap hooks to
  provide alternate methods of mapping pool pages.
1998-07-24 20:19:23 +00:00
..
adosfs Fix a typo in a panic message. 1998-07-10 20:14:59 +00:00
arch Comment out "insert root disk..." message. 1998-07-24 15:52:04 +00:00
compat use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
conf Coda glue 1998-07-24 15:18:21 +00:00
ddb Include required "opt_ddb.h" header file. 1998-07-05 14:33:56 +00:00
dev Initialize the new "dispoffset" (but don't use it for anything fancy). 1998-07-24 16:22:51 +00:00
gdbscripts
ipkdb Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: 1998-07-05 22:29:51 +00:00
isofs * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
kern A few small changes to how pool pages are allocated/freed: 1998-07-24 20:19:23 +00:00
lib Make the combination "profiled kernel" and "${KERN_AS} == "library"" 1998-07-19 18:35:16 +00:00
lkm Resolve conflicts from the import. 1998-07-12 15:11:50 +00:00
miscfs use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
msdosfs * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
net Glue in fast forwarding. 1998-07-09 22:30:01 +00:00
netatalk Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netccitt Declare llcintrq here. 1998-07-07 03:26:55 +00:00
netinet in_pcballoc(): we can't afford to wait for memory. 1998-07-23 08:24:33 +00:00
netiso defopt ISO TPIP. 1998-07-05 04:37:35 +00:00
netnatm defopt DDB. 1998-07-04 22:18:13 +00:00
netns defopt NS, NSIP. 1998-07-05 06:49:00 +00:00
nfs Avoid possibly overflowing an mbuf. From Dan S. Decasper, via Chuck Cranor. 1998-07-20 16:41:05 +00:00
stand
sys Coda glue 1998-07-24 15:18:21 +00:00
ufs * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
uvm Put back swap_data_lock, which was apparently deleted accidentally during 1998-07-24 18:46:02 +00:00
vm Update pool_* functions to new interface. 1998-07-23 20:52:01 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00