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, May 8, 3:58 PM
Unknown Object (File)
Wed, May 8, 2:56 PM
Unknown Object (File)
Feb 16 2024, 6:40 PM
Unknown Object (File)
Dec 20 2023, 2:36 AM
Unknown Object (File)
Dec 1 2023, 5:09 AM
Unknown Object (File)
Nov 26 2023, 7:13 PM
Unknown Object (File)
Oct 3 2023, 3:02 PM
Unknown Object (File)
Sep 5 2023, 10:52 PM
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.