Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Regen.
details: https://anonhg.NetBSD.org/src/rev/140bdaa41a1d
branches: trunk
changeset: 368815:140bdaa41a1d
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Aug 07 02:53:42 2022 +0000
description:
Regen.
diffstat:
sys/arch/amiga/conf/GENERIC | 12 ++++++------
sys/arch/amiga/conf/INSTALL | 6 +++---
sys/arch/atari/conf/ATARITT | 6 +++---
sys/arch/atari/conf/FALCON | 6 +++---
sys/arch/atari/conf/HADES | 6 +++---
sys/arch/atari/conf/MILAN-ISAIDE | 6 +++---
sys/arch/atari/conf/MILAN-PCIIDE | 6 +++---
sys/arch/atari/conf/SMALL030 | 4 ++--
8 files changed, 26 insertions(+), 26 deletions(-)
diffs (214 lines):
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/amiga/conf/GENERIC Sun Aug 07 02:53:42 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.335 2022/05/29 10:51:42 rin Exp $
+# $NetBSD: GENERIC,v 1.336 2022/08/07 02:53:42 simonb Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
-# Created from: # NetBSD: GENERIC.in,v 1.149 2022/05/29 10:43:19 andvar Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.150 2022/08/07 02:52:23 simonb Exp $
#
##
# GENERIC machine description file
@@ -29,7 +29,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.335 $"
+#ident "GENERIC-$Revision: 1.336 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -120,12 +120,12 @@
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
+#options FFS_NO_SNAPSHOT # No FFS snapshot support
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
-#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
-options NFSSERVER # Network File System server side code
-#options FFS_NO_SNAPSHOT # No FFS snapshot support
+options UFS_DIRHASH # UFS Large Directory Hashing
options UFS_EXTATTR # Extended attribute support for UFS1
+options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/amiga/conf/INSTALL Sun Aug 07 02:53:42 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.140 2022/05/29 10:51:42 rin Exp $
+# $NetBSD: INSTALL,v 1.141 2022/08/07 02:53:42 simonb Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
#
-# Created from: # NetBSD: GENERIC.in,v 1.149 2022/05/29 10:43:19 andvar Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.150 2022/08/07 02:52:23 simonb Exp $
#
##
# GENERIC machine description file
@@ -29,7 +29,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.140 $"
+#ident "GENERIC-$Revision: 1.141 $"
makeoptions COPTS="-Os -fno-omit-frame-pointer"
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/ATARITT Sun Aug 07 02:53:42 2022 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.124 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.125 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -30,7 +30,7 @@
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/FALCON Sun Aug 07 02:53:42 2022 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.121 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: FALCON,v 1.122 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -35,7 +35,7 @@
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/HADES Sun Aug 07 02:53:42 2022 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.119 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: HADES,v 1.120 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Sun Aug 07 02:53:42 2022 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.97 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.98 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE Sun Aug 07 02:53:42 2022 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.101 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.102 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for backtraces in DDB.
@@ -34,7 +34,7 @@
file-system TMPFS # Efficient memory file-system
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
-options NFSSERVER # Network File System server side code
+options NFSSERVER # Network File System server
options PANICWAIT # Require keystroke to dump/reboot
options DDB # Kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r 6c7788862329 -r 140bdaa41a1d sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030 Sun Aug 07 02:52:23 2022 +0000
+++ b/sys/arch/atari/conf/SMALL030 Sun Aug 07 02:53:42 2022 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: SMALL030,v 1.27 2022/06/25 13:20:30 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.28 2022/08/07 02:55:46 simonb Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.123 2022/06/25 13:17:04 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.124 2022/08/07 02:52:24 simonb Exp $
include "arch/atari/conf/std.atari"
makeoptions COPTS="-Os -fno-unwind-tables" # optimize for space
maxusers 16
Home |
Main Index |
Thread Index |
Old Index