summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-26 22:05:25 +0000
committerjb <jb@FreeBSD.org>2006-10-26 22:05:25 +0000
commit3a250c3e1697ac0cf0232f167522eec8cf185717 (patch)
treed7b067d95cfdd98954426602f705eec421c1db89 /UPDATING
parentf82c7997354f95e680341bb8e10136ded5fd15eb (diff)
downloadFreeBSD-src-3a250c3e1697ac0cf0232f167522eec8cf185717.zip
FreeBSD-src-3a250c3e1697ac0cf0232f167522eec8cf185717.tar.gz
Add 'options KSE' to the kernel config DEFAULTS on all arches/machines
except sun4v. This change makes the transition from a default to an option more transparent and is an attempt to head off all the compliants that are likely from people who don't read UPDATING, based on experience with the io/mem change. Submitted by: scottl@
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 6 insertions, 7 deletions
diff --git a/UPDATING b/UPDATING
index 0684cf5..13c6c68 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,14 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
-20061025:
+20061026:
KSE in the kernel has now been made optional and turned on by
- default in the GENERIC kernels. Either add 'options KSE' to your
- custom kernel or edit /etc/libmap.conf to redirect libpthread.so.2
- to libthr.so.2. All kernel modules *must* be recompiled after
- this change. There-after, modules from a KSE kernel should be
- compatible with modules from a NOKSE kernel due to the temporary
- padding fields added to 'struct proc'.
+ default. Use 'nooption KSE' in your kernel config to turn it
+ off. All kernel modules *must* be recompiled after this change.
+ There-after, modules from a KSE kernel should be compatible with
+ modules from a NOKSE kernel due to the temporary padding fields
+ added to 'struct proc'.
20060929:
mrouted and its utilities have been removed from the base system.
OpenPOWER on IntegriCloud