diff options
author | scottl <scottl@FreeBSD.org> | 2005-04-18 14:33:18 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-04-18 14:33:18 +0000 |
commit | 9dda468ece28c74f65d5dc313fca317bc0b85a7c (patch) | |
tree | 80250f88afe112f9a3cd00cdecbcfc31bf1474ed /UPDATING | |
parent | 47b4ce0270705495b549f185db29363fbefa714c (diff) | |
download | FreeBSD-src-9dda468ece28c74f65d5dc313fca317bc0b85a7c.zip FreeBSD-src-9dda468ece28c74f65d5dc313fca317bc0b85a7c.tar.gz |
Note that NO_MIXED_MODE is gone.
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 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20050415: + The NO_MIXED_MODE kernel option has been removed from the i386 + amd64 platforms as its use has been superceded by the new local + APIC timer code. Any kernel config files containing this option + should be updated. + 20050227: The on-disk format of LC_CTYPE files was changed to be machine independent. Please make sure NOT to use NO_CLEAN buildworld |