| Commit message (Expand) | Author | Age | Files | Lines |
* | Build bmake by default. | sjg | 2013-05-16 | 1 | -1/+1 |
* | Add support for an external cross compiler. The cross compiler is | brooks | 2013-05-15 | 1 | -0/+1 |
* | Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to | brooks | 2013-05-15 | 1 | -0/+1 |
* | Remove the WITH_IDEA option and build it unconditionally. | eadler | 2013-04-26 | 1 | -4/+0 |
* | Welcome clang as the default compiler on ARM. | andrew | 2013-03-28 | 1 | -2/+3 |
* | Unconditionally include ${SRCCONF} if overridden | emaste | 2013-03-26 | 1 | -1/+1 |
* | The relationship between LDNS_UTILS and BIND_UTILS was inverted. | des | 2013-02-15 | 1 | -1/+1 |
* | Import LDNS and build it as an internal library. | des | 2013-02-15 | 1 | -0/+10 |
* | Build clang for little-endian arm by default. Due to size issues when built | andrew | 2013-02-05 | 1 | -1/+5 |
* | Pull in r170135 from upstream clang trunk: | dim | 2013-02-02 | 1 | -2/+3 |
* | Fix a problem introduced in r231057: in bsd.own.mk, move the test for | dim | 2013-01-30 | 1 | -4/+1 |
* | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | gabor | 2013-01-29 | 1 | -0/+1 |
* | Import new (BSDL) device tree compiler. Now built by default, so that it can't | theraven | 2013-01-22 | 1 | -0/+1 |
* | Replace all known uses of ln in the build process with appropriate | brooks | 2013-01-21 | 1 | -0/+9 |
* | Add option to make pc-sysinstall optional | eadler | 2013-01-18 | 1 | -0/+1 |
* | Add compiler support for the ARM EABI. | andrew | 2013-01-17 | 1 | -0/+1 |
* | Add a src.conf(5) option to allow users to compile in the "NONE cipher", | bz | 2013-01-17 | 1 | -0/+1 |
* | Remove all support for legacy NOFOO and NO_FOO build options. | des | 2013-01-10 | 1 | -74/+0 |
* | Always install our mtree as /usr/sbin/fmtree and link it as | brooks | 2013-01-09 | 1 | -0/+1 |
* | Sort default option lists | emaste | 2012-12-21 | 1 | -6/+6 |
* | If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty. | sjg | 2012-11-22 | 1 | -1/+1 |
* | INSTALL_AS_USER: output of id -un will never match 0 so use id -u | sjg | 2012-11-22 | 1 | -2/+5 |
* | After years of hard work by many FreeBSD and LLVM developers, make | brooks | 2012-11-05 | 1 | -1/+6 |
* | Add ATF to the build. This is may be a bit rought around the egdes, | marcel | 2012-10-22 | 1 | -0/+1 |
* | Disconnect non-MPSAFE NWFS from the build in preparation for dropping | attilio | 2012-10-17 | 1 | -5/+0 |
* | - Remove WITH_GNU_SORT support | gabor | 2012-10-13 | 1 | -1/+0 |
* | Add bmake to the build and allow it to be installed as make(1) instead | marcel | 2012-10-06 | 1 | -0/+1 |
* | Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk. | brooks | 2012-09-26 | 1 | -1/+27 |
* | Add MK_KDUMP. | obrien | 2012-09-12 | 1 | -0/+2 |
* | Import bsdconfig(8) as a replacement for the post-install abilities of | dteske | 2012-07-14 | 1 | -0/+1 |
* | Fix build after r237997. | glebius | 2012-07-02 | 1 | -0/+1 |
* | - Switch to BSD sort as default sort. GNU sort will still be installed as | gabor | 2012-06-27 | 1 | -1/+1 |
* | Add -DWITH_INSTALL_AS_USER to the source build (naming matches the | obrien | 2012-06-26 | 1 | -0/+12 |
* | In CTFCONVERT_CMD initialization, check that ${MAKE_VERSION} is defined | rmh | 2012-06-16 | 1 | -1/+1 |
* | Add build opton MK_LS_COLORS to control whether ls(1) supports colors | marcel | 2012-05-19 | 1 | -0/+1 |
* | Add build option MK_ED_CRYPTO to control whether ed(1) is to have the | marcel | 2012-05-19 | 1 | -0/+1 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 1 | -0/+1 |
* | - Hook up BSD sort to the build. By default, it will be installed as | gabor | 2012-05-11 | 1 | -0/+1 |
* | Revert r234656, and apply a proper fix for binutils PR 10474, which | dim | 2012-05-07 | 1 | -2/+1 |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 1 | -1/+2 |
* | After r234596, temporarily disable building clang on 32-bit PowerPC, | dim | 2012-04-24 | 1 | -1/+2 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -0/+5 |
* | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, | dim | 2012-02-05 | 1 | -0/+5 |
* | Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable | rmh | 2012-02-04 | 1 | -0/+8 |
* | Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile out | rwatson | 2012-01-02 | 1 | -0/+1 |
* | Revert to conservative defaults. WITH_PROFILE is a default now. | fjoe | 2011-12-02 | 1 | -2/+2 |
* | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | fjoe | 2011-11-30 | 1 | -6/+11 |
* | CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds. | fjoe | 2011-11-29 | 1 | -1/+1 |
* | Turn off profiled libs build by default. | fjoe | 2011-11-29 | 1 | -2/+2 |
* | - fix WITH_CTF when specified in /etc/src.conf [1] | fjoe | 2011-11-29 | 1 | -0/+6 |