K 10 svn:author V 3 yar K 8 svn:date V 27 2006-02-01T12:43:13.000000Z K 7 svn:log V 289 Use off_t for file size passed to vnode_create_vobject(). The former type, size_t, was causing truncation to 32 bits on i386, which immediately led to undersizing of VM objects backed by files >4GB. In particular, sendfile(2) was broken for such files. PR: kern/92243 MFC after: 5 days END