summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-04partial mknative-gcc for gcc 4.8 and ppc64.mrg
2014-03-04Make pointer NULL check non-fatal for a bogus condition.joerg
2014-03-04Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.joerg
2014-03-04When using Clang, disable integrated assembler for genassym. It createsjoerg
syntactically invalid assembler, which is normally not a problem as it is also using -S.
2014-03-04Update build glue for LLVM/Clang r202566. News:joerg
- match ARM CPU default of GCC - better support for SPARC64 - type checkings for abs/fabs - null pointer checks against struct member - various other improvements
2014-03-04Import LLVM 3.5svn r202566.joerg
2014-03-04Import LLVM 3.5svn r202566.joerg
2014-03-04Import Clang 3.5svn r202566.joerg
2014-03-04Import Clang 3.5svn r202566.joerg
2014-03-04Add GENASSYM_CPPFLAGS in two more places.joerg
2014-03-04check the correct field in the structure in dsa_verify - pointed out byagc
joerg - thanks!
2014-03-04on 601 CPUs skip to normal memcpy if both source and destination are 32bitmacallan
aligned
2014-03-04Don't export __sync* if _KERNEL || _STANDALONE are defined.matt
(except if _RUMPKERNEL is defined)
2014-03-04Remove duplicate END(y) macromatt
2014-03-04Don't byte swap the data, assume the bus_space will do it.matt
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
Consistently drop assembler flags.
2014-03-04forgotten mknative-gcc 4.8 for mips64el.mrg
2014-03-04Rename md.evbppc to md.evbppc-powerpc, to separate it from the evbppc64martin
one (which is nonexistant for now).
2014-03-04Add missing END for each functionozaki-r
2014-03-04Get rid of unused variable definition za from mount.hozaki-r
There is no user for it. Even worse, it breaks dtrace build for arm.
2014-03-04bump local pkg version.mrg
2014-03-04don't look for po/Makefile.mrg
2014-03-04mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.mrg
2014-03-04include dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h netbsd.hmrg
and netbsd-elf.h on powerpc64-netbsd. port netbsd64.h forward from GCC changes. (it's a pity that a vast portion of linux64.h isn't in some common header that netbsd64.h and freebsd64.h could also used. there's 100s of lines of copypasta here, oh well.)
2014-03-04Add a different version vfp_fpscr_changable if FPU_VFP was not defined.matt
If no FPU was found, reinit vfp_fpscr_changeable/default to values appropriate for softfloat.
2014-03-04compat16 -> compat_16matt
2014-03-04Fix #if/#endif nestingmatt
2014-03-04#include <m68k/m68k.h>matt
2014-03-04fix typo.matt
2014-03-04The fixuns* come from compiler_rt so softfloat doesn't need to provide them.matt
2014-03-04Avoid a warning and just do the trap #1 instead of calling sigreturn inline.matt
If it fails, it'll fall into the botch case so don't bother calling CERROR on failure.
2014-03-04Make this work with coldfire.matt
2014-03-04use _KERNEL_OPT around #includematt
2014-03-04Make this coldfire compatiblematt
2014-03-04Fix non-EABI loading of argument. Deal with endian issues.matt
Fixes PR/48635
2014-03-04Add atomic_sub_64.Smatt
2014-03-04Load new value from correct stack location in _atomic_cas_64_upmatt
2014-03-04Fetch value from correct stack location. Push an even number of registersmatt
so ldrd won't fail.
2014-03-04Reformat a little. Add m68k quirkmatt
2014-03-04Fix wrong conditional statement in dtrace_debug_outputozaki-r
Reported in PR kern/48547 by ozaki-r.
2014-03-04Remove unnecessary files.i2c inclusionozaki-r
files.i2c is already included in conf/files. So we don't need to include it in this file. This fix shuts up many warnings on building sys/modules/iic.
2014-03-03Use the global pci_mode to avoid 'set but not used' warnings from gcc 4.8.3.dsl
2014-03-03apply netbsd not rebuilding to mips-tables.opt; fixes r/o src builds.mrg
2014-03-03Avoid running a helper program for atf-sh as a test.jmmv
Should fix failures observed in PR bin/48624.
2014-03-03Pass down TOOL_STAT here as well.joerg
2014-03-03also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.confpooka
2014-03-03Spell it TOOL_STAT.joerg
2014-03-03Use _KERNEL_OPT around #include "opt_ppcarch.h"matt
2014-03-03add man page for rumpfspooka
2014-03-03Use nbstat when cross-compiling, unbreaks build on Linux.joerg