Source-Changes archive

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

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



Module Name:    src
Committed By:   snj
Date:           Thu Mar 26 17:14:41 UTC 2009

Modified Files:
        src/usr.bin/netstat [netbsd-5]: inet.c inet6.c iso.c

Log Message:
Pull up following revision(s) (requested by dholland in ticket #608):
        usr.bin/netstat/inet.c: revision 1.89
        usr.bin/netstat/inet6.c: revision 1.51
        usr.bin/netstat/iso.c: revision 1.31
Make netstat handle -a properly; that is, don't show unconnected
listener sockets unless -a was given. (It was checking the local
address instead of the remote address for being INADDR_ANY or
equivalent.)
PR 38093 from Dieter Roelants; I adjusted the patch a little.
This needs pullups for both -4 and -5.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.88.6.1 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.50 -r1.50.6.1 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.30 -r1.30.6.1 src/usr.bin/netstat/iso.c

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