Date: Sat, 10 Jun 2000 15:13:41 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200006102213.PAA64718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006102213.PAA64718>