aboutsummaryrefslogtreecommitdiff
path: root/stand/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* loader: bcache: Fix debug printfEmmanuel Vadot2022-01-131-3/+3
* MFC: Improve readahead in loaderColin Percival2021-12-291-7/+33
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-12-291-2/+15
* command_bcache() does not use argvToomas Soome2019-05-071-1/+1
* loader: bcache code does not need to check argument for free()Toomas Soome2019-05-071-4/+2
* loader: use safer DPRINTF body for non-debug caseToomas Soome2019-05-071-1/+1
* stand: Improve some debugging experienceKyle Evans2019-03-121-5/+5
* loader: command_bcache() should print unsigned valuesToomas Soome2018-11-291-6/+6
* Nuke out buffer overflow safety marker code, it duplicates similar code inMaxim Sobolev2018-11-231-16/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+503