socsvn commit: r289499 - soc2013/def/crashdump-head/sys/kern

def at FreeBSD.org def at FreeBSD.org
Sun Aug 9 23:34:53 UTC 2015


Author: def
Date: Sun Aug  9 23:34:52 2015
New Revision: 289499
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=289499

Log:
  Add EKCD to kernel features.

Modified:
  soc2013/def/crashdump-head/sys/kern/kern_shutdown.c

Modified: soc2013/def/crashdump-head/sys/kern/kern_shutdown.c
==============================================================================
--- soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Sun Aug  9 23:31:45 2015	(r289498)
+++ soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Sun Aug  9 23:34:52 2015	(r289499)
@@ -142,6 +142,8 @@
 	&show_busybufs, 0, "");
 
 #ifdef EKCD
+FEATURE(ekcd, "Encrypted kernel crash dumps support");
+
 MALLOC_DEFINE(M_KDK, "kerneldumpkey", "Kernel dump key structure");
 
 static struct kerneldumpcrypto {


More information about the svn-soc-all mailing list