summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [job] Report progress of downloader jobs via job_progress()Michael Brown2009-08-311-2/+21
* [job] Add missing job_progress() interface methodMichael Brown2009-08-311-0/+8
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+3
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-3/+10
* [debug] Use a delimiter to break up DBG_HD() outputMichael Brown2009-07-171-1/+2
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-062-5/+3Star
* [pxe] Add startpxe and stoppxe commandsMichael Brown2009-06-281-0/+3
* [settings] Fix setting_cmp() to handle nameless settingsShao Miller2009-06-131-2/+6
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-033-16/+52
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-55/+241
* [settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown2009-05-201-1/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1842-0/+84
* [gdb] Allow resynchronisation with gdbStefan Hajnoczi2009-04-151-6/+4Star
* [resolv] Simplify xfer_redirect() logicMichael Brown2009-03-301-11/+30
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-303-2/+30
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-271-0/+3
* [settings] Fix broken assertion in fetch_string_setting_copy()Michael Brown2009-03-261-2/+3
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-1311-108/+20Star
* [time] Add the time commandDaniel Verkamp2009-03-061-0/+3
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-061-51/+113
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-6/+10
* [login] Add "login" command and UIMichael Brown2009-02-171-0/+3
* [settings] Allow store_setting() to access the root settings blockMichael Brown2009-02-171-3/+3
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-171-2/+1Star
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-3/+27
* [uri] Allow use of relative URIs when calling churi()Michael Brown2009-02-161-1/+4
* [image] Allow multiple embedded imagesMichael Brown2009-02-162-4/+12
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-151-2/+9
* [base64] Add base64 encoding functionsMichael Brown2009-02-131-0/+66
* [settings] Handle errors in fetchf_uristring()Michael Brown2009-02-121-1/+4
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+32
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-6/+8
* [main] Print an "initialising devices" bannerMichael Brown2009-01-081-0/+3
* [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