Module Name: src Committed By: msaitoh Date: Mon Jul 29 07:10:13 UTC 2013
Modified Files: src/usr.bin/netstat [netbsd-6-0]: 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.8.1 src/usr.bin/netstat/inet.c cvs rdiff -u -r1.59 -r1.59.12.1 src/usr.bin/netstat/inet6.c cvs rdiff -u -r1.81 -r1.81.8.1 src/usr.bin/netstat/main.c cvs rdiff -u -r1.43 -r1.43.8.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.