svn commit: r255608 - in head/sys: conf kern modules/cxgb/cxgb modules/sfxge modules/ti sys vm

Andre Oppermann andre at freebsd.org
Mon Sep 16 11:27:21 UTC 2013


On 16.09.2013 08:25, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Sep 16 06:25:54 2013
> New Revision: 255608
> URL: http://svnweb.freebsd.org/changeset/base/255608
>
> Log:
>    Remove zero-copy sockets code.  It only worked for anonymous memory,
>    and the equivalent functionality is now provided by sendfile(2) over
>    posix shared memory filedescriptor.
>
>    Remove the cow member of struct vm_page, and rearrange the remaining
>    members.  While there, make hold_count unsigned.

Thanks, it's good to see it gone. :)

-- 
Andre



More information about the svn-src-head mailing list