]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/conf/MASTER
xnu-1228.12.14.tar.gz
[apple/xnu.git] / bsd / conf / MASTER
index 8e308ece2b7ae334d3daf5f1f0ac66640a7280f1..9459048eb2e6bc1bcb5f25a0d166baa2cbfa82a8 100644 (file)
@@ -165,6 +165,10 @@ options            CONFIG_SOWUPCALL        # SB_UPCALL on sowwakeup        # <config_sowupcall>
 options                CONFIG_FORCE_OUT_IFP    # Force IP output to use an interface # <config_force_out_ifp>
 options                CONFIG_MBUF_NOEXPAND    # limit mbuf expansion  # <config_mbuf_noexpand>
 options                CONFIG_MBUF_JUMBO       # jumbo cluster pool    # <config_mbuf_jumbo>
+options                CONFIG_SCOPEDROUTING    # scoped routing on by default  # <config_scopedrouting>
+options                CONFIG_IP_EDGEHOLE      # Drop tagged packets at EDGE interface # <config_ip_edgehole>
+
+options                CONFIG_WORKQUEUE        # <config_workqueue>
 
 #
 #      4.4 filesystems 
@@ -278,7 +282,7 @@ options   CONFIG_VNODES=263168              # <large,xlarge>
 options   CONFIG_VNODES=263168         # <medium>
 options   CONFIG_VNODES=10240          # <small>
 options   CONFIG_VNODES=1024           # <xsmall>
-options   CONFIG_VNODES=512                    # <bsmall>
+options   CONFIG_VNODES=640                    # <bsmall>
 
 options   CONFIG_VNODE_FREE_MIN=500            # <large,xlarge>
 options   CONFIG_VNODE_FREE_MIN=300            # <medium>
@@ -324,6 +328,11 @@ options        CONFIG_NMBCLUSTERS="((1024 * 1024) / MCLBYTES)"             # <large,xlarge>
 options        CONFIG_NMBCLUSTERS="((1024 * 512) / MCLBYTES)"          # <medium>
 options        CONFIG_NMBCLUSTERS="((1024 * 256) / MCLBYTES)"          # <bsmall,xsmall,small>
 
+# set maximum space used for packet buffers
+#
+options        CONFIG_USESOCKTHRESHOLD=1               # <large,xlarge,medium>
+options        CONFIG_USESOCKTHRESHOLD=0               # <bsmall,xsmall,small>
+
 #
 # Configure size of TCP hash table
 #
@@ -388,6 +397,13 @@ options   CONFIG_NO_KPRINTF_STRINGS                # <no_kprintf_str>
 #
 options   CONFIG_EMBEDDED                      # <config_embedded>
 
+#
+# code decryption... used on embedded for app protection
+# must be set in all the bsd/conf and osfmk/conf MASTER files
+#
+options                CONFIG_CODE_DECRYPTION  # <config_embedded>
+
+
 #
 #  Ethernet (ARP)
 #