summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
...
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2027-27/+54
* [image] Add "--replace" optionMichael Brown2012-07-201-5/+54
* [image] Add "--autofree" optionMichael Brown2012-07-201-3/+12
* [menu] Truncate menu title when necessaryChristian Hesse2012-07-031-2/+3
* [cmdline] Increase resolution of "time" commandMichael Brown2012-06-271-3/+6
* [ui] Allow colours to be configured via config/colour.hChristian Hesse2012-06-273-10/+13
* [ui] Change "login" colours to match other UIsMichael Brown2012-06-271-7/+7
* [cmdline] Add "sync" commandMichael Brown2012-06-091-0/+82
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-292-6/+15
* [menu] Fix default selection when default is item 0Michael Brown2012-03-301-2/+2
* [menu] Add menu commandsMichael Brown2012-03-291-0/+280
* [menu] Add menu user interfaceMichael Brown2012-03-291-0/+359
* [readline] Accept Ctrl-U for "delete to start of line"Robin Smidsrød2012-03-281-0/+16
* [console] Add "no_latin1" keymapMichael Brown2012-03-271-0/+34
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-2/+14
* [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