aboutsummaryrefslogtreecommitdiff
path: root/stand/common/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* loader: always install help filesMitchell Horne2023-02-151-2/+2
* stand: Move quit command to common commandsWarner Losh2023-01-241-0/+9
* stand: Don't build readtest command on mipsEmmanuel Vadot2022-01-131-0/+2
* loader: Add a readtest commandEmmanuel Vadot2022-01-131-0/+31
* loader: loader_lua can run command_more twiceToomas Soome2021-08-281-4/+1
* loader: ignore some variable settings if input unverifiedSimon J. Gerraty2019-07-171-0/+30
* loader: cstyle cleanup of command.cToomas Soome2018-04-161-318/+326
* loader: make sure we do not return garbage from help_getnextToomas Soome2018-04-161-1/+1
* loader: command_errmsg should be constToomas Soome2018-04-161-1/+1
* loader: make sure we use snprintf() in commands.cToomas Soome2018-04-161-4/+4
* loader: provide values in help_getnext()Toomas Soome2018-04-161-1/+3
* Don't leak memory when displaying help.Warner Losh2018-01-231-11/+10
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+511