Page MenuHomeFreeBSD

rtld: pass argc/argv/env to dso inits.
ClosedPublic

Authored by kib on Sep 7 2020, 11:39 AM.
Tags
None
Referenced Files
F146996457: D26351.id76734.diff
Sat, Mar 7, 10:46 AM
F146992232: D26351.id76734.diff
Sat, Mar 7, 10:21 AM
Unknown Object (File)
Mon, Feb 23, 8:08 PM
Unknown Object (File)
Sun, Feb 8, 12:19 AM
Unknown Object (File)
Jan 27 2026, 2:38 AM
Unknown Object (File)
Jan 25 2026, 2:38 PM
Unknown Object (File)
Dec 28 2025, 10:25 AM
Unknown Object (File)
Dec 26 2025, 1:56 AM
Subscribers

Details

Summary

This is consistent with how array inits are called, and also makes us more compatible with glibc environment.

Requested by: Alex S <iwtcex@gmail.com>
PR: 249162

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Sep 7 2020, 11:39 AM
This revision is now accepted and ready to land.Sep 7 2020, 6:02 PM

LGTM, I don't see any downsides. I sort of feel like it's asymmetric that the arguments aren't passed to the fini functions, but glibc also doesn't do that. :)

This revision was automatically updated to reflect the committed changes.