aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-02Allowed zero-cost enforced ordering of features in startup bannerMichael Brown1-4/+4
2007-08-02Add FEATURE() macro, plus code to display features at startup time,Michael Brown1-1/+10
2007-07-28Make has_key() a static inline, rather than omitting it altogether.Michael Brown1-15/+1
2007-07-28Revert "make bool m_echo static" - I suspect this to be defined by specMichael Brown1-1/+1
2007-07-27make bool m_echo staticHolger Lubitz1-1/+1
2007-07-27remove has_key by #if 0'ing outHolger Lubitz1-1/+3
2007-07-27make _wgetc staticHolger Lubitz1-0/+1
2007-07-27make struct _softlabelkeys *slks staticHolger Lubitz1-1/+1
2007-07-27make imgfill_cmdline staticHolger Lubitz1-1/+2
2007-07-24Add per-file error identifiersMichael Brown1-9/+6
2007-07-03Warnings purge: src/{crypto,hci,net}Marty Connor5-0/+9
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown1-2/+0
2007-06-28Quick hack to get image booting working againMichael Brown1-28/+35
2007-05-26Added EPIPE description.Michael Brown1-0/+1
2007-03-20TypoMichael Brown1-2/+2
2007-01-19Handle structured error codes.Michael Brown1-8/+63