From owner-cvs-usrbin Fri Sep 26 17:50:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA10892 for cvs-usrbin-outgoing; Fri, 26 Sep 1997 17:50:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA10817; Fri, 26 Sep 1997 17:49:59 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA22419; Fri, 26 Sep 1997 17:44:58 -0700 (PDT) Date: Fri, 26 Sep 1997 17:44:58 -0700 (PDT) Message-Id: <199709270044.RAA22419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat tcp.c Makefile cmdtab.c extern.h systat.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/09/26 17:44:57 PDT Modified files: usr.bin/systat Makefile cmdtab.c extern.h systat.1 Added files: usr.bin/systat tcp.c Log: Having done ICMP, UDP, and IP, could a TCP display be far behind? Revision Changes Path 1.6 +1 -1 src/usr.bin/systat/Makefile 1.4 +4 -1 src/usr.bin/systat/cmdtab.c 1.5 +7 -0 src/usr.bin/systat/extern.h 1.9 +40 -12 src/usr.bin/systat/systat.1