From owner-cvs-sys Thu Mar 13 11:23:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA15582 for cvs-sys-outgoing; Thu, 13 Mar 1997 11:23:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA15574; Thu, 13 Mar 1997 11:23:33 -0800 (PST) Date: Thu, 13 Mar 1997 11:23:33 -0800 (PST) From: Bruce Evans Message-Id: <199703131923.LAA15574@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/13 11:23:33 Modified: sys/i386/conf LINT Log: Updated comment about npx0. Added obsolete option GATEWAY so that kern_opt.c gets tested. Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so that these options get tested. The addition of LOCKF_DEBUG shows that all of kern/kern_lockf.c shouldn't have been moved from ufs. The debugging parts are very fs-dependent. Revision Changes Path 1.317 +13 -7 src/sys/i386/conf/LINT