summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-01-03 23:05:20 +0000
committerimp <imp@FreeBSD.org>2011-01-03 23:05:20 +0000
commit4276e9c3a0305fb9ef6110e3988d558dc9c2d0f0 (patch)
treea0bdfb4ec69bc9ff13a45607b5998e7f86f9421b /UPDATING
parent192742df1ef395732ebf6218a92ecc901450c974 (diff)
downloadFreeBSD-src-4276e9c3a0305fb9ef6110e3988d558dc9c2d0f0.zip
FreeBSD-src-4276e9c3a0305fb9ef6110e3988d558dc9c2d0f0.tar.gz
Note compatibility issues with make universe and stable systems.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b4c302d..17317e2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,20 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110103:
+ If you are trying to run make universe on a -stable system, and you get
+ the following warning:
+"Makefile", line 356: "Target architecture for i386/conf/GENERIC unknown. config(8) likely too old."
+ or something similar to it, then you must upgrade your -stable system
+ to 8.2-Release or newer (really, any time after r210146 7/15/2010 in
+ stable/8) or build the config from the latest stable/8 branch and
+ install it on your system.
+
+ Prior to this date, building a current universe on 8-stable system from
+ between 7/15/2010 and 1/2/2011 would result in a weird shell parsing
+ error in the first kernel build phase. A new config on those old systems
+ will fix that problem for older versions of -current.
+
20101228:
The TCP stack has been modified to allow Khelp modules to interact with
it via helper hook points and store per-connection data in the TCP
OpenPOWER on IntegriCloud