Replace sockstat(1) Perl script with the C version from FreeBSD 5.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 4 Jan 2005 18:56:58 +0000 (18:56 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 4 Jan 2005 18:56:58 +0000 (18:56 +0000)
commit80cc79e15a459309378dce7483aaa30496b2506d
tree1abf23a68b23a59acb49539113db43270333bfd7
parentab8a4b2c940c19e18c6b31fd6acffcb3426ae6de
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.
usr.bin/sockstat/Makefile
usr.bin/sockstat/sockstat.1
usr.bin/sockstat/sockstat.c [new file with mode: 0644]
usr.bin/sockstat/sockstat.pl [deleted file]