NOTES (ce43eaeb32839ae1c020f35e235fc0d1c68454f0) NOTES (4275e0d98d4976b415e1054cd936e15af18bc7d1)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 730 unchanged lines hidden (view full) ---

739# Cryptographically secure random number generator; /dev/[u]random
740device random
741
742
743#####################################################################
744# POSIX P1003.1B
745
746# Real time extensions added in the 1993 Posix
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 730 unchanged lines hidden (view full) ---

739# Cryptographically secure random number generator; /dev/[u]random
740device random
741
742
743#####################################################################
744# POSIX P1003.1B
745
746# Real time extensions added in the 1993 Posix
747# P1003_1B: Infrastructure
748# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
749
747# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
748
750options P1003_1B
751options _KPOSIX_PRIORITY_SCHEDULING
752# p1003_1b_semaphores are very experimental,
753# user should be ready to assist in debugging if problems arise.
754options P1003_1B_SEMAPHORES
755
756
757#####################################################################
758# SECURITY POLICY PARAMETERS

--- 1553 unchanged lines hidden ---
749options _KPOSIX_PRIORITY_SCHEDULING
750# p1003_1b_semaphores are very experimental,
751# user should be ready to assist in debugging if problems arise.
752options P1003_1B_SEMAPHORES
753
754
755#####################################################################
756# SECURITY POLICY PARAMETERS

--- 1553 unchanged lines hidden ---