summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Bump the version of config to the latest (3 year old, so upgradeimp2014-02-048-23/+8
* Pass MACHINE and MACHINE_ARCH down into the modulesimp2014-02-041-0/+1
* Add a prior version compat define.imp2014-02-041-0/+3
* Fix the definition of hg_cmd.rpaulo2014-02-031-1/+1
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+1
* Provide a simpler and more standards-compliant simplebus implementation tonwhitehorn2014-02-011-1/+0
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-0/+1
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-311-1/+1
* Hack: Add explicit depends on bus_if.h and device_if.h to avoid aimp2014-01-311-0/+3
* Add support for trackpads found in Apple MacBook products. While at ithselasky2014-01-292-0/+4
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-282-1/+6
* Document EARLY_PRINTFimp2014-01-221-0/+9
* Add support for mapping a small range of the SoC devices for debuggingimp2014-01-221-0/+2
* Implement generic support for early printf. Thought I can't find theimp2014-01-221-0/+1
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-182-0/+2
* Fix a braino with r259730: we cannot currently use CFLAGS.gcc ordim2014-01-091-4/+8
* Remove aicasm as a build dependency. It made sense when the ahc and ahdscottl2014-01-071-36/+2
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-071-0/+1
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-051-1/+0
* MFV r260154 + 260182:delphij2014-01-021-0/+1
* For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning aboutdim2013-12-301-1/+1
* For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unuseddim2013-12-301-1/+1
* Similar to r260020, only use -fms-extensions with gcc, for all otherdim2013-12-301-1/+3
* Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.imp2013-12-301-0/+1
* Turn off warnings about unused variables for a bunch of files underdim2013-12-291-14/+14
* Disable warning about unused functions for ieee80211_crypto.c anddim2013-12-281-2/+4
* Disable warning about unused functions for ar9300_reset.c for now.dim2013-12-281-1/+1
* To avoid having to explicitly test COMPILER_TYPE for settingdim2013-12-221-8/+4
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...ganbold2013-12-202-2/+3
* Revert r259045.kib2013-12-151-6/+0
* split netmap code according to functions:luigi2013-12-151-0/+4
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-131-0/+1
* Break build with error in case when both syscons and newcons are enabled.ray2013-12-101-0/+3
* o Build syscons(9)'s splash support if both sc and splash are enabled.ray2013-12-081-2/+2
* Fix build with 'crypto' and 'zfs' in the same kernel. This was the pathpeter2013-12-081-1/+1
* Include dev/fb/fb_if.m in build always, without it kms modules complain aboutray2013-12-071-1/+1
* Disallow optimizations which potentially remove boundary checkskib2013-12-061-0/+6
* Merge VT(9) project (a.k.a. newcons).ray2013-12-058-10/+29
|\
| * MFC @r258947.ray2013-12-057-16/+11
| |\
| * \ MFC @r258091.ray2013-11-131-7/+7
| |\ \
| * | | o Add link to vt_mouse_cursor.c.ray2013-11-111-2/+2
| * | | Define VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT options, to allow to makeray2013-11-071-1/+3
| * | | DRM2 have to know how to use fb_if.ray2013-11-061-1/+1
| * | | MFC @r257740.ray2013-11-062-10/+11
| |\ \ \
| * \ \ \ MFC @r257698.ray2013-11-059-24/+44
| |\ \ \ \
| * | | | | Define fb newbus interface to connect framebuffer providers with fbd.ray2013-10-311-0/+1
| * | | | | MFC @r257107.ray2013-10-253-3/+4
| |\ \ \ \ \
| * \ \ \ \ \ MFC @r256964.ray2013-10-231-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFC @r256953ray2013-10-239-28/+69
| |\ \ \ \ \ \ \
| * | | | | | | | Enable to build vt_fb driver and generic framebuffer.ray2013-10-221-0/+2
OpenPOWER on IntegriCloud