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
F122402529: D39177.diff
Sat, Jul 5, 1:18 AM
Unknown Object (File)
May 30 2025, 4:39 AM
Unknown Object (File)
May 28 2025, 5:44 AM
Unknown Object (File)
May 18 2025, 6:24 PM
Unknown Object (File)
Apr 23 2025, 9:28 PM
Unknown Object (File)
Apr 18 2025, 7:38 AM
Unknown Object (File)
Apr 18 2025, 7:38 AM
Unknown Object (File)
Apr 15 2025, 11:09 AM
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