summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2012-04-17 20:21:04 +0000
committerJason Evans <jasone@FreeBSD.org>2012-04-17 20:21:04 +0000
commitd1675e38f906ae5efde3e5bf9c91387f10db100f (patch)
tree4ff47f39653e6765ff2f29eb630cc6c43cef4ad9 /UPDATING
parent71469bb38f7440f7bdae7452672091fed324cda3 (diff)
downloadsrc-test-d1675e38f906ae5efde3e5bf9c91387f10db100f.tar.gz
src-test-d1675e38f906ae5efde3e5bf9c91387f10db100f.zip
Add an UPDATING entry for the contrib/jemalloc import.
Notes
Notes: svn path=/head/; revision=234395
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b98b7d0389c2e..99b51c67f1ae9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20120417:
+ The malloc(3) implementation embedded in libc now uses sources imported
+ as contrib/jemalloc. The most disruptive API change is to
+ /etc/malloc.conf. If your system has an old-style /etc/malloc.conf,
+ delete it prior to installworld, and optionally re-create it using the
+ new format after rebooting. See malloc.conf(5) for details
+ (specifically the TUNING section and the "opt.*" entries in the MALLCTL
+ NAMESPACE section).
+
20120328:
Big-endian MIPS TARGET_ARCH values no longer end in "eb". mips64eb
is now spelled mips64. mipsn32eb is now spelled mipsn32. mipseb is