summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2022-07-29Replace the swap extent(9) usage by a blist data structure.Sebastien Marie
2022-07-12Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax codeJeremie Courreges-Anglas
2022-03-19Add 11ac/VHT Tx rate adaptation support to net80211.Stefan Sperling
2022-03-08remove files used by isa radio drivers removed in 2016Jonathan Gray
2022-03-07remove WD33C93 SCSI codeJonathan Gray
2022-03-06remove unused usbdev and btbus attributesJonathan Gray
2022-02-16rewrite vxlan to better fit the current kernel infrastructure.David Gwynne
2022-02-08The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.Theo de Raadt
2022-01-09Add attribute for indicating sdhc dependency.Visa Hankala
2022-01-04remove the last part of driver for aic-6250 scsi on aviionJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-11-08remove reference to ieee80211_mira.c which has been sent to the AtticStefan Sperling
2021-09-03add kprobes provider for dtJasper Lievisse Adriaanse
2021-06-29move some config lines to ensure drm.h is always createdJonathan Gray
2021-04-16Unhook ieee80211_mira.c from the build. All consumers have switched to RA.Stefan Sperling
2021-04-11bwfm(4) needs firmloadkn
2021-03-31Make ddb's dependency on libz explicit.Visa Hankala
2021-03-12Add RA, a new 11n Tx rate adaptation module for net80211.Stefan Sperling
2021-02-23add veb(4), a Virtual Ethernet Bridge driver.David Gwynne
2021-02-21cut nvgre(4) over to use common etherbridge code.David Gwynne
2021-02-21cut bpe(4) over to using the common etherbridge code.David Gwynne
2021-02-21add etherbridge, the guts of a learning bridge that can be reused.David Gwynne
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.Stefan Sperling
2021-01-28Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppyVisa Hankala
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codePatrick Wildt
2020-07-20__main() is no longer used by any of our toolchainsTheo de Raadt
2020-07-06tell the kernel how to build kstatDavid Gwynne
2020-06-21tell config how to build wg(4)David Gwynne
2020-06-17wire intrmap into the buildDavid Gwynne
2020-06-16wire stoeplitz code into the tree.David Gwynne
2020-04-15Add bse(4) device to unbreak build.Patrick Wildt
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the RockchipMark Kettenis
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-24Nuke references to zaurus zombies.Kenneth R Westerback
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-11remove sli(4)Jonathan Gray
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2019-12-05Move uvmexp_print() to a better place.Martin Pieuchot
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-04remove mobileip(4)David Gwynne
2019-10-05src/sys/netinet/ip_ether.c is empty, and gif doesn't need it.David Gwynne
2019-09-29Replace dwge(4) with a new driver based on dwxe(4). There are manyMark Kettenis
2019-08-01wire up tpmr(4), an 802.1Q Two-Port MAC Relay implementationDavid Gwynne
2019-07-05wire up aggrDavid Gwynne
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon
2019-02-28list mpls as a depend for mpe and mpw, dont require bridge to build mpwDavid Gwynne
2019-02-28add mpip(4)David Gwynne
2019-02-26Introduce safe memory reclamation, a mechanism for reclaiming sharedVisa Hankala