summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Expand)AuthorAgeFilesLines
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-31/+1Star
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-242-1/+32
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-189-0/+18
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-271-0/+120
* [time] Add the sleep commandShao Miller2009-03-261-0/+30
* [time] Add the time commandDaniel Verkamp2009-03-061-0/+54
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-4/+4
* [image] Added "chain" command to fetch, load, and execute imageShao Miller2009-02-241-0/+20
* [login] Add "login" command and UIMichael Brown2009-02-171-0/+27
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-13/+4Star
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-5/+94
* [commands] Fix config command to accept zero argumentsMichael Brown2008-10-121-1/+1
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-1/+1
* [settings] Allow "config" command to access root settings blockMichael Brown2008-07-081-7/+7
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-22/+4Star
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-301-0/+105
* [cmdline] Fix image command-line construction for zero-length argument listsMichael Brown2008-06-271-5/+8
* [cmdline] Remove arbitrary limit on the length of image command linesMichael Brown2008-06-121-8/+17
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-3/+3
* [Settings] Add settings hierarchyMichael Brown2008-03-202-5/+4Star
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-202-55/+20Star
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-1/+1
* [Command] Add "sanboot" command.Michael Brown2008-03-041-0/+68
* Error message cleanups.Michael Brown2007-08-021-1/+2
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-24/+59
* make imgfill_cmdline staticHolger Lubitz2007-07-271-1/+2
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-0/+5
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-281-2/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-281-28/+35
* TypoMichael Brown2007-03-201-2/+2
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-197-7/+7
* Add the "initrd" commandMichael Brown2007-01-141-20/+57
* Make "boot" a synonym for "imgexec", to match grubMichael Brown2007-01-141-0/+4
* Rename "boot" to "autoboot"Michael Brown2007-01-141-4/+4
* Add "dhcp" commandMichael Brown2007-01-121-0/+103
* Don't print "<NULL>" when we use imgautoselect().Michael Brown2007-01-121-1/+2
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-9/+18
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-51/+309
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+228
* Be silent if there are no network interfacesMichael Brown2007-01-121-6/+0Star
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-101-0/+85
* Force ordering of commands within help list.Michael Brown2007-01-101-13/+13
* Force ordering of commands in help list.Michael Brown2007-01-101-13/+14
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-4/+8
* Added network interface management commandsMichael Brown2007-01-101-0/+182
* settings_ui() now returns a status code.Michael Brown2006-12-201-1/+6
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+21
* Add "config" command to access config UIMichael Brown2006-12-201-0/+35