History log of /netbsd/external/cddl/osnet/dev/dtrace/mips/dtrace_subr.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 146e0263 06-Apr-2021 christos <christos@NetBSD.org>

sizeof(*var) instead of sizeof(type)


# 7351e313 06-Apr-2021 simonb <simonb@NetBSD.org>

Call kmem_free() with the size of the thing we are freeing. Fixes panic
when unloading the ktrace module on MIPS.


# 20be819b 29-Mar-2021 simonb <simonb@NetBSD.org>

Work in progress dtrace for MIPS. MIPS support mostly copied from
FreeBSD, with NetBSD-specific changes largely based on aarch64 dtrace
support. Working well enough for system call tracing.