freebsd-nq/sys/boot/mips/beri/loader
Toomas Soome 1ecc859193 dosfs support in libstand is broken since r298230
Apparently the libstand dosfs optimization is a bit too optimistic
and did introduce possible memory corruption.

This patch is backing out the bad part and since this results in
dosfs reading full blocks now, we can also remove extra offset argument
from dv_strategy callback.

The analysis of the issue and the backout patch is provided by Mikhail Kupchik.

PR:		214423
Submitted by:	Mikhail Kupchik
Reported by:	Mikhail Kupchik
Reviewed by:	bapt, allanjude
Approved by:	allanjude (mentor)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D8644
2016-12-30 19:06:29 +00:00
..
arch.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
beri_console.c
beri_disk_cfi.c dosfs support in libstand is broken since r298230 2016-12-30 19:06:29 +00:00
beri_disk_sdcard.c dosfs support in libstand is broken since r298230 2016-12-30 19:06:29 +00:00
devicename.c
exec.c
help.mips
loader.h Reduce boot loader version string duplication 2016-12-18 13:57:23 +00:00
loader.ldscript Create a new linker set, Xficl_compile_set which contains a list of 2016-10-14 16:23:12 +00:00
main.c Reduce boot loader version string duplication 2016-12-18 13:57:23 +00:00
Makefile Deduplicate loader vers.c Makefile rules 2016-12-19 14:40:59 +00:00
metadata.c
start.S
version