aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Fix a braino with r259730: we cannot currently use CFLAGS.gcc orDimitry Andric2014-01-091-4/+8
* Remove aicasm as a build dependency. It made sense when the ahc and ahdScott Long2014-01-071-36/+2
* Add a compile-time control over the size of KN_HASHSIZE.Adrian Chadd2014-01-071-0/+1
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore2014-01-051-1/+0
* MFV r260154 + 260182:Xin LI2014-01-021-0/+1
* For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning aboutDimitry Andric2013-12-301-1/+1
* For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unusedDimitry Andric2013-12-301-1/+1
* Similar to r260020, only use -fms-extensions with gcc, for all otherDimitry Andric2013-12-301-1/+3
* Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.Warner Losh2013-12-301-0/+1
* Turn off warnings about unused variables for a bunch of files underDimitry Andric2013-12-291-14/+14
* Disable warning about unused functions for ieee80211_crypto.c andDimitry Andric2013-12-281-2/+4
* Disable warning about unused functions for ar9300_reset.c for now.Dimitry Andric2013-12-281-1/+1
* To avoid having to explicitly test COMPILER_TYPE for settingDimitry Andric2013-12-221-8/+4
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...Ganbold Tsagaankhuu2013-12-202-2/+3
* Revert r259045.Konstantin Belousov2013-12-151-6/+0
* split netmap code according to functions:Luigi Rizzo2013-12-151-0/+4
* Add PMU-based CPU frequency scaling. This method is used on most TitaniumJustin Hibbits2013-12-131-0/+1
* Break build with error in case when both syscons and newcons are enabled.Aleksandr Rybalko2013-12-101-0/+3
* o Build syscons(9)'s splash support if both sc and splash are enabled.Aleksandr Rybalko2013-12-081-2/+2
* Fix build with 'crypto' and 'zfs' in the same kernel. This was the pathPeter Wemm2013-12-081-1/+1
* Include dev/fb/fb_if.m in build always, without it kms modules complain aboutAleksandr Rybalko2013-12-071-1/+1
* Disallow optimizations which potentially remove boundary checksKonstantin Belousov2013-12-061-0/+6
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-058-10/+29
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-9/+9
* Support Hyper-V on i386:Xin LI2013-12-051-0/+12
* Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn2013-12-011-2/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-302-4/+0
* Fix typo.Andreas Tobler2013-11-291-1/+1
* Move KDTRACE_FRAME to "options" since it's used by kern.pre.mk.Rui Paulo2013-11-292-3/+1
* MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained controlAndriy Gapon2013-11-281-0/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+1
* Kill ARM_VFP_SUPPORT, it's been removed some time ago.Olivier Houchard2013-11-211-1/+0
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB EthernetMark Johnston2013-11-191-2/+3
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatNathan Whitehorn2013-11-171-2/+2
* Following the approach with ACPI DMAR on x86, split IOMMU handling intoNathan Whitehorn2013-11-121-0/+1
* Use the same implementation of copyinout.c for both AIM and Book-E. ThisNathan Whitehorn2013-11-111-2/+1
* Follow up r223485, which made AIM use the ABI thread pointer instead ofNathan Whitehorn2013-11-111-3/+2
* Rename the "bare" platform "mpc85xx", which is what it actually is, andNathan Whitehorn2013-11-111-1/+2
* Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn2013-11-111-1/+1
* Remove the gross hack for the Octeon Simple Executive to the leastWarner Losh2013-11-061-9/+10
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* This files should have been included in r257648.Ian Lepore2013-11-041-0/+1
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-041-17/+12
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-0/+2
* Add support for queued invalidation.Konstantin Belousov2013-11-012-0/+2
* Add missing ARMv6 CPU functions to ARM MakefileZbigniew Bodek2013-10-291-1/+2
* Remove ng_fec(4).Gleb Smirnoff2013-10-281-1/+0
* Remove ng_fec(4).Gleb Smirnoff2013-10-281-1/+0
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-283-0/+17
* Add a virtual table for the busdma methods on x86, to allow differentKonstantin Belousov2013-10-273-0/+3