aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* MFC 289769,289822,290143,290144:John Baldwin2016-01-201-10/+34
* MFC r288363: std: it is important that func name is never an empty stringAndriy Gapon2015-10-231-0/+2
* MFC r288362: sdt: start checking version field when parsing probe definitionsAndriy Gapon2015-10-231-0/+6
* MFC r288365: sdt: static-ize couple of variablesAndriy Gapon2015-10-231-2/+2
* MFC r288364: sdt module does not seem to actually use any symbol fromAndriy Gapon2015-10-231-1/+0
* MFC r288361: dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon2015-10-232-2/+0
* MFC r285643:Konstantin Belousov2015-08-072-8/+8
* MFC r285041:Konstantin Belousov2015-08-051-3/+0
* MFC r285663, r285664, r285667:Mark Johnston2015-07-211-0/+4
* MFC r278166, MFV r266993:Pedro F. Giffuni2015-06-072-16/+0
* MFC r281915:Mark Johnston2015-05-295-459/+0
* MFC r275576: remove opensolaris cyclic code, replace with high-precision call...Andriy Gapon2015-05-115-1865/+169
* MFC r280834:Mark Johnston2015-04-132-2/+44
* MFC r263710, r273377, r273378, r273423 and r273455:Hans Petter Selasky2014-10-271-2/+2
* MFC r267851:Pedro F. Giffuni2014-10-144-84/+1
* MFC r266103Peter Grehan2014-08-191-17/+188
* MFC r267759, r267761Mark Johnston2014-08-053-20/+16
* MFC r267706:Mark Johnston2014-08-051-16/+17
* MFC r256822:Mark Johnston2014-08-041-1/+21
* MFC r256571:Mark Johnston2014-08-041-0/+3
* MFC r264434:Mark Johnston2014-07-311-0/+3
* MFC r264435:Mark Johnston2014-07-291-1/+7
* MFC 267929, 267937, 267939, 267940, 267941, 267942, 267987, 268006:Rui Paulo2014-07-121-0/+1
* MFC r262665:Mark Johnston2014-05-152-2/+12
* MFC r262543:Mark Johnston2014-05-031-0/+51
* MFC r262542:Mark Johnston2014-05-036-5078/+0
* MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* eventAndriy Gapon2014-02-171-2/+2
* MFC r257417: Remove references to an unused fasttrap probe hookAndriy Gapon2014-02-171-8/+0
* MFC r257152: Do some cleanup of the SDT codeAndriy Gapon2014-02-171-71/+68
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-172-2/+15
* MFC r256543,r259245,r259421,r259668,r259674Justin Hibbits2014-01-151-2/+2
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadMark Johnston2013-10-082-0/+4
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+1
* Whitespace cleanup.Justin Hibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:Justin Hibbits2013-08-313-112/+261
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-243-9/+9
* fbt: drop a local write-only variableAndriy Gapon2013-08-231-6/+0
* Make dtrace_copy() actually work on PowerPC. Although unused currently,Justin Hibbits2013-08-221-4/+4
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-192-0/+15
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosMark Johnston2013-08-171-2/+6
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston2013-08-143-23/+23
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-134-79/+227
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-062-0/+4
* dtrace disassembler: take the latest/last CDDL code from OpenSolarisAndriy Gapon2013-07-294-388/+3680
* Hide references to mod_lock. In FreeBSD it is always acquired with theMark Johnston2013-07-053-9/+8
* The dtmalloc provider uses the short description of a malloc type as theMark Johnston2013-06-281-0/+10
* SDT probes can directly pass up to five arguments as arguments toMark Johnston2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takeMark Johnston2013-06-021-0/+37
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-121-0/+2
* fbt_getargdesc: correctly handle types for return probesAndriy Gapon2013-03-231-5/+17