aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-503/+0
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-061-3/+9
* loader: possible NULL pointer dereference in bcache.cToomas Soome2017-02-081-6/+5
* loader: bcache read ahead block count should take account the large sectorsToomas Soome2017-02-061-8/+50
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-301-32/+18
* bcache should support reads shorter than sector sizeAllan Jude2016-07-301-1/+3
* bcache read ahead may attempt to read past end of diskAllan Jude2016-05-011-8/+39
* A new implementation of the loader block cacheAllan Jude2016-04-181-177/+265
* 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