DragonFly commits List (threaded) for 2008-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/kdump Makefile kdump.c kdump_subr.h mksubr
matthias 2008/01/01 06:09:02 PST
DragonFly src repository
Modified files:
usr.bin/kdump Makefile kdump.c
Added files:
usr.bin/kdump kdump_subr.h mksubr
Log:
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
Revision Changes Path
1.7 +7 -4 src/usr.bin/kdump/Makefile
1.9 +345 -14 src/usr.bin/kdump/kdump.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/kdump/Makefile.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/kdump/kdump.c.diff?r1=1.8&r2=1.9&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]