summaryrefslogtreecommitdiffstats
path: root/src/commandline
Commit message (Collapse)AuthorAgeFilesLines
* Move nvo_cmd.c to hci/commands.Michael Brown2006-12-201-111/+0Star
|
* Functionality now replaced by a combination of readline() and system().Michael Brown2006-12-205-543/+0Star
|
* Print welcome banner in bold (which will come out as bright white textMichael Brown2006-12-181-2/+5
| | | | | on the BIOS console, or genuine bold font on a xterm "serial" console), just to prove the concept of the ANSI escape sequence handling.
* Added "clear" commandMichael Brown2006-12-121-0/+30
|
* Added "exit" back in as a standardised command.Michael Brown2006-12-082-24/+17Star
|
* cmdlinelib.c now calls system() rather than doing its own tokenisationMichael Brown2006-12-085-208/+18Star
| | | | | | | (which was extremely heavy on calls to malloc()). Moved include/command.h to include/gpxe/command.h, since it's gPXE-specific.
* Tidy up some more output. The command-line code needs some severeMichael Brown2006-12-052-7/+7
| | | | overhauling, but this is not the time to do it.
* Slightly tidied up console messages.Michael Brown2006-12-052-8/+5Star
|
* Tied NVO commands into the human-interactable settings code that IMichael Brown2006-12-051-11/+27
| | | | completely forgot I'd written ages ago.
* Added quick and dirty commands for testing the new NVO code.Michael Brown2006-12-051-0/+68
|
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-095-0/+737