From owner-cvs-all Thu Jun 6 14:18:44 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 62FA537B416; Thu, 6 Jun 2002 14:18:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56LIca34413; Thu, 6 Jun 2002 14:18:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062118.g56LIca34413@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 14:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.c ps.1 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 jmallett 2002/06/06 14:18:38 PDT Modified files: bin/ps extern.h keyword.c print.c ps.1 Log: Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed run time (NOT cpu time). cputime() and elapsed() both need to honour SUSv3 now. Revision Changes Path 1.22 +1 -0 src/bin/ps/extern.h 1.47 +1 -0 src/bin/ps/keyword.c 1.64 +17 -0 src/bin/ps/print.c 1.51 +2 -0 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message