summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow load() and exec() methods to be NULL.Michael Brown2007-01-141-0/+9
* Print image physical location in registration message.Michael Brown2007-01-121-1/+3
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-26/+33
* Add debug messageMichael Brown2007-01-121-0/+1
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-3/+1Star
* Add free_imageMichael Brown2007-01-121-0/+17
* Added IMAGE_LOADED flag and find_image()Michael Brown2007-01-121-0/+27
* Allow for named images.Michael Brown2007-01-121-3/+5
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-62/+115
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-3/+2Star
* Update buffer-handling code to enable expandable buffers.Michael Brown2007-01-111-1/+0Star
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-111-1/+1
* fix printf format argsMarty Connor2006-06-291-0/+1
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-161-0/+4
* Added print_images() and autoload().Michael Brown2005-05-171-24/+57
* First versionsMichael Brown2005-05-091-0/+49