Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [misc] Fix building on OpenBSD | Michael Brown | 2008-06-27 | 1 | -3/+2 |
| | | | | | | | 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.c | Michael Brown | 2008-06-04 | 1 | -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 Brown | 2008-01-08 | 1 | -0/+49 |