summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings.h
Commit message (Expand)AuthorAgeFilesLines
* [settings] Add Bus ID settingShao Miller2009-12-141-0/+1
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-17/+24
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-8/+7Star
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-3/+12
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-061-2/+0Star
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-011-1/+1
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-0/+12
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-271-0/+1
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+3
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-2/+13
* [settings] Expose MAC address setting for general useMichael Brown2008-09-261-0/+1
* [autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2008-07-311-0/+1
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-0/+5
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-67/+81
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-241-2/+0Star
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-2/+28
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-0/+5
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-211-0/+3
* [Settings] Introduce settings applicators.Michael Brown2008-03-211-14/+18
* [Settings] Add per-netdevice settings blockMichael Brown2008-03-201-1/+1
* [Settings] Add settings hierarchyMichael Brown2008-03-201-46/+85
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-80/+122
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-2/+2
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+3
* Added descriptive text for settings and setting types, and display it inMichael Brown2006-12-201-0/+4
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-5/+47
* Added clear_setting()Michael Brown2006-12-121-0/+1
* Tied NVO commands into the human-interactable settings code that IMichael Brown2006-12-051-4/+4
* Add string configuration typeMichael Brown2006-08-111-5/+8
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-111-0/+103