summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [settings] Expose build architecture and platform via settingsMichael Brown2013-04-061-15/+85
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-1/+2
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+42
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-82/+2Star
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-311-0/+42
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-061-0/+81
* [list] Reduce overall code size by externalising many list functionsMichael Brown2012-11-021-0/+84
* [build] Include version number within only a single object fileMichael Brown2012-11-022-2/+44
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-251-0/+39
* [autoboot] Avoid excess backspacing after displaying Ctrl-B promptMichael Brown2012-10-231-1/+3
* [nvo] Expose nvo_applies()Michael Brown2012-10-151-2/+2
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-151-1/+2
* [settings] Treat an empty formatted value as meaning "delete setting"Michael Brown2012-10-151-2/+2
* [settings] Expose find_child_settings()Michael Brown2012-10-151-2/+2
* [libc] Add wcslen() functionMichael Brown2012-10-151-0/+43
* [serial] Don't enable serial console without serial supportShao Miller2012-10-052-4/+12
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-101-5/+48
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-311-15/+30
* [malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2012-08-311-5/+7
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2051-51/+102
* [image] Add "--replace" optionMichael Brown2012-07-201-6/+10
* [image] Add "--autofree" optionMichael Brown2012-07-201-11/+21
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-191-5/+31
* [settings] Expose exit status of failed command via ${errno}Michael Brown2012-07-121-0/+120
* [cmdline] Store exit status of failed command in errnoMichael Brown2012-07-121-6/+22
* [malloc] Increase heap size to 512kBMichael Brown2012-07-091-2/+2
* [malloc] Discard cached items less aggressivelyMichael Brown2012-07-091-3/+5
* [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown2012-07-081-13/+53
* [cmdline] Do not ignore empty initial arguments in concat_args()Michael Brown2012-07-041-1/+1
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-291-5/+13
* [monojob] Check for keypresses only once per timer tickMichael Brown2012-06-281-11/+25
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-0/+8
* [pending] Add concept of "pending operations"Michael Brown2012-06-091-0/+79
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [image] Avoid potential NULL pointer dereferenceMichael Brown2012-05-081-3/+5
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-081-0/+108
* [malloc] Allow Valgrind to be used when all assertions are enabledMichael Brown2012-05-041-11/+67
* [malloc] Discard all cached data on shutdownMichael Brown2012-05-041-0/+25
* [xfer] Avoid using stack-allocated memory in xfer_printf()Michael Brown2012-04-231-7/+19
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+40
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-0/+8
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-244/+339
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-172-0/+24
* [image] Fix use-after-free in debug messagesMichael Brown2012-03-301-3/+3
* [menu] Add menu commandsMichael Brown2012-03-291-0/+24
* [menu] Add the abstract concept of a menuMichael Brown2012-03-291-0/+177
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+19
* [image] Log image executionsMichael Brown2012-03-271-0/+13