diff options
author | pjd <pjd@FreeBSD.org> | 2013-08-18 10:21:29 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-08-18 10:21:29 +0000 |
commit | ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893 (patch) | |
tree | b7beea60b7b145312177f9e6a9ef5d441cb897fc /sys/ia64 | |
parent | c4b895432e7a62c87ae06853cc1c1cd0ee053646 (diff) | |
download | FreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.zip FreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.tar.gz |
Add process descriptors support to the GENERIC kernel. It is already being
used by the tools in base systems and with sandboxing more and more tools
the usage should only increase.
Submitted by: Mariusz Zaborski <oshogbo@FreeBSD.org>
Sponsored by: Google Summer of Code 2013
MFC after: 1 month
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index b9cb27f..553c5d1 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -26,8 +26,8 @@ ident GENERIC makeoptions DEBUG=-g # Build kernel with debug information. options AUDIT # Security event auditing -options CAPABILITY_MODE # Capsicum capability mode -options CAPABILITIES # Capsicum capabilities +options CAPABILITY_MODE # Capsicum capability mode +options CAPABILITIES # Capsicum capabilities options CD9660 # ISO 9660 Filesystem options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options FFS # Berkeley Fast Filesystem @@ -46,6 +46,7 @@ options NFS_ROOT # NFS usable as root device options P1003_1B_SEMAPHORES # POSIX-style semaphores options PREEMPTION # Enable kernel thread preemption options PRINTF_BUFR_SIZE=128 # Printf buffering to limit interspersion +options PROCDESC # Support for process descriptors options PROCFS # Process filesystem (/proc) options PSEUDOFS # Pseudo-filesystem framework options SCHED_ULE # ULE scheduler |