summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Eliminate call to storef_named_setting() in choose_exec()Michael Brown2013-07-221-5/+12
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-22/+0Star
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-224-10/+9Star
* [ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown2013-07-151-4/+3Star
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+72
* [settings] Add support for navigation keys in "config" user interfaceMichael Brown2013-07-151-9/+27
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-1/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-282-4/+4
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-4/+11
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+67
* [menu] Prevent separators with shortcut keys from being selectedMichael Brown2013-03-061-10/+12
* [menu] Prevent character code zero from acting as a shortcut keyMichael Brown2013-03-061-1/+2
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-253-17/+29
* [settings] Prefill existing setting value in "read" commandMichael Brown2012-10-251-8/+22
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-252-3/+10
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+79
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-102-2/+4
* [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