diff options
author | keramida <keramida@FreeBSD.org> | 2002-12-06 13:19:35 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-12-06 13:19:35 +0000 |
commit | d4c352ef370ddc4c12f23cdae86d25c5c3ae4eb2 (patch) | |
tree | fea71709ae825a76674e6e3cf07c2a6f0907e960 /UPDATING | |
parent | 3036bdcf9beb740c8bafae2b18c785736eb70ff1 (diff) | |
download | FreeBSD-src-d4c352ef370ddc4c12f23cdae86d25c5c3ae4eb2.zip FreeBSD-src-d4c352ef370ddc4c12f23cdae86d25c5c3ae4eb2.tar.gz |
Add an entry for sparc64 users to warn them about potential problems
with kernels & modules that are not in sync, after the latest upgrade
of binutils.
Reviewed by: tmm
Approved by: re (rwatson)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: developers choose to disable these features on build machines to maximize performance. +20021202: + The recent binutils upgrade marks a kernel flag day on + sparc64: modules built with the old binutils will not work + with new kernels and vice versa. Mismatches will result in + panics. Make sure your kernel and modules are in sync. + 20021029: The value of IPPROTO_DIVERT has changed. Make sure to keep your kernel, netstat, natd and any third-party DIVERT |