summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-56/+55Star
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-56/+0Star
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-074-4/+4
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-071-30/+15Star
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Simplify image managementMichael Brown2011-03-071-34/+30Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-0417-64/+34Star
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-271-4/+16
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-2/+1Star
* [shell] Add "shell" commandMichael Brown2010-11-281-2/+45
* [settings] Allow "set" command to take an empty valueMichael Brown2010-11-221-1/+1
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-221-64/+4Star
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-27/+12Star
* [legal] Add some missing FILE_LICENCE declarationsMichael Brown2010-11-223-0/+6
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [login] Use generic option-parsing libraryMichael Brown2010-11-221-6/+50
* [route] Use generic option-parsing libraryMichael Brown2010-11-221-34/+17Star
* [san] Use generic option-parsing libraryMichael Brown2010-11-221-33/+41
* [time] Use generic option-parsing libraryMichael Brown2010-11-221-24/+58
* [lotest] Use generic option-parsing libraryMichael Brown2010-11-221-59/+42Star
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-221-42/+50
* [fc] Use generic option-parsing libraryMichael Brown2010-11-221-105/+134
* [digest] Use generic option-parsing libraryMichael Brown2010-11-221-25/+25
* [dhcp] Use generic option-parsing libraryMichael Brown2010-11-221-120/+35Star
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-222-94/+137
* [settings] Use generic option-parsing libraryMichael Brown2010-11-212-40/+201
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-32/+89
* [vlan] Use generic option-parsing libraryMichael Brown2010-11-211-99/+66Star
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-3/+36
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-201-0/+174
* [list] Add list_first_entry()Michael Brown2010-11-081-3/+2Star
* [hci] Use http://ipxe.org/<errno> instead of raw error numbersMichael Brown2010-10-191-2/+5
* [settings] Modify "set" command to allow space separated valuesMichael Brown2010-09-211-5/+25
* [lotest] Add loopback testing commandsMichael Brown2010-09-211-0/+114
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-151-0/+189
* [linux] Add command line argumentsPiotr JaroszyƄski2010-08-191-0/+190
* [dhcp] Allow multiple interfaces in dhcp commandMichael Brown2010-08-161-22/+56
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-141-13/+3Star
* [cmdline] Fix inconsistent and ugly code formatting in shell_banner()Michael Brown2010-07-141-3/+4
* [settings] Add setting deletion (Ctrl-D) interfaceGlenn Brown2010-06-251-0/+7
* [settings] Enable jump scroll in config UIGlenn Brown2010-06-251-38/+77
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-312-104/+94Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-2023-55/+55
* [shell_banner] Avoid printing Ctrl-B prompt if BANNER_TIMEOUT <= 0Marty Connor2010-02-041-0/+4
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-052-0/+187
* [libc] Use only generic errortab entries to match generic errorsMichael Brown2009-11-161-5/+4Star
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-31/+1Star
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-242-1/+32
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+1