aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
* kernel: Fix defining of .init_array and .fini_array sectionsZhenlei Huang2024-09-222-4/+4
* kernel: Make some compile time constant variables constZhenlei Huang2024-09-201-7/+7
* riscv: Convert local interrupt controller to a newbus PICJessica Clarke2024-09-071-1/+2
* arm64: Use store-pair to zero the kernel bssAndrew Turner2024-09-021-1/+2
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-08-082-0/+2
* Fix incorrect -I option in sys/conf/Makefile.armDimitry Andric2024-08-041-1/+1
* filemon: Document how to build into the kernel.Dag-Erling Smørgrav2024-08-012-1/+3
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-291-1/+1
* sys: Retire the ISCSI_INITIATOR_DEBUG optionJohn Baldwin2024-07-182-7/+0
* NOTES: Move ENABLE_ALART option to MI NOTES next to intpm deviceJohn Baldwin2024-07-181-0/+1
* i386: Use DEV_HYPERV to enable HyperV APIC vectorJohn Baldwin2024-07-181-1/+1
* NOTES: Move the VirtIO entries to the MI NOTES fileJohn Baldwin2024-07-181-0/+19
* files: Sort the VirtIO device entriesJohn Baldwin2024-07-181-3/+3
* NOTES: Move safe(4) to the MI NOTES fileJohn Baldwin2024-07-181-0/+4
* NOTES: Move IEEE80211_DEBUG_REFCNT to the MI NOTES fileJohn Baldwin2024-07-181-0/+1
* files.x86: Pull in some more duplicate lines from files.{amd64,i386}John Baldwin2024-07-183-63/+33
* NOTES: Move NVMe entries to MI fileJohn Baldwin2024-07-181-0/+11
* NOTES: Tidy entries for SATA controllersJohn Baldwin2024-07-181-4/+5
* NOTES: Add devices for iSCSI supportJohn Baldwin2024-07-181-4/+13
* iser: Add kernel build glueJohn Baldwin2024-07-181-0/+8
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-07-181-0/+13
* arm64: Disable outling atomicsAndrew Turner2024-07-151-0/+2
* sys: Build arm64 per-thread SSP with GCCAndrew Turner2024-07-151-1/+2
* Hyper-V: TLB flush enlightment using hypercallSouradeep Chakrabarti2024-07-011-2/+3
* kern: Remove leftover saf1761otg bitsJoshua Kinard2024-06-061-2/+0
* Fix bnxt build in LINTWarner Losh2024-06-032-5/+12
* x86/iommu: extract useful utilities into x86_iommu.cKonstantin Belousov2024-06-011-0/+1
* sound: Retire unit.*Christos Margiolis2024-05-171-1/+0
* Enable kernel reproducible builds on stable branchEd Maste2024-05-031-1/+1
* Post-14.1-branch updatesColin Percival2024-05-031-1/+1
* ice_ddp: Update package to 1.3.36.0Eric Joyner2024-04-243-9/+9
* NOTES: Remove a double word in commentGordon Bergling2024-04-231-1/+1
* Fix GENERIC-KASAN kernel build for amd64Dimitry Andric2024-04-201-0/+5
* Fix arm64 build after llvm 18.1.3 upgrade (take 2)Dimitry Andric2024-04-201-2/+1
* Fix arm64 build after llvm 18.1.3 upgradeDimitry Andric2024-04-201-1/+2
* 14.1: update stable/14 to -PRERELEASEColin Percival2024-04-191-2/+2
* riscv: Introduce support for APLIC interrupt controllerHimanshu Chauhan2024-04-181-0/+1
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-04-181-1/+0
* build: Do not pass -fno-sanitize-memory-param-retval to subr_coverage.cMark Johnston2024-04-151-1/+1
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-04-011-1/+3
* ath(4): always enable 11nBjoern A. Zeeb2024-04-011-1/+0
* conf: Expand the include path for more openssl filesMark Johnston2024-03-291-6/+6
* ossl: Move arm_arch.h to a common subdirectoryMark Johnston2024-03-292-11/+18
* ossl: Add AES-GCM support for NEON-enabled armv7Mark Johnston2024-03-291-0/+2
* ossl: Add support for armv7Mark Johnston2024-03-291-0/+10
* kern_racct.c: Don't compile if RACCT undefinedOlivier Certner2024-02-271-1/+1
* build: Do not run ctfconvert on VDSO filesMark Johnston2024-02-211-0/+2
* linuxkpi: Move `struct kobject` code to `linux_kobject.c`Jean-Sébastien Pédron2024-02-171-0/+2
* Make kldxref a bootstrap tool and use unconditionallyJessica Clarke2024-01-181-4/+5
* geom_redboot(4): Garbage collect disconnected driverMarius Strobl2024-01-181-1/+0