aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Use the correct printf specifier.Stefan Farfeleder2004-10-031-1/+3
* Use __FBSDID().David E. O'Brien2003-08-251-2/+3
* Removed mounds of unused variables.Bruce Evans2002-02-251-4/+0
* Add support for writing blocks to the loader's disk cache.John Baldwin2001-12-111-21/+92
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-15/+16
* bcache_strategy() now receives an unit number, and keep track of whatDaniel C. Sobral2000-03-151-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