summaryrefslogtreecommitdiffstats
path: root/src/image/embedded.c
Commit message (Collapse)AuthorAgeFilesLines
* [misc] Fix building on OpenBSDMichael Brown2008-06-271-3/+2Star
| | | | | | | OpenBSD throws compiler warnings that we can't reproduce on Linux, for some reason. Original patch from Dewey Hylton <dewey@hyltown.com>.
* [embed] Add missing register_image() to image/embedded.cMichael Brown2008-06-041-0/+1
| | | | | | | | When the embedded image is a script, the unregister_image() performed by image/script.c corrupts memory, since image/embedded.c omitted the call to register_image(). This is the first bug fixed using Stefan Hajnoczi's gdb stub for gPXE.
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+49