summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
...
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-261-0/+6
* Change SIGUSR1 to SIGTHR to properly wake up a process that is beinggnn2012-04-131-1/+1
* Add stub file for pid probe. It's required although pid probe is not supportedgonzo2012-03-241-0/+75
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, somedim2011-12-161-2/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, somedim2011-12-161-3/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, thedim2011-12-151-0/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use thedim2011-12-151-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/i386/dt_isadep.c, use thedim2011-12-151-1/+1
* Cast away a clang alignment warning in drti.c's fixsymbol() function.dim2011-12-151-1/+1
* Do not use #warning to warn about missing implementation of dt_popc(),simon2011-06-191-1/+1
* Fix clang warnings.benl2011-06-181-7/+9
* Give a chance to the target binary to run the ctors by waiting until itrpaulo2010-09-121-1/+1
* Disable debug by default.rpaulo2010-09-111-1/+1
* Don't try to map the USDT probes. This is necessary because there is norpaulo2010-09-101-1/+3
* Don't clobber an existing target object file when doing the DTracerpaulo2010-09-091-0/+12
* Include <sys/sdt.h> on a generated header.rpaulo2010-09-011-0/+4
* Add libdtrace support for tracing userland programs.rpaulo2010-08-2111-212/+495
* Fix another mismerge: bring back the definition of DT_MUTEX_HELD().rpaulo2010-08-021-0/+8
* Fix the result of a mismerge. MUTEX_HELD should be DT_MUTEX_HELD() andrpaulo2010-08-022-9/+11
* MFV OpenSolaris DTrace userland bits.rpaulo2010-08-0217-117/+275
* proc_wait() was replaced by proc_wstatus(). Right now this call isrpaulo2010-07-311-1/+1
* Update to the new proc_detach() function.rpaulo2010-07-311-2/+2
* dtrace: correctly map sections to addresses in elf object modules (amd64)avg2010-07-232-6/+70
* Merge from vendor: libdtrace MD parts needed by fasttrap.rpaulo2010-07-175-0/+1145
* Unbreak platforms with char unsigned by default. Oddly enough, GCC isn'tmarcel2010-06-201-2/+6
* Do not allow EOF token to be put back into input buffer.kan2010-06-181-3/+11
* In dtrace lexer, do not unput token if it is EOF.kan2010-06-111-1/+2
* Correct the sense of the "use32" terenary operator so that it usesjhb2009-01-161-5/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-056-25/+61
* Mips doesn't have a long double that's different in size from double.imp2008-09-181-1/+1
* * Handle the different ioctl design.jb2008-04-263-14/+524
* Make this file compile cleanly.jb2008-04-261-1/+3
* Leave out some header files.jb2008-04-262-0/+10
* * Handle building on FreeBSD for i386 and amd64.jb2008-04-261-27/+194
* * Make this file compile cleanly.jb2008-04-261-10/+27
* * Add FreeBSD action extensions.jb2008-04-261-6/+267
* * Handle the different ioctl design.jb2008-04-261-3/+14
* There is a lot of commented out code here which applies to future workjb2008-04-261-2/+112
* Leave out a header file.jb2008-04-261-0/+2
* Merge FreeBSD include file changes with some code that should have comejb2008-04-261-11/+39
* * Use FreeBSD's process library instead of the Solaris one.jb2008-04-261-1/+122
* Leave out the hook that Solaris has into it's rtld.jb2008-04-261-0/+2
* * Add a couple of action definitions for FreeBSD extensions.jb2008-04-261-0/+32
* * Handle the different ioctl design.jb2008-04-261-1/+17
* There are many places in libdtrace where errno can be set. When anjb2008-04-261-0/+18
* Add some error definitions for FreeBSD action extensions.jb2008-04-261-1/+5
* * Make this file compile cleanly.jb2008-04-261-7/+98
* * Handle the different ioctl design.jb2008-04-261-4/+21
* Just leave out a few includes to compile this on FreeBSD.jb2008-04-261-0/+4
* * Get the maximum number of CPUs via a sysctl.jb2008-04-261-2/+63
OpenPOWER on IntegriCloud