| Commit message (Expand) | Author | Age | Files | Lines |
* | Start to usher INSTALL_NODEBUG hack out the door. Add new | imp | 2011-05-22 | 1 | -0/+1 |
* | Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control | imp | 2011-05-19 | 1 | -0/+4 |
* | Backout libinstall.a -> libpkg commit. | flz | 2011-05-17 | 1 | -1/+0 |
* | Removed unsupported options MK_BINUTILS and MK_GCC that were | ru | 2011-05-10 | 1 | -2/+0 |
* | Another fallout from r220359: MK_GNU_CPIO was mistakenly re-added | ru | 2011-05-10 | 1 | -2/+1 |
* | Introduce two new options MK_INET and MK_INET_SUPPORT analogically | bz | 2011-04-30 | 1 | -0/+2 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 4 | -49/+8 |
* | Remove libobjc and other Objective-C related components, as these are | dim | 2011-04-17 | 5 | -32/+1 |
* | Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and | uqs | 2011-04-06 | 1 | -0/+5 |
* | Make clang default on x86 and powerpc, but not on other architectures. | imp | 2011-04-05 | 1 | -31/+50 |
* | - Merge in OFED 1.5.3 from projects/ofed/head | jeff | 2011-03-21 | 1 | -1/+2 |
* | Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk | mm | 2011-03-14 | 1 | -2/+8 |
* | Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf | mm | 2011-03-07 | 1 | -3/+3 |
* | To be able to use printf extensions we need to turn off gcc format checking. | pjd | 2011-03-07 | 1 | -0/+3 |
* | Add the BSD-licensed Citrus iconv to the base system with default off | gabor | 2011-02-25 | 1 | -0/+1 |
* | Back out 218933 and 281934. The easy cases still worked, but some | imp | 2011-02-22 | 1 | -1/+16 |
* | Testing based on MACHINE_ARCH is problematic. Default to yes to build | imp | 2011-02-22 | 1 | -14/+1 |
* | Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk. | mm | 2011-02-20 | 1 | -2/+9 |
* | Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by default | keramida | 2011-02-10 | 1 | -0/+3 |
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -0/+1 |
* | Retire TARGET_ABI. | imp | 2011-01-07 | 2 | -3/+3 |
* | Introduce make variable ACFLAGS used to supply additional flags to | kib | 2011-01-07 | 2 | -6/+8 |
* | - Add CPUTYPE support for sparc64. The net result is that it's now possible | marius | 2010-12-30 | 1 | -2/+28 |
* | Enable build of FDT components by default. dtc is a required build tool | nwhitehorn | 2010-12-22 | 1 | -1/+1 |
* | Re-enable generating links. | adrian | 2010-11-16 | 1 | -11/+8 |
* | .. and then notice that the list of mk files is ordered, and update to suit. | adrian | 2010-11-16 | 1 | -2/+2 |
* | Add in forgotten install rule. | adrian | 2010-11-16 | 1 | -1/+1 |
* | This case is actually powerpc specific, and doesn't apply to powerpc64. | imp | 2010-11-14 | 1 | -1/+1 |
* | Break out the rules which generate crunchgen'ed binaries into a separate | adrian | 2010-11-13 | 1 | -0/+160 |
* | Fix typo, and re-wrap paragraph. | dim | 2010-11-11 | 1 | -5/+5 |
* | Complete the integration of tbemd branch into head. | imp | 2010-11-10 | 2 | -11/+5 |
* | - Introduce WITH_GPIO knob and disable building gpioctl | gonzo | 2010-10-05 | 1 | -0/+1 |
* | Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason... | imp | 2010-09-13 | 1 | -18/+18 |
* | Add a comment describing where to include bsd.dtrace.mk. | rpaulo | 2010-09-11 | 1 | -0/+1 |
* | Fix bugs introduced in the previous rev: | rpaulo | 2010-09-10 | 1 | -5/+9 |
* | Fix typo in previous commit. | rpaulo | 2010-09-10 | 1 | -1/+1 |
* | Add bsd.dtrace.mk. This allows userland programs and libraries to | rpaulo | 2010-09-10 | 2 | -1/+57 |
* | Check the existence of a 'beforelinking' target and make the resulting | rpaulo | 2010-09-10 | 2 | -1/+13 |
* | Add the DTRACE variable that points to the executable. | rpaulo | 2010-09-10 | 1 | -0/+1 |
* | Now that we default to the proper endian, we don't need these for mips | imp | 2010-08-28 | 1 | -7/+0 |
* | MFtbemd: | imp | 2010-08-23 | 2 | -3/+4 |
* | - Change default grep back to GNU version. BSD grep can be built with the | gabor | 2010-08-23 | 1 | -1/+1 |
* | Remove LIBELF_PIC. | rpaulo | 2010-08-21 | 1 | -1/+0 |
* | Add the definition of LIBELF_PIC. | rpaulo | 2010-08-21 | 1 | -0/+1 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 3 | -5/+5 |
* | Make sure any -U CFLAGS are not filtered out when calling mkdep, as | rpaulo | 2010-08-17 | 1 | -6/+6 |
* | Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as | will | 2010-08-12 | 1 | -2/+2 |
* | Add LIBRTLD_DB. | rpaulo | 2010-07-31 | 1 | -0/+1 |
* | Add missing escape characthers. | rpaulo | 2010-07-30 | 2 | -2/+2 |
* | Fix previous commit: I forgot to include parenthesis. | rpaulo | 2010-07-30 | 3 | -66/+66 |