Lines Matching refs:options
28 # An exhaustive list of options and more detailed explanations of the
41 options SCHED_ULE # ULE scheduler
42 options NUMA # Non-Uniform Memory Architecture support
43 options PREEMPTION # Enable kernel thread preemption
44 options INET # InterNETworking
45 options INET6 # IPv6 communications protocols
46 options TCP_OFFLOAD # TCP offload
47 options SCTP_SUPPORT # Allow kldload of SCTP
48 options FFS # Berkeley Fast Filesystem
49 options SOFTUPDATES # Enable FFS soft updates support
50 options UFS_ACL # Support for access control lists
51 options UFS_DIRHASH # Improve performance on big directories
52 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
53 options QUOTA # Enable disk quotas for UFS
54 options MD_ROOT # MD is a potential root device
55 options COMPAT_FREEBSD32 # Compatible with i386 binaries
56 options COMPAT_FREEBSD4 # Compatible with FreeBSD4
57 options COMPAT_FREEBSD5 # Compatible with FreeBSD5
58 options COMPAT_FREEBSD6 # Compatible with FreeBSD6
59 options COMPAT_FREEBSD7 # Compatible with FreeBSD7
60 options COMPAT_FREEBSD9 # Compatible with FreeBSD9
61 options COMPAT_FREEBSD10 # Compatible with FreeBSD10
62 options COMPAT_FREEBSD11 # Compatible with FreeBSD11
63 options COMPAT_FREEBSD12 # Compatible with FreeBSD12
64 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
65 options KTRACE # ktrace(1) support
66 options STACK # stack(9) support
67 options SYSVSHM # SYSV-style shared memory
68 options SYSVMSG # SYSV-style message queues
69 options SYSVSEM # SYSV-style semaphores
70 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
71 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
72 options KBD_INSTALL_CDEV # install a CDEV entry in /dev
73 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
74 options AUDIT # Security event auditing
75 options CAPABILITY_MODE # Capsicum capability mode
76 options CAPABILITIES # Capsicum capabilities
77 options MAC # TrustedBSD MAC Framework
78 options KDTRACE_FRAME # Ensure frames are compiled in
79 options KDTRACE_HOOKS # Kernel DTrace hooks
80 options DDB_CTF # Kernel ELF linker loads CTF data
81 options INCLUDE_CONFIG_FILE # Include this file in kernel
84 options KDB # Enable kernel debugger support.
85 options KDB_TRACE # Print a stack trace for a panic.
88 options SMP # Symmetric MultiProcessor Kernel
89 options EARLY_AP_STARTUP
96 options IOMMU
107 options VESA # Add support for VESA BIOS Extensions (VBE)
113 options SC_PIXEL_MODE # add support for the raster text mode
139 options XENHVM # Xen HVM kernel infrastructure
143 options EVDEV_SUPPORT # evdev support in legacy drivers