From owner-cvs-all@FreeBSD.ORG Fri Apr 14 02:47:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F0416A403; Fri, 14 Apr 2006 02:47:30 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA6943D45; Fri, 14 Apr 2006 02:47:30 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3E2lUkq026075; Fri, 14 Apr 2006 02:47:30 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3E2lUpu026074; Fri, 14 Apr 2006 02:47:30 GMT (envelope-from gad) Message-Id: <200604140247.k3E2lUpu026074@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 14 Apr 2006 02:47:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/ps keyword.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 02:47:30 -0000 gad 2006-04-14 02:47:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/ps keyword.c Log: MFC 1.76: Implement the correct fix for the bug introduced in 1.73. This time we avoid the seg-fault while still keeping the column headers in uppercase. And the original bug wrt specifying a new column header for an aliased `-o' option remains fixed. Approved by: re (scottl) Revision Changes Path 1.72.2.3 +18 -9 src/bin/ps/keyword.c