History log of /netbsd-src/external/cddl/osnet/dev/dtrace/amd64/dtrace_isa.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 2df913e6 16-Aug-2018 christos <christos@NetBSD.org>

get rid of kernelbase


# bb6b99b5 12-Aug-2018 christos <christos@NetBSD.org>

handle variable kernel vm min address


# 753a2739 27-Jul-2018 maxv <maxv@NetBSD.org>

Replace KERN_BASE by VM_MIN_KERNEL_ADDRESS. Also add XXX on INKERNEL.


# ba2539a9 28-May-2018 chs <chs@NetBSD.org>

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of im

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().

show more ...


# 44b9f411 27-Feb-2017 chs <chs@NetBSD.org>

apply changes equivalent to freebsd r256822, r267759 and r298171:
fix the dtrace "args" variable to return correct values.
simplify the invop handlers a bit by changing the second argument
from a poi

apply changes equivalent to freebsd r256822, r267759 and r298171:
fix the dtrace "args" variable to return correct values.
simplify the invop handlers a bit by changing the second argument
from a pointer into the stack to a pointer to the trapframe.

show more ...


# 760a7ed1 14-May-2016 chs <chs@NetBSD.org>

apply the ustack() parts of freebsd r211608:

r211608 | rpaulo | 2010-08-22 03:53:32 -0700 (Sun, 22 Aug 2010) | 8 lines

Kernel DTrace support for:
o uregs (sson@)
o ustack (sson@)
o /dev/dtrac

apply the ustack() parts of freebsd r211608:

r211608 | rpaulo | 2010-08-22 03:53:32 -0700 (Sun, 22 Aug 2010) | 8 lines

Kernel DTrace support for:
o uregs (sson@)
o ustack (sson@)
o /dev/dtrace/helper device (needed for USDT probes)

The work done by me was:
Sponsored by: The FreeBSD Foundation

plus a few netbsd-specific tweaks from me.
fixes PR 50790.

show more ...


# 6e9ead46 11-Jun-2012 chs <chs@NetBSD.org>

make dtrace work on amd64.


# 958e171b 13-Mar-2010 christos <christos@NetBSD.org>

make dtrace compile on amd64.


# 01c9547e 21-Feb-2010 darran <darran@NetBSD.org>

Apply NetBSD changes to DTrace.

Ok with core@.


# bb8023b5 21-Feb-2010 darran <darran@NetBSD.org>

Add the FreeBSD 8-RC1 changes for DTrace.

Ok with core@.