aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/dt_module.c
Commit message (Expand)AuthorAgeFilesLines
* dtrace: fix symbol address resolutionJiacong Fang2025-07-071-9/+5
* libdtrace: Compute the relocation offset for all non-ET_REL objectsMark Johnston2024-07-101-11/+13
* libdtrace: Use designated initializers for modules ops tablesMark Johnston2024-07-101-8/+8
* libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and d...Christos Margiolis2023-05-231-27/+3
* libdtrace: Add a missing unlock to an error handler.Mark Johnston2016-04-111-0/+1
* libdtrace: use calloc(3) instead of malloc(3) when it makes sense.Pedro F. Giffuni2016-03-141-9/+5
* libdtrace: allow D libraries to declare dependencies on kernel modulesMark Johnston2015-06-061-0/+50
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-12/+12
* The module load address always needs to be included when setting the dm_*_vaMark Johnston2014-11-251-3/+3
* MFV illumosRui Paulo2014-06-261-8/+276
* MFV OpenSolaris DTrace userland bits.Rui Paulo2010-08-021-6/+27
* dtrace: correctly map sections to addresses in elf object modules (amd64)Andriy Gapon2010-07-231-6/+69
* * Make this file compile cleanly.John Birrell2008-04-261-7/+98
* This commit was generated by cvs2svn to compensate for changes in r178528,John Birrell2008-04-261-98/+7
* This commit was generated by cvs2svn to compensate for changes in r178479,John Birrell2008-04-251-0/+1383