Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: imil
Date: Tue May 6 04:34:59 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/amd64/include: types.h
src/sys/arch/i386/i386: locore.S
src/sys/arch/i386/include: types.h
src/sys/arch/x86/conf: MICROVM.common
src/sys/arch/x86/x86: tsc.c
src/sys/kern: init_main.c
Added Files:
src/sys/sys: bootcycletime.h
Log Message:
Add BOOTCYCLETIME option to print kernel boot time
Introduce a new kernel option, BOOTCYCLETIME, which will print
the time taken for the kernel to boot on (for now) amd64 and i386
architectures.
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amd64/include/types.h
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/i386/include/types.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/conf/MICROVM.common
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x86/x86/tsc.c
cvs rdiff -u -r1.550 -r1.551 src/sys/kern/init_main.c
cvs rdiff -u -r0 -r1.1 src/sys/sys/bootcycletime.h
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