aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Cleanup warnings.Paul Saab2000-12-281-15/+16
* MFC the loader bcache fixes.John Baldwin2000-03-161-8/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Silence a warning.Daniel C. Sobral1999-02-041-2/+2
* This fixes a bug in the bcache code whereby false cache hits occurPaul Richards1998-11-191-2/+4
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readMike Smith1998-11-041-2/+26
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough forMike Smith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,Mike Smith1998-11-021-0/+227