Date: Tue, 23 Mar 2004 16:06:23 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: maxproc is automatically adjusted? Message-ID: <20040323160623.GB1809@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <200403231455.i2NEt2p17482@clunix.cl.msu.edu> References: <Pine.LNX.4.33.0403231411210.10896-100000@ux1.ibb.net> <200403231455.i2NEt2p17482@clunix.cl.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--xgyAXRrhYN0wYx8y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 23, 2004 at 09:55:01AM -0500, Jerry McAllister wrote: > >=20 > > Thanks for your answer. > >=20 > > I only dont know where to find the LINT file in the src tree. > > in /usr/src i tried find . -name LINT > > but no result. (sorry for this luser question). >=20 > I don't know if 5.xxx changes this, but /usr/src/sys/i386/conf/ > does it for 4.xxx and older. In 5.x the LINT config file is dynamically generated from various NOTES files -- it's the NOTES files that have all the useful comments and stuff, whereas the LINT config generated from them has been stripped down. NOTES is divided into architecture dependent and architecture independent parts -- use: % find /usr/src/sys -name NOTES -print to locate what you need. The point of splitting up NOTES in this way is to avoid having to make the same set of edits to half a dozen or so kernel configs whenever anything generic changes. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --xgyAXRrhYN0wYx8y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAYGB/dtESqEQa7a0RApN/AJ4hxdieEUsRWpOgSYs6iBr4vT3gYACfbeNI 8LJb1gc2vFxzPwToX8M5YKQ= =TN5Q -----END PGP SIGNATURE----- --xgyAXRrhYN0wYx8y--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040323160623.GB1809>