freebsd-dev/usr.bin/kdump
Alexander Leidinger 98a68a586f Change kdump to print more useful information, i.e. it changes from
32229 telnet   CALL  mmap(0,0x8000,0x3,0x1002,0xffffffff,0,0,0)
 32229 telnet   CALL  open(0x2807bc28,0,0x1b6)
 32229 telnet   CALL  socket(0x2,0x2,0)
to
 32229 telnet   CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0)
 32229 telnet   CALL  open(0x2807bc28,O_RDONLY,<unused>0x1b6)
 32229 telnet   CALL  socket(PF_INET,SOCK_DGRAM,0)

David wanted to implement the suggestions which came up at the review from
arch@ too, but real life rejected this proposal. So I commit what we already
got and let another volunteer pick the remaining work from the ideas list.

Submitted by:	"David Kirchner" <dpk@dpk.net>
Suggested by:	FreeBSD ideas list page
Reviewed by:	arch
2006-05-20 14:27:22 +00:00
..
kdump_subr.h Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
kdump.1 -mdoc sweep. 2005-11-18 10:36:29 +00:00
kdump.c Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
Makefile Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
mkioctls Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). 2004-06-16 23:39:33 +00:00
mksubr Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00