From owner-cvs-src@FreeBSD.ORG Sat Apr 12 03:39:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA3A37B401; Sat, 12 Apr 2003 03:39:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7EC43FDD; Sat, 12 Apr 2003 03:39:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3CAdu0U079325; Sat, 12 Apr 2003 03:39:56 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3CAduH7079324; Sat, 12 Apr 2003 03:39:56 -0700 (PDT) Message-Id: <200304121039.h3CAduH7079324@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 12 Apr 2003 03:39:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps keyword.c print.c ps.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 10:39:57 -0000 tjr 2003/04/12 03:39:56 PDT FreeBSD src repository Modified files: bin/ps keyword.c print.c ps.h Log: Display residency and sleep times (re and sl fields) larger than 127 as 127. This is what the manual page says ps should do, and what OpenBSD and NetBSD do. Based on a patch from Ken Stailey. PR: 27433, 46232 Revision Changes Path 1.63 +2 -2 src/bin/ps/keyword.c 1.80 +3 -1 src/bin/ps/print.c 1.16 +1 -0 src/bin/ps/ps.h