summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-07-02 18:24:37 +0000
committered <ed@FreeBSD.org>2009-07-02 18:24:37 +0000
commitf11b84cef6b1e82b2663f5944efa8e2802efe20e (patch)
tree933489045c189c54d72428dec3d1247ca2986f8e /sys/ia64/conf
parent350f96b4bfb4f448e5d1daefbab2238552c76cf9 (diff)
downloadFreeBSD-src-f11b84cef6b1e82b2663f5944efa8e2802efe20e.zip
FreeBSD-src-f11b84cef6b1e82b2663f5944efa8e2802efe20e.tar.gz
Enable POSIX semaphores on all non-embedded architectures by default.
More applications (including Firefox) seem to depend on this nowadays, so not having this enabled by default is a bad idea. Proposed by: miwi Patch by: Florian Smeets <flo kasimir com> Approved by: re (kib)
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 83d1f60..b143868 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -58,6 +58,7 @@ options STACK # stack(9) support
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options SYSVSHM # SYSV-style shared memory
+options P1003_1B_SEMAPHORES # POSIX-style semaphores
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Hash-based directory lookup scheme
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
OpenPOWER on IntegriCloud