From owner-cvs-src@FreeBSD.ORG Sat May 22 16:14:36 2004 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 63D3A16A4CE; Sat, 22 May 2004 16:14:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AED43D1F; Sat, 22 May 2004 16:14:36 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4MNDwml054313; Sat, 22 May 2004 16:13:58 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4MNDw6B054312; Sat, 22 May 2004 16:13:58 -0700 (PDT) (envelope-from gad) Message-Id: <200405222313.i4MNDw6B054312@repoman.freebsd.org> From: Garance A Drosehn Date: Sat, 22 May 2004 16:13:58 -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 ps.c 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, 22 May 2004 23:14:36 -0000 gad 2004/05/22 16:13:58 PDT FreeBSD src repository Modified files: bin/ps ps.c Log: Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options (if trying to match only one real-group or one session-id), now that those options are implemented in src/sys/kern/kern_proc.c (v1.203). PR: bin/65803 (a very tiny piece of the PR) Submitted by: Cyrille Lefevre Revision Changes Path 1.89 +5 -8 src/bin/ps/ps.c