aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2009-02-24[image] Allow for zero embedded imagesMichael Brown1-6/+10
2009-02-17[login] Add "login" command and UIMichael Brown1-0/+3
2009-02-17[settings] Allow store_setting() to access the root settings blockMichael Brown1-3/+3
2009-02-17[comboot] Fix reference counting on replacement imagesMichael Brown1-2/+1
2009-02-17[comboot] Allow for tail recursion of COMBOOT imagesMichael Brown1-3/+27
2009-02-16[uri] Allow use of relative URIs when calling churi()Michael Brown1-1/+4
2009-02-16[image] Allow multiple embedded imagesMichael Brown2-4/+12
2009-02-15[xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown1-2/+9
2009-02-13[base64] Add base64 encoding functionsMichael Brown1-0/+66
2009-02-12[settings] Handle errors in fetchf_uristring()Michael Brown1-1/+4
2009-01-31[settings] Avoid duplicate settings block namesMichael Brown1-0/+5
2009-01-27[settings] Add fetch_string_setting_copy()Michael Brown1-0/+32
2009-01-25[console] Allow KEY_xxx constants to cover F8 function keyMichael Brown1-6/+8
2009-01-08[main] Print an "initialising devices" bannerMichael Brown1-0/+3
2008-11-19[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2-454/+0
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2-3/+3
2008-11-19[i386] Rename __cdecl to __asmcallMichael Brown1-1/+1
2008-11-07[settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown1-0/+1
2008-10-31[romprefix] Add vendor branding facilities and guidelinesMichael Brown1-2/+14
2008-10-30[settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2-1/+2
2008-10-24[uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown1-2/+6
2008-10-22[settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown1-5/+15
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+6
2008-10-13[sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown1-0/+11
2008-10-13[monojob] Release reference on completed jobMichael Brown1-0/+1
2008-10-13[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSCMichael Brown1-10/+0
2008-10-12[nap] Formalise the CPU sleeping APIMichael Brown3-6/+5
2008-10-12[monojob] Allow for extremely slow system timersMichael Brown1-1/+1
2008-10-12[timer] Formalise the timer APIMichael Brown2-84/+13
2008-10-12[process] Add DBG2() messages to help track down frozen processesMichael Brown1-0/+2
2008-10-12[config] Split console configuration out to config/console.hMichael Brown1-12/+3
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown4-4/+4
2008-09-26[settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown1-0/+2
2008-09-24[settings] Add the uristring setting typeMichael Brown1-0/+53
2008-09-24[uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown1-0/+78
2008-08-28[comboot] Add COMBOOT and COM32 supportDaniel Verkamp1-0/+8
2008-08-14[settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown1-1/+2
2008-08-11[iSCSI] Add support for mutual CHAPMichael Brown1-14/+67
2008-07-27[cmdline] Add setting expansion using ${...} syntaxMichael Brown1-2/+96
2008-07-24[ui] Add progress dots while waiting on any foreground jobMichael Brown1-3/+10
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown5-18/+27
2008-07-08[image] Revert "clear LOADED flag" patchMichael Brown1-10/+1
2008-07-08[image] Clear LOADED flag on all other images when loading a new imageMichael Brown1-1/+10
2008-06-30[GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2-32/+38
2008-06-30[GDB] Obey flow control when GDB connects.Stefan Hajnoczi1-0/+4
2008-06-30[GDB] UDP clean up and add netdev refcntStefan Hajnoczi1-19/+47
2008-06-30[GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi1-1/+21
2008-06-30[GDB] Remote debugging over UDPStefan Hajnoczi4-43/+324
2008-06-30[GDB] Atomic read/write for device memoryStefan Hajnoczi1-13/+53
2008-06-30[GDB] Handle kill and detach packets.Stefan Hajnoczi1-5/+8