git: 16dd59298288 - main - ddb.4: add 'show preload' entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Apr 2026 13:44:56 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=16dd592982887fb3bc27460c50215cd54157ac5f
commit 16dd592982887fb3bc27460c50215cd54157ac5f
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2026-04-30 13:22:21 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-04-30 13:24:04 +0000
ddb.4: add 'show preload' entry
For the recently added command.
Fixes: b683fd0b3206 ("preload: add "show preload" DDB command")
---
share/man/man4/ddb.4 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index a882a5204fb2..c40bc024586a 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -24,7 +24,7 @@
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd October 31, 2025
+.Dd April 30, 2026
.Dt DDB 4
.Os
.Sh NAME
@@ -1010,6 +1010,11 @@ Names of spin locks held.
Dump process groups present within the system.
.\"
.Pp
+.It Ic show Cm preload
+Pretty-print the metadata passed to the kernel by
+.Xr loader 8 .
+.\"
+.Pp
.It Ic show Cm prison Op Ar addr
Show the prison structure located at
.Ar addr .