summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:48 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:48 +0000
commit4728f534ff6d6644c6f80d2028503670859af576 (patch)
treefef874a9ab9b842747e7537f1d4aa54e8dba6566 /UPDATING
parenta179cd9114f08949088458bc6cef1f094f6c36ce (diff)
downloadsrc-test-4728f534ff6d6644c6f80d2028503670859af576.tar.gz
src-test-4728f534ff6d6644c6f80d2028503670859af576.zip
Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
Transition to WITH/WITHOUT_LOADER_GELI to flag support or not of GELI in the boot loaders. Add HAVE_GELI so components can flag they need support (since it's too large to include everywhere). Add temporary warnings for the old forms to ease transition. Also, update test script to build without GELI on x86. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325693
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 2 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a84a9ecd63efa..6f852439bc7da 100644
--- a/UPDATING
+++ b/UPDATING
@@ -53,7 +53,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
201711xx:
The LOADER_FIREWIRE_SUPPORT build variable as been renamed to
- WITH_LOADER_FIREWIRE (or WITHOUT_LOADER_FIREWIRE).
+ WITH/OUT_LOADER_FIREWIRE. LOADER_{NO_,}GELI_SUPPORT has been renamed
+ to WITH/OUT_LOADER_GELI.
20171106:
The naive and non-compliant support of posix_fallocate(2) in ZFS