summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/procdesc.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/procdesc.4 3.html')
-rw-r--r--static/freebsd/man4/procdesc.4 3.html61
1 files changed, 0 insertions, 61 deletions
diff --git a/static/freebsd/man4/procdesc.4 3.html b/static/freebsd/man4/procdesc.4 3.html
deleted file mode 100644
index c27ae1ff..00000000
--- a/static/freebsd/man4/procdesc.4 3.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">PROCDESC(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">PROCDESC(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">procdesc</code> &#x2014; <span class="Nd">process
- descriptor facility</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp"><code class="Nm">procdesc</code> is a file-descriptor-oriented
- interface to process signalling and control, which supplements historic
- <span class="Ux">UNIX</span> <a class="Xr">fork(2)</a> and
- <a class="Xr">kill(2)</a>, primitives with new system calls such as
- <a class="Xr">pdfork(2)</a> and <a class="Xr">pdkill(2)</a>,
- <code class="Nm">procdesc</code> is designed for use with
- <a class="Xr">capsicum(4)</a>, replacing process identifiers with
- capability-oriented references. However, it can also be used independently
- of <a class="Xr">capsicum(4)</a>, displacing PIDs, which may otherwise
- suffer from race conditions. Given a process descriptor, it is possible to
- query its conventional PID using <a class="Xr">pdgetpid(2)</a>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">fork(2)</a>, <a class="Xr">kill(2)</a>,
- <a class="Xr">kqueue(2)</a>, <a class="Xr">pdfork(2)</a>,
- <a class="Xr">pdgetpid(2)</a>, <a class="Xr">pdkill(2)</a>,
- <a class="Xr">wait4(2)</a>, <a class="Xr">capsicum(4)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp"><code class="Nm">procdesc</code> first appeared in
- <span class="Ux">FreeBSD 9.0</span>, and was developed at the University of
- Cambridge.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><code class="Nm">procdesc</code> was developed by
- <span class="An">Robert Watson</span>
- &lt;<a class="Mt" href="mailto:rwatson@FreeBSD.org">rwatson@FreeBSD.org</a>&gt;
- and <span class="An">Jonathan Anderson</span>
- &lt;<a class="Mt" href="mailto:jonathan@FreeBSD.org">jonathan@FreeBSD.org</a>&gt;
- at the University of Cambridge, and <span class="An">Ben Laurie</span>
- &lt;<a class="Mt" href="mailto:benl@FreeBSD.org">benl@FreeBSD.org</a>&gt;
- and <span class="An">Kris Kennaway</span>
- &lt;<a class="Mt" href="mailto:kris@FreeBSD.org">kris@FreeBSD.org</a>&gt; at
- Google, Inc.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">May 15, 2020</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>