K 10 svn:author V 8 jonathan K 8 svn:date V 27 2011-06-30T15:22:49.262069Z K 7 svn:log V 317 When Capsicum starts creating capabilities to wrap existing file descriptors, we will want to allocate a new descriptor without installing it in the FD array. Split falloc() into falloc_noinstall() and finstall(), and rewrite falloc() to call them with appropriate atomicity. Approved by: mentor (rwatson), re (bz) END