summaryrefslogtreecommitdiffstats
path: root/src/commandline/cmdlinelib.c
Commit message (Collapse)AuthorAgeFilesLines
* Functionality now replaced by a combination of readline() and system().Michael Brown2006-12-201-393/+0Star
|
* Added "exit" back in as a standardised command.Michael Brown2006-12-081-21/+16Star
|
* cmdlinelib.c now calls system() rather than doing its own tokenisationMichael Brown2006-12-081-169/+3Star
| | | | | | | (which was extremely heavy on calls to malloc()). Moved include/command.h to include/gpxe/command.h, since it's gPXE-specific.
* Slightly tidied up console messages.Michael Brown2006-12-051-2/+2
|
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-091-0/+564