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)
Sat, May 2, 11:39 PM
Unknown Object (File)
Tue, Apr 28, 10:54 PM
Unknown Object (File)
Tue, Apr 28, 1:42 AM
Unknown Object (File)
Sun, Apr 26, 4:23 AM
Unknown Object (File)
Apr 20 2026, 6:57 AM
Unknown Object (File)
Apr 19 2026, 7:42 AM
Unknown Object (File)
Apr 19 2026, 3:24 AM
Unknown Object (File)
Apr 16 2026, 10:57 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