summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
blob: 34d608cff44a74a77d98b7cd86605d29878abbd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#	$OpenBSD: GENERIC,v 1.270 2020/06/21 12:30:07 dlg Exp $
#
#	Machine-independent option; used by all architectures for their
#	GENERIC kernel

option		DDB		# in-kernel debugger
#option		DDBPROF		# ddb(4) based profiling
#option		DDB_SAFE_CONSOLE # allow break into ddb during boot
#makeoptions	DEBUG=""	# do not compile full symbol table
#makeoptions	PROF="-pg"	# build profiled kernel
#option		GPROF		# kernel profiling, kgmon(8)
option		DIAGNOSTIC	# internal consistency checks
option		KTRACE		# system call tracing, a la ktrace(1)
option		ACCOUNTING	# acct(2) process accounting
option		KMEMSTATS	# collect malloc(9) statistics
option		PTRACE		# ptrace(2) system call
#option		WITNESS		# witness(4) lock checker

#option		KVA_GUARDPAGES	# slow virtual address recycling (+ guarding)
option		POOL_DEBUG	# pool corruption detection
#option		VFSLCKDEBUG	# VFS locking checks

option		CRYPTO		# Cryptographic framework

option		SYSVMSG		# System V-like message queues
option		SYSVSEM		# System V-like semaphores
option		SYSVSHM		# System V-like memory sharing

option		UVM_SWAP_ENCRYPT# support encryption of pages going to swap

option		FFS		# UFS
option		FFS2		# UFS2
option		FFS_SOFTUPDATES	# Soft updates
option		UFS_DIRHASH	# hash large directories
option		QUOTA		# UFS quotas
option		EXT2FS		# Second Extended Filesystem
option		MFS		# memory file system
option		NFSCLIENT	# Network File System client
option		NFSSERVER	# Network File System server
option		CD9660		# ISO 9660 + Rock Ridge file system
option		UDF		# UDF (DVD) file system
option		MSDOSFS		# MS-DOS file system
option		FIFO		# FIFOs; RECOMMENDED
#option		TMPFS		# efficient memory file system
option		FUSE		# FUSE

option		SOCKET_SPLICE	# Socket Splicing for TCP and UDP
option		TCP_ECN		# Explicit Congestion Notification for TCP
option		TCP_SIGNATURE	# TCP MD5 Signatures, for BGP routing sessions

option		INET6		# IPv6
option		IPSEC		# IPsec
option		PPP_BSDCOMP	# PPP BSD compression
option		PPP_DEFLATE
option		PIPEX		# Ppp IP EXtension, for npppd
option		MROUTING	# Multicast router
option		MPLS		# Multi-Protocol Label Switching
#option		BFD		# Bi-directional Forwarding Detection

#mpath0		at root		# SCSI Multipathing
#scsibus*	at mpath?
#emc*		at scsibus?
#hds*		at scsibus?
#rdac*		at scsibus?
#sym*		at scsibus?

softraid0	at root		# Software RAID
scsibus*	at softraid?

vscsi0		at root		# Userland backed Virtual SCSI
scsibus*	at vscsi?

pseudo-device	pf		# packet filter
pseudo-device	pflog		# pf log if
pseudo-device	pfsync		# pf sync if
pseudo-device	pflow		# pflow export if
pseudo-device	enc		# option IPSEC needs the encapsulation interface

pseudo-device	pty	16	# initial number of pseudo-terminals
pseudo-device	nmea	1	# NMEA 0183 line discipline
pseudo-device	msts	1	# MSTS line discipline
pseudo-device	endrun	1	# EndRun line discipline
pseudo-device	vnd	4	# vnode disk devices
pseudo-device	ksyms	1	# kernel symbols device
#pseudo-device	dt		# Dynamic Tracer

# clonable devices
pseudo-device	bpfilter	# packet filter
pseudo-device	bridge		# network bridging support
pseudo-device	carp		# CARP protocol support
pseudo-device	etherip		# EtherIP (RFC 3378)
pseudo-device	gif		# IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device	gre		# GRE encapsulation interface
pseudo-device	loop		# network loopback
pseudo-device	mpe		# MPLS PE interface
pseudo-device	mpw		# MPLS pseudowire support
pseudo-device	mpip		# MPLS IP Layer2 pseudowire support
pseudo-device	bpe		# Provider Backbone Bridge edge interface
pseudo-device	pair		# Virtual Ethernet interface pair
pseudo-device	ppp		# PPP
pseudo-device	pppoe		# PPP over Ethernet (RFC 2516)
pseudo-device	pppx		# PPP multiplexer
pseudo-device	sppp	1	# Sync PPP/HDLC
pseudo-device	trunk		# Trunking support
pseudo-device	aggr		# 802.1AX Link Aggregation
pseudo-device	tpmr		# 802.1Q Two-Port MAC Relay (TPMR)
pseudo-device	tun		# network tunneling over tty (tun & tap)
pseudo-device	vether		# Virtual ethernet
pseudo-device	vxlan		# Virtual extensible LAN
pseudo-device	vlan		# IEEE 802.1Q VLAN
pseudo-device	switch		# Switch
#pseudo-device	wg		# WireGuard

pseudo-device	bio	1	# ioctl multiplexing device

pseudo-device	fuse		# fuse device

option		BOOT_CONFIG	# add support for boot -c