summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/dtrace
Commit message (Expand)AuthorAgeFilesLines
* 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