summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown2008-09-261-0/+2
* [settings] Add the uristring setting typeMichael Brown2008-09-241-0/+53
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+78
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-291-0/+8
* [settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown2008-08-141-1/+2
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-14/+67
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-175-18/+27
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star
* [image] Clear LOADED flag on all other images when loading a new imageMichael Brown2008-07-081-1/+10
* [GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2008-06-302-32/+38
* [GDB] Obey flow control when GDB connects.Stefan Hajnoczi2008-06-301-0/+4
* [GDB] UDP clean up and add netdev refcntStefan Hajnoczi2008-06-301-19/+47
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-301-1/+21
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-304-43/+324
* [GDB] Atomic read/write for device memoryStefan Hajnoczi2008-06-301-13/+53
* [GDB] Handle kill and detach packets.Stefan Hajnoczi2008-06-301-5/+8
* [console] Call cpu_nap() only if there is no input waitingMichael Brown2008-06-111-6/+8
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-4/+1Star
* [GDB] Add GDB stub for remote debuggingStefan Hajnoczi2008-06-052-0/+333
* [Serial] Split serial console from serial driverStefan Hajnoczi2008-06-053-30/+45
* [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
|\