From owner-cvs-all Sat Jun 10 15:13:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 682D037C851; Sat, 10 Jun 2000 15:13:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64718; Sat, 10 Jun 2000 15:13:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200006102213.PAA64718@freefall.freebsd.org> From: Peter Wemm Date: Sat, 10 Jun 2000 15:13:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.h configvers.h main.c mkheaders.c mkmakefile.c mkoptions.c src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 files files.alpha files.i386 files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/06/10 15:13:40 PDT Modified files: usr.sbin/config config.h configvers.h main.c mkheaders.c mkmakefile.c mkoptions.c sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 files files.alpha files.i386 files.pc98 Log: A checkpoint of a part of a work-in-progress. Some more cleanups for config(8). This commit allows control of the creation of the #include "foo.h" files. We now only create them explicitly when needed. BTW; these are mostly bad because they usually imply static limits on numbers of units for devices. eg: struct mysoftc sc[NFOO]; These static limits have Got To Go. Revision Changes Path 1.36 +3 -3 src/usr.sbin/config/config.h 1.20 +2 -2 src/usr.sbin/config/configvers.h 1.38 +1 -4 src/usr.sbin/config/main.c 1.15 +23 -33 src/usr.sbin/config/mkheaders.c 1.52 +21 -31 src/usr.sbin/config/mkmakefile.c 1.18 +8 -1 src/usr.sbin/config/mkoptions.c 1.59 +2 -2 src/sys/conf/Makefile.alpha 1.189 +2 -2 src/sys/conf/Makefile.i386 1.90 +2 -2 src/sys/conf/Makefile.pc98 1.374 +36 -36 src/sys/conf/files 1.51 +11 -8 src/sys/conf/files.alpha 1.320 +37 -36 src/sys/conf/files.i386 1.154 +38 -37 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message