| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | dtrace_getarg: remove stray return statement on amd64, powerpc | Andriy Gapon | 2015-09-29 | 2 | -2/+0 |
| * | Remove the arg0 field from struct amd64_frame. Its existence was a bug, | Mark Johnston | 2015-09-11 | 1 | -1/+1 |
| * | When checking for the valid value of the frame pointer, verify that it | Konstantin Belousov | 2015-07-16 | 2 | -8/+8 |
| * | Use single instance of the identical INKERNEL() and PMC_IN_KERNEL() | Konstantin Belousov | 2015-07-02 | 1 | -3/+0 |
| * | First cut of DTrace for AArch64. | Ruslan Bukin | 2015-07-01 | 4 | -0/+822 |
| * | Don't re-define LOCORE when dtrace is built-in to the kernel. | Ruslan Bukin | 2015-06-10 | 1 | -1/+0 |
| * | Remove unused references to calltrap. | Mark Johnston | 2015-05-25 | 2 | -4/+0 |
| * | Remove some commented-out upstream code for handling traps from usermode | Mark Johnston | 2015-05-10 | 2 | -224/+0 |
| * | Fix DTrace's panic() action. | Mark Johnston | 2015-04-24 | 6 | -477/+0 |
| * | libdtrace: add support for lazyload mode. | Mark Johnston | 2015-04-08 | 1 | -3/+4 |
| * | Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate. | Mark Johnston | 2015-03-30 | 2 | -2/+44 |
| * | On ARM, unlike some other architectures, saved $pc values from in-kernel | Robert Watson | 2015-03-15 | 1 | -6/+6 |
| * | Add support for walltimestamp to DTrace on ARM. | George V. Neville-Neil | 2015-03-07 | 1 | -3/+4 |
| * | dtrace_cas32 and dtrace_casptr should retrn the data loaded from target | Andrew Turner | 2015-03-05 | 1 | -5/+3 |
| * | Add the MD parts of dtrace needed to use fbt on ARM. For this we need to | Andrew Turner | 2015-03-05 | 1 | -6/+91 |
| * | Fix build after unifying DAR/DEAR storage in trap frame. | Nathan Whitehorn | 2015-03-05 | 1 | -1/+1 |
| * | Fix the dtrace ARM atomic compare-and-set functions. These functions are | Andrew Turner | 2015-03-01 | 2 | -31/+22 |
| * | Use the ARM unwinder with dtrace to extract the stack when asked. With this | Andrew Turner | 2015-02-19 | 1 | -89/+28 |
| * | Initial version of DTrace on ARM32. | George V. Neville-Neil | 2015-02-10 | 4 | -0/+871 |
| * | MFV r266993: | Pedro F. Giffuni | 2015-02-03 | 2 | -16/+0 |
| * | Mechanically convert cddl sun #ifdef's to illumos | Steven Hartland | 2015-01-17 | 4 | -17/+17 |
| * | Restore the trap type argument to the DTrace trap hook, removed in r268600. | Mark Johnston | 2014-12-23 | 4 | -10/+8 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -2/+2 |
| * | Fix the stack tracing for dtrace/powerpc. | Justin Hibbits | 2014-09-17 | 1 | -19/+121 |
| * | Use a C wrapper for trap() instead of checking and calling the DTrace trap | Mark Johnston | 2014-07-19 | 1 | -3/+1 |
| * | Invoke the DTrace trap handler before calling trap() on amd64. This matches | Mark Johnston | 2014-07-14 | 4 | -19/+18 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | MFV illumos r266986: | Rui Paulo | 2014-06-26 | 1 | -0/+1 |
| * | Continue the crusade towards a dev_clone()-free kernel, removing its | Davide Italiano | 2014-06-25 | 4 | -84/+1 |
| * | Fix some bugs when fetching probe arguments in i386. Firstly ensure that | Mark Johnston | 2014-06-23 | 2 | -10/+5 |
| * | Fix a couple of bugs on amd64 when fetching probe arguments beyond the | Mark Johnston | 2014-06-23 | 1 | -10/+11 |
| * | Update dis_tables.c to the latest Illumos version. | Peter Grehan | 2014-05-15 | 1 | -17/+188 |
| * | DTrace's pid provider works by inserting breakpoint instructions at probe | Mark Johnston | 2014-04-14 | 1 | -0/+3 |
| * | Expose a few DTrace parameters as sysctls under kern.dtrace and add | Mark Johnston | 2014-03-01 | 2 | -3/+14 |
| * | Fix the struct reg mappings for i386 and amd64, which differ between illumos | Mark Johnston | 2014-02-27 | 1 | -0/+51 |
| * | Move some files that are identical on i386 and amd64 to an x86 subdirectory | Mark Johnston | 2014-02-27 | 6 | -5078/+0 |
| * | Allocate the probe ID unrhdr before the DTrace kld_* event handlers are | Mark Johnston | 2013-12-31 | 1 | -2/+2 |
| * | Revert r260091. The vmem calls seem to be slower than the *_unr() calls that | Mark Johnston | 2013-12-31 | 2 | -4/+3 |
| * | Now that vmem(9) is available, use vmem arenas to allocate probe and | Mark Johnston | 2013-12-30 | 2 | -3/+4 |
| * | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -1/+1 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -2/+0 |
| * | Remove references to an unused fasttrap probe hook, and remove the | Mark Johnston | 2013-10-31 | 1 | -8/+0 |
| * | ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8. | Justin Hibbits | 2013-10-25 | 1 | -1/+2 |
| * | When fetching function arguments out of a frame on amd64, explicitly select | Mark Johnston | 2013-10-21 | 1 | -1/+21 |
| * | Add a function, memstr, which can be used to convert a buffer of | Mark Johnston | 2013-10-16 | 1 | -0/+2 |
| * | Initialize and free the DTrace taskqueue in the dtrace module load/unload | Mark Johnston | 2013-10-08 | 2 | -0/+4 |
| * | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | Davide Italiano | 2013-09-07 | 1 | -5/+1 |
| * | Whitespace cleanup. | Justin Hibbits | 2013-09-02 | 1 | -46/+46 |