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:   apb
Date:           Sun Feb 10 11:04:20 UTC 2013

Modified Files:
        src/sys/ddb: ddbvar.h
        src/sys/kern: subr_prf.c
Added Files:
        src/sys/ddb: db_panic.c

Log Message:
Move the DDB-specific part of vpanic() to a new db_panic() function,
defined in ddb/db_panic.c and declared in ddb/ddbvar.h.  No functional
change.

The copyright years in db_panic.c are the years in which changes were
made to the code that has now been moved to db_panic.c.  No pre-NetBSD
copyright notice is needed because revision 1.12 of subr_prf.c had only
the trivial "#ifdef DDB \\ Debugger(); \\ #endif"


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/ddb/db_panic.c
cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/ddbvar.h
cvs rdiff -u -r1.149 -r1.150 src/sys/kern/subr_prf.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