summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-10-11 13:01:51 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-10-11 13:01:51 +0000
commit4a3760bae6710f9ab5a6e2a1118e4e5632be0dcc (patch)
treeae68a3ddda28f0bc480012dc566360581eeafc38 /UPDATING
parent361e885315791413a9448e21de8bb3395dfa6515 (diff)
downloadsrc-test-4a3760bae6710f9ab5a6e2a1118e4e5632be0dcc.tar.gz
src-test-4a3760bae6710f9ab5a6e2a1118e4e5632be0dcc.zip
Remove compatibility shims for legacy ATA device names.
We got new ATA stack in FreeBSD 8.x, switched to it at 9.x, completely removed old stack at 10.x, so at 11.x it is time to remove compat shims.
Notes
Notes: svn path=/head/; revision=289137
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5d97659fbbd22..4430d6d78e86f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ 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".)
+20151011:
+ Compatibility shims for legacy ATA device names have been removed.
+ It includes ATA_STATIC_ID kernel option, kern.cam.ada.legacy_aliases
+ and kern.geom.raid.legacy_aliases loader tunables, kern.devalias.*
+ environment variables, /dev/ad* and /dev/ar* symbolic links.
+
20151006:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.7.0.
Please see the 20141231 entry below for information about prerequisites