K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-03-28T14:39:56.017069Z K 7 svn:log V 428 MFC r324560: allow posix_fallocate in capability mode posix_fallocate is logically equivalent to writing zero blocks to the desired file size and there is no reason to prevent calling it in capability mode. posix_fallocate already checked for the CAP_WRITE right, so we merely need to list it in capabilities.conf. Also MFC r324564: allow posix_fallocate in 32-bit compat capability mode Sponsored by: The FreeBSD Foundation END