summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add initial AR8327 support.adrian2014-02-241-0/+1
* | Similar to r262306 for boot1's Makefile, clang spells -mcmodel=medany asdim2014-02-231-0/+4
|/
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-0/+1
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-1/+2
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-163-25/+0
* This new version of netmap brings you the following:luigi2014-02-151-1/+3
* Disable warning about unused static const variables for sys/pci/ncr.c.dim2014-02-141-1/+2
* In r260111, in sys/conf/files, I disabled warning about unused functionsdim2014-02-141-2/+2
* Similar to r260026, disable warning about unused functions fordim2014-02-141-3/+6
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-148-5/+7
* Add an OFW GPIO compatible bus. This allows the use of the DTS files toloos2014-02-131-0/+1
* Allow iwn2000 and iwn2030 firmware to be linked into the kernel.brueffer2014-02-091-0/+28
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-0/+1
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-081-1/+0
* Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels tojhb2014-02-071-0/+5
* Import USB RNDIS driver to FreeBSD from OpenBSD.hselasky2014-02-062-1/+5
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-3/+2
* 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
OpenPOWER on IntegriCloud