summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings.h
Commit message (Expand)AuthorAgeFilesLines
* [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