summaryrefslogtreecommitdiff
path: root/stand/common/bcache.c
AgeCommit message (Expand)Author
2023-11-26stand: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-12-16loader: bcache: Fix debug printfEmmanuel Vadot
2021-10-03loader bcache: Allow readahead up to 256 kB I/OsColin Percival
2021-10-03loader bcache: Track unconsumed readaheadColin Percival
2021-10-03loader: Refactor readahead adjustment in bcacheColin Percival
2021-09-19style: Fix leading whitespace in bcache.cColin Percival
2021-08-20Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev
2019-05-07command_bcache() does not use argvToomas Soome
2019-05-07loader: bcache code does not need to check argument for free()Toomas Soome
2019-05-07loader: use safer DPRINTF body for non-debug caseToomas Soome
2019-03-12stand: Improve some debugging experienceKyle Evans
2018-11-29loader: command_bcache() should print unsigned valuesToomas Soome
2018-11-23Nuke out buffer overflow safety marker code, it duplicates similar code inMaxim Sobolev
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh