summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/dtrace
Commit message (Expand)AuthorAgeFilesLines
* Use a proper destructor function.ed2012-08-281-9/+12
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-2/+0
* Bump dtrace_helper_actions_max from 32 to 128pfg2012-06-291-1/+1
* Bring llquantize support into Dtrace.pfg2012-06-271-0/+98
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-261-0/+5
* Add MIPS support to cddl/contrib part:gonzo2012-03-241-2/+2
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-0/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Revamp locking a bit. This fixes three problems:rpaulo2010-09-121-12/+23
* Avoid a LOR (sleepable after non-sleepable) inrpaulo2010-09-111-0/+2
* Fix two bugs in DTrace:rpaulo2010-09-092-6/+24
* Replace a memory barrier with a mutex barrier.rpaulo2010-08-281-10/+15
* Replace a pksignal() call with tdksignal().rpaulo2010-08-241-1/+1
* Port the fasttrap provider to FreeBSD. This provider is responsible forrpaulo2010-08-241-208/+321
* Kernel DTrace support for:rpaulo2010-08-221-24/+26
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-13/+5
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-52/+58
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-14/+41
* Disable use of the user credentials until there is code to set the levelsjb2008-09-271-1/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Add calls to callout_drain() to ensure the callouts are flushed beforejb2008-08-191-0/+2
* Don't enforce unique device minor number policy anymore.ed2008-06-111-0/+1
* Merge a recent change from the OpenSolaris source tree.jb2008-06-011-13/+89
* Comment out the code that breaks with invariants. This is stuff that isjb2008-05-251-0/+2
* FreeBSD changes to vendor source.jb2008-05-222-209/+1120
* Vendor import of the src/sys OpenSolaris bits for DTrace.jb2008-05-226-0/+20045
OpenPOWER on IntegriCloud