aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2018-01-13 14:14:50 +0000
committerMike Karels <karels@FreeBSD.org>2018-01-13 14:14:50 +0000
commit4d3d73747750afde83306836b1673d2bb58e0500 (patch)
treed5fc55b45261bc8bdf0defecc21bfea5ab512f94 /UPDATING
parent8acee4fb41a72e3bb6f4c488275d86155366cc16 (diff)
downloadsrc-4d3d73747750afde83306836b1673d2bb58e0500.tar.gz
src-4d3d73747750afde83306836b1673d2bb58e0500.zip
Add info about SW_WATCHDOG change to be dynamic in the common case.
Notes
Notes: svn path=/stable/11/; revision=327923
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b5711ba75c63..e3fe07cad7c6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20180113:
+ The SW_WATCHDOG option is no longer necessary to enable the
+ hardclock-based software watchdog if no hardware watchdog is
+ configured. As before, SW_WATCHDOG will cause the software
+ watchdog to be enabled even if a hardware watchdog is configured.
+
20180108:
lint(1) binaries and library are no longer built by default. To
enable building them, define WITH_LINT in src.conf. If you are using