summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Settings] Bugfix: store_setting() now applies changes even on root blockMichael Brown2008-03-221-3/+2Star
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-18/+38
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-211-8/+6Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-212-90/+227
* [Settings] Use a settings applicator in ibft.cMichael Brown2008-03-211-31/+46
* [IPv4] Add a config option for IPv4Michael Brown2008-03-211-11/+12
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-211-4/+31
* [Settings] Introduce settings applicators.Michael Brown2008-03-211-9/+102
* [Settings] Add settings hierarchyMichael Brown2008-03-201-154/+227
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-301/+606
* [Settings] Allow named settings to have their type specified explicitlyMichael Brown2008-03-181-45/+48
* [Timers] Initialise timers on first useMichael Brown2008-03-181-27/+25Star
* [Timers] Miscellaneous timer system fixesMichael Brown2008-03-182-23/+38
* [Settings] Allow encapsulated options to be specified as named settingsMichael Brown2008-03-181-4/+10
* [Settings] Add int16, int32 and hex-string configuration setting typesMichael Brown2008-03-181-5/+131
* [libc] Fix a validation bug in strtoul()Michael Brown2008-03-181-1/+1
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-10/+7Star
* Merge branch 'xl0-timer'Michael Brown2008-03-106-31/+103
|\
| * fix the rdtsc namimgAlexey Zaytsev2008-03-021-2/+2
| * CleanupsAlexey Zaytsev2008-03-021-6/+2Star
| * Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-024-4/+4
| * Introduce the new timer subsystem.Alexey Zaytsev2008-03-023-27/+103
* | [Command] Add "sanboot" command.Michael Brown2008-03-041-0/+3
|/
* Remove reference to COFF support. I can find no trace of ever having support...Michael Brown2008-02-211-3/+0Star
* If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown2008-02-111-6/+3Star
* Add XFER_INIT() macro.Michael Brown2008-01-221-7/+1Star
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-086-123/+61Star
* Fix a minor logical error in posix_io.cMichael Brown2007-12-071-1/+1
* Add missing format qualifierMichael Brown2007-12-061-1/+1
* Reallocate memory for bitmaps only when necessary.Michael Brown2007-11-291-7/+9
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-281-0/+97
* Added definition of a UUID and uuid_ntoa() (for debugging), andMichael Brown2007-11-211-0/+48
* Don't get stuck in an infinite loop on negative integers!Michael Brown2007-09-211-4/+5
* Add fls() for non-constant values.Michael Brown2007-09-211-0/+10
* Merge commit 'holger/strings'Michael Brown2007-08-232-252/+284
|\
| * move strndup back to string.c - used by strdupHolger Lubitz2007-08-021-0/+15
| * move strndup back to string.c - used by strdupHolger Lubitz2007-08-021-15/+0Star
| * memscan does not alter the mem pointer - make it constHolger Lubitz2007-08-021-1/+1
| * stripped down version of string.c containing only the used functionsHolger Lubitz2007-08-021-251/+0Star
| * put unused functions from string.c into separate fileHolger Lubitz2007-08-021-0/+288