aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:18:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-14 19:18:50 +0000
commit992f1a8e53e16d91cf43b2a06e856a97dbbe5b87 (patch)
tree6692b65d6c04b09c1f8aadf7fa3b319edc7ff2fd
parent74782f0e708b51e0682487c71b331626bc9634aa (diff)
downloadsrc-992f1a8e53e16d91cf43b2a06e856a97dbbe5b87.tar.gz
src-992f1a8e53e16d91cf43b2a06e856a97dbbe5b87.zip
Add an UPDATING entry for r322511.
MFC after: 2 months
Notes
Notes: svn path=/head/; revision=322514
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7c20df9618e2..b50ab45fa1c5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -51,6 +51,27 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ******************************
+20170814:
+ "make check" behavior (made in ^/head@r295380) has been changed to
+ execute from a limited sandbox, as opposed to executing from
+ ${TESTSDIR}.
+
+ Behavioral changes:
+ - The "beforecheck" and "aftercheck" targets are now specified.
+ - ${CHECKDIR} (added in commit noted above) has been removed.
+ - Legacy behavior can be enabled by setting
+ WITHOUT_MAKE_CHECK_USE_SANDBOX in src.conf(5) or the environment.
+
+ If the limited sandbox mode is enabled, "make check" will execute
+ "make distribution", then install, execute the tests, and clean up the
+ sandbox if successful.
+
+ The "make distribution" and "make install" targets are typically run as
+ root to set appropriate permissions and ownership at installation time.
+ The end-user should set "WITH_INSTALL_AS_USER" in src.conf(5) or the
+ environment if executing "make check" with limited sandbox mode using
+ an unprivileged user.
+
20170808:
Since the switch to GPT disk labels, fsck for UFS/FFS has been
unable to automatically find alternate superblocks. As of r322297,