summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-15/+16
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-151-8/+24
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Silence a warning.dcs1999-02-041-2/+2
* This fixes a bug in the bcache code whereby false cache hits occurpaul1998-11-191-2/+4
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readmsmith1998-11-041-2/+26
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough formsmith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-021-0/+227
OpenPOWER on IntegriCloud