aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* Cache _MPATH and pass it down into the modules build. Some NFS setupsWarner Losh2015-07-041-0/+7
* Allow DTrace to be compiled-in to the kernel.Ruslan Bukin2015-06-101-2/+23
* Only include CWARNFLAGS once to reduce command line size from ~1400Warner Losh2015-04-281-1/+1
* Fix kernel build ${MACHINE} pathEd Maste2015-04-161-1/+1
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-5/+2
* Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-2/+2
* Properly quote EXTRA_MODULES and WITHOUT_MODULES to ensure that theyWarner Losh2015-02-101-1/+1
* Pass MODULES_EXTRA to the modules build. While I'm here, also alwaysWarner Losh2015-02-091-3/+1
* Always prefer double dashes for GNU LD long options.Davide Italiano2015-02-061-1/+1
* Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko2015-02-051-0/+3
* Fix typo from too many cut-n-paste operations. Use IMPSRC:T to justWarner Losh2015-01-061-1/+1
* Clang's 3.5 integrated assembler now handles these files correctly (itWarner Losh2015-01-051-7/+1
* Move more of the warnings into kern.mk, as well as centralize that asWarner Losh2015-01-011-2/+1
* Reviewed by: impSimon J. Gerraty2014-07-261-1/+1
* The time is not yet ripe to break the lack of dependencies betweenWarner Losh2014-05-171-1/+13
* Remove the compatibility hack for FreeBSD 7 systems forWarner Losh2014-05-101-3/+0
* Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-101-13/+9
* Introduce kern.opts.mk to hold all the options for kernel moduleWarner Losh2014-05-091-0/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Pass MACHINE and MACHINE_ARCH down into the modulesWarner Losh2014-02-041-0/+1
* Similar to r260020, only use -fms-extensions with gcc, for all otherDimitry Andric2013-12-301-1/+3
* Fix typo.Andreas Tobler2013-11-291-1/+1
* Remove the gross hack for the Octeon Simple Executive to the leastWarner Losh2013-11-061-9/+10
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-061-0/+1
* Add the AR9300 HAL into the kernel and module builds.Adrian Chadd2013-05-021-1/+1
* Fix LINT build for arm: NOTES defines LDFLAGS by way of a make optionMarcel Moolenaar2012-11-291-1/+1
* Redo r242842, now actually fixing the warnings, as follows:Dimitry Andric2012-11-121-1/+1
* Attempt toward a buildable universe by silenting a few warnings for OFED.Xin LI2012-11-101-1/+1
* For kernel builds with PROFLEVEL >= 2, such as LINT, don't attempt toDimitry Andric2012-11-071-2/+5
* For kernel builds with PROFLEVEL >= 1, such as LINT, don't attempt toDimitry Andric2012-11-071-1/+4
* Disconnect non-MPSAFE XFS from the build in preparation for droppingAttilio Rao2012-10-161-3/+0
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-3/+0
* Introduce a new make variable COMPILER_TYPE that specifies whatBrooks Davis2012-09-131-3/+4
* Allow cxgbe to be built into a kernel with "device cxgbe."Navdeep Parhar2012-09-131-0/+1
* Remove duplication and centralize testing of various config(8)ed features.David E. O'Brien2012-09-121-0/+5
* 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-311-0/+3
* Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-151-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Allow (with a license warning) "options ZFS" to work in static kernels.Peter Wemm2012-03-271-0/+6
* In r232322, I forgot one case where a check for MK_CLANG_IS_CC wasDimitry Andric2012-03-041-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-031-2/+2
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-031-2/+2
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-0/+4
* Revert r230390.Andreas Tobler2012-01-211-5/+2
* Disable GUPROF on archs other than i386/amd64 since the fine details are notAndreas Tobler2012-01-201-2/+5
* Trivial standardization to a few comments in kern.pre.mk.Glen Barber2012-01-031-2/+2
* When building the kernel for amd64 with clang, don't attempt to use theDimitry Andric2011-12-241-0/+4