summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings_ui.h
Commit message (Collapse)AuthorAgeFilesLines
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-2/+2
| | | | | | | | | | | | | | | | Add the concept of an abstract configuration setting, comprising a (DHCP) tag value and an associated byte sequence. Add the concept of a settings namespace. Add functions for extracting string, IPv4 address, and signed and unsigned integer values from configuration settings (analogous to dhcp_snprintf(), dhcp_ipv4_option(), etc.). Update functions for parsing and formatting named/typed options to work with new settings API. Update NVO commands and config UI to use new settings API.
* __nonnull changesHolger Lubitz2007-08-201-1/+1
|
* settings_ui() now returns a status code.Michael Brown2006-12-201-1/+1
|
* Add "config" command to access config UIMichael Brown2006-12-201-0/+14