| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [image] Modify imgfree command to accept an argument | Joshua Oreman | 2009-06-23 | 1 | -5/+18 |
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 9 | -0/+18 |
| * | [digest] md5sum and sha1sum commands | Daniel Verkamp | 2009-03-27 | 1 | -0/+120 |
| * | [time] Add the sleep command | Shao Miller | 2009-03-26 | 1 | -0/+30 |
| * | [time] Add the time command | Daniel Verkamp | 2009-03-06 | 1 | -0/+54 |
| * | [image] Allow for zero embedded images | Michael Brown | 2009-02-24 | 1 | -4/+4 |
| * | [image] Added "chain" command to fetch, load, and execute image | Shao Miller | 2009-02-24 | 1 | -0/+20 |
| * | [login] Add "login" command and UI | Michael Brown | 2009-02-17 | 1 | -0/+27 |
| * | [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits | Michael Brown | 2009-02-05 | 1 | -13/+4 |
| * | [dhcp] Split PXE menuing code out of dhcp.c | Michael Brown | 2009-02-01 | 1 | -5/+94 |
| * | [commands] Fix config command to accept zero arguments | Michael Brown | 2008-10-12 | 1 | -1/+1 |
| * | [image] Fail "imgexec"/"boot" if the image to execute is ambiguous | Michael Brown | 2008-07-08 | 1 | -1/+1 |
| * | [settings] Allow "config" command to access root settings block | Michael Brown | 2008-07-08 | 1 | -7/+7 |
| * | [bzimage] Kill off the initrd image type | Michael Brown | 2008-07-08 | 1 | -22/+4 |
| * | [GDB] Remote debugging over UDP | Stefan Hajnoczi | 2008-06-30 | 1 | -0/+105 |
| * | [cmdline] Fix image command-line construction for zero-length argument lists | Michael Brown | 2008-06-27 | 1 | -5/+8 |
| * | [cmdline] Remove arbitrary limit on the length of image command lines | Michael Brown | 2008-06-12 | 1 | -8/+17 |
| * | [Settings] Remove assumption that all settings have DHCP tag values | Michael Brown | 2008-03-25 | 1 | -3/+3 |
| * | [Settings] Add settings hierarchy | Michael Brown | 2008-03-20 | 2 | -5/+4 |
| * | [Settings] Start revamping the configuration settings API. | Michael Brown | 2008-03-20 | 2 | -55/+20 |
| * | [Settings] show_setting() functions return snprintf()-style length. | Michael Brown | 2008-03-18 | 1 | -1/+1 |
| * | [Command] Add "sanboot" command. | Michael Brown | 2008-03-04 | 1 | -0/+68 |
| * | Error message cleanups. | Michael Brown | 2007-08-02 | 1 | -1/+2 |
| * | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -24/+59 |
| * | make imgfill_cmdline static | Holger Lubitz | 2007-07-27 | 1 | -1/+2 |
| * | Warnings purge: src/{crypto,hci,net} | Marty Connor | 2007-07-03 | 1 | -0/+5 |
| * | Removed debugging statements that should not have been checked in. | Michael Brown | 2007-06-28 | 1 | -2/+0 |
| * | Quick hack to get image booting working again | Michael Brown | 2007-06-28 | 1 | -28/+35 |
| * | Typo | Michael Brown | 2007-03-20 | 1 | -2/+2 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 7 | -7/+7 |
| * | Add the "initrd" command | Michael Brown | 2007-01-14 | 1 | -20/+57 |
| * | Make "boot" a synonym for "imgexec", to match grub | Michael Brown | 2007-01-14 | 1 | -0/+4 |
| * | Rename "boot" to "autoboot" | Michael Brown | 2007-01-14 | 1 | -4/+4 |
| * | Add "dhcp" command | Michael Brown | 2007-01-12 | 1 | -0/+103 |
| * | Don't print "<NULL>" when we use imgautoselect(). | Michael Brown | 2007-01-12 | 1 | -1/+2 |
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -9/+18 |
| * | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 1 | -51/+309 |
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 1 | -0/+228 |
| * | Be silent if there are no network interfaces | Michael Brown | 2007-01-12 | 1 | -6/+0 |
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 1 | -0/+85 |
| * | Force ordering of commands within help list. | Michael Brown | 2007-01-10 | 1 | -13/+13 |
| * | Force ordering of commands in help list. | Michael Brown | 2007-01-10 | 1 | -13/+14 |
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 1 | -4/+8 |
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+182 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 1 | -1/+6 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+21 |
| * | Add "config" command to access config UI | Michael Brown | 2006-12-20 | 1 | -0/+35 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 1 | -4/+5 |
| * | Remove obsolete mechanism for including nvo_cmd.o | Michael Brown | 2006-12-20 | 1 | -2/+0 |
| * | Move nvo_cmd.c to hci/commands. | Michael Brown | 2006-12-20 | 1 | -0/+111 |