summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-251-2/+3
* Removed mounds of unused variables.bde2002-02-251-4/+0
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* 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