Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Mon Aug 17 04:15:34 UTC 2020

Modified Files:
        src/sys/arch/mips/include: pcb.h
        src/sys/arch/mips/mips: db_trace.c mips_stacktrace.c
        src/usr.sbin/crash: Makefile crash.c
Added Files:
        src/usr.sbin/crash/arch: mips.c

Log Message:
mostly complete basic port of crash(8) to mips.

tested on mipsel and mips64eb.  basic functionality works
on the running kernel, not yet tested on crash dumps.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mips/include/pcb.h
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/mips/mips/db_trace.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/mips/mips_stacktrace.c
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/crash/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/crash/crash.c
cvs rdiff -u -r0 -r1.1 src/usr.sbin/crash/arch/mips.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