freebsd-dev/sys/boot/powerpc/kboot
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
..
conf.c Relocate kernel to high address space (a static + 64 MB for now) to avoid 2015-01-31 19:42:08 +00:00
help.kboot
host_syscall.h Allow this to work with disks greater than 4 GB and with names not beginning 2015-02-01 02:02:50 +00:00
host_syscall.S Allow this to work with disks greater than 4 GB and with names not beginning 2015-02-01 02:02:50 +00:00
hostcons.c
hostdisk.c dosfs support in libstand is broken since r298230 2016-12-30 19:06:29 +00:00
kbootfdt.c
kerneltramp.S Relocate kernel to high address space (a static + 64 MB for now) to avoid 2015-01-31 19:42:08 +00:00
ldscript.powerpc
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
ppc64_elf_freebsd.c Allow loader to load 64-bit ELFv2 PowerPC kernels. 2015-12-01 17:01:27 +00:00
version