summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-02-25 11:49:42 +0000
committersobomax <sobomax@FreeBSD.org>2005-02-25 11:49:42 +0000
commit3155a16bbff21fc68e2028ac99868d17bffa9767 (patch)
tree850254d8b3919e971cf675fe4ef7719a364188cd /UPDATING
parentd303291d9d095c8be6d71720141a405680dcbc6a (diff)
downloadFreeBSD-src-3155a16bbff21fc68e2028ac99868d17bffa9767.zip
FreeBSD-src-3155a16bbff21fc68e2028ac99868d17bffa9767.tar.gz
Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes to
PAGE_SIZE. Unlike originator of the PR suggests retain MAXSHELLCMDLEN definition (he has been proposing to replace it with PAGE_SIZE everywhere), not only this reduced the diff significantly, but prevents code obfuscation and also allows to increase/decrease this parameter easily if needed. PR: kern/64196 Submitted by: Magnus Bäckström <b@etek.chalmers.se>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e054fe4..d7bf823 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
to maximize performance.
20050223:
+ The layout of struct image_params has changed. You have to
+ recompile all compatibility modules (linux, svr4, etc) for use
+ with the new kernel.
+
+20050223:
The p4tcc driver has been merged into cpufreq(4). This makes
"options CPU_ENABLE_TCC" obsolete. Please load cpufreq.ko or
compile in "device cpufreq" to restore this functionality.
OpenPOWER on IntegriCloud