aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isMax Khon2011-11-301-2/+4
* Do not echo ${CTFCONVERT} command: config(8) will be fixed to notMax Khon2011-11-291-2/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]Max Khon2011-11-291-2/+3
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadMax Khon2011-11-291-3/+5
* Use a maximum of -O on PowerPC kernels instead of -O2 to prevent a rareNathan Whitehorn2011-08-151-0/+4
* Allow MKMODULESENV being preset from other sources like makeoptionsBjoern A. Zeeb2011-04-301-1/+1
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-25/+7
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+8
* Clang now supports profiling, so remove the part that says it doesn'tDimitry Andric2011-02-201-2/+2
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-181-2/+2
* whitespace nit.Warner Losh2011-02-111-1/+1
* Remove OpenSolaris include path referring to a non-existing directorySergey Kandaurov2011-02-021-3/+0
* Make it possible to specify WITHOUT_MODULES in a kernel config file.Colin Percival2010-12-271-0/+3
* Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higherJuli Mallett2010-11-281-1/+2
* Use :T:Micc here like everywhere else we test iccWarner Losh2010-09-131-1/+1
* MFtbemd:Warner Losh2010-08-231-1/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-5/+5
* Fix previous commit: don't remove the WERROR definition when usingRui Paulo2010-07-221-1/+3
* Handle a few corner cases for clang like we did with icc. These shouldRui Paulo2010-07-221-3/+3
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple ExecutiveJuli Mallett2010-07-201-0/+6
* Simple compatibility hacks for building on older systems whereWarner Losh2010-07-151-0/+4
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use theNathan Whitehorn2010-07-131-1/+1
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+2
* Add missing @ to the NORMAL_CTFCONVERT line to keep it from appearingWarner Losh2010-04-051-1/+1
* WITH_CTF can now be specified in src.conf (not recommended, thereAlexander Leidinger2010-04-021-9/+2
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-5/+1
* Allow the old usb stack to compile by adding the appropriate -I foo, this mustAndrew Thompson2009-02-261-1/+5
* Revert previous change, since revision 187103 fixed the problem.Craig Rodrigues2009-01-151-2/+2
* When building up the command-line for the DTrace ctfmerge and ctfconvertCraig Rodrigues2009-01-151-2/+2
* Fix CTF based builds to that if the debug build is being used we getGeorge V. Neville-Neil2009-01-121-0/+1
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-2/+2
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-0/+3
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-4/+1
* Remove some sparc-specific stuff from my earlier sun4v work in p4.John Birrell2008-06-091-2/+0
* Add support for generating CTF data for the kernel.John Birrell2008-05-231-0/+15