NetBSD/sys/lib
dsl db4706faf9 Reduce memory footprint:
- use file buffer for all block reads
- only save a small amount of the indirect block list
Allows i386 bootxx_ufs code to load /boot from a filesystem with 32k blocks
while still fitting inside 64k of memory.
Code size reduced as well (by ~1k on i386).
It ought to be possible to use a buffer that is smaller than a filesystem
block.  This might be needed in order to boot from filesystems with larger
block sizes.
2003-08-22 21:33:52 +00:00
..
libkern KNF 2003-08-20 13:32:33 +00:00
libsa Reduce memory footprint: 2003-08-22 21:33:52 +00:00
libz Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computed 2003-03-29 22:25:25 +00:00