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)
Apr 27 2024, 12:57 PM
Unknown Object (File)
Apr 27 2024, 12:57 PM
Unknown Object (File)
Apr 27 2024, 12:14 PM
Unknown Object (File)
Apr 27 2024, 11:48 AM
Unknown Object (File)
Apr 26 2024, 12:25 AM
Unknown Object (File)
Feb 27 2024, 4:06 AM
Unknown Object (File)
Jan 19 2024, 1:29 PM
Unknown Object (File)
Jan 19 2024, 1:28 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