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, May 19, 5:56 AM
Unknown Object (File)
Thu, May 16, 10:04 AM
Unknown Object (File)
Tue, May 7, 7:58 PM
Unknown Object (File)
Sat, May 4, 1:20 PM
Unknown Object (File)
Tue, Apr 23, 1:08 AM
Unknown Object (File)
Apr 12 2024, 4:51 PM
Unknown Object (File)
Apr 6 2024, 12:41 PM
Unknown Object (File)
Apr 6 2024, 12:30 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.