Page MenuHomeFreeBSD

(Re)allow SCTP system calls to be used when compiling SCTP support into the kernel
ClosedPublic

Authored by tuexen on Jul 12 2020, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 31 2024, 3:40 AM
Unknown Object (File)
Dec 23 2023, 1:51 AM
Unknown Object (File)
Dec 17 2023, 4:35 AM
Unknown Object (File)
Dec 14 2023, 6:59 PM
Unknown Object (File)
Dec 12 2023, 12:14 PM
Unknown Object (File)
Sep 25 2023, 4:29 AM
Unknown Object (File)
Sep 21 2023, 4:36 PM
Unknown Object (File)
Sep 16 2023, 4:46 PM
Subscribers

Details

Summary

r363079 introduced the possibility of loading the SCTP stack as a module in addition to compiling it into the kernel. As part of this, the registration of the system calls was removed and put into the loading of the module. Therefore, the system calls are not registered anymore when compiling the SCTP into the kernel. This patch addresses that.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32271

Event Timeline

tuexen retitled this revision from (Re)allow 0.0.0.0 to be used as a destination address in connect() for TCP to (Re)allow SCTP system calls to be used when compiling SCTP support into the kernel.Jul 12 2020, 1:21 PM
tuexen edited the summary of this revision. (Show Details)
tuexen added a reviewer: markj.

Sorry about this, I thought I had tested the syscalls when looking for regressions.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 12 2020, 2:50 PM
This revision was automatically updated to reflect the committed changes.