| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Separate out enabling building clang and/or gcc for the system and | imp | 2014-04-18 | 1 | -8/+7 |
* | Up the minimum system to build FreeBSD current to 8.0-RELEASE. The | imp | 2014-04-13 | 1 | -13/+3 |
* | Determine whether to build clang and its bootstrap tools the same | imp | 2014-04-13 | 1 | -1/+1 |
* | Prevent XDTP from being a relative path | bapt | 2014-04-04 | 1 | -1/+5 |
* | XDDESTDIR should not be set by the user, instead the user might want to tweak | bapt | 2014-04-03 | 1 | -1/+1 |
* | Some xdev fixes: | bapt | 2014-04-03 | 1 | -4/+9 |
* | It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sure | imp | 2014-04-01 | 1 | -1/+1 |
* | Ensure make xdev respect which compiler is CC | bapt | 2014-04-01 | 1 | -6/+7 |
* | There's no need to guess at the COMPILER_TYPE to pass it down. We | imp | 2014-03-30 | 1 | -27/+9 |
* | Move stray targets out of the xdev section. | imp | 2014-03-30 | 1 | -2/+2 |
* | Kill NO_TESTS and use MK_TESTS=no when we want to skip them. | imp | 2014-03-30 | 1 | -19/+19 |
* | Allow the build system to safely set MK_FOO to avoid the ambiguity | imp | 2014-03-30 | 1 | -9/+9 |
* | When building g++, we need to build libsupc earlier to avoid a race | imp | 2014-03-30 | 1 | -0/+3 |
* | Only set XDDESTDIR if it wasn't already set to allow people to | imp | 2014-03-28 | 1 | -1/+1 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 1 | -1/+3 |
* | Fix kern/187712: config(8) does not respect KERNCONFDIR. | asomers | 2014-03-20 | 1 | -1/+1 |
* | With the more generous footprints today, it makes little sense to use | imp | 2014-03-14 | 1 | -0/+3 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -5/+1 |
* | Use ${MAKE} so that we always use the same version/implementation | marcel | 2014-03-02 | 1 | -2/+2 |
* | Integrate device-tree upstream files into the build process: | imp | 2014-02-28 | 1 | -5/+5 |
* | Merge from CheriBSD: | brooks | 2014-01-30 | 1 | -9/+5 |
* | Fix the build so -DNO_TESTS is passed in various phases that don't | asomers | 2014-01-24 | 1 | -8/+14 |
* | Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which | asomers | 2014-01-23 | 1 | -1/+1 |
* | Generate /var/db/services.db during 'make distribution' so that it is | jhb | 2014-01-22 | 1 | -1/+1 |
* | Remove aicasm as a build dependency. It made sense when the ahc and ahd | scottl | 2014-01-07 | 1 | -9/+0 |
* | Please welcome casperd daemon. It (and its services) will be responsible for | pjd | 2013-12-02 | 1 | -1/+7 |
* | Move my simple logging API to a separate library. It is now already used | pjd | 2013-12-01 | 1 | -1/+3 |
* | Attempt to move the POSIX iconv* symbols out of runtime linker space. | peter | 2013-11-17 | 1 | -0/+2 |
* | Move all atf directories to the tests mtree. | jmmv | 2013-11-16 | 1 | -1/+1 |
* | Strip the -pN patch level from the VERSION string which gets encoded into | cperciva | 2013-11-13 | 1 | -1/+1 |
* | This change builds kernel tools based on the same assumption as building | ian | 2013-11-09 | 1 | -1/+16 |
* | Subsume the functionality of MK_ATF into MK_TESTS. | jmmv | 2013-11-08 | 1 | -1/+1 |
* | Add libatf-c++ to the prebuild libs. | jmmv | 2013-11-08 | 1 | -2/+2 |
* | Fix buildworld when WITH_TESTS is enabled. | jmmv | 2013-11-08 | 1 | -12/+16 |
* | Build kernel tools along with other tools during world build, as well as | ian | 2013-11-08 | 1 | -0/+1 |
* | Instead of modeling the kernel-tools build after the bootstrap tools, build | ian | 2013-11-07 | 1 | -14/+4 |
* | Do not build aicasm with the cross-tools/kernel-toolchain, instead add a | ian | 2013-11-07 | 1 | -3/+29 |
* | Revert r257730: | gjb | 2013-11-06 | 1 | -28/+2 |
* | Do not build aicasm with the cross-tools/kernel-toolchain, instead add a | ian | 2013-11-06 | 1 | -2/+28 |
* | Rework the aicasm build machinery so that it gets built along with toolchain | ian | 2013-11-04 | 1 | -20/+3 |
* | In r257079, SRCDIR is pointed to ${.CURDIR} when not set. However, | delphij | 2013-10-29 | 1 | -4/+10 |
* | Fix build. Both clang and gcc are required on pc98. | nyan | 2013-10-29 | 1 | -1/+6 |
* | Set up the /usr/tests hierarchy. | rpaulo | 2013-10-25 | 1 | -0/+7 |
* | Fix build host pollution by avoiding calling 'uname -srp' to | gjb | 2013-10-24 | 1 | -2/+6 |
* | Revert r256921 to prevent error output when in the wrong directory. | gjb | 2013-10-24 | 1 | -5/+2 |
* | Thou shalt not leak build host state into the system being compiled. | cperciva | 2013-10-22 | 1 | -2/+5 |
* | Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows | brooks | 2013-10-22 | 1 | -4/+2 |
* | Fix 'make delete-old-libs' and 'make check-libs' to delete .debug | bdrewery | 2013-10-21 | 1 | -0/+12 |
* | Allow 'make xdev' to work when DESTDIR is set. | ian | 2013-10-16 | 1 | -3/+4 |
* | Bump OS versions in the toolchain triples to 11.0, and bump the | dim | 2013-10-10 | 1 | -1/+1 |