NetBSD/sys/arch/vax
pk 70f20a1217 Replace the traditional buffer memory management -- based on fixed per buffer
virtual memory reservation and a private pool of memory pages -- by a scheme
based on memory pools.

This allows better utilization of memory because buffers can now be allocated
with a granularity finer than the system's native page size (useful for
filesystems with e.g. 1k or 2k fragment sizes).  It also avoids fragmentation
of virtual to physical memory mappings (due to the former fixed virtual
address reservation) resulting in better utilization of MMU resources on some
platforms.  Finally, the scheme is more flexible by allowing run-time decisions
on the amount of memory to be used for buffers.

On the other hand, the effectiveness of the LRU queue for buffer recycling
may be somewhat reduced compared to the traditional method since, due to the
nature of the pool based memory allocation, the actual least recently used
buffer may release its memory to a pool different from the one needed by a
newly allocated buffer. However, this effect will kick in only if the
system is under memory pressure.
2003-12-30 12:33:13 +00:00
..
bi
boot Rework things to move common stuff into Makefile.inc. 2003-12-11 17:34:09 +00:00
compile
conf TOPDOWN_VM is now mandatory on vax. 2003-12-14 19:39:24 +00:00
consolerl
floppy
if Spell address with two d's. Inspired by similar changes in OpenBSD, 2003-11-10 08:51:51 +00:00
include TOPDOWN_VM is now mandatory on vax. 2003-12-14 19:39:24 +00:00
mba hpfinish: pass correct buffer to diskerr(); 2003-12-29 16:23:58 +00:00
stand
uba Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
vax Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
vsa Add write barriers (a no-op on vax). 2003-12-13 23:02:33 +00:00
Makefile