Page MenuHomeFreeBSD

libsys: make __libsys_interposing static
ClosedPublic

Authored by brooks on Mar 5 2024, 9:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 16, 10:50 AM
Unknown Object (File)
Thu, Jan 16, 6:26 AM
Unknown Object (File)
Dec 29 2024, 6:16 AM
Unknown Object (File)
Dec 29 2024, 6:07 AM
Unknown Object (File)
Dec 29 2024, 6:04 AM
Unknown Object (File)
Dec 28 2024, 2:54 PM
Unknown Object (File)
Dec 27 2024, 3:17 PM
Unknown Object (File)
Dec 26 2024, 11:22 PM
Subscribers

Details

Summary

Access libsys_interposing with libsys_interposing_slot() in all
cases to support a move of these functions back to libc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks requested review of this revision.Mar 5 2024, 9:51 PM

But may be __libc_interposing_slot() would serve same, if not better?

This revision is now accepted and ready to land.Mar 6 2024, 8:52 AM
  • Access all interposing slots via __libc_interposing_slot()
  • Actually dereference the slots rather than trying to jump to data...
This revision now requires review to proceed.Mar 12 2024, 9:00 PM
This revision is now accepted and ready to land.Mar 13 2024, 12:01 AM
This revision was automatically updated to reflect the committed changes.