summaryrefslogtreecommitdiffstats
path: root/src/hci/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | "kernel".
* 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
| | | | can't modify it).
* 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
| | | | | "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason.
* Add "config" command to access config UIMichael Brown2006-12-201-0/+35
|
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-4/+5
| | | | | | | | Introduce new {show,set,clear}_setting() that take a struct setting * rather than a const char *. set_setting() handles calling clear_setting() when appropriate, so that individual setting types don't have to check for empty strings.
* 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