diff options
author | marcel <marcel@FreeBSD.org> | 2008-03-01 22:54:42 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-03-01 22:54:42 +0000 |
commit | 7834123faf84837f07b0d243ed77aae77b67d435 (patch) | |
tree | 2dab9aaf132c83b82a19dddc7bb7cbf0f5c143bf /UPDATING | |
parent | e9e93481a8e9f4c5bab2705e722f0fc56514bb21 (diff) | |
download | FreeBSD-src-7834123faf84837f07b0d243ed77aae77b67d435.zip FreeBSD-src-7834123faf84837f07b0d243ed77aae77b67d435.tar.gz |
Make the vm_pmap field of struct vmspace the last field in the
structure. This allows per-CPU variations of struct pmap on a
single architecture without affecting the machine-independent
fields. As such, the PMAP variations don't affect the ABI. They
become part of it.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20080301: + The layout of struct vmspace has changed. This affects libkvm + and any executables that link against libkvm and use the + kvm_getprocs() function. In particular, but not exclusively, + it affects ps(1), fstat(1), pkill(1), systat(1), top(1) and w(1). + The effects are minimal, but it's advisable to upgrade world + nonetheless. + 20080229: The latest em driver no longer has support in it for the 82575 adapter, this is now moved to the igb driver. The |