freebsd-skq/stand/common
Warner Losh f5a95d9a07 Remove NAND and NANDFS support
NANDFS has been broken for years. Remove it. The NAND drivers that
remain are for ancient parts that are no longer relevant. They are
polled, have terrible performance and just for ancient arm
hardware. NAND parts have evolved significantly from this early work
and little to none of it would be relevant should someone need to
update to support raw nand. This code has been off by default for
years and has violated the vnode protocol leading to panics since it
was committed.

Numerous posts to arch@ and other locations have found no actual users
for this software.

Relnotes:	Yes
No Objection From: arch@
Differential Revision: https://reviews.freebsd.org/D20745
2019-06-25 04:50:09 +00:00
..
bcache.c command_bcache() does not use argv 2019-05-07 10:01:45 +00:00
boot.c Create kernel module to parse Veriexec manifest based on envs 2019-04-03 03:57:37 +00:00
bootstrap.h Enable veriexec for loader 2019-02-26 06:22:10 +00:00
commands.c
console.c
dev_net.c
dev_net.h
devopen.c
disk.c loader: disk_open() should honor D_PARTNONE 2019-06-06 16:27:05 +00:00
disk.h Distinguish between "no partition" and "choose best partition" with a constant. 2019-03-24 18:51:52 +00:00
help.common loader: implement map-vdisk and unmap-vdisk commands 2019-04-26 17:58:44 +00:00
install.c
interp_backslash.c
interp_forth.c loader: use DPRINTF in biosdisk.c and define safe DPRINTF 2019-05-09 13:12:43 +00:00
interp_lua.c
interp_parse.c
interp_simple.c Fix comment parsing in interp_simple.c 2019-06-01 19:47:15 +00:00
interp.c
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c Enable veriexec for loader 2019-02-26 06:22:10 +00:00
load_elf.c Unbreak the build when ELF_VERBOSE is defined after r348005 2019-05-21 00:46:47 +00:00
ls.c
Makefile.depend
md.c
merge_help.awk
metadata.c
misc.c
module.c Initialize a variable to fix build with GCC. 2019-05-23 22:49:03 +00:00
newvers.sh
part.c Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
part.h Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
paths.h Move to using a common kernel path between the boot / laoder bits and 2019-06-24 20:34:53 +00:00
pnp.c
rbx.h
reloc_elf32.c
reloc_elf64.c
reloc_elf.c
self_reloc.c
vdisk.c loader: implement map-vdisk and unmap-vdisk commands 2019-04-26 17:58:44 +00:00
zfs_cmd.c