Michael Brown
73b09ecba6
Use stdio.h instead of vsprintf.h
il y a 18 ans
Michael Brown
f396f1f9d3
Force ordering of commands within help list.
il y a 18 ans
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.
il y a 18 ans
Michael Brown
d7cffd33e1
Remove obsolete mechanism for including nvo_cmd.o
il y a 18 ans
Michael Brown
a1685cb3e2
Move nvo_cmd.c to hci/commands.
il y a 18 ans
Michael Brown
240c9512bb
Added "clear" command
il y a 18 ans
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.
il y a 18 ans
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.
il y a 18 ans
Michael Brown
d041d74054
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
il y a 18 ans
Michael Brown
d9f32726b4
Added quick and dirty commands for testing the new NVO code.
il y a 18 ans