summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/ifmgmt_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-3/+1Star
* [cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2013-11-051-1/+1
* [cmdline] Add "ifconf" commandMichael Brown2013-11-051-0/+59
* [cmdline] Allow "if<xxx>" commands to take optionsMichael Brown2013-11-051-30/+53
* [ifmgmt] Avoid relying on global variable within ifcommon_exec()Michael Brown2013-07-151-4/+3Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-6/+3Star
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-221-88/+92
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-281-1/+1
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-281-9/+9
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-241-1/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Be silent if there are no network interfacesMichael Brown2007-01-121-6/+0Star
* Force ordering of commands in help list.Michael Brown2007-01-101-13/+14
* Added network interface management commandsMichael Brown2007-01-101-0/+182