Module Name: src Committed By: simonb Date: Sun Aug 7 02:53:43 UTC 2022
Modified Files: src/sys/arch/amiga/conf: GENERIC INSTALL Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.140 -r1.141 src/sys/arch/amiga/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amiga/conf/GENERIC diff -u src/sys/arch/amiga/conf/GENERIC:1.335 src/sys/arch/amiga/conf/GENERIC:1.336 --- src/sys/arch/amiga/conf/GENERIC:1.335 Sun May 29 10:51:42 2022 +++ src/sys/arch/amiga/conf/GENERIC Sun Aug 7 02:53:42 2022 @@ -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 @@ include "arch/amiga/conf/std.amiga" 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 @@ file-system TMPFS # Efficient memory fi #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. Index: src/sys/arch/amiga/conf/INSTALL diff -u src/sys/arch/amiga/conf/INSTALL:1.140 src/sys/arch/amiga/conf/INSTALL:1.141 --- src/sys/arch/amiga/conf/INSTALL:1.140 Sun May 29 10:51:42 2022 +++ src/sys/arch/amiga/conf/INSTALL Sun Aug 7 02:53:42 2022 @@ -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 @@ include "arch/amiga/conf/std.amiga" 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"