summaryrefslogtreecommitdiffstats
path: root/src/usr/imgmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-3/+13
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-1/+1
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-0/+16
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-2/+75
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+45