cvs commit: src/usr.bin/sockstat Makefile sockstat.1 sockstat.c sockstat.pl
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Jan 4 10:57:14 PST 2005
joerg 2005/01/04 10:56:58 PST
DragonFly src repository
Modified files:
usr.bin/sockstat Makefile sockstat.1
Added files:
usr.bin/sockstat sockstat.c
Removed files:
usr.bin/sockstat sockstat.pl
Log:
Replace sockstat(1) Perl script with the C version from FreeBSD 5.
This doesn't use the binary scan to determine the buffer size, but
calls the sysctl directly twice.
More work is needed to separate the lists again, but this can be
done in tree.
Revision Changes Path
1.4 +4 -2 src/usr.bin/sockstat/Makefile
1.3 +36 -13 src/usr.bin/sockstat/sockstat.1
http://www.dragonflybsd.org/cvsweb/src/usr.bin/sockstat/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/sockstat/sockstat.1.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list