summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
...
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-261-1/+0Star
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+172
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-225/+173Star
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-6/+3Star
* [cmdline] Make "sleep" command available by defaultMichael Brown2011-10-241-40/+0Star
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-20/+114
* [cmdline] Add support for shell historyMichael Brown2011-03-301-1/+10
* [readline] Add history supportMichael Brown2011-03-301-9/+215
* [readline] Add replace_string()Michael Brown2011-03-301-0/+11
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-302-4/+2Star
* [settings] Display "delete" option only for locally-originated settingsMichael Brown2011-03-281-1/+1
* [image] Remove redundant call to basename()Michael Brown2011-03-271-3/+0Star
* [settings] Add "read" commandMichael Brown2011-03-271-39/+88
* [settings] Refer to online documentation for settings helpMichael Brown2011-03-231-2/+9
* [settings] Match terminology used elsewhereMichael Brown2011-03-231-1/+1
* [settings] Return to first row on navigating to a new settings blockMichael Brown2011-03-231-4/+6
* [settings] Add hierarchy navigation in "config" user interfaceMichael Brown2011-03-231-199/+260
* [settings] Display locally-originated settings in boldMichael Brown2011-03-221-1/+11
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-4/+16
* [settings] Display only applicable settings in "config" user interfaceMichael Brown2011-03-221-10/+18
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-4/+6
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-221-24/+20Star
* [console] Try to avoid problems caused by keycode 86Michael Brown2011-03-1618-7/+14
* [console] Add keymap generatorMichael Brown2011-03-1632-0/+926
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-095-5/+5
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-56/+55Star
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-56/+0Star
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-074-4/+4
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-071-30/+15Star
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Simplify image managementMichael Brown2011-03-071-34/+30Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-0417-64/+34Star
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-271-4/+16
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-2/+1Star
* [shell] Add "shell" commandMichael Brown2010-11-281-2/+45
* [settings] Allow "set" command to take an empty valueMichael Brown2010-11-221-1/+1
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-221-64/+4Star
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-27/+12Star
* [legal] Add some missing FILE_LICENCE declarationsMichael Brown2010-11-223-0/+6
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [login] Use generic option-parsing libraryMichael Brown2010-11-221-6/+50
* [route] Use generic option-parsing libraryMichael Brown2010-11-221-34/+17Star
* [san] Use generic option-parsing libraryMichael Brown2010-11-221-33/+41
* [time] Use generic option-parsing libraryMichael Brown2010-11-221-24/+58
* [lotest] Use generic option-parsing libraryMichael Brown2010-11-221-59/+42Star
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-221-42/+50
* [fc] Use generic option-parsing libraryMichael Brown2010-11-221-105/+134
* [digest] Use generic option-parsing libraryMichael Brown2010-11-221-25/+25
* [dhcp] Use generic option-parsing libraryMichael Brown2010-11-221-120/+35Star
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-222-94/+137