Source-Changes archive

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

CVS commit: src/usr.bin/netstat



Module Name:    src
Committed By:   christos
Date:           Sat Nov 23 22:01:12 UTC 2013

Modified Files:
        src/usr.bin/netstat: inet.c inet6.c main.c netstat.h

Log Message:
Update for new pcb tailq's.
While here fix ipv6 pcb printing by making tcp6_dump with tcp.
XXX: Merge the inet and the inet6 code. It is silly to need to specify
-p tcp6 to print a tcp6 pcb, we already know what it is.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.65 -r1.66 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/netstat/main.c
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/netstat/netstat.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