summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2023-04-16Separate DesignWare watchdog driver and FDT glue.jmcneill
2022-12-28remove lingering strip(4) remnantsjakllsch
2022-12-19Create compat_100 module infrastructure now that we have branchedpgoyette
2022-12-03Split the BMP280 / BME280 driver into common code and create I2C andbrad
2022-11-05Add driver for Cadence I2C controller.jmcneill
2022-10-28MI PMAP EFI_RUNTIME supportskrll
2022-07-24use defparam; noted by tnn@.mrg
2022-07-23make MAXLWP a real option that triggers rebuilds properly.mrg
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
2022-06-05bwfm(4) uses firmload.rjs
2022-05-07Add MODULAR_DEFAULT_VERBOSE option.rin
2022-03-24Add initial support for Intel GPIO chipsmanu
2022-02-16sys: Include files.acpica unconditionally.riastradh
2022-01-17Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", andthorpej
2022-01-03Add driver for DesignWare Ethernet Quality-of-Service controller.jmcneill
2022-01-01s/sytem/system/msaitoh
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-11-19ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for devices thatrin
2021-10-11add defflag for AHCISATA_EXTRA_DELAYjmcneill
2021-10-11defparam NMBCLUSTERS_MAX.msaitoh
2021-07-21Separate MI smbios interface from MD specific code.jmcneill
2021-06-01Fix not to do if_down() before reconnectyamaguchi
2021-05-29Put the MSGBUFSIZE option in opt_param.h so that changes of its settingsimonb
2021-05-19Added a kernel option to change the number of processing packetsyamaguchi
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-05-14Add a parameter to change keepalive interval in each PPPoE I/Fyamaguchi
2021-05-14Added SPPP_NORECV_TIME option to change pp_max_noreceiveyamaguchi
2021-05-14Introduce SPPP_KEEPALIVE_INTERVAL optionyamaguchi
2021-02-06defflag USBHIST_PRINTdbj
2021-01-16remove unused "_DIAGNOSTIC" option and opt_diagnostic.h.chs
2020-10-27move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm...ryo
2020-09-27Wups, forgot to commit this with vether.roy
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-25New ChaCha API in kernel.riastradh
2020-07-25Convert ieee80211_crypto_ccmp.c to new aes_ccm API.riastradh
2020-06-29New cgd cipher adiantum.riastradh
2020-06-29cgd(4): Switch from legacy rijndael API to new aes API.riastradh
2020-06-29Rework AES in kernel to finally address CVE-2005-1797.riastradh
2020-06-07Add fault(4).maxv
2020-05-20i.MX support merged into GENERIC kernel.hkenken
2020-04-22Make crypto/rijindael optional again as cprng_strong does no longerrin
2020-04-15Introduce POOL_NOCACHE, simple option to cancel pool_caches and go directlymaxv
2020-04-04remove also files.netsmb from herejdolecek
2020-04-04remove SMBFS and nsmb(4) - kernel partjdolecek
2020-03-31dme needs miinisimura
2020-03-08undo previous since config has been fixedchristos
2020-03-07Fix MIPS builds by working around an apparent bug in config(8)'s elifthorpej
2020-03-05Also exclude EXEC_AOUT stuff for aarch64pgoyette
2020-03-05Fix comment - thanks Ryo Shimizupgoyette