diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-02-25 11:49:42 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-02-25 11:49:42 +0000 |
commit | 3155a16bbff21fc68e2028ac99868d17bffa9767 (patch) | |
tree | 850254d8b3919e971cf675fe4ef7719a364188cd /UPDATING | |
parent | d303291d9d095c8be6d71720141a405680dcbc6a (diff) | |
download | FreeBSD-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-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |