diff options
author | marius <marius@FreeBSD.org> | 2013-03-08 13:11:45 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2013-03-08 13:11:45 +0000 |
commit | 5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48 (patch) | |
tree | 5a42d7972ad9881d8e6fd016f836a22c069e398f /UPDATING | |
parent | 6438218c148cbea78ac24b7bc3d6e0480c6c55fd (diff) | |
download | FreeBSD-src-5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48.zip FreeBSD-src-5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48.tar.gz |
Merge r247814 from x86 modulo whitespace bug:
Turn on the CTL disable tunable by default.
This will allow GENERIC configurations to boot on small memory boxes, but
not require end users who want to use CTL to recompile their kernel. They
can simply set kern.cam.ctl.disable=0 in loader.conf.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130308: + CTL_DISABLE has also been added to the sparc64 GENERIC (for further + information, see the respective 20130304 entry). + 20130304: Recent commits to callout(9) changed the size of struct callout, so the KBI is probably heavily disturbed. Also, some functions |