summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-02-26 15:46:14 +0000
committerEd Maste <emaste@FreeBSD.org>2016-02-26 15:46:14 +0000
commitca8b902aa5c9261264eb06ef01c3125834ade2ad (patch)
tree52823453808eb75c78f34892198669b9b2421c21 /UPDATING
parenta6221f7b5187ac6541026f3eb5f1189d546ecc98 (diff)
downloadsrc-test2-ca8b902aa5c9261264eb06ef01c3125834ade2ad.tar.gz
src-test2-ca8b902aa5c9261264eb06ef01c3125834ade2ad.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 123c05ae975e..53c7bdd7f28b 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".)
+20150107:
+ The ELF object manipulation tool objcopy is now provided by the
+ ELF Tool Chain project rather than by GNU binutils. It should be a
+ drop-in replacement, with the addition of arm64 support. The
+ (temporary) src.conf knob WITHOUT_ELFCOPY_AS_OBJCOPY knob may be set
+ to obtain the GNU version if necessary.
+
20160129:
Building ZFS pools on top of zvols is prohibited by default. That
feature has never worked safely; it's always been prone to deadlocks.