Module Name:src
Committed By: simonb
Date: Wed Apr 7 01:54:32 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_isa.c
Log Message:
Use NAL (nop-and-link) to get the current PC.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/extern
Module Name:src
Committed By: christos
Date: Tue Apr 6 12:10:21 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
sizeof(*var) instead of sizeof(type)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/extern
Module Name:src
Committed By: simonb
Date: Tue Apr 6 08:19:15 UTC 2021
Modified Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_subr.c
Log Message:
Call kmem_free() with the size of the thing we are freeing. Fixes panic
when unloading the ktrace module on MIPS.