Actions
Bug #882
closedMake kdump(1) print more useful information
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I ported a patch from FreeBSD over making kdump(1) output more
informative. For an example see [1]. The patch applies clean to HEAD
and works. The code looks not very nice, but rewriting the whole
thing would take too much time for less gain. The patch differs
slightly from FreeBSD due to the fact that kse*, the* is FreeBSD only.
I attached a second one-line patch for sys/fcntl.h, replacing a _KERNEL
ifdef with _KERNEL_STRUCTURES. Without this patch kdump won't compile.
The kdump patch was reviewed by corecore.
Regards,
Matthias
[1] http://lists.freebsd.org/pipermail/cvs-src/2006-May/063955.html
Files
Updated by luxh almost 17 years ago
Actions