aboutsummaryrefslogtreecommitdiff
path: root/src/hci/shell.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-23[readline] Add an optional timeout to readline_history()Michael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown1-1/+2
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown1-1/+1
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown1-1/+1
2012-10-24[readline] Allow a prefilled input string to be providedMichael Brown1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-03-30[cmdline] Add support for shell historyMichael Brown1-1/+10
2011-03-04[parseopt] Refer to online documentation for command helpMichael Brown1-2/+1
2010-11-29[cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown1-2/+1
2010-11-28[shell] Add "shell" commandMichael Brown1-2/+45
2010-11-22[script] Allow "exit" to exit a scriptMichael Brown1-27/+12
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-6/+1
2007-08-03Print multiple commands per line in helpMichael Brown1-2/+12
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-2/+4
2006-12-20Only need printf(), so use vsprintf.h instead of console.hMichael Brown1-1/+1
2006-12-20Add "exit --help" to preempt the pedants.Michael Brown1-2/+9
2006-12-19Minimal shell implementation using readline() and system().Michael Brown1-0/+86