summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* [cmdline] Add certificate management commandsMichael Brown2016-08-311-0/+304
* [build] Remove more obsolete explicit object requirementsMichael Brown2016-07-291-6/+0Star
* [build] Remove obsolete explicit object requirementsMichael Brown2016-07-291-4/+0Star
* [image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2016-07-291-0/+1
* [cmdline] Add "ntp" commandMichael Brown2016-06-131-0/+81
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-231-1/+6
* [mucurses] Fix GCC 6 nonnull-compare errorsVinson Lee2016-05-041-11/+0Star
* [infiniband] Add "ibstat" commandMichael Brown2016-03-081-0/+79
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+5
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [settings] Use generic jump scrolling abstractionMichael Brown2015-03-031-196/+155Star
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-032-65/+171
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-022-2/+10
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-022-2/+10
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0215-15/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0227-27/+131
* [mucurses] Add missing FILE_LICENCE declarationsMichael Brown2015-03-026-0/+12
* [libc] Rewrite string functionsMichael Brown2015-02-171-1/+1
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-111-2/+1Star
* [build] Allow error message URI to be customised via config/branding.hMichael Brown2015-02-111-2/+3
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-112-2/+4
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-231-1/+5
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-231-1/+6
* [readline] Add CTRL-W shortcut to remove a wordMarin Hannache2014-08-191-1/+35
* [readline] Ensure cursor is visible when prompting for inputMichael Brown2014-08-061-0/+3
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+70
* [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