FreeBSD Bugzilla – Attachment 241787 Details for
Bug 271091
tcp_rack KLD fails to load due to missing symbol tcp_trace_point_config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
kernel config file
ANDROMEDA.txt (text/plain), 7.35 KB, created by
Alexander Leidinger
on 2023-04-27 10:19:23 UTC
(
hide
)
Description:
kernel config file
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2023-04-27 10:19:23 UTC
Size:
7.35 KB
patch
obsolete
># $FreeBSD: head/sys/amd64/conf/GENERIC 220185 2011-03-31 08:07:13Z adrian $ > >cpu HAMMER >ident ANDROMEDA > >makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols >makeoptions WITH_CTF=yes >makeoptions WITH_KERNEL_RETPOLINE=yes >makeoptions CONF_CFLAGS="-fno-builtin -DBKVASIZE=32768" > >options MAXPHYS=(4*1024*1024) > >options SCHED_ULE # ULE scheduler >options PREEMPTION # Enable kernel thread preemption >options INET # InterNETworking >options INET6 # IPv6 communications protocols >options TCP_HHOOK >options IPSEC_SUPPORT >options NETLINK >options SCTP_SUPPORT # Stream Control Transmission Protocol module support >options ROUTE_MPATH # Multipath routing support >options TCP_OFFLOAD # TCP offload >options TCP_RFC7413 # TCP Fast Open >options TCPHPTS >makeoptions WITH_EXTRA_TCP_STACKS=1 # RACK and BBR TCP kernel modules >options RATELIMIT # TX rate limiting support >options KERN_TLS # TLS transmit & receive offload >options FFS # Berkeley Fast Filesystem >options SOFTUPDATES # Enable FFS soft updates support >options UFS_ACL # Support for access control lists >options UFS_DIRHASH # Improve performance on big directories >options UFS_GJOURNAL # Enable gjournal-based UFS journaling >#options COMPAT_FREEBSD6 # Compatible with FreeBSD6 >#options COMPAT_FREEBSD7 # Compatible with FreeBSD7 >options COMPAT_FREEBSD32 >options COMPAT_FREEBSD10 >options COMPAT_FREEBSD11 >options KTRACE # ktrace(1) support >options STACK # stack(9) support >options SYSVSHM # SYSV-style shared memory >options SYSVMSG # SYSV-style message queues >options SYSVSEM # SYSV-style semaphores >options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions >options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. >options KBD_INSTALL_CDEV # install a CDEV entry in /dev >options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) >options KDTRACE_FRAME # Ensure frames are compiled in >options KDTRACE_HOOKS # Kernel DTrace hooks >options INCLUDE_CONFIG_FILE # Include this file in kernel > ># Network stack virtualization. >options VIMAGE > ># Debugging for use in -current >options KDB # Enable kernel debugger support. >options DDB # Support DDB. >options DDB_CTF >options GDB # Support remote GDB. >options DEADLKRES # Enable the deadlock resolver >options INVARIANTS # Enable calls of extra sanity checking >options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS >#options WITNESS # Enable checks to detect deadlocks and cycles >#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed >#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones >options GZIO >options ZSTDIO > ># Make an SMP-capable kernel by default >options SMP # Symmetric MultiProcessor Kernel >#options NUMA >options EARLY_AP_STARTUP > > ># Bus support. >device acpi >#options ACPI_DMAR >device pci > >options IOMMU > ># ATA and ATAPI devices >device ata > ># SCSI peripherals >device scbus # SCSI bus (required for SCSI) >device ch # SCSI media changers >device da # Direct Access (disks) >device cd # CD >device pass # Passthrough device (direct SCSI access) >device ada >options CAM_IOSCHED_DYNAMIC > ># atkbdc0 controls both the keyboard and the PS/2 mouse >#device atkbdc # AT keyboard controller >#device atkbd # AT keyboard >#device psm # PS/2 mouse >options ATKBD_DFLT_KEYMAP >makeoptions ATKBD_DFLT_KEYMAP=german.iso >options UKBD_DFLT_KEYMAP >makeoptions UKBD_DFLT_KEYMAP=german.iso > ># x86 real mode BIOS emulator, required by atkbdc/dpms/vesa >options X86BIOS > >device vga # VGA video card driver > > >device splash # Splash screen and screen saver support > ># syscons is the default console driver, resembling an SCO console >device sc >options SC_DFLT_FONT >makeoptions SC_DFLT_FONT=iso > ># vt is the new video console driver >device vt >device vt_vga >device vt_efifb >device vt_vbefb > >options MSGBUF_SIZE=40960 > >device agp # support several AGP chipsets > ># Serial (COM) ports >device uart # Generic UART driver > ># Pseudo devices. >device loop # Network loopback >#device random # Entropy device >device crypto >device ether # Ethernet support >device vlan # 802.1Q VLAN support >device pty # BSD-style compatibility pseudo ttys >device gif # IPv6 and IPv4 tunneling >device firmware # firmware assist module > >options PPS_SYNC > ># The `bpf' device enables the Berkeley Packet Filter. ># Be aware of the administrative consequences of enabling this! ># Note that 'bpf' is required for DHCP. >device bpf # Berkeley packet filter >options BPF_JITTER > > ># evdev interface >options EVDEV_SUPPORT # evdev support in legacy drivers >device evdev # input event device support >device uinput # install /dev/uinput cdev > >device smbus >device ichsmb >device smb > ># USB support >device uhci # UHCI PCI->USB interface >device ehci # EHCI PCI->USB interface (USB 2.0) >device usb # USB Bus (required) > >#options SW_WATCHDOG >#options MP_WATCHDOG # not with ULE > >device ichwd > >device vpd > ># Support for Capsicum >options CAPABILITIES # fine-grained rights on file descriptors >options CAPABILITY_MODE # sandboxes with no global namespace access > ># Resource Accounting >options RACCT > ># Resource Limits >options RCTL
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 271091
: 241787