aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-22[settings] Eliminate call to storef_named_setting() in choose_exec()Michael Brown1-5/+12
2013-07-22[parseopt] Move parse_settings() to parseopt.cMichael Brown1-22/+0
2013-07-22[parseopt] Allow parsed option to be modifiedMichael Brown4-10/+9
2013-07-15[ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown1-4/+3
2013-07-15[cmdline] Add "poweroff" commandMarin Hannache1-0/+72
2013-07-15[settings] Add support for navigation keys in "config" user interfaceMichael Brown1-9/+27
2013-07-13[settings] Make "netX" settings block function as a symbolic linkMichael Brown1-1/+1
2013-04-28[build] Fix uses of literal 0 as a NULL pointerMichael Brown2-4/+4
2013-03-22[cmdline] Add ability to perform a warm rebootMichael Brown1-4/+11
2013-03-22[efi] Add "reboot" command for EFIMichael Brown1-0/+67
2013-03-06[menu] Prevent separators with shortcut keys from being selectedMichael Brown1-10/+12
2013-03-06[menu] Prevent character code zero from acting as a shortcut keyMichael Brown1-1/+2
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown3-17/+29