cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h

Paul Saab ps at FreeBSD.org
Tue Feb 28 11:39:18 PST 2006


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


More information about the cvs-all mailing list