Bug #882
Make kdump(1) print more useful information
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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
Related todos