From owner-cvs-all Mon May 27 23:37:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89F1037B403; Mon, 27 May 2002 23:37:27 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4S6bR933404; Mon, 27 May 2002 23:37:27 -0700 (PDT) (envelope-from des) Message-Id: <200205280637.g4S6bR933404@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 27 May 2002 23:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pstat Makefile pstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/27 23:37:27 PDT Modified files: usr.sbin/pstat Makefile pstat.c Log: Remove the code that was disabled in a recent commit; it is of very limited use and has been broken in -CURRENT for a long time. Clean up unneeded entries in the nlist array. Implement kvm-backed ttymode (which we never had before). Incomplete as we do not (yet?) print the correct device, sid or pgid. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.11 +1 -0 src/usr.sbin/pstat/Makefile 1.75 +55 -101 src/usr.sbin/pstat/pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message