K 10 svn:author V 3 jhb K 8 svn:date V 27 2011-11-14T18:00:15.208583Z K 7 svn:log V 272 - Split out a kern_posix_fadvise() from the posix_fadvise() system call so it can be used by in-kernel consumers. - Make kern_posix_fallocate() public. - Use kern_posix_fadvise() and kern_posix_fallocate() to implement the freebsd32 wrappers for the two system calls. END