Matthew D Fleming d91f88f7f3 Add the posix_fallocate(2) syscall. The default implementation in
vop_stdallocate() is filesystem agnostic and will run as slow as a
read/write loop in userspace; however, it serves to correctly
implement the functionality for filesystems that do not implement a
VOP_ALLOCATE.

Note that __FreeBSD_version was already bumped today to 900036 for any
ports which would like to use this function.

Also reserve space in the syscall table for posix_fadvise(2).

Reviewed by:	-arch (previous version)
2011-04-18 16:32:22 +00:00
..
2011-02-21 09:01:34 +00:00
2011-04-14 08:53:04 +00:00
2011-02-21 09:01:34 +00:00
2011-02-22 07:49:51 +00:00
2011-03-01 11:47:51 +00:00