aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown23-55/+55
2010-02-03[shell_banner] Avoid printing Ctrl-B prompt if BANNER_TIMEOUT <= 0Marty Connor1-0/+4
2010-01-05[iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2-0/+187
2009-11-16[libc] Use only generic errortab entries to match generic errorsMichael Brown1-5/+4
2009-06-28[ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2-31/+1
2009-06-28[ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2-12/+12
2009-06-24[hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2-1/+32
2009-06-24[netdevice] Add mechanism for reporting detailed link status codesMichael Brown1-0/+1
2009-06-23[image] Modify imgfree command to accept an argumentJoshua Oreman1-5/+18
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown26-0/+52
2009-03-31[segment] Add "Requested memory not available" error messageMichael Brown1-0/+1
2009-03-27[digest] md5sum and sha1sum commandsDaniel Verkamp1-0/+120
2009-03-26[time] Add the sleep commandShao Miller1-0/+30
2009-03-13[tables] Incorporate table data type information into table definitionMichael Brown1-3/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown3-19/+7
2009-03-06[time] Add the time commandDaniel Verkamp1-0/+54
2009-02-24[image] Allow for zero embedded imagesMichael Brown1-4/+4
2009-02-24[image] Added "chain" command to fetch, load, and execute imageShao Miller1-0/+20
2009-02-17[login] Add "login" command and UIMichael Brown2-0/+162
2009-02-17[editbox] Allow for password widgets that do not display their contentsMichael Brown2-4/+9
2009-02-05[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown1-13/+4
2009-02-01[dhcp] Split PXE menuing code out of dhcp.cMichael Brown3-8/+97
2008-10-12[commands] Fix config command to accept zero argumentsMichael Brown1-1/+1
2008-07-24[cmdline] Minor tidy-ups to shell_banner.cMichael Brown1-4/+4
2008-07-24[cmdline] Added configurable shell banner timeoutAndrew Schran1-5/+6
2008-07-08[image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown1-1/+1
2008-07-08[settings] Allow "config" command to access root settings blockMichael Brown1-7/+7
2008-07-08[bzimage] Kill off the initrd image typeMichael Brown1-22/+4
2008-06-30[GDB] Remote debugging over UDPStefan Hajnoczi1-0/+105
2008-06-27[cmdline] Fix image command-line construction for zero-length argument listsMichael Brown1-5/+8
2008-06-12[cmdline] Remove arbitrary limit on the length of image command linesMichael Brown1-8/+17
2008-06-03[iSCSI] Produce meaningful errors on login failureMichael Brown1-7/+10
2008-04-08[HCI] Display "Not an executable image" when appropriateMichael Brown1-0/+1
2008-03-26[usr] Offer user a second chance to enter the shell on boot failureMichael Brown1-18/+1
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2-19/+18
2008-03-20[Settings] Add settings hierarchyMichael Brown3-10/+9
2008-03-20[Settings] Start revamping the configuration settings API.Michael Brown3-98/+57
2008-03-18[Settings] show_setting() functions return snprintf()-style length.Michael Brown2-2/+2
2008-03-10Merge branch 'xl0-timer'Michael Brown2-2/+2
2008-03-04[Command] Add "sanboot" command.Michael Brown1-0/+68
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2-2/+2
2007-08-20__nonnull changesHolger Lubitz1-1/+18
2007-08-20__nonnull changesHolger Lubitz1-0/+2
2007-08-20__nonnull changesHolger Lubitz1-5/+5
2007-08-20__nonnull changesHolger Lubitz1-0/+8
2007-08-20__nonnull changesHolger Lubitz1-0/+5
2007-08-20__nonnull changesHolger Lubitz1-0/+9
2007-08-03Print multiple commands per line in helpMichael Brown1-2/+12
2007-08-02Error message cleanups.Michael Brown1-1/+2
2007-08-02Allow images to hold references to the originating URI.Michael Brown1-24/+59