| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated dependencies | sjg | 2013-02-16 | 105 | -210/+0 |
* | Sync with HEAD. | obrien | 2013-02-08 | 27 | -43/+156 |
|\ |
|
| * | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | gabor | 2013-01-29 | 1 | -1/+12 |
| * | Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt | theraven | 2013-01-28 | 1 | -0/+29 |
| * | bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined | andrew | 2013-01-25 | 1 | -3/+3 |
| * | Reorder so that NO_MAN is declared before bsd.own.mk is included and thus | brooks | 2013-01-24 | 1 | -6/+7 |
| * | Import new (BSDL) device tree compiler. Now built by default, so that it can't | theraven | 2013-01-22 | 1 | -1/+1 |
| * | Make "-D skip" option work with FIFO by opening file in non-blocking mode. | davidxu | 2013-01-22 | 1 | -2/+6 |
| * | Add command-line support to kgdb to allow the baudrate to be set. | adrian | 2013-01-21 | 1 | -1/+14 |
| * | Add compiler support for the ARM EABI. | andrew | 2013-01-17 | 16 | -12/+69 |
| * | Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. The | andrew | 2013-01-06 | 2 | -0/+2 |
| * | Fix a dependency | antoine | 2013-01-01 | 1 | -1/+1 |
| * | Revert r241818 that updated dialog to 20120706. This turns out to horribly | nwhitehorn | 2012-12-30 | 1 | -16/+5 |
| * | Get libcompiler-rt and libgcc building on ARM with clang. | andrew | 2012-12-18 | 1 | -1/+8 |
| * | More correct version of prev. fix. | ache | 2012-12-18 | 1 | -1/+1 |
| * | Fix: | ache | 2012-12-17 | 1 | -1/+1 |
| * | Also remove -Werror on arm with clang as there are warnings. | andrew | 2012-12-15 | 1 | -1/+1 |
| * | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in | eadler | 2012-12-06 | 2 | -3/+3 |
* | | Correct the r242545 sync with head@242525. | obrien | 2013-02-07 | 7 | -1594/+0 |
* | | We need /backward too it seems | sjg | 2012-11-08 | 1 | -0/+4 |
* | | Updated/new Makefile.depend | sjg | 2012-11-08 | 16 | -24/+122 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Sync from head | sjg | 2012-11-04 | 27 | -123/+77 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | For building GNU libstdc++ and libsupc++, filter out libc++-specific and | dim | 2012-10-23 | 2 | -2/+6 |
| * | | | | Add support for the "&" character in usernames. | eadler | 2012-10-22 | 1 | -3/+8 |
| * | | | | Update dialog to 20120706: includes minor useability enhancements and | nwhitehorn | 2012-10-21 | 1 | -5/+16 |
| * | | | | - Remove GNU sort and the WITH_GNU_SORT knob | gabor | 2012-10-13 | 6 | -1572/+0 |
| * | | | | Add support for bmake. This includes: | marcel | 2012-10-06 | 2 | -3/+4 |
| * | | | | For building libstdc++ and libsupc++, filter out any -stdlib=libc++ | dim | 2012-08-25 | 2 | -0/+2 |
| * | | | | Dont use -Werror when building libbfd and gnu as on powerpc64 with clang | rdivacky | 2012-08-24 | 2 | -0/+5 |
| * | | | | A workaround in r238563 was for makes (notably bmake) without the | ru | 2012-08-24 | 1 | -5/+4 |
| * | | | | Fix typo. Not a win in terms of functionality but in terms of completeness. | andreast | 2012-08-19 | 1 | -1/+1 |
| * | | | | Catch up with the subversion conversion and apply these build-time patches. | obrien | 2012-08-17 | 3 | -85/+0 |
| * | | | | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 8 | -10/+17 |
| * | | | | Backed out r228904, and added libstdthreads support to mdoc(7) to where | ru | 2012-07-26 | 1 | -0/+1 |
| * | | | | Backed out r236255, and added FreeBSD 9.1 support to mdoc(7) to where | ru | 2012-07-26 | 1 | -0/+1 |
| * | | | | a ";" tells make we want the shell to be used | obrien | 2012-07-18 | 1 | -1/+1 |
| * | | | | After the binutils 2.17.50 import, the assembler supports AS_REL16 | nwhitehorn | 2012-07-08 | 1 | -1/+1 |
| |/ / / |
|
| * | | | - Switch to BSD sort as default sort. GNU sort will still be installed as | gabor | 2012-06-27 | 1 | -1/+1 |
| |/ / |
|
| * | | Turn on TLS support for arm on here as it is supported since r231618/ | marius | 2012-06-14 | 2 | -2/+2 |
| * | | Clean up some symbol versions for libsupc++ / libcxxrt. | theraven | 2012-06-11 | 1 | -14/+10 |
| |/ |
|
| * | Add mangled symbols for operator new / delete on 64-bit platforms. | des | 2012-06-05 | 1 | -1/+9 |
* | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 124 | -3/+4518 |
|/ |
|
* | Correctly export operator new / delete for things linking against libsupc++ but | theraven | 2012-05-28 | 1 | -0/+10 |
* | Don't recurse into libssp when MK_SSP is set to no. | marcel | 2012-05-21 | 1 | -1/+5 |
* | Print key value, an index, otherwise we don't know which key is allocated. | davidxu | 2012-05-21 | 1 | -1/+1 |
* | Build the "S" objects with the same name they get installed under. | marcel | 2012-05-17 | 1 | -4/+4 |
* | Switch sparc64 to using libcompiler_rt; since r230021 we have a workaround | marius | 2012-05-15 | 1 | -1/+1 |
* | - Hook up BSD sort to the build. By default, it will be installed as | gabor | 2012-05-11 | 1 | -0/+11 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 5 | -6/+6 |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 7 | -2/+22 |