K 10 svn:author V 2 ed K 8 svn:date V 27 2015-07-29T17:16:53.980366Z K 7 svn:log V 346 Introduce falloc_caps() to create descriptors with capabilties in place. falloc_noinstall() followed by finstall() allows you to create and install file descriptors with custom capabilities. Add falloc_caps() that can do both of these actions in one go. This will be used by CloudABI to create pipes with custom capabilities. Reviewed by: mjg END