From owner-cvs-src-old@FreeBSD.ORG Wed Jul 28 16:57:04 2010 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 1226C1065672 for ; Wed, 28 Jul 2010 16:57:04 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0088D8FC0A for ; Wed, 28 Jul 2010 16:57:04 +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 o6SGv3u3001848 for ; Wed, 28 Jul 2010 16:57:03 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6SGv395001847 for cvs-src-old@freebsd.org; Wed, 28 Jul 2010 16:57:03 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201007281657.o6SGv395001847@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Wed, 28 Jul 2010 16:10:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/gcore elfcore.c extern.h gcore.1 gcore.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: Wed, 28 Jul 2010 16:57:04 -0000 attilio 2010-07-28 16:10:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/gcore elfcore.c extern.h gcore.1 gcore.c Log: SVN rev 210567 on 2010-07-28 16:10:21Z by attilio MFC r210063, r210065: Fix the way the segments are included in the gcore outputs (with the default invokation): - Right now if segments are not writable are not included. Remove this. - Right now if a segment is mapped with NOCORE the check is not honoured. Change this by checking the newly added flag, from libutil, KVME_FLAG_NOCOREDUMP. Besides that, add a new flag (-f) that forces a 'full' dump of all the segments excluding just the malformed ones. Sponsored by: Sandvine Incorporated Revision Changes Path 1.20.2.4 +10 -5 src/usr.bin/gcore/elfcore.c 1.4.36.2 +4 -0 src/usr.bin/gcore/extern.h 1.15.30.3 +9 -1 src/usr.bin/gcore/gcore.1 1.31.30.3 +9 -5 src/usr.bin/gcore/gcore.c