aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Update T4/5/6 firmwares to 1.24.12.0.Navdeep Parhar2020-02-121-3/+3
* Add PCI Express driver for the ARM Neoverse N1 System DevelopmentRuslan Bukin2020-02-111-0/+1
* Define SMP for standalone module builds.Mark Johnston2020-02-051-1/+2
* Set the LMA of the riscv kernel to the OpenSBI jump target by defaultAlex Richardson2020-02-042-1/+11
* Dynamically select LSE-based atomic(9)s on arm64.Mark Johnston2020-02-031-0/+1
* Remove sparc64 kernel supportWarner Losh2020-02-038-519/+2
* On powerpc, we use ofw_syscons for device sc. That references the defaultWarner Losh2020-02-031-1/+1
* Move font.h generation to conf/files from conf/files.*Warner Losh2020-02-025-19/+4
* Fix old-style buildWarner Losh2020-02-025-12/+10
* Kill old armv4 busdmaWarner Losh2020-02-022-3/+1
* Move arm back to having one LINTWarner Losh2020-02-021-6/+2
* Remove old boardid/mach-types support.Warner Losh2020-02-021-5/+0
* Remove vpo.4Warner Losh2020-02-023-9/+0
* Revert r357349, since the clang 10.0.0 warning was actually correct, andDimitry Andric2020-02-012-5/+1
* make all is needed to generate .depend.*Bryan Drewery2020-01-311-1/+1
* Merge r357348 from the clang 10.0.0 import branch:Dimitry Andric2020-01-312-1/+5
|\
| * Disable new clang 10.0.0 warnings about converting the result of shiftDimitry Andric2020-01-312-1/+5
* | Implement a safe memory reclamation feature that is tightly coupled with UMA.Jeff Roberson2020-01-311-0/+1
* | config.mk: #define MAC as wellKyle Evans2020-01-291-0/+1
|/
* mips: unbreak module builds after r357265Kyle Evans2020-01-291-1/+2
* kmod build: start generating opt_global.h, include itKyle Evans2020-01-292-0/+7
* Add driver for Xilinx XDMA PCIe Bridge found in the U.S. GovernmentRuslan Bukin2020-01-291-0/+1
* Compile hack.c with normal CFLAGS + -shared -nostdlib.John Baldwin2020-01-263-6/+1
* Include the PCI stack to the riscv GENERIC kernel.Ruslan Bukin2020-01-241-0/+3
* Fix kernel-tags target.Yoshihiro Takahashi2020-01-232-3/+4
* cpufreq(4): Add support for Intel Speed ShiftConrad Meyer2020-01-221-1/+2
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-0/+1
* sysent.mk: split interpreter out of target commandKyle Evans2020-01-211-3/+6
* PowerPC: Add CPLD driver for AmigaOne X5000Justin Hibbits2020-01-191-0/+1
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-0/+35
* arm64: rockchip: Add RK3399 PWM driverEmmanuel Vadot2020-01-161-0/+1
* mips trampoline: don't bother with unwind tablesKyle Evans2020-01-151-0/+1
* Work around lld's inability to handle undefined weak symbols on risc-v.John Baldwin2020-01-071-0/+11
* UMA NUMA flag day. UMA_ZONE_NUMA was a source of confusion. Make the namesJeff Roberson2020-01-041-2/+0
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-022-0/+2
* iicoc: limit fdt attachment to EXT_RESOURCES platformsKyle Evans2020-01-021-1/+1
* Add support for i2c bus mux hardware.Ian Lepore2020-01-022-0/+9
* Set a "kernbase" symbol in 32-bit arm locore.S and use it with ldscript.arm.Ian Lepore2019-12-301-2/+2
* Eliminate the generated ldscript for arm and arm64, and strip $a/$d markerIan Lepore2019-12-294-34/+67
* arm64: rockchip: Add driver for the io domainEmmanuel Vadot2019-12-281-0/+1
* [PowerPC] Clang powerpcspe build fixesBrandon Bergren2019-12-271-1/+3
* [PowerPC] Switch to PIC kernel modules on powerpc*Brandon Bergren2019-12-271-1/+2
* Add comments to a couple i2c device lines.Ian Lepore2019-12-261-2/+2
* In kern.pre.mk, split SYSTEM_LD into two variables to avoid duplication inIan Lepore2019-12-251-3/+4
* Revert r356077, apparently the change doesn't work after all (failed toIan Lepore2019-12-251-4/+4
* For riscv kernel builds, add -N to LDFLAGS instead of replacing theIan Lepore2019-12-251-4/+4
* Add vmgenc(4) driver for ACPI VM generation counterConrad Meyer2019-12-221-0/+1
* powerpc: Only build mpc85xx i2c driver for mpc85xxJustin Hibbits2019-12-211-1/+1
* gcc9: quiet Waddress-of-packed-member for kernel buildRyan Libby2019-12-211-0/+3
* iicoc: add FDT bus attachmentPhilip Paeps2019-12-201-0/+1