Searched hist:223694 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dfiledesc.hdiff 223694 Thu Jun 30 15:27:11 MDT 2011 jonathan 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)
/freebsd-11.0-release/sys/kern/
H A Dkern_descrip.cdiff 223694 Thu Jun 30 15:27:11 MDT 2011 jonathan 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)

Completed in 107 milliseconds