summaryrefslogtreecommitdiff
path: root/sys/conf/options
AgeCommit message (Expand)Author
4 daysRemove the DEBUG_VFS_LOCKS kernel optionMark Johnston
2025-12-08ipfilter: Disable ipfs(8) by defaultCy Schubert
2025-11-10random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien
2025-11-10random: TPM_HARVEST should have been named RANDOM_ENABLE_TPMDavid E. O'Brien
2025-10-28random: remove hifn(4)David E. O'Brien
2025-10-13tcp: improve testing of HPTSNick Banks
2025-09-25u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev
2025-09-03sys: Rename BLOAT_KERNEL_WITH_EXTERR to EXTERR_STRINGSEd Maste
2025-08-21options: remove stale commentMichael Tuexen
2025-08-18u2f(4): a HID driver for FIDO/U2F security keysVladimir Kondratyev
2025-07-03Import the Hardware Trace (HWT) framework.Ruslan Bukin
2025-06-06qat: add disable safe dc mode for QAT SPR devicesHareshx Sankar Raj
2025-06-01Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERRKonstantin Belousov
2025-05-31kern: add extended errors supportKonstantin Belousov
2025-05-22mac_do(4): allow compiling into kernelLexi Winter
2025-03-31tcp: remove support for TCPPCAPMichael Tuexen
2025-01-08kgssapi: remove the debug moduleGleb Smirnoff
2024-12-06Remove SOC FPGA driversJohn Baldwin
2024-11-20netinet: default mib counter probe points offKristof Provost
2024-07-31filemon: Not an option.Dag-Erling Smørgrav
2024-07-29conf: Remove kernel stack swapping support, part 12Mark Johnston
2024-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
2024-07-12ipsec_offload: kernel infrastructureKonstantin Belousov
2024-07-08bde: remove lingering referencesMariusz Zaborski
2024-06-19Add an implementation of the 9P filesystemDoug Rabson
2024-05-18Remove TCP_SAD optional code now that the sack filter performs this function.Randall Stewart
2024-05-06sockets: hide socket hhook(9)s under SOCKET_HHOOKGleb Smirnoff
2024-04-24accf_tls: accept filter that waits for TLS handshake headerGleb Smirnoff
2024-04-13sys: Retire the ISCSI_INITIATOR_DEBUG optionJohn Baldwin
2024-04-08netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost
2024-04-03kernel: Add options for MAC_DEBUG and MAC_VERIEXEC_DEBUGStephen J. Kiernan
2024-02-22ath(4): always enable 11nBjoern A. Zeeb
2023-12-04hpts: remove from opt_inet.hGleb Smirnoff
2023-10-18Add the BBR and RACK stacks to the LINT kernel.Dag-Erling Smørgrav
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-10-10nvme: Really remove NVME_2X_RESETWarner Losh
2023-10-10Add a COMPAT_FREEBSD14 kernel optionKristof Provost
2023-09-26kernel: remove unused HWPMC_MIPS_BACKTRACE optionEd Maste
2023-08-24Add mac_grantbylabelSimon J. Gerraty
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-09ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl
2023-07-26base: Remove support for the VTOC8 partitioning schemeMarius Strobl
2023-07-26mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg
2023-06-28tcp: With the right options in the kernel cc_cubic stays in slowstart always.Randall Stewart
2023-06-04tslog: Optionally instrument pmap_zero_pageColin Percival
2023-04-07tcp: misc cleanup of options for rack as well as socket option logging.Randall Stewart
2023-04-01Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart
2023-03-27netlink: add netlink KPI to the kernel by defaultAlexander V. Chernikov
2023-03-16Move access to tcp's t_logstate into inline functions and provide new tracepo...Randall Stewart
2023-03-09ng_atmllc: removeBrooks Davis