diff options
author | jhb <jhb@FreeBSD.org> | 2006-01-06 19:04:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-01-06 19:04:39 +0000 |
commit | 036bca428483e5d0565cb97310cc7fcee2975d20 (patch) | |
tree | a5212428132217a53f5fc1de2e8e5efad7599a3c /UPDATING | |
parent | 8f18f21de1bd66b7ee393a6c26e6b404214128d5 (diff) | |
download | FreeBSD-src-036bca428483e5d0565cb97310cc7fcee2975d20.zip FreeBSD-src-036bca428483e5d0565cb97310cc7fcee2975d20.tar.gz |
Note shrinkage of lock_object and the subsequent widespread kernel ABI
breakage.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060106: + The kernel ABI was mostly destroyed due to a change in the size + of struct lock_object which is nested in other structures such + as mutexes which are nested in all sorts of other structures. + Make sure your kernel and modules are in sync. + 20051231: The page coloring algorithm in the VM subsystem was converted from tuning with kernel options to autotuning. Please remove |