Subject: CVS commit: src/usr.bin
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/09/2005 05:20:06
Module Name:	src
Committed By:	atatat
Date:		Wed Mar  9 05:20:06 UTC 2005

Modified Files:
	src/usr.bin: Makefile
Added Files:
	src/usr.bin/sockstat: Makefile sockstat.1 sockstat.c

Log Message:
Add a sockstat(1) command that can list open sockets and the processes
that own them.  The implementation concept and man page came largely
from FreeBSD, but the program is fresh.


To generate a diff of this commit:
cvs rdiff -r1.144 -r1.145 src/usr.bin/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/sockstat/Makefile \
    src/usr.bin/sockstat/sockstat.1 src/usr.bin/sockstat/sockstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.