svn commit: r332334 - in head: share/man/man4 sys/conf sys/geom

Kyle Evans kevans at FreeBSD.org
Mon Apr 9 17:30:31 UTC 2018


Author: kevans
Date: Mon Apr  9 17:30:30 2018
New Revision: 332334
URL: https://svnweb.freebsd.org/changeset/base/332334

Log:
  Retire the geom_aes class
  
  It's had a good life, but it's not really configurable and not really used.
  
  Obtained from:	opBSD (with some changes)
  Differential Revision:	https://reviews.freebsd.org/D14991

Deleted:
  head/sys/geom/geom_aes.c
Modified:
  head/share/man/man4/geom.4
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/conf/options

Modified: head/share/man/man4/geom.4
==============================================================================
--- head/share/man/man4/geom.4	Mon Apr  9 17:24:01 2018	(r332333)
+++ head/share/man/man4/geom.4	Mon Apr  9 17:30:30 2018	(r332334)
@@ -34,14 +34,13 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 9, 2017
+.Dd April 9, 2018
 .Dt GEOM 4
 .Os
 .Sh NAME
 .Nm GEOM
 .Nd "modular disk I/O request transformation framework"
 .Sh SYNOPSIS
-.Cd options GEOM_AES
 .Cd options GEOM_BDE
 .Cd options GEOM_CACHE
 .Cd options GEOM_CONCAT

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Apr  9 17:24:01 2018	(r332333)
+++ head/sys/conf/NOTES	Mon Apr  9 17:30:30 2018	(r332334)
@@ -145,7 +145,6 @@ options 	INCLUDE_CONFIG_FILE     # Include this file i
 options 	BOOTVERBOSE=1
 options 	BOOTHOWTO=RB_MULTIPLE
 
-options 	GEOM_AES		# Don't use, use GEOM_BDE
 options 	GEOM_BDE		# Disk encryption.
 options 	GEOM_BSD		# BSD disklabels (obsolete, gone in 12)
 options 	GEOM_CACHE		# Disk cache.

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Apr  9 17:24:01 2018	(r332333)
+++ head/sys/conf/files	Mon Apr  9 17:30:30 2018	(r332334)
@@ -3658,7 +3658,6 @@ geom/eli/g_eli_key_cache.c	optional geom_eli
 geom/eli/g_eli_privacy.c	optional geom_eli
 geom/eli/pkcs5v2.c		optional geom_eli
 geom/gate/g_gate.c		optional geom_gate
-geom/geom_aes.c			optional geom_aes
 geom/geom_bsd.c			optional geom_bsd
 geom/geom_bsd_enc.c		optional geom_bsd | geom_part_bsd
 geom/geom_ccd.c			optional ccd | geom_ccd

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Apr  9 17:24:01 2018	(r332333)
+++ head/sys/conf/options	Mon Apr  9 17:30:30 2018	(r332334)
@@ -104,7 +104,6 @@ FULL_PREEMPTION	opt_sched.h
 GZIO		opt_gzio.h
 IMAGACT_BINMISC		opt_dontuse.h
 IPI_PREEMPTION	opt_sched.h
-GEOM_AES	opt_geom.h
 GEOM_BDE	opt_geom.h
 GEOM_BSD	opt_geom.h
 GEOM_CACHE	opt_geom.h


More information about the svn-src-head mailing list