summaryrefslogtreecommitdiffstats
path: root/src/hci/shell.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-111-1/+2
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-1/+1
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-251-1/+1
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-251-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [cmdline] Add support for shell historyMichael Brown2011-03-301-1/+10
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-2/+1Star
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-2/+1Star
* [shell] Add "shell" commandMichael Brown2010-11-281-2/+45
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-27/+12Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+1Star
* Print multiple commands per line in helpMichael Brown2007-08-031-2/+12
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
* Only need printf(), so use vsprintf.h instead of console.hMichael Brown2006-12-201-1/+1
* Add "exit --help" to preempt the pedants.Michael Brown2006-12-201-2/+9
* Minimal shell implementation using readline() and system().Michael Brown2006-12-201-0/+86