Page MenuHomeFreeBSD

D55940.diff
No OneTemporary

D55940.diff

diff --git a/sys/amd64/conf/FIRECRACKER b/sys/amd64/conf/FIRECRACKER
--- a/sys/amd64/conf/FIRECRACKER
+++ b/sys/amd64/conf/FIRECRACKER
@@ -101,10 +101,12 @@
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
options NETGDB # netgdb(4) client support
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -99,10 +99,12 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
options NETGDB # netgdb(4) client support
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -76,6 +76,10 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -84,10 +84,12 @@
#options KUBSAN # Kernel Undefined Behavior Sanitizer
#options KCSAN # Kernel Concurrency Sanitizer
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2837,8 +2837,8 @@
options GZIO
# zstd support
-# This enables support for Zstd compressed core dumps, GEOM_UZIP images,
-# and is required by zfs if statically linked.
+# This enables support for Zstandard compression for core dumps,
+# kernel dumps, GEOM_UZIP images, and tarfs, and is required by zfs.
options ZSTDIO
# BHND(4) drivers
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -92,10 +92,12 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
options NETGDB # netgdb(4) client support
diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL
--- a/sys/i386/conf/MINIMAL
+++ b/sys/i386/conf/MINIMAL
@@ -86,6 +86,10 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
device apic
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -93,10 +93,12 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -103,10 +103,12 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -99,10 +99,12 @@
# For full debugger support use (turn off in stable branch):
include "std.debug"
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -173,10 +173,12 @@
include "std.debug"
# options EARLY_PRINTF=sbi
+# Compression support
+options GZIO # gzip (dumps)
+options ZSTDIO # zstd (dumps, tarfs, uzip, zfs)
+
# Kernel dump features.
options EKCD # Support for encrypted kernel dumps
-options GZIO # gzip-compressed kernel and user dumps
-options ZSTDIO # zstd-compressed kernel and user dumps
options DEBUGNET # debugnet networking
options NETDUMP # netdump(4) client support

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 6, 7:44 AM (12 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34745521
Default Alt Text
D55940.diff (6 KB)

Event Timeline