summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-192-454/+0Star
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-3/+3
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-191-1/+1
* [settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown2008-11-071-0/+1
* [romprefix] Add vendor branding facilities and guidelinesMichael Brown2008-10-311-2/+14
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-302-1/+2
* [uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown2008-10-241-2/+6
* [settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown2008-10-221-5/+15
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+6
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-131-0/+11
* [monojob] Release reference on completed jobMichael Brown2008-10-131-0/+1
* [timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSCMichael Brown2008-10-131-10/+0Star
* [nap] Formalise the CPU sleeping APIMichael Brown2008-10-133-6/+5Star
* [monojob] Allow for extremely slow system timersMichael Brown2008-10-121-1/+1
* [timer] Formalise the timer APIMichael Brown2008-10-122-84/+13Star
* [process] Add DBG2() messages to help track down frozen processesMichael Brown2008-10-121-0/+2
* [config] Split console configuration out to config/console.hMichael Brown2008-10-121-12/+3Star
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-124-4/+4
* [settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown2008-09-261-0/+2
* [settings] Add the uristring setting typeMichael Brown2008-09-241-0/+53
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+78
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-291-0/+8
* [settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown2008-08-141-1/+2
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-14/+67
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-175-18/+27
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star
* [image] Clear LOADED flag on all other images when loading a new imageMichael Brown2008-07-081-1/+10
* [GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2008-06-302-32/+38
* [GDB] Obey flow control when GDB connects.Stefan Hajnoczi2008-06-301-0/+4
* [GDB] UDP clean up and add netdev refcntStefan Hajnoczi2008-06-301-19/+47
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-301-1/+21
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-304-43/+324
* [GDB] Atomic read/write for device memoryStefan Hajnoczi2008-06-301-13/+53
* [GDB] Handle kill and detach packets.Stefan Hajnoczi2008-06-301-5/+8
* [console] Call cpu_nap() only if there is no input waitingMichael Brown2008-06-111-6/+8
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-4/+1Star
* [GDB] Add GDB stub for remote debuggingStefan Hajnoczi2008-06-052-0/+333
* [Serial] Split serial console from serial driverStefan Hajnoczi2008-06-053-30/+45
* [GDBSYM] Remove unused gdbsym.cStefan Hajnoczi2008-06-051-3/+0Star
* [SMBIOS] Interpret UUIDs as being in network-endian orderMichael Brown2008-05-201-3/+3
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-4/+65
* [Settings] find_child_settings() accepts a NULL parentMichael Brown2008-03-271-0/+4
* [usr] Offer user a second chance to enter the shell on boot failureMichael Brown2008-03-271-3/+31
* [PXEXT] Avoid queueing zero-length buffers in posix_io.cMichael Brown2008-03-251-6/+12
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-253-292/+202Star
* [PXEXT] Avoid returning a false EOF when we have an empty buffer queuedMichael Brown2008-03-251-1/+3
* [Settings] Add named setting for next-serverMichael Brown2008-03-241-0/+6
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-241-39/+17Star