From a26d33cf935f5568b16636970a70478ae4ba5166 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 22 Nov 2017 15:06:23 +0100 Subject: [PATCH] Remove various former kernel config options for good. --- UPDATING | 8 ++++++++ sys/conf/options | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/UPDATING b/UPDATING index be085a6f54..17b4c1947b 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,14 @@ + UPGRADING DRAGONFLY FROM 5.0 TO LATER VERSIONS + +-----------------------------------------------------------------------+ +VARIOUS FORMER OPTIONS REMOVED +------------------------------ + +Various former kernel configuration options which had been no-ops for +some time were completely removed: SYSVMSG, SYSVSEM, SYSVSHM, P1003_1B, +_KPOSIX_VERSION and DSCHED_FQ. Users that have any of these still in +their kernel configuration files have to remove them. + BOOTSTRAPPING LIMITED FROM PRE 4.4 ---------------------------------- diff --git a/sys/conf/options b/sys/conf/options index 382b96b866..c353027ac0 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -656,10 +656,4 @@ PANIC_REBOOT_WAIT_TIME opt_panic.h # Obsolete options (will be removed in the future) # -SYSVMSG opt_dontuse.h -SYSVSEM opt_dontuse.h -SYSVSHM opt_dontuse.h -P1003_1B opt_dontuse.h -_KPOSIX_VERSION opt_dontuse.h -DSCHED_FQ opt_dontuse.h FFS_ROOT opt_dontuse.h -- 2.41.0