summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-12-07 19:15:52 +0000
committerEd Maste <emaste@FreeBSD.org>2015-12-07 19:15:52 +0000
commit015dfda6c6c705e8faa4964c8164a239b8edd248 (patch)
tree973948afa0311b1d14b5c89986e20332efddf13d /UPDATING
parenta8b75f756da4194215dbc8425d97c06ff51a0f60 (diff)
downloadsrc-test2-015dfda6c6c705e8faa4964c8164a239b8edd248.tar.gz
src-test2-015dfda6c6c705e8faa4964c8164a239b8edd248.zip
Build and install userland .debug files by default
Debug data files are now built by default with 'make buildworld' and installed with 'make installworld'. This facilitates debugging but requires more disk space both during the build and for the installed world. Debug files may be disabled by setting WITHOUT_DEBUG_FILES=yes in src.conf(5). Reviewed by: bdrewery, eadler, vangyzen Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D4018
Notes
Notes: svn path=/head/; revision=291955
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4169a10c156a..2775c2260150 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20151207:
+ Debug data files are now built by default with 'make buildworld' and
+ installed with 'make installworld'. This facilitates debugging but
+ requires more disk space both during the build and for the installed
+ world. Debug files may be disabled by setting WITHOUT_DEBUG_FILES=yes
+ in src.conf(5).
+
20151130:
r291527 changed the internal interface between the nfsd.ko and
nfscommon.ko modules. As such, they must both be upgraded to-gether.