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:           Thu Dec 28 17:51:19 UTC 2017

Modified Files:
        src/sys/ddb: db_panic.c db_variables.c db_variables.h ddbvar.h
            files.ddb

Log Message:
- add ddb.panicstackframes to avoid scrolling the interesting parts of panic
  stacktraces off.
- change valuep to void * to avoid casts
- sort and use c99 initializers in variables array


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ddb/db_panic.c
cvs rdiff -u -r1.44 -r1.45 src/sys/ddb/db_variables.c
cvs rdiff -u -r1.15 -r1.16 src/sys/ddb/db_variables.h
cvs rdiff -u -r1.11 -r1.12 src/sys/ddb/ddbvar.h
cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/files.ddb

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