Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-24 | Fix undefined symbol errors on readw/writew: arch/io.h, not sys/io.h. | Jamey Sharp | |
The undefined symbols naturally weren't relocated by kexec's linker, so each compiled `call` instruction branched into the middle of itself. The CPU proceeded to interpret the un-relocated address as instructions, resulting in an undefined opcode fault. Since at this point no IDT is loaded, that turned into a triple-fault and reboot. The bug was only visible when running kexec with --console-vga. Signed-off-by: Jamey Sharp <jamey@thetovacompany.com> Signed-off-by: Simon Horman <horms@verge.net.au> | |||
2007-12-19 | removed partially duplicated system headers | Simon Horman | |
Purgatory seems to partially duplicate system headers. It seems a log cleaner not to do so. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Simon Horman <horms@verge.net.au> | |||
2006-07-27 | kexec-tools-1.101 | Eric W. Biederman | |
- Initial import into git - initial nbi image formage support - ppc32 initial register setting fixes. - gzipped multiboot file support |