| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix LINT build for arm: NOTES defines LDFLAGS by way of a make option | marcel | 2012-11-29 | 1 | -1/+1 |
* | Redo r242842, now actually fixing the warnings, as follows: | dim | 2012-11-12 | 1 | -1/+1 |
* | Attempt toward a buildable universe by silenting a few warnings for OFED. | delphij | 2012-11-10 | 1 | -1/+1 |
* | For kernel builds with PROFLEVEL >= 2, such as LINT, don't attempt to | dim | 2012-11-07 | 1 | -2/+5 |
* | For kernel builds with PROFLEVEL >= 1, such as LINT, don't attempt to | dim | 2012-11-07 | 1 | -1/+4 |
* | Disconnect non-MPSAFE XFS from the build in preparation for dropping | attilio | 2012-10-16 | 1 | -3/+0 |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 1 | -3/+0 |
* | Introduce a new make variable COMPILER_TYPE that specifies what | brooks | 2012-09-13 | 1 | -3/+4 |
* | Allow cxgbe to be built into a kernel with "device cxgbe." | np | 2012-09-13 | 1 | -0/+1 |
* | Remove duplication and centralize testing of various config(8)ed features. | obrien | 2012-09-12 | 1 | -0/+5 |
* | Similar to how r171350 fixed linking of kernel modules containing | jhb | 2012-08-31 | 1 | -2/+3 |
* | The implied source variable (.IMPSRC) didn't actually work in my previous | jhb | 2012-08-31 | 1 | -2/+2 |
* | Add common rules for building firmware object files (NORMAL_FW to run | jhb | 2012-08-31 | 1 | -0/+3 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 1 | -1/+1 |
* | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 1 | -1/+1 |
* | Allow (with a license warning) "options ZFS" to work in static kernels. | peter | 2012-03-27 | 1 | -0/+6 |
* | In r232322, I forgot one case where a check for MK_CLANG_IS_CC was | dim | 2012-03-04 | 1 | -1/+1 |
* | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeeb | dim | 2012-03-03 | 1 | -2/+2 |
* | After r232322, it turned out many people (and some ports) are building | dim | 2012-03-03 | 1 | -2/+2 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -2/+2 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -0/+4 |
* | Revert r230390. | andreast | 2012-01-21 | 1 | -5/+2 |
* | Disable GUPROF on archs other than i386/amd64 since the fine details are not | andreast | 2012-01-20 | 1 | -2/+5 |
* | Trivial standardization to a few comments in kern.pre.mk. | gjb | 2012-01-03 | 1 | -2/+2 |
* | When building the kernel for amd64 with clang, don't attempt to use the | dim | 2011-12-24 | 1 | -0/+4 |
* | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | fjoe | 2011-11-30 | 1 | -2/+4 |
* | Do not echo ${CTFCONVERT} command: config(8) will be fixed to not | fjoe | 2011-11-29 | 1 | -2/+1 |
* | - fix WITH_CTF when specified in /etc/src.conf [1] | fjoe | 2011-11-29 | 1 | -2/+3 |
* | Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead | fjoe | 2011-11-29 | 1 | -3/+5 |
* | Use a maximum of -O on PowerPC kernels instead of -O2 to prevent a rare | nwhitehorn | 2011-08-15 | 1 | -0/+4 |
* | Allow MKMODULESENV being preset from other sources like makeoptions | bz | 2011-04-30 | 1 | -1/+1 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -25/+7 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -0/+8 |
* | Clang now supports profiling, so remove the part that says it doesn't | dim | 2011-02-20 | 1 | -2/+2 |
* | cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters. | np | 2011-02-18 | 1 | -2/+2 |
* | whitespace nit. | imp | 2011-02-11 | 1 | -1/+1 |
* | Remove OpenSolaris include path referring to a non-existing directory | pluknet | 2011-02-02 | 1 | -3/+0 |
* | Make it possible to specify WITHOUT_MODULES in a kernel config file. | cperciva | 2010-12-27 | 1 | -0/+3 |
* | Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higher | jmallett | 2010-11-28 | 1 | -1/+2 |
* | Use :T:Micc here like everywhere else we test icc | imp | 2010-09-13 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -5/+5 |
* | Fix previous commit: don't remove the WERROR definition when using | rpaulo | 2010-07-22 | 1 | -1/+3 |
* | Handle a few corner cases for clang like we did with icc. These should | rpaulo | 2010-07-22 | 1 | -3/+3 |
* | Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive | jmallett | 2010-07-20 | 1 | -0/+6 |
* | Simple compatibility hacks for building on older systems where | imp | 2010-07-15 | 1 | -0/+4 |
* | Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the | nwhitehorn | 2010-07-13 | 1 | -1/+1 |
* | Revert r206179 (by imp) and do something similar which is more consistent | netchild | 2010-04-22 | 1 | -1/+2 |
* | Add missing @ to the NORMAL_CTFCONVERT line to keep it from appearing | imp | 2010-04-05 | 1 | -1/+1 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -9/+2 |