| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor modifications to know what to do with powerpc64. | nwhitehorn | 2010-07-10 | 3 | -2/+5 |
* | Also install the new bsd.arch.inc.mk filed. Missed in r204020. | bz | 2010-07-06 | 1 | -0/+1 |
* | Do not set WITH_FDT by default based on arch, as this does not work for | raj | 2010-06-13 | 1 | -11/+1 |
* | Merge from tbemd | imp | 2010-06-11 | 1 | -0/+11 |
|\ |
|
| * | svn merge svn+ssh://svn.freebsd.org/base/head@208996 | imp | 2010-06-10 | 4 | -8/+37 |
| |\ |
|
| * \ | merge from head, part 6 of many | imp | 2010-04-12 | 5 | -103/+51 |
| |\ \ |
|
| * \ \ | Merge with latest head. | imp | 2010-03-02 | 2 | -10/+3 |
| |\ \ \ |
|
| * \ \ \ | Merge from head. | imp | 2010-02-18 | 3 | -2/+6 |
| |\ \ \ \ |
|
| * | | | | | Include Makefile.$MACHINE, if it exists, otherwise | imp | 2010-02-17 | 1 | -0/+11 |
| * | | | | | Introduce MACHINE_CPUARCH. | imp | 2010-02-03 | 5 | -41/+54 |
* | | | | | | Merge from tbemd branch: | imp | 2010-06-11 | 1 | -1/+13 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Hook clang into the build on i386/amd64/powerpc. | rdivacky | 2010-06-09 | 1 | -0/+15 |
* | | | | | Use MACHINE_ARCH instead of TARGET_ARCH. | raj | 2010-05-26 | 1 | -2/+1 |
* | | | | | Introduce a new build knob for Flattened Device Tree support. | raj | 2010-05-25 | 1 | -0/+12 |
* | | | | | o Remove EoL w/spaces introduced in the last commit. | maxim | 2010-05-22 | 1 | -5/+5 |
* | | | | | o Grammar. | maxim | 2010-05-22 | 1 | -6/+6 |
* | | | | | Add a new build option, MAN_UTILS. This option lets you control building | jkim | 2010-05-19 | 1 | -1/+2 |
* | | | | | Import of liblzma, xz, xzdec, lzmainfo from vendor branch | mm | 2010-05-10 | 1 | -0/+1 |
* | | | | | - Take libinstall.a out of pkg_install and make it a proper shared library. | flz | 2010-04-23 | 1 | -0/+1 |
* | | | | | When CPUTYPE is defined to any value, on amd64 platform "mmx" is | delphij | 2010-04-21 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 4 | -102/+51 |
* | | | | Remove GNU cpio after fix of CVE-2010-0624. | delphij | 2010-03-26 | 1 | -1/+0 |
| |_|/
|/| | |
|
* | | | -mabi-calls and -msoft-float aren't needed either | imp | 2010-03-02 | 1 | -1/+1 |
* | | | -mno-dsp hasn't been required for a while now. | imp | 2010-03-02 | 1 | -1/+1 |
* | | | Fixed missing or broken library dependencies. | ru | 2010-02-25 | 1 | -0/+2 |
* | | | Kernel module support for mips. | neel | 2010-02-18 | 1 | -2/+0 |
| |/
|/| |
|
* | | Also add DEBUG_FLAGS to CXXFLAGS if defined. | marcel | 2010-02-18 | 1 | -0/+1 |
* | | Allow suppression of -Wcast-align for WARNS>=4 by defining | marcel | 2010-02-18 | 1 | -1/+4 |
* | | Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not accepted | marcel | 2010-02-18 | 1 | -1/+1 |
|/ |
|
* | Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible | sepotvin | 2010-01-22 | 2 | -4/+6 |
* | Undo r169961, removing WITH_GCC3, added as a temporary workaround three | trasz | 2010-01-18 | 1 | -2/+0 |
* | Allow the CTAGS to be set to something other than "gtags" or "ctags", | ru | 2010-01-18 | 1 | -8/+6 |
* | If CTAGS is not set or set to something other than "ctags" or "gtags", | ru | 2010-01-18 | 1 | -0/+2 |
* | Unbreak world WITHOUT_NETGRAPH. | antoine | 2010-01-16 | 1 | -0/+5 |
* | libusb20 was renamed libusb several months ago. | antoine | 2010-01-09 | 1 | -1/+1 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+2 |
* | Make `make cleanilinks' work in /sys/modules. | ed | 2009-12-06 | 1 | -6/+5 |
* | Add a new library: libulog. | ed | 2009-12-03 | 1 | -0/+1 |
* | Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control. | ru | 2009-10-22 | 1 | -1/+3 |
* | Set CSTD in all cases except when CC=icc and NO_WARNS is set. This | rdivacky | 2009-10-21 | 1 | -1/+1 |
* | Second attempt at eliminating .text relocations in shared libraries | kan | 2009-07-14 | 1 | -2/+2 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 1 | -0/+1 |
* | Add support for the build options that are currently in the port: | dougb | 2009-06-01 | 1 | -0/+4 |
* | Remove if_ppp(4) and if_sl(4). | ed | 2009-04-05 | 1 | -1/+0 |
* | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | nwhitehorn | 2009-04-04 | 1 | -1/+1 |
* | Switch over to gnu99 compilation on default for userland. | rdivacky | 2009-03-14 | 1 | -8/+9 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -0/+2 |
* | Document that with r186854 we started using KMODOWN/KMODGRP | bz | 2009-01-08 | 1 | -2/+2 |
* | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | rwatson | 2008-12-31 | 1 | -0/+1 |
* | src/sys/dev/usb2/controller/uss820dci_pccard.c | alfred | 2008-11-19 | 1 | -0/+1 |