History log of /netbsd-current/external/cddl/osnet/dev/dtrace/mips/dtrace_subr.c
Revision Date Author Comments
# 1.3 06-Apr-2021 christos

sizeof(*var) instead of sizeof(type)


# 1.2 06-Apr-2021 simonb

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


# 1.1 29-Mar-2021 simonb

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.


# 1.3 06-Apr-2021 christos

sizeof(*var) instead of sizeof(type)


# 1.2 06-Apr-2021 simonb

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


# 1.1 29-Mar-2021 simonb

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.


# 1.1 29-Mar-2021 simonb

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.