summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-10-19 00:37:47 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-10-19 00:37:47 +0000
commitb958317950db889c01b5fda1a7feb1202c31760e (patch)
tree93dbcf6ade0b0764412778dd45b8f155ad8f98cc /UPDATING
parent3ade9440198973efee3e6ae9636e1b147c72140b (diff)
downloadsrc-test2-b958317950db889c01b5fda1a7feb1202c31760e.tar.gz
src-test2-b958317950db889c01b5fda1a7feb1202c31760e.zip
- Update head to 13.0-CURRENT.
- Bump MACHINE_TRIPLE, TARGET_TRIPLE, FBSD_MAJOR, FBSD_CC_VER, FREEBSD_CC_VERSION, OS_VERSION. - Update comment in UPDATING regarding debugging options. - Remove debug.witness.trace=0 from installation media. - Bump __FreeBSD_version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=339436
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index bc0e4879d9d8..f1bc3c69208c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,8 +16,8 @@ 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.
-NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
- FreeBSD 12.x has many debugging features turned on, in both the kernel
+NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
+ FreeBSD 13.x has many debugging features turned on, in both the kernel
and userland. These features attempt to detect incorrect use of
system primitives, and encourage loud failure through extra sanity
checking and fail stop semantics. They also substantially impact