summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* [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
| * Merge branch 'master' into stringsHolger Lubitz2007-08-025-21/+142
| |\
| * | make bcopy use memmoveHolger Lubitz2007-07-291-6/+1Star
* | | Add iBFT code derived from IBM document.Michael Brown2007-08-101-0/+325
* | | Set current working URI to be that of the executable image whenMichael Brown2007-08-071-3/+12
* | | Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-35/+59
* | | Display name and status of each file as it is downloaded.Michael Brown2007-08-031-4/+17
* | | uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-3/+2Star
* | | Allow images to hold references to the originating URI.Michael Brown2007-08-021-0/+78
* | | Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-021-0/+40
| |/ |/|