aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/drti.c
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+1
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-1/+7
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-11/+11
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-081-1/+4
* Remove drti.o's dependency on libelf. This makes it possible to add DTraceMark Johnston2015-02-181-64/+1
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-12/+12
* DOF tables are aligned according to the DOF section's alignment constraint,Mark Johnston2014-12-261-1/+4
* 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