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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"