Page MenuHomeFreeBSD

libc: separate syscall and non-syscall symbols
ClosedPublic

Authored by brooks on Jan 10 2024, 1:28 AM.
Tags
None
Referenced Files
F96307227: D43386.id132635.diff
Tue, Sep 24, 12:05 PM
F96241258: D43386.diff
Tue, Sep 24, 4:42 AM
Unknown Object (File)
Sat, Sep 14, 1:24 AM
Unknown Object (File)
Tue, Sep 10, 4:50 AM
Unknown Object (File)
Fri, Sep 6, 7:55 AM
Unknown Object (File)
Fri, Sep 6, 1:27 AM
Unknown Object (File)
Wed, Sep 4, 3:47 PM
Unknown Object (File)
Sat, Aug 31, 11:28 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