Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 19:39:18 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h
Message-ID:  <200602281939.k1SJdIP5050067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2006-02-28 19:39:18 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c syscalls.master 
    sys/kern             uipc_syscalls.c 
    sys/sys              syscallsubr.h 
  Log:
  Fix 32bit sendfile by implementing kern_sendfile so that it takes
  the header and trailers as iovec arguments instead of copying them
  in inside of sendfile.
  
  Reviewed by:    jhb
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.51      +64 -18    src/sys/compat/freebsd32/freebsd32_misc.c
  1.64      +2 -2      src/sys/compat/freebsd32/syscalls.master
  1.224     +55 -38    src/sys/kern/uipc_syscalls.c
  1.36      +3 -0      src/sys/sys/syscallsubr.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602281939.k1SJdIP5050067>