aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+3
2015-03-03[settings] Use generic jump scrolling abstractionMichael Brown1-196/+155
2015-03-03[menu] Abstract out the generic concept of a jump scrollerMichael Brown2-65/+171
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown15-15/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown27-27/+131
2015-03-02[mucurses] Add missing FILE_LICENCE declarationsMichael Brown6-0/+12
2015-02-16[libc] Rewrite string functionsMichael Brown1-1/+1
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown1-2/+1
2015-02-11[build] Allow error message URI to be customised via config/branding.hMichael Brown1-2/+3
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2-2/+4
2014-10-23[ping] Allow "ping" command output to be inhibitedMichael Brown1-1/+5
2014-10-23[ping] Allow termination after a specified number of packetsMichael Brown1-1/+6
2014-08-19[readline] Add CTRL-W shortcut to remove a wordMarin Hannache1-1/+35
2014-08-06[readline] Ensure cursor is visible when prompting for inputMichael Brown1-0/+3
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+70
2014-03-13[console] Fix display of characters with top bit setMichael Brown1-1/+1
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown4-9/+22
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+70
2014-02-26[params] Use reference counters for form parameter listsMichael Brown1-2/+4
2014-01-22[cmdline] Always clear screen after reconfiguring consoleMichael Brown1-0/+5
2014-01-22[cmdline] Add margin options to the "console" commandMichael Brown1-0/+8
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown1-2/+2
2013-12-09[cmdline] Add the "colour" and "cpair" commandsMichael Brown1-0/+125
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown4-35/+11
2013-12-06[console] Allow consoles to update the recorded console sizeMichael Brown1-4/+1
2013-12-06[menu] Adapt user interface to fit display sizeMichael Brown1-8/+8
2013-12-06[login] Adapt user interface to fit display sizeMichael Brown1-7/+7
2013-12-06[settings] Adapt user interface to fit display sizeMichael Brown1-29/+44
2013-12-05[settings] Allow for multiple definitions of each predefined settingMichael Brown1-2/+10
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-45/+41
2013-12-02[menu] Hide cursor when displaying menuMichael Brown1-0/+1
2013-12-02[settings] Hide cursor when not actively editing a settingMichael Brown1-0/+2
2013-12-02[mucurses] Implement curs_set() to control cursor visibilityMichael Brown3-0/+17
2013-11-28[cmdline] Add "console" command to configure consoleMichael Brown1-0/+125
2013-11-28[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2-11/+32
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown17-68/+70
2013-11-05[cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2-49/+2
2013-11-05[cmdline] Add "ifconf" commandMichael Brown1-0/+59
2013-11-05[cmdline] Allow "if<xxx>" commands to take optionsMichael Brown4-52/+121
2013-11-01[cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown1-2/+2
2013-11-01[parseopt] Add parse_timeout()Michael Brown4-14/+12
2013-10-21[cmdline] Add "ping" commandMichael Brown1-0/+100
2013-09-25[cmdline] Add "nstat" commandMichael Brown1-0/+69
2013-08-19[cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown1-0/+162
2013-08-05[cmdline] Add "pciscan" command to allow iteration over PCI devicesMichael Brown1-0/+114
2013-08-01[cmdline] Add "inc" commandMichael Brown1-0/+72
2013-07-22[settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown1-40/+56