Page MenuHomeFreeBSD

Add kern_listen(), kern_shutdown(), and kern_socket().
ClosedPublic

Authored by trasz on Jan 28 2017, 1:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 1:02 AM
Unknown Object (File)
Oct 3 2024, 1:08 AM
Unknown Object (File)
Oct 2 2024, 7:23 PM
Unknown Object (File)
Sep 30 2024, 11:48 AM
Unknown Object (File)
Sep 18 2024, 3:39 PM
Unknown Object (File)
Sep 17 2024, 6:14 PM
Unknown Object (File)
Sep 16 2024, 6:55 PM
Unknown Object (File)
Sep 16 2024, 3:45 AM
Subscribers

Details

Summary

Add kern_listen(), kern_shutdown(), and kern_socket(), and use them
instead of their sys_*() counterparts in various compats. The svr4
is left untouched, because there's no point.

Diff Detail

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

Event Timeline

trasz retitled this revision from to Add kern_listen(), kern_shutdown(), and kern_socket()..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
trasz added inline comments.
sys/compat/cloudabi/cloudabi_fd.c
117 ↗(On Diff #24525)

Ed, could you take a look at those?

kib edited edge metadata.
This revision is now accepted and ready to land.Jan 28 2017, 4:33 PM
ed edited edge metadata.
ed added inline comments.
sys/compat/cloudabi/cloudabi_fd.c
117 ↗(On Diff #24525)

Looks good! CloudABI can only create UNIX sockets with protocol 0. Be sure to remove the XXXes.

This revision was automatically updated to reflect the committed changes.