freebsd-nq/stand/common
Toomas Soome 7b0d05d56d loader: loader_lua can run command_more twice
When we quit pager, the return value 1 is returned and command_more()
interprets it as error.

when lua loader gets error from command, it will try to
interpret it once more, so we get the same file shown once more.

There is no reason why we should return error from command_more().

MFC after:	1 week
2021-08-21 21:28:54 +03:00
..
bcache.c Only trigger read-ahead if two adjacent blocks have been requested. 2021-08-20 14:08:01 -07:00
boot.c stand/common command_boot: Pass tslog to kernel 2021-06-20 20:09:46 -07:00
bootstrap.h amd64 UEFI loader: stop copying staging area to 2M physical 2021-08-08 22:52:29 +03:00
commands.c loader: loader_lua can run command_more twice 2021-08-21 21:28:54 +03:00
console.c loader: Use tslog to instrument some functions 2021-06-20 20:09:48 -07:00
dev_net.c
dev_net.h
devopen.c
disk.c
disk.h
gfx_fb.c loader: FB console does leave garbage on screen while scrolling 2021-08-21 19:17:25 +03:00
gfx_fb.h
help.common
install.c
interp_backslash.c
interp_forth.c
interp_lua.c loader: Use tslog to instrument some functions 2021-06-20 20:09:48 -07:00
interp_parse.c
interp_simple.c
interp.c loader: Use tslog to instrument some functions 2021-06-20 20:09:48 -07:00
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c loader: Don't reserve space for symbols twice. 2021-07-12 15:30:27 -06:00
load_elf.c loader: fix multiboot loading on UEFI 2021-08-12 09:18:33 +02:00
ls.c
Makefile.depend
md.c
merge_help.awk
metadata.c
misc.c
module.c stand/common: Add file_addbuf() 2021-06-20 20:09:41 -07:00
newvers.sh
nvstore.c
part.c
part.h
paths.h
pnp.c
rbx.h
readin.h
reloc_elf32.c
reloc_elf64.c
reloc_elf.c
self_reloc.c
tslog.c stand/common: Add support for timestamp logging (tslog) 2021-06-20 20:09:43 -07:00
vdisk.c
zfs_cmd.c