aboutsummaryrefslogtreecommitdiff
path: root/stand/common/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* loader: bcache: Fix debug printfEmmanuel Vadot2021-12-161-3/+3
* loader bcache: Allow readahead up to 256 kB I/OsColin Percival2021-10-031-1/+4
* loader bcache: Track unconsumed readaheadColin Percival2021-10-031-2/+15
* loader: Refactor readahead adjustment in bcacheColin Percival2021-10-031-4/+14
* style: Fix leading whitespace in bcache.cColin Percival2021-09-191-3/+3
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-08-201-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