X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..060df5ea7c632b1ac8cc8aac1fb59758165c2084:/bsd/conf/MASTER diff --git a/bsd/conf/MASTER b/bsd/conf/MASTER index ec9ff0940..93872ad07 100644 --- a/bsd/conf/MASTER +++ b/bsd/conf/MASTER @@ -128,6 +128,7 @@ options VLAN # # options BOND # # options PF # Packet Filter # options PF_PKTHDR # PF tag inside mbuf pkthdr # +options PKT_PRIORITY # Packet priority support # options PFLOG # PF log interface # options IPDIVERT # Divert sockets (for NAT) # options IPFLOW # IP fast forwarding # @@ -143,6 +144,7 @@ options RANDOM_IP_ID # random (not sequential) ip ids # options TCP_DROP_SYNFIN # Drop TCP packets with SYN+FIN set # options ICMP_BANDLIM # ICMP bandwidth limiting sysctl options IFNET_INPUT_SANITY_CHK # allow dlil/ifnet input sanity check # +options IFNET_ROUTE_REFCNT # count route references to ifnet # options SYSV_SEM # SVID semaphores # options SYSV_MSG # SVID messages # options SYSV_SHM # SVID shared mem # @@ -187,6 +189,7 @@ options FDESC # fdesc_fs support # options DEVFS # devfs support # options JOURNALING # journaling support # options HFS_COMPRESSION # hfs compression # +options CONFIG_HFS_TRIM # HFS trims unused blocks # # # file system features @@ -195,6 +198,7 @@ options QUOTA # file system quotas # options REV_ENDIAN_FS # Reverse Endian FS # options NAMEDSTREAMS # named stream vnop support # options CONFIG_VOLFS # volfs path support (legacy) # +options CONFIG_IMGSRC_ACCESS # source of imageboot dmg # # # NFS support @@ -245,6 +249,7 @@ options randomipid # options ZLIB # inflate/deflate support # + makeoptions LIBDRIVER = "libDriver_kern.o" # makeoptions LIBOBJC = "libkobjc.o" # @@ -306,6 +311,9 @@ options CONFIG_VFS_NAMES=4096 # options CONFIG_VFS_NAMES=3072 # options CONFIG_VFS_NAMES=2048 # +options CONFIG_MAX_CLUSTERS=8 # +options CONFIG_MAX_CLUSTERS=4 # + # # configurable kauth credential related resources # @@ -409,12 +417,22 @@ options CONFIG_EMBEDDED # # options CONFIG_ENFORCE_SIGNED_CODE # +# support dynamic signing of code +# +options CONFIG_DYNAMIC_CODE_SIGNING # + # # 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 # +# +# User Content Protection, used on embedded +# + +options CONFIG_PROTECT # + # # Ethernet (ARP)