aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2008-06-11[console] Call cpu_nap() only if there is no input waitingMichael Brown1-6/+8
2008-06-09[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown1-4/+1
2008-06-05[GDB] Add GDB stub for remote debuggingStefan Hajnoczi2-0/+333
2008-06-05[Serial] Split serial console from serial driverStefan Hajnoczi3-30/+45
2008-06-05[GDBSYM] Remove unused gdbsym.cStefan Hajnoczi1-3/+0
2008-05-20[SMBIOS] Interpret UUIDs as being in network-endian orderMichael Brown1-3/+3
2008-03-28[Settings] Expose SMBIOS via settings APIMichael Brown1-4/+65
2008-03-27[Settings] find_child_settings() accepts a NULL parentMichael Brown1-0/+4
2008-03-26[usr] Offer user a second chance to enter the shell on boot failureMichael Brown1-3/+31
2008-03-25[PXEXT] Avoid queueing zero-length buffers in posix_io.cMichael Brown1-6/+12
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown3-292/+202
2008-03-25[PXEXT] Avoid returning a false EOF when we have an empty buffer queuedMichael Brown1-1/+3
2008-03-24[Settings] Add named setting for next-serverMichael Brown1-0/+6
2008-03-23[Settings] copy_settings() should not fail if some settings are missing!Michael Brown1-39/+17
2008-03-22[Settings] Bugfix: store_setting() now applies changes even on root blockMichael Brown1-3/+2
2008-03-22[Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown1-18/+38
2008-03-21[Settings] DHCP is now working using the new settings API.Michael Brown1-8/+6
2008-03-21[Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2-90/+227
2008-03-21[Settings] Use a settings applicator in ibft.cMichael Brown1-31/+46
2008-03-21[IPv4] Add a config option for IPv4Michael Brown1-11/+12
2008-03-20[Settings] Convert code in src/usr to use settings API.Michael Brown1-4/+31
2008-03-20[Settings] Introduce settings applicators.Michael Brown1-9/+102
2008-03-20[Settings] Add settings hierarchyMichael Brown1-154/+227
2008-03-20[Settings] Start revamping the configuration settings API.Michael Brown1-301/+606
2008-03-18[Settings] Allow named settings to have their type specified explicitlyMichael Brown1-45/+48
2008-03-18[Timers] Initialise timers on first useMichael Brown1-27/+25
2008-03-18[Timers] Miscellaneous timer system fixesMichael Brown2-23/+38
2008-03-18[Settings] Allow encapsulated options to be specified as named settingsMichael Brown1-4/+10
2008-03-18[Settings] Add int16, int32 and hex-string configuration setting typesMichael Brown1-5/+131
2008-03-18[libc] Fix a validation bug in strtoul()Michael Brown1-1/+1
2008-03-18[Settings] show_setting() functions return snprintf()-style length.Michael Brown1-10/+7
2008-03-10Merge branch 'xl0-timer'Michael Brown6-31/+103
2008-03-04[Command] Add "sanboot" command.Michael Brown1-0/+3
2008-03-02fix the rdtsc namimgAlexey Zaytsev1-2/+2
2008-03-02CleanupsAlexey Zaytsev1-6/+2
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev4-4/+4
2008-03-02Introduce the new timer subsystem.Alexey Zaytsev3-27/+103
2008-02-21Remove reference to COFF support. I can find no trace of ever having support...Michael Brown1-3/+0
2008-02-11If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown1-6/+3
2008-01-22Add XFER_INIT() macro.Michael Brown1-7/+1
2008-01-08Make seek information part of the xfer metadata, rather than an entirelyMichael Brown6-123/+61
2007-12-07Fix a minor logical error in posix_io.cMichael Brown1-1/+1
2007-12-06Add missing format qualifierMichael Brown1-1/+1
2007-11-29Reallocate memory for bitmaps only when necessary.Michael Brown1-7/+9
2007-11-28Add RFC2090 TFTP multicast support.Michael Brown1-0/+97
2007-11-21Added definition of a UUID and uuid_ntoa() (for debugging), andMichael Brown1-0/+48
2007-09-21Don't get stuck in an infinite loop on negative integers!Michael Brown1-4/+5
2007-09-21Add fls() for non-constant values.Michael Brown1-0/+10
2007-08-23Merge commit 'holger/strings'Michael Brown2-252/+284
2007-08-09Add iBFT code derived from IBM document.Michael Brown1-0/+325