Page MenuHomeFreeBSD

Remove MD __sys_* private symbols.
ClosedPublic

Authored by brooks on Dec 3 2018, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 6, 9:25 AM
Unknown Object (File)
Dec 23 2023, 11:31 AM
Unknown Object (File)
Nov 10 2023, 2:01 PM
Unknown Object (File)
Nov 7 2023, 12:37 PM
Unknown Object (File)
Nov 5 2023, 3:42 PM
Unknown Object (File)
Nov 5 2023, 2:39 AM
Unknown Object (File)
Oct 9 2023, 12:45 PM
Unknown Object (File)
Oct 6 2023, 11:31 AM
Subscribers

Details

Summary

No references to any of these exist in the tree. The list was also
erratic with different architectures exporting different things
(arm64 and riscv exported none).

Test Plan

Needs a universe build.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think that our private export is too large. Ideally it would be trimmed down to the symbols used by libthr.

This revision is now accepted and ready to land.Dec 3 2018, 11:54 PM
In D18425#392258, @kib wrote:

I think that our private export is too large. Ideally it would be trimmed down to the symbols used by libthr.

Yeah, I didn't find evidence of anything in the amd64 specific one being used anywhere (outside some obsolete KSE tests). I'm going to limit the change to this for now so I can rebase D15637 on it and get that out of the way, but a major cleanup seems like a good idea for 13.

make tinderbox passed for me.

This revision was automatically updated to reflect the committed changes.