summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-05-10 22:32:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-05-10 22:32:23 +0000
commit5f0263c1205aa8337486ca0f2bcff14b24edea6e (patch)
treed5d829e9c050c3cb520f092df5ebbe48c3b552c1 /UPDATING
parentc850971baf62cb25cbafa4f2531c5c1159399f63 (diff)
downloadsrc-test2-5f0263c1205aa8337486ca0f2bcff14b24edea6e.tar.gz
src-test2-5f0263c1205aa8337486ca0f2bcff14b24edea6e.zip
Change the default installation directory for modules to /boot/modules.
Kernel installs always override KMODDIR when installing modules, so this default setting is only used for standalone module builds. Many out-of-tree modules manually override KMODDIR already to avoid placing modules in /boot/kernel. This now makes that behavior the default. Discussed on: arch@ Reviewed by: imp Relnotes: yes
Notes
Notes: svn path=/head/; revision=299393
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7b1ec46ee4ee..bc996c525829 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ 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".)
+20160510:
+ Kernel modules compiled outside of a kernel build now default to
+ installing to /boot/modules instead of /boot/kernel. Many kernel
+ modules built this way (such as those in ports) already overrode
+ KMODDIR explicitly to install into /boot/modules. However,
+ manually building and installing a module from /sys/modules will
+ now install to /boot/modules instead of /boot/kernel.
+
20160414:
The CAM I/O scheduler has been committed to the kernel. There should be
no user visible impact. This does enable NCQ Trim on ada SSDs. While the