| Commit message (Expand) | Author | Age | Files | Lines |
* | Reviewed by: imp | sjg | 2014-07-26 | 1 | -1/+1 |
* | The time is not yet ripe to break the lack of dependencies between | imp | 2014-05-17 | 1 | -1/+13 |
* | Remove the compatibility hack for FreeBSD 7 systems for | imp | 2014-05-10 | 1 | -3/+0 |
* | Simplify clang ifdefs in the kernel a bit. Introduce | imp | 2014-05-10 | 1 | -13/+9 |
* | Introduce kern.opts.mk to hold all the options for kernel module | imp | 2014-05-09 | 1 | -0/+1 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Pass MACHINE and MACHINE_ARCH down into the modules | imp | 2014-02-04 | 1 | -0/+1 |
* | Similar to r260020, only use -fms-extensions with gcc, for all other | dim | 2013-12-30 | 1 | -1/+3 |
* | Fix typo. | andreast | 2013-11-29 | 1 | -1/+1 |
* | Remove the gross hack for the Octeon Simple Executive to the least | imp | 2013-11-06 | 1 | -9/+10 |
* | opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG | avg | 2013-08-06 | 1 | -0/+1 |
* | Add the AR9300 HAL into the kernel and module builds. | adrian | 2013-05-02 | 1 | -1/+1 |
* | 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 |