From owner-source-changes@NetBSD.ORG Wed Jan 25 13:42:56 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA03943; Wed, 25 Jan 1995 13:42:55 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id OAA03888 for source-changes-outgoing; Wed, 25 Jan 1995 14:41:07 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id OAA03884 for ; Wed, 25 Jan 1995 14:41:03 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id MAA05874 for source-changes; Wed, 25 Jan 1995 12:50:02 -0800 Date: Wed, 25 Jan 1995 12:50:02 -0800 From: The Source Master Message-Id: <199501252050.MAA05874@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG cgd Wed Jan 25 12:44:45 PST 1995 Update of /b/source/CVS/src/usr.sbin/config.new In directory sun-lamp.cs.berkeley.edu:/usr/src/usr.sbin/config.new Modified Files: config.h gram.y main.c scan.l sem.c Log Message: fix config.new's hardcoded partition number problems (read maxpartitions in from a required keyword, and use it everywhere that's necessary), and also (slightly) clean up the MACHINE_ARCH config file's inclusion. cgd Wed Jan 25 12:45:36 PST 1995 Update of /b/source/CVS/src/sys/arch/amiga/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/amiga/conf Modified Files: files.amiga.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:46 PST 1995 Update of /b/source/CVS/src/sys/arch/da30/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/da30/conf Modified Files: files.da30.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:47 PST 1995 Update of /b/source/CVS/src/sys/arch/i386/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/i386/conf Modified Files: files.i386.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:50 PST 1995 Update of /b/source/CVS/src/sys/arch/mac68k/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/mac68k/conf Modified Files: files.mac68k.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:52 PST 1995 Update of /b/source/CVS/src/sys/arch/pc532/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/pc532/conf Modified Files: files.pc532.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:54 PST 1995 Update of /b/source/CVS/src/sys/arch/sparc/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/sparc/conf Modified Files: files.sparc.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:57 PST 1995 Update of /b/source/CVS/src/sys/arch/sun3/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/sun3/conf Modified Files: files.sun3.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:45:59 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/conf In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sys/arch/vax/conf Modified Files: files.vax.newconf Log Message: add 'maxpartitions' keyword as first 'intesting' thing in the file, to facilitate the solution of config.new's hardcoded partition number problems. cgd Wed Jan 25 12:48:43 PST 1995 Update of /b/source/CVS/doc In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/doc Modified Files: CHANGES Log Message: config.new MAXPARTITIONS.