summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-45/+41Star
* [menu] Hide cursor when displaying menuMichael Brown2013-12-021-0/+1
* [settings] Hide cursor when not actively editing a settingMichael Brown2013-12-021-0/+2
* [mucurses] Implement curs_set() to control cursor visibilityMichael Brown2013-12-023-0/+17
* [cmdline] Add "console" command to configure consoleMichael Brown2013-11-281-0/+125
* [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2013-11-282-11/+32
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-0717-68/+70
* [cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2013-11-052-49/+2Star
* [cmdline] Add "ifconf" commandMichael Brown2013-11-051-0/+59
* [cmdline] Allow "if<xxx>" commands to take optionsMichael Brown2013-11-054-52/+121
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-2/+2
* [parseopt] Add parse_timeout()Michael Brown2013-11-014-14/+12Star
* [cmdline] Add "ping" commandMichael Brown2013-10-211-0/+100
* [cmdline] Add "nstat" commandMichael Brown2013-09-251-0/+69
* [cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown2013-08-191-0/+162
* [cmdline] Add "pciscan" command to allow iteration over PCI devicesMichael Brown2013-08-051-0/+114
* [cmdline] Add "inc" commandMichael Brown2013-08-011-0/+72
* [settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown2013-07-221-40/+56
* [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