summaryrefslogtreecommitdiffstats
path: root/src/commandline/commands
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-203-69/+0Star
|
* Added "clear" commandMichael Brown2006-12-121-0/+30
|
* Added "exit" back in as a standardised command.Michael Brown2006-12-081-3/+1Star
|
* cmdlinelib.c now calls system() rather than doing its own tokenisationMichael Brown2006-12-084-39/+15Star
| | | | | | | (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.
* 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-093-0/+92