summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1826-0/+52
* [segment] Add "Requested memory not available" error messageMichael Brown2009-03-311-0/+1
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-271-0/+120
* [time] Add the sleep commandShao Miller2009-03-261-0/+30
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-3/+2Star
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-133-19/+7Star
* [time] Add the time commandDaniel Verkamp2009-03-061-0/+54
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-4/+4
* [image] Added "chain" command to fetch, load, and execute imageShao Miller2009-02-241-0/+20
* [login] Add "login" command and UIMichael Brown2009-02-172-0/+162
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-172-4/+9
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-13/+4Star
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-013-8/+97
* [commands] Fix config command to accept zero argumentsMichael Brown2008-10-121-1/+1
* [cmdline] Minor tidy-ups to shell_banner.cMichael Brown2008-07-241-4/+4
* [cmdline] Added configurable shell banner timeoutAndrew Schran2008-07-241-5/+6
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-1/+1
* [settings] Allow "config" command to access root settings blockMichael Brown2008-07-081-7/+7
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-22/+4Star
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-301-0/+105
* [cmdline] Fix image command-line construction for zero-length argument listsMichael Brown2008-06-271-5/+8
* [cmdline] Remove arbitrary limit on the length of image command linesMichael Brown2008-06-121-8/+17
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-7/+10
* [HCI] Display "Not an executable image" when appropriateMichael Brown2008-04-081-0/+1