aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Make the Wii GPIO driver a separate device.Rui Paulo2012-10-211-1/+1
* Fix kernel build with options ZFS after r240868.Marius Strobl2012-10-191-0/+1
* It seems that it is preferable to keep support for glabel also forAttilio Rao2012-10-181-0/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-1811-37/+10
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-173-15/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-173-21/+0
* Disconnect non-MPSAFE CODAFS from the build in preparation for droppingAttilio Rao2012-10-163-15/+0
* Disconnect non-MPSAFE XFS from the build in preparation for droppingAttilio Rao2012-10-164-148/+0
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-163-8/+1
* Disconnect non-MPSAFE HPFS from the build in preparation for droppingAttilio Rao2012-10-163-7/+0
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-162-2/+5
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-133-0/+11
* Improve the check for p4 opened files.Rui Paulo2012-09-221-2/+2
* Provide kernel compile time option to make pf(4) default rule to drop.Gleb Smirnoff2012-09-182-0/+4
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.Jim Harris2012-09-172-0/+20
* Add Perforce support.Rui Paulo2012-09-161-4/+23
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-142-51/+35
* Introduce a new make variable COMPILER_TYPE that specifies whatBrooks Davis2012-09-133-7/+9
* Rename the IVY_RNG option to RDRAND_RNG.Konstantin Belousov2012-09-134-4/+4
* Allow cxgbe to be built into a kernel with "device cxgbe."Navdeep Parhar2012-09-132-0/+35
* Remove some trailing whitespace.Jim Harris2012-09-122-3/+3
* Remove duplication and centralize testing of various config(8)ed features.David E. O'Brien2012-09-124-6/+5
* Not all Pmake derived makes quietly tolerate assignment from shell commandsDavid E. O'Brien2012-09-123-5/+5
* Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilationDavid E. O'Brien2012-09-122-2/+2
* Add device entry for DWC OTG.Hans Petter Selasky2012-09-111-0/+1
* Remove some more NetBSD compat shims and other unused bits from theseJohn Baldwin2012-09-101-1/+0
* After r240104, make sure the hpt27xx driver also compiles with clang,Dimitry Andric2012-09-052-2/+4
* Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov2012-09-054-2/+12
* Fix duplicate entries for mwl(4):John Baldwin2012-09-041-0/+3
* - Move jenkins.h to jenkins_hash.cGleb Smirnoff2012-09-041-0/+1
* Partially revert r239959, after actually fixing most of the clangDimitry Andric2012-09-021-6/+6
* Work around several warnings from clang in the xfs filesystem, whenDimitry Andric2012-08-311-7/+7
* Similar to how r171350 fixed linking of kernel modules containingJohn Baldwin2012-08-311-2/+3
* The implied source variable (.IMPSRC) didn't actually work in my previousJohn Baldwin2012-08-311-2/+2
* Add common rules for building firmware object files (NORMAL_FW to runJohn Baldwin2012-08-312-44/+47
* Post r222812 KTR_CPUMASK started being initialized only as a tunableAttilio Rao2012-08-301-3/+3
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-301-0/+1
* After r239868, also remove the comment about the workaround forDimitry Andric2012-08-291-1/+0
* Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sinceDimitry Andric2012-08-291-1/+1
* Move AR71XX (MIPS SoCs family) options to options.mips file.Aleksandr Rybalko2012-08-262-8/+10
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-252-0/+14
* Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts.Brooks Davis2012-08-251-0/+2
* Add a device driver for the Altera University Program SD Card IP Core,Robert Watson2012-08-251-0/+4
* Add altera_avgen(4), a generic device driver to be used by hard and softRobert Watson2012-08-251-0/+1
* Add preliminary support for the SRI International / University of CambridgeRobert Watson2012-08-251-0/+1
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-252-0/+10
* Get rid of ARM_BIG_ENDIAN for good:Oleksandr Tymoshenko2012-08-212-12/+0
* Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.Hiroki Sato2012-08-212-0/+3
* Initial support for running FreeBSD on the Nintendo Wii. We're able toAdrian Chadd2012-08-212-0/+7
* Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-202-5/+14