Page MenuHomeFreeBSD

libc: separate syscall and non-syscall symbols
ClosedPublic

Authored by brooks on Jan 10 2024, 1:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 26, 10:01 AM
Unknown Object (File)
Sun, Mar 15, 11:43 AM
Unknown Object (File)
Tue, Mar 10, 4:14 PM
Unknown Object (File)
Sun, Mar 8, 7:44 PM
Unknown Object (File)
Mar 3 2026, 6:57 AM
Unknown Object (File)
Feb 16 2026, 5:35 AM
Unknown Object (File)
Feb 1 2026, 2:01 AM
Unknown Object (File)
Jan 17 2026, 11:01 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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