aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-08-28 17:08:30 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-08-28 17:08:30 +0000
commitc1c94d5cdca8ff716ccd8c1612417f52c098b13f (patch)
tree8f10b5e88b9b0b086f8b1ed634262de1a71d408d /UPDATING
parent3e41e813b75a3c0f8ccabf2a60fc9b400ccbd854 (diff)
downloadsrc-c1c94d5cdca8ff716ccd8c1612417f52c098b13f.tar.gz
src-c1c94d5cdca8ff716ccd8c1612417f52c098b13f.zip
Add an updating entry for the recent change in network stack locking
default for debug.mpsafenet, pointing at the recent announcement and things to try if instability is experienced.
Notes
Notes: svn path=/head/; revision=134447
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b7a4d5d3ac0f..f31d8f6f378c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,6 +23,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040828:
+ The default configuration for the network stack has been changed
+ such that it now runs without the Giant lock unless configured
+ otherwise. If you experience network-related instability, you
+ may wish to try setting "debug.mpsafenet=0" or compiling the
+ kernel with "options NET_WITH_GIANT". Details on the netperf
+ project may be found at:
+
+ http://www.watson.org/~robert/freebsd/netperf/
+
+ Including the 20040828 announcement of configuration change
+ details.
+
20040827:
PFIL_HOOKS are a fixed part of the network stack now and do not
need to be specified in the kernel configuration file anymore.