Date: Thu, 30 Jun 2011 15:22:49 +0000 (UTC) From: Jonathan Anderson <jonathan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_descrip.c src/sys/sys filedesc.h Message-ID: <201106301523.p5UFNXI4070959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jonathan 2011-06-30 15:22:49 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c sys/sys filedesc.h Log: SVN rev 223694 on 2011-06-30 15:22:49Z by 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) Revision Changes Path 1.370 +58 -27 src/sys/kern/kern_descrip.c 1.82 +2 -0 src/sys/sys/filedesc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106301523.p5UFNXI4070959>