summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r278458, r278519:ian2015-06-061-3/+1
* MFC r260102:dim2014-01-091-1/+3
* Revert MFC of r260102 for now, until I can merge the required fix fromdim2014-01-051-3/+1
* MFC r260020:dim2014-01-041-1/+3
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-061-0/+1
* Add the AR9300 HAL into the kernel and module builds.adrian2013-05-021-1/+1
* Fix LINT build for arm: NOTES defines LDFLAGS by way of a make optionmarcel2012-11-291-1/+1
* Redo r242842, now actually fixing the warnings, as follows:dim2012-11-121-1/+1
* Attempt toward a buildable universe by silenting a few warnings for OFED.delphij2012-11-101-1/+1
* For kernel builds with PROFLEVEL >= 2, such as LINT, don't attempt todim2012-11-071-2/+5
* For kernel builds with PROFLEVEL >= 1, such as LINT, don't attempt todim2012-11-071-1/+4
* Disconnect non-MPSAFE XFS from the build in preparation for droppingattilio2012-10-161-3/+0
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-3/+0
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-3/+4
* Allow cxgbe to be built into a kernel with "device cxgbe."np2012-09-131-0/+1
* Remove duplication and centralize testing of various config(8)ed features.obrien2012-09-121-0/+5
* Similar to how r171350 fixed linking of kernel modules containingjhb2012-08-311-2/+3
* The implied source variable (.IMPSRC) didn't actually work in my previousjhb2012-08-311-2/+2
* Add common rules for building firmware object files (NORMAL_FW to runjhb2012-08-311-0/+3
* Merging of projects/armv6, part 3gonzo2012-08-151-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-271-0/+6
* In r232322, I forgot one case where a check for MK_CLANG_IS_CC wasdim2012-03-041-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-031-2/+2
* After r232322, it turned out many people (and some ports) are buildingdim2012-03-031-2/+2
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-0/+4
* Revert r230390.andreast2012-01-211-5/+2
* Disable GUPROF on archs other than i386/amd64 since the fine details are notandreast2012-01-201-2/+5
* Trivial standardization to a few comments in kern.pre.mk.gjb2012-01-031-2/+2
* When building the kernel for amd64 with clang, don't attempt to use thedim2011-12-241-0/+4
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-2/+4
* Do not echo ${CTFCONVERT} command: config(8) will be fixed to notfjoe2011-11-291-2/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-2/+3
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-3/+5
* Use a maximum of -O on PowerPC kernels instead of -O2 to prevent a rarenwhitehorn2011-08-151-0/+4
* Allow MKMODULESENV being preset from other sources like makeoptionsbz2011-04-301-1/+1
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-25/+7
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+8
* Clang now supports profiling, so remove the part that says it doesn'tdim2011-02-201-2/+2
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-2/+2
* whitespace nit.imp2011-02-111-1/+1
* Remove OpenSolaris include path referring to a non-existing directorypluknet2011-02-021-3/+0
* Make it possible to specify WITHOUT_MODULES in a kernel config file.cperciva2010-12-271-0/+3
* Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higherjmallett2010-11-281-1/+2
* Use :T:Micc here like everywhere else we test iccimp2010-09-131-1/+1
* MFtbemd:imp2010-08-231-1/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-5/+5
* Fix previous commit: don't remove the WERROR definition when usingrpaulo2010-07-221-1/+3
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-221-3/+3
OpenPOWER on IntegriCloud