Date: Fri, 25 Feb 2005 11:49:42 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/sys/kern kern_exec.c src/sys/sys imgact.h Message-ID: <200502251149.j1PBngE5055439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2005-02-25 11:49:42 UTC
FreeBSD src repository
Modified files:
. UPDATING
sys/kern kern_exec.c
sys/sys imgact.h
Log:
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>
Revision Changes Path
1.394 +5 -0 src/UPDATING
1.266 +9 -5 src/sys/kern/kern_exec.c
1.38 +2 -2 src/sys/sys/imgact.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251149.j1PBngE5055439>
