summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-12-17 00:11:56 +0000
committerkmacy <kmacy@FreeBSD.org>2008-12-17 00:11:56 +0000
commitd0147f27c78887e74c73b5157a363120412f0c73 (patch)
tree164baa9612198ea7b9d07b6fd310961477947985 /UPDATING
parent43e7c1af8b2db7fbcfc5f57130190bc06d3eb7ae (diff)
downloadFreeBSD-src-d0147f27c78887e74c73b5157a363120412f0c73.zip
FreeBSD-src-d0147f27c78887e74c73b5157a363120412f0c73.tar.gz
convert ifnet and afdata locks from mutexes to rwlocks
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6b48ada..dec4947 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20081216:
+ The afdata and ifnet locks have been changed from mutexes to
+ rwlocks, network modules will need to be re-compiled.
20081214:
__FreeBSD_version 800059 incorporates the new arp-v2 rewrite.
OpenPOWER on IntegriCloud