From owner-cvs-bin Sun Aug 3 01:28:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA13159 for cvs-bin-outgoing; Sun, 3 Aug 1997 01:28:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA13059; Sun, 3 Aug 1997 01:26:33 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA23205; Sun, 3 Aug 1997 01:25:02 -0700 (PDT) Date: Sun, 3 Aug 1997 01:25:02 -0700 (PDT) Message-Id: <199708030825.BAA23205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ps extern.h nlist.c print.c ps.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/03 01:25:02 PDT Modified files: bin/ps extern.h nlist.c print.c ps.c Log: Kill #ifndef NEWVM etc. It affected a lot of other things besides VM structure (eg: credentials etc) and it's highly unlikely we'll ever get to see the "tainted" BSD<=4.3 VM code in public use. Although it indicated the way some things used to be done, it obfuscates things too much. Revision Changes Path 1.7 +1 -4 src/bin/ps/extern.h 1.9 +1 -19 src/bin/ps/nlist.c 1.22 +4 -98 src/bin/ps/print.c 1.21 +1 -9 src/bin/ps/ps.c