Source-Changes archive

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

CVS commit: [netbsd-6] src/usr.bin/netstat



Module Name:    src
Committed By:   msaitoh
Date:           Mon Jul 29 06:11:02 UTC 2013

Modified Files:
        src/usr.bin/netstat [netbsd-6]: inet.c inet6.c main.c netstat.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #912):
        usr.bin/netstat/main.c: revision 1.86
        usr.bin/netstat/netstat.h: revision 1.47
        usr.bin/netstat/inet.c: revision 1.102
        usr.bin/netstat/inet.c: revision 1.103
        usr.bin/netstat/inet6.c: revision 1.61
        usr.bin/netstat/inet6.c: revision 1.62
Don't use -P as a kmem printer, verify that the address points to a pcb first!
Not all pointers are 64bit - use uintptr_t instead of uint64_t.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.101.2.1 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.59 -r1.59.6.1 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.81 -r1.81.4.1 src/usr.bin/netstat/main.c
cvs rdiff -u -r1.43 -r1.43.4.1 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