summaryrefslogtreecommitdiff
path: root/kdump/kdump.c
AgeCommit message (Collapse)Author
2010-02-02Avoid possible overflows from signed/unsigned comparisonsSimon Horman
Signed-off-by: Simon Horman <horms@verge.net.au>
2006-11-27kexec-tools: make sure written is initialised in write_all()Simon Horman
I noticed this because of a compiler warning, and I guess it was working as the memory that written is occupying happens to be 0. Signed-Off-By: Simon Horman <horms@verge.net.au>
2006-07-27Cleanup the warnings in gcc-4.1.0 compilationMohan
Cleanup the warnings generated in GCC 4.1.0 compilation of kexec-tools. This patch is created on top of the following level of kexec-tools: - kexec-tools-1.101.tar.gz (from eric biederman's site or from lse site) - kexec-tools-1.101-kdump6.patch (consolidated patch posted on http://lse.sourceforge.net/kdump/patches/1.101-kdump6/kexec-tools-1.101-kdump6.patch) Review and suggestions are welcome. Note: Resending the patch since its not delivered to both fastboot and linuxppc64-dev mailing list. Regards, Mohan. Signed-off-by: Mohan <mohan@in.ibm.com> Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
2006-07-27kexec-tools-1.101Eric W. Biederman
- Initial import into git - initial nbi image formage support - ppc32 initial register setting fixes. - gzipped multiboot file support