#
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 ...
|
#
9d2dfffd |
| 05-Mar-2014 |
ozaki-r <ozaki-r@NetBSD.org> |
Use native atomic function instead of DTrace's own one
So we don't need to implement it for each architecture.
This change is from FreeBSD (not as-is though).
|
#
ad5eab92 |
| 04-Mar-2014 |
ozaki-r <ozaki-r@NetBSD.org> |
Fix wrong conditional statement in dtrace_debug_output
Reported in PR kern/48547 by ozaki-r.
|
#
1dd1e91a |
| 14-Apr-2013 |
christos <christos@NetBSD.org> |
add a stub for arm
|
#
22738551 |
| 16-Jun-2012 |
chs <chs@NetBSD.org> |
reduce diff to freebsd: rename "xcpu" back to "cpu" now that the conflicting global variable has been renamed out of the way. this also fixes some cases where references to the local variable "cpu"
reduce diff to freebsd: rename "xcpu" back to "cpu" now that the conflicting global variable has been renamed out of the way. this also fixes some cases where references to the local variable "cpu" had not been renamed and thus were accidentally referring to the former global "cpu".
show more ...
|
#
4aa752a4 |
| 31-Aug-2011 |
christos <christos@NetBSD.org> |
fix shadow warnings. XXX: might be a good idea to kill global 'cpu' and 'version' variables.
|
#
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@.
|