| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a harmless (somewhat to my surprise) bogon that crept into r245440. | brooks | 2013-01-18 | 1 | -1/+0 |
* | Rework the mtree portion of etc/Makefile's distrib-dirs target to run | brooks | 2013-01-17 | 1 | -6/+2 |
* | Correct the distrib-dirs target in the -DDB_FROM_SRC case. | brooks | 2013-01-17 | 1 | -1/+1 |
* | Add a new LIBRARIES_ONLY make variable to disable the build and install | brooks | 2013-01-17 | 1 | -0/+1 |
* | Add an option DB_FROM_SRC to use src/etc's user/group databases when | brooks | 2013-01-15 | 1 | -7/+26 |
* | Revert r245316. Systems with non-standard uids/gids are more prevalent | brooks | 2013-01-11 | 1 | -15/+33 |
* | Use the -N option to install and nmtree to eliminate the need for the | brooks | 2013-01-11 | 1 | -33/+15 |
* | Use find -exec to install zoneinfo instead of requiring xargs to be an | brooks | 2013-01-11 | 1 | -1/+1 |
* | Add xargs to the set of install tools when zoneinfo is not disabled. | brooks | 2013-01-10 | 1 | -1/+1 |
* | Add auditdistd to the pre-install required uid check list. | peter | 2012-12-02 | 1 | -1/+1 |
* | The build-tools step during build32 also needs the -legacy magic. | sjg | 2012-11-30 | 1 | -0/+2 |
* | Unbreak amd64 cross-build where amd64 is the target. While clang | marcel | 2012-11-20 | 1 | -1/+1 |
* | Work around pc98 tinderbox failures in sys/boot/pc98, by making sure a | dim | 2012-11-10 | 1 | -2/+2 |
* | Add ATF to the build. This is may be a bit rought around the egdes, | marcel | 2012-10-22 | 1 | -0/+5 |
* | Allow LOCAL_(DIRS,LIBS) to install files in directories not found in the | brooks | 2012-10-18 | 1 | -1/+11 |
* | 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 |