| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ensure crunchen uses the same make binary as the rest of the build. | obrien | 2012-06-25 | 1 | -1/+1 |
* | In CTFCONVERT_CMD initialization, check that ${MAKE_VERSION} is defined | rmh | 2012-06-16 | 1 | -1/+1 |
* | Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supported | dim | 2012-06-09 | 1 | -1/+1 |
* | During buildworld and buildkernel, define EARLY_BUILD in the earlier | dim | 2012-06-03 | 1 | -3/+6 |
* | Fix an inconsistency I just ran into for LDADD and DPADD. The description | marcel | 2012-05-24 | 1 | -2/+2 |
* | 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 |
* | Add missing LIBPROCSTAT. | 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 |
* | Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script | jlh | 2012-05-07 | 2 | -2/+29 |
* | 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 |
* | Sort nm in order. | imp | 2012-04-22 | 1 | -4/+4 |
* | Fix partially merged patch from my external compiler tree in r234546. | imp | 2012-04-21 | 1 | -0/+4 |
* | Upgrade our copy of llvm/clang to trunk r154661, in preparation of the | dim | 2012-04-16 | 1 | -2/+11 |
* | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 2 | -2/+2 |
* | - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings | stas | 2012-03-22 | 1 | -0/+4 |
* | Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk | dim | 2012-03-16 | 1 | -84/+85 |
* | Make boot2 build with Clang again. | jkim | 2012-03-09 | 1 | -2/+4 |
* | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeeb | dim | 2012-03-03 | 1 | -6/+6 |
* | After r232322, it turned out many people (and some ports) are building | dim | 2012-03-03 | 1 | -6/+6 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 2 | -6/+11 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -4/+10 |
* | Fix comma splice, can't ambiguity and quoting. | imp | 2012-02-16 | 1 | -1/+1 |
* | Wordsmith the can't find kernel error message, and suggest which | imp | 2012-02-15 | 1 | -1/+1 |
* | 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 |
* | Allow crunchgen binary link generation to be disabled. | adrian | 2012-01-05 | 1 | -0/+5 |
* | Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile out | rwatson | 2012-01-02 | 1 | -0/+1 |
* | Disable another clang warning (-Wempty-body) when WARNS <= 2. | dim | 2011-12-18 | 1 | -1/+1 |
* | Disable yet another clang warning (-Wconversion) when WARNS <= 3. | dim | 2011-12-18 | 1 | -1/+2 |
* | Disable yet another clang warning when WARNS <= 3. | dim | 2011-12-17 | 1 | -1/+1 |
* | Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang, | dim | 2011-12-16 | 1 | -0/+3 |
* | Disable one more clang warning when WARNS <= 3. | dim | 2011-12-15 | 1 | -1/+2 |
* | Clang has more warnings enabled by default, and when using -Wall, so if WARNS | dim | 2011-12-15 | 1 | -0/+13 |
* | Force linker error when created shared library contains a relocation | kib | 2011-12-06 | 1 | -2/+7 |
* | 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 | 3 | -11/+16 |
* | 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 | 4 | -108/+40 |
* | Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead | fjoe | 2011-11-29 | 3 | -93/+93 |
* | Allow NO_FOO to override WITH_FOO that could be specified in /etc/src.conf. | fjoe | 2011-11-29 | 1 | -0/+3 |
* | Fix breakage after r227983; lib/libcxxrt still got built, because it was | dim | 2011-11-26 | 1 | -2/+1 |
* | Import libc++ / libcxxrt into base. Not build by default yet (use | theraven | 2011-11-25 | 2 | -0/+4 |