| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the showconfig target. bmake sends debug output to stderr. | marcel | 2012-10-07 | 1 | -1/+1 |
* | Fix 32-bit library builds after the removal of adding -E to make for AS, | marcel | 2012-10-07 | 1 | -11/+17 |
* | Add support for bmake. This includes: | marcel | 2012-10-06 | 1 | -1/+1 |
* | Introduce a new make variable COMPILER_TYPE that specifies what | brooks | 2012-09-13 | 1 | -2/+15 |
* | Not all Pmake derivatives silently handle empty shell output, so ensure there | obrien | 2012-09-12 | 1 | -1/+1 |
* | Fix 'distributeworld' target when WITHOUT_GAMES is set. | gjb | 2012-09-03 | 1 | -1/+4 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 1 | -1/+1 |
* | Partial MFV (illumos-gate 13753:2aba784c276b) | mm | 2012-07-30 | 1 | -1/+2 |
* | Add "hier" as an alternate spelling of "hierarchy" to match hier(9). | obrien | 2012-07-03 | 1 | -1/+1 |
* | Minor wording change. The previous commit message should have included: | brooks | 2012-06-15 | 1 | -1/+1 |
* | MFP4: 212854, 212854 | brooks | 2012-06-15 | 1 | -1/+7 |
* | During buildworld and buildkernel, define EARLY_BUILD in the earlier | dim | 2012-06-03 | 1 | -5/+6 |
* | Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools. | des | 2012-05-22 | 1 | -1/+4 |
* | Fix bootstrapping from FreeBSD 7.x: we also need to build ar. | marcel | 2012-05-19 | 1 | -0/+5 |
* | By request, add back support from 7.0 and newer, since the changes for | imp | 2012-05-16 | 1 | -5/+12 |
* | Do a bit of house cleaning and remove the old, obsolete upgrade from | imp | 2012-05-10 | 1 | -28/+6 |
* | Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script | jlh | 2012-05-07 | 1 | -2/+4 |
* | Fix ordering issue. 'make xdev' can fail with -jN because it tries to run the | imp | 2012-04-26 | 1 | -2/+2 |
* | o) Fix mips/mips -> mips for Makefile.inc1. | jmallett | 2012-03-29 | 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 |
* | Build CTF tools as a part of toolchain for cross-compilation case | gonzo | 2012-03-24 | 1 | -2/+4 |
* | - Do not build libcom_err and compile_et when kerberos is disabled. They | stas | 2012-03-23 | 1 | -1/+2 |
* | - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings | stas | 2012-03-22 | 1 | -18/+32 |
* | Make sure libgcc_s is finished building in _startup_libs before | peter | 2012-03-17 | 1 | -0/+3 |
* | Fix a thinko in r232322, where gcc (and its tools) are not built during | dim | 2012-03-04 | 1 | -2/+2 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -5/+7 |
* | Allow specification of build shell for the buildenv target. | imp | 2012-01-30 | 1 | -1/+4 |
* | When the buildkernel stage 2.3 (build tools) runs, the PATH is still set | dim | 2012-01-27 | 1 | -0/+2 |
* | Restore functionality to pack several kernels into release. All | glebius | 2012-01-15 | 1 | -1/+12 |
* | Fix the broken non-cross compile build. Oops! | adrian | 2012-01-06 | 1 | -1/+1 |
* | Allow extra directories to be added to the build-tools target. | adrian | 2012-01-05 | 1 | -0/+5 |
* | Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been default | dim | 2011-12-22 | 1 | -1/+0 |
* | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | fjoe | 2011-11-30 | 1 | -2/+0 |
* | Turn off profiled libs build by default. | fjoe | 2011-11-29 | 1 | -5/+5 |
* | Fix breakage after r227983; lib/libcxxrt still got built, because it was | dim | 2011-11-26 | 1 | -1/+1 |
* | Provide proper error message when trying to build xdev, xdev-build or | gonzo | 2011-11-26 | 1 | -0/+3 |
* | Import libc++ / libcxxrt into base. Not build by default yet (use | theraven | 2011-11-25 | 1 | -0/+3 |
* | Revert r227841 and part of r227798. We still build libpam in two passes, | des | 2011-11-24 | 1 | -2/+13 |
* | Remove libpam from _prebuild_libs. This should unbreak the -jX build. | des | 2011-11-22 | 1 | -2/+1 |
* | Simplify the libpam build by removing the shared modules' dependency | des | 2011-11-21 | 1 | -14/+4 |
* | Rename the linker emulation name for powerpc and powerc64. This is needed that | andreast | 2011-11-19 | 1 | -1/+1 |
* | Revert r227403 for now. Since the cross-tools stage purposefully | dim | 2011-11-10 | 1 | -6/+10 |
* | Move building of clang's tblgen tools (and required libraries) from the | dim | 2011-11-09 | 1 | -10/+6 |
* | Make it possible to set CC and CXX (and optionally, AS and LD) in | dim | 2011-11-05 | 1 | -1/+2 |
* | Attempt to fix build logic for gensnmptree. | ed | 2011-10-26 | 1 | -1/+2 |
* | Upgrade our copy of llvm/clang to r142614, from upstream's release_30 | dim | 2011-10-22 | 1 | -1/+3 |
* | Farewall, sysinstall! You served us well for many years, but 10.0 is one | nwhitehorn | 2011-10-03 | 1 | -1/+0 |
* | - Add missing interdependencies to kerberos libraries. Some of the | stas | 2011-09-27 | 1 | -1/+16 |
* | - Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk. | ru | 2011-08-11 | 1 | -0/+5 |
* | It's a bit odd, but "make update" in src/ can also update the ports/, | ru | 2011-06-16 | 1 | -1/+5 |