Page MenuHomeFreeBSD

sys/param.h: Add _WANT_P_OSREL
ClosedPublic

Authored by kib on Feb 14 2023, 8:54 AM.
Tags
None
Referenced Files
F118748900: D38585.id117189.diff
Sun, Jun 1, 12:40 PM
F118740869: D38585.id117189.diff
Sun, Jun 1, 10:29 AM
Unknown Object (File)
Sat, May 24, 7:35 AM
Unknown Object (File)
Fri, May 23, 4:14 AM
Unknown Object (File)
Fri, May 9, 8:38 PM
Unknown Object (File)
May 1 2025, 6:00 AM
Unknown Object (File)
Apr 23 2025, 8:50 AM
Unknown Object (File)
Mar 4 2025, 4:33 PM
Subscribers

Details

Summary
This allows to remove abuse of IN_RTLD from userspace.

Diff Detail

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

Event Timeline

kib requested review of this revision.Feb 14 2023, 8:54 AM
This revision is now accepted and ready to land.Feb 14 2023, 11:07 AM

Looks good. I love the cleanup...

I'm kinda thinking we could lose the first 3 of these, though... There must be dozens of other differences that older userlands are already coping with... But that's a separate issue.

In D38585#878016, @imp wrote:

Looks good. I love the cleanup...

I'm kinda thinking we could lose the first 3 of these, though... There must be dozens of other differences that older userlands are already coping with... But that's a separate issue.

Each of such unhandled differences constitutes an ABI bug. I do not see why should we add more bugs by will.

This revision was automatically updated to reflect the committed changes.