X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/43866e378188c25dd1e2208016ab3cbeb086ae6c..55e303ae13a4cf49d70f2294092726f2fffb9ef2:/bsd/conf/MASTER?ds=sidebyside diff --git a/bsd/conf/MASTER b/bsd/conf/MASTER index aa6d7ff53..10ac705f2 100644 --- a/bsd/conf/MASTER +++ b/bsd/conf/MASTER @@ -144,6 +144,7 @@ options TCPDEBUG # TCP debug # 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 AUDIT # Security event auditing # # @@ -152,6 +153,7 @@ options ICMP_BANDLIM # ICMP bandwidth limiting sysctl options COMPAT_43 # 4.3 BSD compatibility # options DIAGNOSTIC # diagnostics # options KTRACE # ktrace support # +options GPROF # build profiling # # # 4.4 filesystems @@ -246,6 +248,10 @@ pseudo-device pty 128 init pty_init # vnode device pseudo-device vndevice 4 init vndevice_init +# +# memory device +pseudo-device mdevdevice 1 init mdevinit + # # # packet filter device