From owner-cvs-src-old@FreeBSD.ORG Thu Jan 27 19:08:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB3510656F8 for ; Thu, 27 Jan 2011 19:08:23 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5788FC1A for ; Thu, 27 Jan 2011 19:08:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0RJ8N34040525 for ; Thu, 27 Jan 2011 19:08:23 GMT (envelope-from remko@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0RJ8Nng040524 for cvs-src-old@freebsd.org; Thu, 27 Jan 2011 19:08:23 GMT (envelope-from remko@repoman.freebsd.org) Message-Id: <201101271908.p0RJ8Nng040524@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to remko@repoman.freebsd.org using -f From: Remko Lodder Date: Thu, 27 Jan 2011 19:08:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/pstat pstat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 19:08:23 -0000 remko 2011-01-27 19:08:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/pstat pstat.c Log: SVN rev 217957 on 2011-01-27 19:08:01Z by remko MFC r178987 Fix pstat behaviour when using coredumps. The reference to tp was incorrect and should have been poining to &tty, tp is a virtual address from the coredump, while we should obtain the address through the tty struct. Approved by: imp (mentor, implicit trivial changes) MFC after: 1 week Submitted by: Ed Schouten (ed at 80836 dot nl) PR: 138131 Revision Changes Path 1.102.2.3 +1 -1 src/usr.sbin/pstat/pstat.c