Page MenuHomeFreeBSD

Modernize nfssvc registartion
ClosedPublic

Authored by brooks on Feb 7 2018, 12:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 5, 6:17 PM
Unknown Object (File)
Tue, Aug 25, 1:44 AM
Unknown Object (File)
Fri, Aug 14, 3:49 AM
Unknown Object (File)
Aug 11 2026, 1:27 AM
Unknown Object (File)
Aug 9 2026, 9:40 PM
Unknown Object (File)
Aug 9 2026, 9:18 PM
Unknown Object (File)
Aug 9 2026, 9:17 PM
Unknown Object (File)
Aug 9 2026, 12:28 PM
Subscribers

Details

Summary

Use syscall_helper_register() to register syscalls and do it through the module interface rather than sysinit.

This pattern is more common and easier to understand.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks ok to me, but since I know nothing about the interface,
I've taken myself off the review.

This revision is now accepted and ready to land.Feb 8 2018, 7:33 PM
This revision was automatically updated to reflect the committed changes.