Module Name:    src
Committed By:   uebayasi
Date:           Sat Aug 29 07:33:18 UTC 2015

Modified Files:
        src/sys/conf: Makefile.kern.inc files
        src/sys/sys: param.h
        src/usr.bin/config: defs.h mkmakefile.c

Log Message:
Revert MAXUSERS changes.  Need fresh air.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.1137 -r1.1138 src/sys/conf/files
cvs rdiff -u -r1.484 -r1.485 src/sys/sys/param.h
cvs rdiff -u -r1.68 -r1.69 src/usr.bin/config/defs.h
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/config/mkmakefile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.201 src/sys/conf/Makefile.kern.inc:1.202
--- src/sys/conf/Makefile.kern.inc:1.201	Sat Aug 29 07:08:38 2015
+++ src/sys/conf/Makefile.kern.inc	Sat Aug 29 07:33:18 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.201 2015/08/29 07:08:38 uebayasi Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.202 2015/08/29 07:33:18 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -62,7 +62,7 @@ S!=	cd ../../../..; pwd
 ##
 INCLUDES?=	-I. ${EXTRA_INCLUDES} -I${S}/../common/include -I$S/arch \
 		-I$S -nostdinc
-CPPFLAGS+=	${INCLUDES} ${IDENT} -D_KERNEL -D_KERNEL_OPT
+CPPFLAGS+=	${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT
 CPPFLAGS+=	-std=gnu99
 DEFCOPTS?=	-O2
 COPTS?=		${DEFCOPTS}

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1137 src/sys/conf/files:1.1138
--- src/sys/conf/files:1.1137	Sat Aug 29 07:08:38 2015
+++ src/sys/conf/files	Sat Aug 29 07:33:18 2015
@@ -1,7 +1,7 @@
-#	$NetBSD: files,v 1.1137 2015/08/29 07:08:38 uebayasi Exp $
+#	$NetBSD: files,v 1.1138 2015/08/29 07:33:18 uebayasi Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
-version 	20150829
+version 	20150820
 
 #
 # device classes
@@ -17,7 +17,6 @@ devclass bus
 # options understood by the machine-independent part of the kernel
 # (note, these are case-sensitive)
 #
-defparam opt_param.h		MAXUSERS
 defflag				INSECURE
 defflag				KMEMSTATS
 defflag				KTRACE

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.484 src/sys/sys/param.h:1.485
--- src/sys/sys/param.h:1.484	Sat Aug 29 07:08:38 2015
+++ src/sys/sys/param.h	Sat Aug 29 07:33:18 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.484 2015/08/29 07:08:38 uebayasi Exp $	*/
+/*	$NetBSD: param.h,v 1.485 2015/08/29 07:33:18 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -39,10 +39,6 @@
 #ifndef _SYS_PARAM_H_
 #define	_SYS_PARAM_H_
 
-#ifdef _KERNEL_OPT
-#include "opt_param.h"
-#endif
-
 /*
  * Historic BSD #defines -- probably will remain untouched for all time.
  */

Index: src/usr.bin/config/defs.h
diff -u src/usr.bin/config/defs.h:1.68 src/usr.bin/config/defs.h:1.69
--- src/usr.bin/config/defs.h:1.68	Sat Aug 29 07:08:38 2015
+++ src/usr.bin/config/defs.h	Sat Aug 29 07:33:18 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: defs.h,v 1.68 2015/08/29 07:08:38 uebayasi Exp $	*/
+/*	$NetBSD: defs.h,v 1.69 2015/08/29 07:33:18 uebayasi Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -107,7 +107,7 @@ extern const char *progname;
  * The next two lines define the current version of the config(1) binary,
  * and the minimum version of the configuration files it supports.
  */
-#define CONFIG_VERSION		20150829
+#define CONFIG_VERSION		20150820
 #define CONFIG_MINVERSION	0
 
 /*

Index: src/usr.bin/config/mkmakefile.c
diff -u src/usr.bin/config/mkmakefile.c:1.43 src/usr.bin/config/mkmakefile.c:1.44
--- src/usr.bin/config/mkmakefile.c:1.43	Sat Aug 29 07:08:38 2015
+++ src/usr.bin/config/mkmakefile.c	Sat Aug 29 07:33:18 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: mkmakefile.c,v 1.43 2015/08/29 07:08:38 uebayasi Exp $	*/
+/*	$NetBSD: mkmakefile.c,v 1.44 2015/08/29 07:33:18 uebayasi Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: mkmakefile.c,v 1.43 2015/08/29 07:08:38 uebayasi Exp $");
+__RCSID("$NetBSD: mkmakefile.c,v 1.44 2015/08/29 07:33:18 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <ctype.h>
@@ -276,6 +276,7 @@ emitdefs(FILE *fp)
 		    s ? "\"" : "");
 	}
 	putc('\n', fp);
+	fprintf(fp, "PARAM=-DMAXUSERS=%d\n", maxusers);
 	fprintf(fp, "MACHINE=%s\n", machine);
 
 	const char *subdir = "";

Reply via email to