Update kdump(1) to print more human readable information.
authorMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 1 Jan 2008 14:09:02 +0000 (14:09 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 1 Jan 2008 14:09:02 +0000 (14:09 +0000)
commit988bb7fdaddf6e109ed9d0742431795035431177
tree69269848c6ca52c090fc7b4858ad825d9771a655
parent25ee68f11c11a5bc1640947886987cdf41737aa9
Update kdump(1) to print more human readable information.

This shows the difference between the old output and the new one:

-73540 telnet   CALL  mmap(0,0xb80,0x3,0x1000,0xffffffff,0,0,0)
+73540 telnet   CALL  mmap(0,0xb80,PROT_READ|PROT_WRITE,MAP_ANON,0xffffffff,0,0,0)
-73540 telnet   CALL  sigprocmask(0x1,0x2806f97c,0xbfbff2c8)
+73540 telnet   CALL  sigprocmask(SIG_BLOCK,0x2806f97c,0xbfbff2c8)
-73540 telnet   CALL  socket(0x1c,0x1,0x6)
+73540 telnet   CALL  socket(PF_INET6,SOCK_STREAM,0x6)

Obtained-from: FreeBSD
usr.bin/kdump/Makefile
usr.bin/kdump/kdump.c
usr.bin/kdump/kdump_subr.h [new file with mode: 0644]
usr.bin/kdump/mksubr [new file with mode: 0644]