summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/nvo_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-12/+11Star
* [cmdline] Add "inc" commandMichael Brown2013-08-011-0/+72
* [settings] Eliminate calls to {fetch,store}f_named_setting() in NVO commandsMichael Brown2013-07-221-40/+56
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-251-5/+9
* [settings] Prefill existing setting value in "read" commandMichael Brown2012-10-251-8/+22
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-101-1/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [settings] Add "read" commandMichael Brown2011-03-271-39/+88
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-4/+6
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-221-24/+20Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-5/+3Star
* [settings] Allow "set" command to take an empty valueMichael Brown2010-11-221-1/+1
* [settings] Use generic option-parsing libraryMichael Brown2010-11-211-25/+121
* [settings] Modify "set" command to allow space separated valuesMichael Brown2010-09-211-5/+25
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-3/+3
* [Settings] Add settings hierarchyMichael Brown2008-03-201-2/+3
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-42/+8Star
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-1/+1
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Force ordering of commands within help list.Michael Brown2007-01-101-13/+13
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-4/+5
* Remove obsolete mechanism for including nvo_cmd.oMichael Brown2006-12-201-2/+0Star
* Move nvo_cmd.c to hci/commands.Michael Brown2006-12-201-0/+111