Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: pgoyette
Date: Mon May 5 00:31:48 UTC 2025
Modified Files:
src/sys/kern: kern_module.c
Log Message:
If a KERNEL_DIR=yes kernel is booted via a "naked" filename (Ie, no
directory name) use the old-style /stand/... for module path. This
eases transition to the neew order.
While here, ignore any leading '/' in the booted kernel name; the
boot code always does lookups from the root of the directory tree.
Should address kern/59394
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/kern/kern_module.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index