NetBSD-Bugs archive

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

PR/38093 CVS commit: src/usr.bin/netstat



The following reply was made to PR bin/38093; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38093 CVS commit: src/usr.bin/netstat
Date: Sun, 22 Feb 2009 07:43:01 +0000 (UTC)

 Module Name:   src
 Committed By:  dholland
 Date:          Sun Feb 22 07:43:01 UTC 2009
 
 Modified Files:
        src/usr.bin/netstat: inet.c inet6.c iso.c
 
 Log Message:
 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 -r1.88 -r1.89 src/usr.bin/netstat/inet.c
 cvs rdiff -r1.50 -r1.51 src/usr.bin/netstat/inet6.c
 cvs rdiff -r1.30 -r1.31 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