aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4a9ec35d0380..59f02c812a13 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1159,6 +1159,9 @@ options MAC_TEST
options CAPABILITIES # fine-grained rights on file descriptors
options CAPABILITY_MODE # sandboxes with no global namespace access
+# Support for process descriptors
+options PROCDESC
+
#####################################################################
# CLOCK OPTIONS
diff --git a/sys/conf/files b/sys/conf/files
index 0dc814e0934a..5c5d92d6b163 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2412,6 +2412,7 @@ kern/subr_witness.c optional witness
kern/sys_capability.c standard
kern/sys_generic.c standard
kern/sys_pipe.c standard
+kern/sys_procdesc.c standard
kern/sys_process.c standard
kern/sys_socket.c standard
kern/syscalls.c standard
diff --git a/sys/conf/options b/sys/conf/options
index f7026c134177..27fdbedacb60 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -149,6 +149,7 @@ PPC_DEBUG opt_ppc.h
PPC_PROBE_CHIPSET opt_ppc.h
PPS_SYNC opt_ntp.h
PREEMPTION opt_sched.h
+PROCDESC opt_procdesc.h
QUOTA
SCHED_4BSD opt_sched.h
SCHED_STATS opt_sched.h