Michael Brown
73b09ecba6
Use stdio.h instead of vsprintf.h
18 年前
Michael Brown
f396f1f9d3
Force ordering of commands within help list.
18 年前
Michael Brown
35edecac34
Move {show,set,clear}_setting() to {show,set,clear}_named_setting().
Introduce new {show,set,clear}_setting() that take a struct setting *
rather than a const char *.
set_setting() handles calling clear_setting() when appropriate, so that
individual setting types don't have to check for empty strings.
18 年前
Michael Brown
d7cffd33e1
Remove obsolete mechanism for including nvo_cmd.o
18 年前
Michael Brown
a1685cb3e2
Move nvo_cmd.c to hci/commands.
18 年前
Michael Brown
240c9512bb
Added "clear" command
18 年前
Michael Brown
7de5d32ff5
cmdlinelib.c now calls system() rather than doing its own tokenisation
(which was extremely heavy on calls to malloc()).
Moved include/command.h to include/gpxe/command.h, since it's
gPXE-specific.
18 年前
Michael Brown
c6060a8fea
Tidy up some more output. The command-line code needs some severe
overhauling, but this is not the time to do it.
18 年前
Michael Brown
d041d74054
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
18 年前
Michael Brown
d9f32726b4
Added quick and dirty commands for testing the new NVO code.
18 年前