Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   msaitoh
Date:           Tue Jul 17 05:52:07 UTC 2018

Modified Files:
        src/share/man/man4: ddb.4
        src/sys/kern: files.kern uipc_mbuf.c
        src/sys/sys: mbuf.h socket.h
Added Files:
        src/sys/kern: uipc_mbufdebug.c

Log Message:
 Add /d(dump) and /v(verbose) modifiers to DDB's "show mbuf" command. Mainly
written by Hiroki SUENAGA. Currently, /v supports Ethernet, PPP, PPPoE, ARP,
IPv4, ICMP, IPv6, ICMPv6, TCP and UDP.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/share/man/man4/ddb.4
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/files.kern
cvs rdiff -u -r1.215 -r1.216 src/sys/kern/uipc_mbuf.c
cvs rdiff -u -r0 -r1.1 src/sys/kern/uipc_mbufdebug.c
cvs rdiff -u -r1.207 -r1.208 src/sys/sys/mbuf.h
cvs rdiff -u -r1.124 -r1.125 src/sys/sys/socket.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index