summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* [console] Fix display of characters with top bit setMichael Brown2014-03-131-1/+1
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-104-9/+22
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+70
* [params] Use reference counters for form parameter listsMichael Brown2014-02-271-2/+4
* [cmdline] Always clear screen after reconfiguring consoleMichael Brown2014-01-221-0/+5
* [cmdline] Add margin options to the "console" commandMichael Brown2014-01-221-0/+8
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-221-2/+2
* [cmdline] Add the "colour" and "cpair" commandsMichael Brown2013-12-091-0/+125
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-094-35/+11Star
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-061-4/+1Star
* [menu] Adapt user interface to fit display sizeMichael Brown2013-12-061-8/+8
* [login] Adapt user interface to fit display sizeMichael Brown2013-12-061-7/+7
* [settings] Adapt user interface to fit display sizeMichael Brown2013-12-061-29/+44
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-051-2/+10
* [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