Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ddb
Module Name: src
Committed By: christos
Date: Tue Mar 10 15:58:37 UTC 2020
Modified Files:
src/sys/ddb: db_command.c db_command.h db_print.c db_variables.c
db_xxx.c
Log Message:
Make the db_kernelonly() macro visible to all files and re-use it.
Register access is kernel only.
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/sys/ddb/db_command.c
cvs rdiff -u -r1.35 -r1.36 src/sys/ddb/db_command.h
cvs rdiff -u -r1.28 -r1.29 src/sys/ddb/db_print.c
cvs rdiff -u -r1.46 -r1.47 src/sys/ddb/db_variables.c
cvs rdiff -u -r1.73 -r1.74 src/sys/ddb/db_xxx.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