From owner-svn-soc-all@freebsd.org Tue Dec 1 20:39:32 2015 Return-Path: Delivered-To: svn-soc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0481A3E1B6 for ; Tue, 1 Dec 2015 20:39:32 +0000 (UTC) (envelope-from def@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D02D11125 for ; Tue, 1 Dec 2015 20:39:32 +0000 (UTC) (envelope-from def@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1KdWqK021759 for ; Tue, 1 Dec 2015 20:39:32 GMT (envelope-from def@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.15.2/8.15.2/Submit) id tB1KdWxE021755 for svn-soc-all@FreeBSD.org; Tue, 1 Dec 2015 20:39:32 GMT (envelope-from def@FreeBSD.org) Date: Tue, 1 Dec 2015 20:39:32 GMT Message-Id: <201512012039.tB1KdWxE021755@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to def@FreeBSD.org using -f From: def@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r294707 - soc2013/def/crashdump-head/sbin/savecore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 20:39:33 -0000 Author: def Date: Tue Dec 1 20:39:31 2015 New Revision: 294707 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=294707 Log: Add description about an encrypted core in savecore(8). Modified: soc2013/def/crashdump-head/sbin/savecore/savecore.8 Modified: soc2013/def/crashdump-head/sbin/savecore/savecore.8 ============================================================================== --- soc2013/def/crashdump-head/sbin/savecore/savecore.8 Tue Dec 1 19:58:08 2015 (r294706) +++ soc2013/def/crashdump-head/sbin/savecore/savecore.8 Tue Dec 1 20:39:31 2015 (r294707) @@ -111,6 +111,10 @@ .Ar directory Ns Pa /vmcore.# and information about the core in .Ar directory Ns Pa /info.# . +If the core is encrypted, it saves the dump key in +.Ar directory Ns Pa /key.# . +The core can be later decrypted using +.Xr decryptcore 8 . For kernel textdumps generated with the .Xr textdump 4 facility, output will be stored in the @@ -156,6 +160,7 @@ .Xr getbootfile 3 , .Xr textdump 4 , .Xr tar 5 , +.Xr decryptcore 8 , .Xr dumpon 8 , .Xr syslogd 8 .Sh HISTORY