summaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c
Commit message (Expand)AuthorAgeFilesLines
* We can stop iterating once we've found the DOF section.Mark Johnston2014-12-231-0/+1
* Initialize an argument to NULL instead of expecting dlinfo() to do it.Will Andrews2014-12-171-1/+1
* Remove some variables that are no longer used as of r271413.Mark Johnston2014-09-221-10/+4
* Use the linker to perform relocations in the SUNW_dof section rather thanMark Johnston2014-09-111-111/+3
* When our linker merges .SUNW_dof sections from multiple files, it simplyMark Johnston2014-03-011-30/+58
* Cast away a clang alignment warning in drti.c's fixsymbol() function.Dimitry Andric2011-12-151-1/+1
* Disable debug by default.Rui Paulo2010-09-111-1/+1
* Add libdtrace support for tracing userland programs.Rui Paulo2010-08-211-7/+161
* MFV OpenSolaris DTrace userland bits.Rui Paulo2010-08-021-7/+8
* * Make this file compile cleanly.John Birrell2008-04-261-10/+27
* This commit was generated by cvs2svn to compensate for changes in r178528,John Birrell2008-04-261-27/+10
* This commit was generated by cvs2svn to compensate for changes in r178479,John Birrell2008-04-251-0/+206