X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..8ad349bb6ed4a0be06e34c92be0d98b92e078db4:/bsd/conf/MASTER diff --git a/bsd/conf/MASTER b/bsd/conf/MASTER index 52e02e133..90cb6ba5c 100644 --- a/bsd/conf/MASTER +++ b/bsd/conf/MASTER @@ -87,6 +87,7 @@ options TIMEZONE=0, PST=0 options QUOTA # # options INET +options ABSOLUTETIME_SCALAR_TYPE options NEW_VM_CODE # # options OLD_VM_CODE # # options HW_AST # Hardware ast support # @@ -114,7 +115,6 @@ options NORMA_VM # NORMA virtual memory support # options NORMA_TASK # NORMA task support # options NORMA_ETHER # NORMA across ethernet # options SIMPLE_CLOCK # don't assume fixed tick # -options STAT_TIME # Use statistical timing # options XPR_DEBUG # kernel tracing # options KDEBUG # kernel tracing # options DDM_DEBUG # driverkit-style tracing # @@ -132,30 +132,39 @@ options ROUTING # routing # options TPIP # # options TUN # # options VLAN # # +options BOND # # +options NETMIBS # # options IPDIVERT # Divert sockets (for NAT) # options IPFIREWALL # IP Firewalling (used by NAT) # #options IPFIREWALL_VERBOSE # # options IPFIREWALL_FORWARD #Transparent proxy # options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default # -options IPFIREWALL_KEXT # Kernel extension # +#options IPFIREWALL_KEXT # Kernel extension # +options DUMMYNET # dummynet support # +options IPFW2 # IP firewall (new version) # options MULTICAST # Internet Protocol Class-D $ +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 # # # 4.4 general kernel # -options COMPAT_43 # 4.3 BSD compatibility # +options COMPAT_43_TTY # 4.3 BSD tty compat # +options COMPAT_43_SOCKET # 4.3 BSD socket compat # options DIAGNOSTIC # diagnostics # options KTRACE # ktrace support # +options GPROF # build profiling # # # 4.4 filesystems # options FFS # Fast Filesystem Support # options HFS # HFS/HFS+ support # -options HFS_HARDLINKS # HFS+ hardlink support # options FIFO # fifo support # -options PORTAL # portal_fs support # options UNION # union_fs support # options FDESC # fdesc_fs support # options CD9660 # ISO 9660 CD-ROM support # @@ -185,20 +194,27 @@ options OBJCTEST # Objc internal test # options KERNEL_STACK # MI kernel stack support # profile # build a profiling kernel # +# +# Point-to-Point Protocol support +# +pseudo-device ppp 2 # + # -# IPv6 (Kame Stable 20000425) Support +# IPv6 Support # options "INET6" # kernel IPv6 Support # -options MAPPED_ADDR_ENABLED # enable IPv4, on IPv6 socket # options IPSEC # IP security # options IPSEC_ESP # IP security # options "IPV6FIREWALL" # IPv6 Firewall Feature # -options "IPV6FIREWALL_DEFAULT_TO_ACCEPT" #IPv6 Firewall Feature # -options "IPV6FIREWALL_VERBOSE" #IPv6 Firewall Feature # -options NATPT # KAME/IPv6 NAT feature # -pseudo-device gif 2 # +options "IPV6FIREWALL_DEFAULT_TO_ACCEPT" #IPv6 Firewall Feature # +#options "IPV6FIREWALL_VERBOSE" #IPv6 Firewall Feature # + +pseudo-device gif 1 # pseudo-device dummy 2 # pseudo-device faith 1 # +pseudo-device stf 1 # + +options crypto # makeoptions LIBDRIVER = "libDriver_kern.o" # makeoptions LIBOBJC = "libkobjc.o" # @@ -230,14 +246,31 @@ pseudo-device loop # # UCB pseudo terminal service # -pseudo-device pty 32 init pty_init +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 # pseudo-device bpfilter 4 init bpf_init +# +# fsevents device +pseudo-device fsevents 1 init fsevents_init + # # shim to "linux" mach disk drivers (mach drivers must also be turned on) # # now using iokit disk shim, this is code is obsolete #pseudo-device diskshim + +pseudo-device random 1 init random_init +