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)
Sun, Nov 9, 6:30 PM
Unknown Object (File)
Sat, Nov 8, 1:16 AM
Unknown Object (File)
Thu, Nov 6, 9:40 PM
Unknown Object (File)
Thu, Oct 30, 12:19 PM
Unknown Object (File)
Tue, Oct 28, 11:21 AM
Unknown Object (File)
Oct 15 2025, 4:33 AM
Unknown Object (File)
Oct 14 2025, 7:04 PM
Unknown Object (File)
Oct 14 2025, 7:03 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.