summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* s/JIRA/Jenkins/g in comments. I was confused.imp2014-05-121-2/+2
* Attempt to walk a fine line between current usage (/usr/ports whichimp2014-05-111-0/+11
* Move the PS3 framebuffer console to use vt instead of syscons and adjustnwhitehorn2014-05-111-2/+2
* bitrotted compat cruft removal:imp2014-05-102-8/+1
* Remove the compatibility hack for FreeBSD 7 systems forimp2014-05-102-6/+0
* Simplify clang ifdefs in the kernel a bit. Introduceimp2014-05-104-39/+24
* Add the lm75 i2c digital temperature sensor driver.loos2014-05-101-0/+1
* Fix typo in FORMAT_EXTENSIONS which breaks universe.imp2014-05-101-1/+1
* Introduce kern.opts.mk to hold all the options for kernel moduleimp2014-05-093-1/+32
* Add support for reading RouterBoard's memory which is passed by the loaderloos2014-05-091-0/+1
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASambrisko2014-05-071-0/+4
* Fix buildkernel breakage, which was fall-out from the move of options tose2014-05-061-0/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Allow GEOM_VINUM to be statically compiled into the kernel.marius2014-05-023-0/+17
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+11
* Clean up more lindev(4) vestiges.brueffer2014-05-021-2/+0
* lindev(4): finish the partial commit in r265212eadler2014-05-022-4/+0
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aimp2014-04-301-1/+1
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.kevlo2014-04-251-0/+14
* Really, really, really only allow this option for amd64/i386 builds.sbruno2014-04-091-3/+0
* Actually, since this is what I thought I was doing, only allow thesbruno2014-04-083-0/+5
* Put proper ${} around variable expansion. This fixes the build on 9.2imp2014-04-081-2/+2
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-082-0/+2
* An all-or-nothing approach to labels isn't flexible enough. Embeddedmarcel2014-04-062-2/+3
* Change NO_EVENTTIMERS from an arm-specific to an MI option, so that it canian2014-04-022-1/+1
* Add a method to get the PCI RID for a device.rstone2014-04-011-0/+1
* Revert PCI RID changes.rstone2014-04-011-1/+0
* Add a method to get the PCI Routing ID for a devicerstone2014-04-011-0/+1
* Remove check for clang and expand the comment. Newer versions of gccimp2014-04-011-4/+6
* Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined.imp2014-04-011-2/+2
* Enable to build UEFI framebuffer driver for vt(4).ray2014-03-281-0/+1
* Remove ctl_mem_pool.{c,h}.trasz2014-03-271-1/+0
* Add a '*' to the M modifier string so we match any -gdwarf string (evenimp2014-03-251-2/+4
* Rather than require a makeoptions DEBUG to get debug correct,imp2014-03-251-0/+7
* Fix and improve exception tracing:marcel2014-03-182-1/+2
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-161-0/+2
* Several years after initial development, merge prototype support forrwatson2014-03-152-0/+3
* Remove AppleTalk support.glebius2014-03-143-15/+1
* Remove IPX support.glebius2014-03-143-26/+0
* xen: add an apic_enumerator for PVHroyger2014-03-111-0/+1
* xen: implement an early timer for Xen PVHroyger2014-03-113-0/+4
* xen: add and enable Xen console for PVH guestsroyger2014-03-111-2/+2
* xen: add PV/PVH kernel entry pointroyger2014-03-111-0/+2
* Move the exception vector table (so-called "page0" data) into exception.Sian2014-03-101-1/+0
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-093-7/+5
* Use a full path to the target for make rules which create symlinks @,markj2014-03-041-6/+11
* Include kbd(4) when vt(4) is enabled as on other platforms.jhb2014-03-031-1/+1
* Only try to build the static dtb when we're building a static dtb...imp2014-02-281-1/+1
* Integrate device-tree upstream files into the build process:imp2014-02-281-3/+4
* Merge from head up to r262472.dim2014-02-251-0/+1
|\
OpenPOWER on IntegriCloud