| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 1 | -1/+1 |
| | | |||||
| * | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -20/+14![]() |
| | | | | | Some shuffling around of the image management code; this needs tidying up. | ||||
| * | 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 | -37/+23![]() |
| | | |||||
| * | Scripts temporarily deregister themselves while executing. This | Michael Brown | 2007-06-09 | 1 | -1/+2 |
| | | | | | | allows us to avoid execution loops without having to hack around the image registration order. | ||||
| * | Keep HTTP progress updated, and display a progress indicator during the | Michael Brown | 2007-01-29 | 1 | -3/+4 |
| | | | | | download | ||||
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any | Michael Brown | 2007-01-18 | 1 | -5/+8 |
| | | | | | other protocol won't work at the moment. | ||||
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -3/+3 |
| | | | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). | ||||
| * | Let ifmgmt.c take care of calling efree(), since it's the once which | Michael Brown | 2007-01-12 | 1 | -3/+13 |
| | | | | | | | | took out the contract to eventually call efree() when it called fetch(). Maintain the most recently loaded image at the start of the list, so that imgautoselect() will pick it. | ||||
| * | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 1 | -1/+1 |
| | | | | | returns the allocated buffer. | ||||
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -0/+16 |
| | | | | | "kernel". | ||||
| * | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 1 | -2/+75 |
| | | |||||
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 1 | -0/+45 |

