Page MenuHomeFreeBSD

libc: separate syscall and non-syscall symbols
ClosedPublic

Authored by brooks on Jan 10 2024, 1:28 AM.
Tags
None
Referenced Files
F102455949: D43386.diff
Tue, Nov 12, 1:05 PM
Unknown Object (File)
Fri, Oct 18, 7:33 PM
Unknown Object (File)
Sep 25 2024, 8:40 AM
Unknown Object (File)
Sep 24 2024, 12:05 PM
Unknown Object (File)
Sep 24 2024, 4:42 AM
Unknown Object (File)
Sep 14 2024, 1:24 AM
Unknown Object (File)
Sep 10 2024, 4:50 AM
Unknown Object (File)
Sep 6 2024, 7:55 AM
Subscribers
None

Details

Summary

Put declerations of _ and __sys_ prefixed stubs at the top and
everything else at the bottom. Sort the bottom list with sort(1).
This paves the way to generate the syscall symbol list.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55340
Build 52229: arc lint + arc unit

Event Timeline

brooks created this revision.
This revision is now accepted and ready to land.Jan 10 2024, 11:47 AM