summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-26 21:42:22 +0000
committerjb <jb@FreeBSD.org>2006-10-26 21:42:22 +0000
commitf82c7997354f95e680341bb8e10136ded5fd15eb (patch)
tree2136d90e7e60f4ef25fe147499787d0e6a155b82 /UPDATING
parentb3e38fbc69f126c6cc49a0a6e45096d6c01b7c43 (diff)
downloadFreeBSD-src-f82c7997354f95e680341bb8e10136ded5fd15eb.zip
FreeBSD-src-f82c7997354f95e680341bb8e10136ded5fd15eb.tar.gz
Make KSE a kernel option, turned on by default in all GENERIC
kernel configs except sun4v (which doesn't process signals properly with KSE). Reviewed by: davidxu@
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d2570b3..0684cf5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20061025:
+ 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'.
+
20060929:
mrouted and its utilities have been removed from the base system.
OpenPOWER on IntegriCloud