| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r285643: | kib | 2015-08-07 | 2 | -8/+8 |
* | MFC r285041: | kib | 2015-08-05 | 1 | -3/+0 |
* | MFC r285663, r285664, r285667: | markj | 2015-07-21 | 1 | -0/+4 |
* | MFC r278166, MFV r266993: | pfg | 2015-06-07 | 2 | -16/+0 |
* | MFC r281915: | markj | 2015-05-29 | 5 | -459/+0 |
* | MFC r275576: remove opensolaris cyclic code, replace with high-precision call... | avg | 2015-05-11 | 5 | -1865/+169 |
* | MFC r280834: | markj | 2015-04-13 | 2 | -2/+44 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -2/+2 |
* | MFC r267851: | pfg | 2014-10-14 | 4 | -84/+1 |
* | MFC r266103 | grehan | 2014-08-19 | 1 | -17/+188 |
* | MFC r267759, r267761 | markj | 2014-08-05 | 3 | -20/+16 |
* | MFC r267706: | markj | 2014-08-05 | 1 | -16/+17 |
* | MFC r256822: | markj | 2014-08-04 | 1 | -1/+21 |
* | MFC r256571: | markj | 2014-08-04 | 1 | -0/+3 |
* | MFC r264434: | markj | 2014-07-31 | 1 | -0/+3 |
* | MFC r264435: | markj | 2014-07-29 | 1 | -1/+7 |
* | MFC 267929, 267937, 267939, 267940, 267941, 267942, 267987, 268006: | rpaulo | 2014-07-12 | 1 | -0/+1 |
* | MFC r262665: | markj | 2014-05-15 | 2 | -2/+12 |
* | MFC r262543: | markj | 2014-05-03 | 1 | -0/+51 |
* | MFC r262542: | markj | 2014-05-03 | 6 | -5078/+0 |
* | MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* event | avg | 2014-02-17 | 1 | -2/+2 |
* | MFC r257417: Remove references to an unused fasttrap probe hook | avg | 2014-02-17 | 1 | -8/+0 |
* | MFC r257152: Do some cleanup of the SDT code | avg | 2014-02-17 | 1 | -71/+68 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 2 | -2/+15 |
* | MFC r256543,r259245,r259421,r259668,r259674 | jhibbits | 2014-01-15 | 1 | -2/+2 |
* | Initialize and free the DTrace taskqueue in the dtrace module load/unload | markj | 2013-10-08 | 2 | -0/+4 |
* | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | davide | 2013-09-07 | 1 | -5/+1 |
* | Whitespace cleanup. | jhibbits | 2013-09-02 | 1 | -48/+48 |
* | Fixes for DTrace on PowerPC: | jhibbits | 2013-08-31 | 3 | -112/+261 |
* | Rename the kld_unload event handler to kld_unload_try, and add a new | markj | 2013-08-24 | 3 | -9/+9 |
* | fbt: drop a local write-only variable | avg | 2013-08-23 | 1 | -6/+0 |
* | Make dtrace_copy() actually work on PowerPC. Although unused currently, | jhibbits | 2013-08-22 | 1 | -4/+4 |
* | Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64. | jhibbits | 2013-08-19 | 2 | -0/+15 |
* | Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macros | markj | 2013-08-17 | 1 | -2/+6 |
* | Use kld_{load,unload} instead of mod_{load,unload} for the linker file load | markj | 2013-08-14 | 3 | -23/+23 |
* | FreeBSD's DTrace implementation has a few problems with respect to handling | markj | 2013-08-13 | 4 | -79/+227 |
* | opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG | avg | 2013-08-06 | 2 | -0/+4 |
* | dtrace disassembler: take the latest/last CDDL code from OpenSolaris | avg | 2013-07-29 | 4 | -388/+3680 |
* | Hide references to mod_lock. In FreeBSD it is always acquired with the | markj | 2013-07-05 | 3 | -9/+8 |
* | The dtmalloc provider uses the short description of a malloc type as the | markj | 2013-06-28 | 1 | -0/+10 |
* | SDT probes can directly pass up to five arguments as arguments to | markj | 2013-06-02 | 2 | -2/+2 |
* | Port the SDT test now that it's possible to create SDT probes that take | markj | 2013-06-02 | 1 | -0/+37 |
* | Bring back part of r249367 by adding DTrace's temporal option, which allows | markj | 2013-05-12 | 1 | -0/+2 |
* | fbt_getargdesc: correctly handle types for return probes | avg | 2013-03-23 | 1 | -5/+17 |
* | fbt_typoff_init: fix an off by one in determining required memory size | avg | 2013-03-23 | 1 | -0/+2 |
* | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | jhibbits | 2013-03-18 | 4 | -43/+1422 |
* | Fix warning: comparison of unsigned expression < 0 is always false. | pluknet | 2013-02-08 | 1 | -1/+1 |
* | Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view to | jhibbits | 2013-02-03 | 2 | -66/+61 |
* | Correct a series of errors in the hand-rolled locking for drace_debug.c: | rstone | 2012-12-23 | 1 | -44/+54 |
* | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | jhibbits | 2012-11-07 | 6 | -1/+1076 |