Page MenuHomeFreeBSD

Modernize nfssvc registartion
ClosedPublic

Authored by brooks on Feb 7 2018, 12:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 9:21 AM
Unknown Object (File)
Tue, Mar 24, 10:23 AM
Unknown Object (File)
Sun, Mar 15, 8:59 AM
Unknown Object (File)
Sun, Mar 15, 2:22 AM
Unknown Object (File)
Sat, Mar 14, 5:41 PM
Unknown Object (File)
Sat, Mar 14, 12:11 PM
Unknown Object (File)
Thu, Mar 12, 9:33 AM
Unknown Object (File)
Feb 22 2026, 7:58 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.