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-03-30 17:59:54 +00:00
2011-04-06 19:13:04 +00:00
2011-04-14 14:25:47 +00:00
2011-04-13 11:28:46 +00:00
2010-11-22 15:28:54 +00:00
2010-11-25 20:05:11 +00:00
2011-04-05 19:50:34 +00:00
2011-03-30 17:59:54 +00:00
2011-03-30 17:59:54 +00:00
2011-04-06 19:08:50 +00:00
2011-04-06 19:08:50 +00:00
2011-04-06 19:08:50 +00:00
2010-01-04 20:59:52 +00:00
2011-04-02 15:02:42 +00:00
2009-05-26 09:19:21 +00:00
2010-11-14 16:10:15 +00:00
2011-03-26 17:17:24 +00:00