Page MenuHomeFreeBSD

sys/param.h: Add _WANT_P_OSREL
ClosedPublic

Authored by kib on Feb 14 2023, 8:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 22 2024, 2:18 AM
Unknown Object (File)
Oct 25 2024, 2:58 AM
Unknown Object (File)
Oct 8 2024, 1:52 PM
Unknown Object (File)
Sep 26 2024, 1:46 PM
Unknown Object (File)
Sep 25 2024, 4:37 PM
Unknown Object (File)
Sep 25 2024, 12:24 AM
Unknown Object (File)
Sep 22 2024, 12:16 AM
Unknown Object (File)
Sep 21 2024, 2:01 AM
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.