Page MenuHomeFreeBSD

libc: separate syscall and non-syscall symbols
ClosedPublic

Authored by brooks on Jan 10 2024, 1:28 AM.
Tags
None
Referenced Files
F153121681: D43386.id132531.diff
Sun, Apr 19, 7:42 AM
F153098563: D43386.id132635.diff
Sun, Apr 19, 3:24 AM
Unknown Object (File)
Thu, Apr 16, 10:57 PM
Unknown Object (File)
Thu, Apr 16, 2:51 PM
Unknown Object (File)
Thu, Mar 26, 10:01 AM
Unknown Object (File)
Mar 15 2026, 11:43 AM
Unknown Object (File)
Mar 10 2026, 4:14 PM
Unknown Object (File)
Mar 8 2026, 7:44 PM
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