summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [settings] Expose memory map via settings mechanismMichael Brown2013-08-121-0/+242
* [settings] Allow numeric_setting_value() to handle long setting valuesMichael Brown2013-08-121-4/+4
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-175/+412
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-221-114/+0Star
* [parseopt] Add parse_setting()Michael Brown2013-07-221-0/+55
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-0/+23
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-221-7/+7
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-191-35/+0Star
* [settings] Eliminate call to fetchf_named_setting() in expand_settings()Michael Brown2013-07-191-22/+25
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-191-2/+39
* [settings] Change "not-found" semantics of fetch_setting_copy()Michael Brown2013-07-191-14/+2Star
* [settings] Expose parse_setting_name()Michael Brown2013-07-191-11/+5Star
* [settings] Remove default_type parameter from parse_setting_name()Michael Brown2013-07-191-9/+20
* [settings] Remove temporary name buffer parameter from parse_setting_name()Michael Brown2013-07-181-22/+40
* [settings] Avoid potentially large stack allocationsMichael Brown2013-07-181-26/+43
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-10/+10
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+12
* [base16] Ensure base16_encode() always terminates its result stringMichael Brown2013-07-151-0/+4
* [legal] Add FILE_LICENCE for core/errno.cMarin Hannache2013-07-141-0/+2
* [settings] Add "version" builtin settingRobin Smidsrød2013-07-131-0/+22
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-23/+50
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-121-0/+47
* [settings] Add "hexraw" setting typeMichael Brown2013-07-121-0/+35
* [settings] Use hex_decode() to parse hex settingsMichael Brown2013-07-121-32/+29Star
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-122-24/+61
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-012-35/+15Star
* [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