Source-Changes archive

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

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



Module Name:    src
Committed By:   bouyer
Date:           Tue Mar 31 17:56:41 UTC 2009

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

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1292):
        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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.77.2.1 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.40 -r1.40.2.1 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.26 -r1.26.4.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