Page MenuHomeFreeBSD

libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and dm_modid
ClosedPublic

Authored by christos on Mar 20 2023, 10:38 PM.
Tags
Referenced Files
F93975430: D39177.diff
Sat, Sep 14, 2:16 PM
Unknown Object (File)
Sat, Aug 31, 7:23 PM
Unknown Object (File)
Fri, Aug 23, 7:08 AM
Unknown Object (File)
Mon, Aug 19, 11:45 AM
Unknown Object (File)
Sat, Aug 17, 3:25 AM
Unknown Object (File)
Aug 14 2024, 2:20 PM
Unknown Object (File)
Jul 29 2024, 4:07 PM
Unknown Object (File)
Jul 26 2024, 2:21 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

christos retitled this revision from libdtrace: fix module file name to libdtrace: get rid of illumos ifdefs in dt_module_update().
christos edited the summary of this revision. (Show Details)
christos retitled this revision from libdtrace: get rid of illumos ifdefs in dt_module_update() to libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and dm_modid.Mar 20 2023, 10:58 PM

Approved, but the log message should explain the motivation in some detail: this function is highly OS-specific, and the ifdefs make it hard to read and follow what's going on. The removal of ".filename" section handling in particular should be mentioned.

This revision is now accepted and ready to land.May 22 2023, 8:05 PM