| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade our copy of llvm/clang to r168974, from upstream's release_32 | dim | 2012-12-03 | 1 | -0/+4 |
* | Don't install atf.test.mk if MK_ATF == no. | marcel | 2012-11-15 | 1 | -0/+1 |
* | Add a description of WITHOUT_CLANG_IS_CC. | brooks | 2012-11-05 | 1 | -0/+6 |
* | Add ATF to the build. This is may be a bit rought around the egdes, | marcel | 2012-10-22 | 2 | -0/+73 |
* | Remove the netncp and nwfs files from here. They will be moved to the | andreast | 2012-10-17 | 1 | -41/+0 |
* | - Remove GNU sort and the WITH_GNU_SORT knob | gabor | 2012-10-13 | 1 | -2/+0 |
* | Add support for bmake. This includes: | marcel | 2012-10-06 | 1 | -2/+21 |
* | Add bmake to the build and allow it to be installed as make(1) instead | marcel | 2012-10-06 | 1 | -0/+8 |
* | Add documentation for the WITHOUT_KDUMP switch. | zeising | 2012-09-19 | 1 | -0/+5 |
* | r235638 is not the clean way to add support for building on ancient FreeBSD | obrien | 2012-09-11 | 1 | -2/+14 |
* | Add libc++ and libcxxrt related files to OptionalObsoleteFiles.inc. | dim | 2012-08-26 | 1 | -0/+115 |
* | Add three additional clang intrinsics headers, which I missed in the | dim | 2012-08-20 | 1 | -0/+3 |
* | Upgrade our copy of llvm/clang to trunk r162107. With thanks to | dim | 2012-08-20 | 1 | -0/+24 |
* | When WITHOUT_CLANG is being used, also clean out the clang 3.1 headers | dim | 2012-07-23 | 1 | -0/+24 |
* | Change language in WITH_BSDCONFIG to match other options, and regen | zeising | 2012-07-14 | 1 | -1/+1 |
* | Import bsdconfig(8) as a replacement for the post-install abilities of | dteske | 2012-07-14 | 1 | -0/+2 |
* | Remove the "funny targets" make check. We no longer need embedded :: targets | obrien | 2012-07-05 | 1 | -18/+10 |
* | A cross-reference takes a man page section as well. Assume pkg(1), | marcel | 2012-07-02 | 1 | -1/+1 |
* | Add description for INSTALL_AS_USER | marcel | 2012-07-02 | 1 | -0/+9 |
* | Fix typo in option description file (using svn move). | marcel | 2012-07-02 | 1 | -0/+0 |
* | New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg | bapt | 2012-07-02 | 2 | -0/+8 |
* | - Switch to BSD sort as default sort. GNU sort will still be installed as | gabor | 2012-06-27 | 2 | -2/+2 |
* | make it easier to check newly-built make | obrien | 2012-05-30 | 1 | -0/+19 |
* | Add '-width Pa' to src.conf.5 for mdoc(7) style consistency. | gjb | 2012-05-30 | 1 | -1/+1 |
* | Document the ED_CRYPTO and LS_COLORS options. | marcel | 2012-05-19 | 2 | -0/+8 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 2 | -0/+4 |
* | Regenerate src.conf(5) for mdoc(7) and typo corrections. | gjb | 2012-05-12 | 4 | -7/+5 |
* | - Hook up BSD sort to the build. By default, it will be installed as | gabor | 2012-05-11 | 1 | -0/+2 |
* | Add some missing files to OLD_FILES | eadler | 2012-05-09 | 1 | -0/+2 |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 1 | -0/+6 |
* | Add files and directories to be cleaned up if WITHOUT_GCC is in effect | dim | 2012-04-14 | 1 | -0/+36 |
* | - Add new kerberos libraries to the list of optional obsolete files. | stas | 2012-03-23 | 1 | -1/+37 |
* | - Do not build libcom_err and compile_et when kerberos is disabled. They | stas | 2012-03-23 | 1 | -0/+6 |
* | - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings | stas | 2012-03-22 | 1 | -40/+536 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -0/+8 |
* | Replace utxrm(8) by utx(8). | ed | 2012-02-11 | 2 | -1/+3 |
* | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, | dim | 2012-02-05 | 2 | -0/+40 |
* | Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable | rmh | 2012-02-04 | 3 | -0/+6 |
* | Remove wtmpcvt(1). | ed | 2012-01-13 | 1 | -1/+0 |
* | Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile out | rwatson | 2012-01-02 | 1 | -0/+2 |
* | Add more files to cleanup with 'make delete-old' when WITHOUT_CLANG is | dim | 2011-12-11 | 1 | -0/+35 |
* | Revert to conservative defaults. WITH_PROFILE is a default now. | fjoe | 2011-12-02 | 2 | -2/+2 |
* | Add WITH_CTF description. | fjoe | 2011-11-30 | 1 | -0/+4 |
* | Turn off profiled libs build by default. | fjoe | 2011-11-29 | 2 | -2/+2 |
* | Add WITH_LIBCPLUSPLUS under tools/build/options; the knob itself was | dim | 2011-11-28 | 1 | -0/+2 |
* | Revert r227538, since it doesn't compile with clang at all (it doesn't | dim | 2011-11-17 | 2 | -60/+0 |
* | LLVM uses atomic operations, which are not supported on i386 and GCC | dim | 2011-11-15 | 2 | -0/+60 |
* | Add WITHOUT_UTMPX switch to the build system. | ed | 2011-06-17 | 2 | -0/+28 |
* | Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT. | ed | 2011-06-17 | 1 | -1/+0 |
* | Don't omit ac(8) as part of WITHOUT_ACCT. | ed | 2011-06-17 | 2 | -4/+2 |