svn commit: r312988 - in head/sys: compat/cloudabi compat/linux kern sys

John Baldwin jhb at freebsd.org
Tue Jan 31 22:26:49 UTC 2017


On Monday, January 30, 2017 12:57:23 PM Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Mon Jan 30 12:57:22 2017
> New Revision: 312988
> URL: https://svnweb.freebsd.org/changeset/base/312988
> 
> Log:
>   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.

Note that you can compile test svr4 since it is still in the tree.
If we want to remove svr4, then we should remove it.  However, we
should maintain code that is in the tree if it is still there.

-- 
John Baldwin


More information about the svn-src-head mailing list