cvs commit: src/usr.bin/kdump Makefile kdump.c kdump_subr.h mksubr

Xin LI delphij at delphij.net
Sat May 20 07:55:42 PDT 2006


在 2006-05-20六的 14:27 +0000,Alexander Leidinger写道:
> netchild    2006-05-20 14:27:22 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/kdump        Makefile kdump.c 
>   Added files:
>     usr.bin/kdump        kdump_subr.h mksubr 
>   Log:
>   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)

Great!!  Thanks David and Alexander!

Cheers,
-- 
Xin LI <delphij delphij net>    http://www.delphij.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?=
	=?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?=
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20060520/f053e36f/attachment.pgp


More information about the cvs-src mailing list