| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control | imp | 2011-05-19 | 1 | -2/+10 |
* | Clean up a loose end from the conversion from gnu ar/ranlib to the BSD | imp | 2011-05-18 | 1 | -2/+4 |
* | Backout libinstall.a -> libpkg commit. | flz | 2011-05-17 | 1 | -3/+2 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -1/+1 |
* | + DTrace as a bootstrap tool is only needed on certain older systems. | obrien | 2011-05-11 | 1 | -4/+10 |
* | Correct the kernel config name printed out during install. | obrien | 2011-05-05 | 1 | -1/+1 |
* | Note which of the built kernels is being installed. | obrien | 2011-04-22 | 1 | -1/+1 |
* | Remove libobjc and other Objective-C related components, as these are | dim | 2011-04-17 | 1 | -1/+0 |
* | Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and | uqs | 2011-04-06 | 1 | -0/+2 |
* | Make clang default on x86 and powerpc, but not on other architectures. | imp | 2011-04-05 | 1 | -2/+2 |
* | Fix the delete-old/check-old targets to work with arbitrarily long | uqs | 2011-04-01 | 1 | -10/+27 |
* | - Merge in OFED 1.5.3 from projects/ofed/head | jeff | 2011-03-21 | 1 | -1/+8 |
* | Improve the distributeworld target in Makefile.inc1 and update the release | nwhitehorn | 2011-03-02 | 1 | -0/+46 |
* | Use a suitable DIRPRFX for each invocation of make in the build32 and | jhb | 2011-03-01 | 1 | -11/+13 |
* | Commit two more files missed in r219089. | pjd | 2011-02-27 | 1 | -0/+2 |
* | Add the BSD-licensed Citrus iconv to the base system with default off | gabor | 2011-02-25 | 1 | -9/+4 |
* | Flesh out WITHOUT_GROFF support to DTRT. | uqs | 2011-02-22 | 1 | -8/+13 |
* | Back out 218933 and 281934. The easy cases still worked, but some | imp | 2011-02-22 | 1 | -16/+2 |
* | Select building CLANG based on ${TARGET_ARCH} and existence of | imp | 2011-02-22 | 1 | -2/+16 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 1 | -1/+0 |
* | Hmmm, specifying TARGET and TARGET_ARCH in the environment doesn't | imp | 2011-02-11 | 1 | -6/+6 |
* | CPUTYPE is now a required define for calling Makefile.inc1 diretly, so | imp | 2011-02-11 | 1 | -39/+45 |
* | You are now *REQUIRED* to pass both TARGET and TARGET_ARCH to any | imp | 2011-02-10 | 1 | -0/+11 |
* | Move the architecture guessing from Makefile.inc1 to Makefile. We | imp | 2011-01-31 | 1 | -26/+0 |
* | Retire TARGET_ABI. | imp | 2011-01-07 | 1 | -2/+2 |
* | Do not lint code beyond necessity (with apologies to Wiliam of Ockham). | markm | 2010-11-18 | 1 | -1/+1 |
* | add / to the translation of TARGET_ARCH to TARGET | imp | 2010-11-14 | 1 | -1/+1 |
* | The fixes for mips/mips arm/arm compat hacks broke if TARGET or | imp | 2010-11-13 | 1 | -2/+3 |