Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 11:54:16 UTC Now

2014-03-05 04:58:51 UTC MAIN commitmail json YAML

Changes to transit-20140304

+ add 2 accessor functions for lists/dicts, one to get a field by its index,
  and the other for dicts to get the field value by name

+ bump version number to 20140304

(agc)

2014-03-05 04:57:34 UTC MAIN commitmail json YAML

2014-03-05 04:56:00 UTC MAIN commitmail json YAML

multigest - minor cosmetic changes

bump version number to 20140304

(agc)

2014-03-05 03:51:25 UTC MAIN commitmail json YAML

Add yet another TLA.

(ginsbach)

2014-03-05 03:16:43 UTC MAIN commitmail json YAML

Build net/zlib.c for DTrace

This is needed for building DTrace on ARM.

(ozaki-r)

2014-03-05 03:09:17 UTC MAIN commitmail json YAML

Fix dtrace_cas32 logic

- compare with cmp, not new
- return old value

(ozaki-r)

2014-03-05 02:18:30 UTC MAIN commitmail json YAML

frame -> tf
printf out the insn, faulting pc, lr, sp when we get an undefined insn
int the kernel.

(matt)

2014-03-05 02:17:22 UTC MAIN commitmail json YAML

rearrange some printfs.
when using the extended mmu, make sure to disable ttbr0 until there is an
activated pmap.

(matt)

2014-03-05 02:12:24 UTC MAIN commitmail json YAML

push/pop unsaved registers before using printf.

(matt)

2014-03-05 02:10:39 UTC MAIN commitmail json YAML

Only do UVMHIST_LOG is maphist have its entry buffer initialized

(matt)

2014-03-05 02:00:24 UTC MAIN commitmail json YAML

2014-03-05 00:14:50 UTC MAIN commitmail json YAML

2014-03-05 00:13:41 UTC MAIN commitmail json YAML

coldfire does not want m68k/t-floatlib.
enable powerpc*-netbsd* -- ie, match ppc64.

(mrg)

2014-03-04 22:14:12 UTC riastradh-drm2 commitmail json YAML

2014-03-04 21:08:08 UTC MAIN commitmail json YAML

Disable abs() checking, a lot of computations get implicit truncations
or use unsigned values.

(joerg)

2014-03-04 21:07:39 UTC MAIN commitmail json YAML

2014-03-04 21:07:22 UTC MAIN commitmail json YAML

Make pointer NULL check non-fatal for a bogus condition.

(joerg)

2014-03-04 21:06:47 UTC MAIN commitmail json YAML

Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.

(joerg)

2014-03-04 21:06:02 UTC MAIN commitmail json YAML

When using Clang, disable integrated assembler for genassym. It creates
syntactically invalid assembler, which is normally not a problem as it
is also using -S.

(joerg)

2014-03-04 21:05:06 UTC MAIN commitmail json YAML

2014-03-04 20:46:14 UTC riastradh-drm2 commitmail json YAML

2014-03-04 20:45:17 UTC riastradh-drm2 commitmail json YAML

Rework drm2 configuration and modularization.

- Split drm2.kmod into drmkms_linux, drmkms, drmkms_pci.
- Split up drmkms-related files.* similarly.
- Make drm_agp_* routines hooks that the drmkms_pci module installs.
- Reuse drm device major 180 for (old) drm and drmkms.

Now old drm and new drmkms can coexist happily in the same tree, with
or without PCI, and require no changes to userland.

(riastradh)

2014-03-04 17:57:56 UTC MAIN commitmail json YAML

2014-03-04 17:29:06 UTC MAIN commitmail json YAML

check the correct field in the structure in dsa_verify - pointed out by
joerg - thanks!

(agc)

2014-03-04 17:05:14 UTC MAIN commitmail json YAML

on 601 CPUs skip to normal memcpy if both source and destination are 32bit
aligned

(macallan)

2014-03-04 16:15:28 UTC MAIN commitmail json YAML

Don't export __sync* if _KERNEL || _STANDALONE are defined.
(except if _RUMPKERNEL is defined)

(matt)

2014-03-04 15:27:58 UTC MAIN commitmail json YAML

Remove duplicate END(y) macro

(matt)

2014-03-04 15:24:38 UTC MAIN commitmail json YAML

Don't byte swap the data, assume the bus_space will do it.

(matt)

2014-03-04 14:58:15 UTC MAIN commitmail json YAML

2014-03-04 13:47:32 UTC MAIN commitmail json YAML

2014-03-04 12:11:59 UTC MAIN commitmail json YAML

Replace xalloc(), xrealloc() and xfree() with malloc(), realloc() and free().

Per following Xorg changes:
> Replace X-allocation functions with their C89 counterparts
http://cgit.freedesktop.org/xorg/xserver/commit/?id=3f3ff971ecff9936cebafc813af9193b97bba89c

(tsutsui)

2014-03-04 11:53:48 UTC MAIN commitmail json YAML

Rename md.evbppc to md.evbppc-powerpc, to separate it from the evbppc64
one (which is nonexistant for now).

(martin)

2014-03-04 11:07:40 UTC MAIN commitmail json YAML

2014-03-04 09:24:42 UTC MAIN commitmail json YAML

Get rid of unused variable definition za from mount.h

There is no user for it. Even worse, it breaks dtrace build for arm.

(ozaki-r)

2014-03-04 09:16:04 UTC MAIN commitmail json YAML

2014-03-04 09:12:09 UTC MAIN commitmail json YAML

2014-03-04 08:56:57 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libbacktrace/arch/arm/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/arm/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/armeb/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/armeb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earm/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earm/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmeb/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmeb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmhf/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmhf/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmhfeb/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmhfeb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4eb/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4eb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/hppa/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/mipseb/config.h@1.2 / diff / nxr@1.2
      :
(more 180 files)
mknative-gcc 4.8 for most platforms.  missing:  ppc64, m68010, ia64, coldfire.

(mrg)

2014-03-04 08:43:13 UTC MAIN commitmail json YAML

include dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h netbsd.h
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.)

(mrg)

2014-03-04 08:32:23 UTC MAIN commitmail json YAML

Add a different version vfp_fpscr_changable if FPU_VFP was not defined.
If no FPU was found, reinit vfp_fpscr_changeable/default to values appropriate
for softfloat.

(matt)

2014-03-04 08:25:11 UTC MAIN commitmail json YAML

2014-03-04 07:01:26 UTC MAIN commitmail json YAML

2014-03-04 06:38:08 UTC MAIN commitmail json YAML

#include <m68k/m68k.h>

(matt)

2014-03-04 06:36:41 UTC MAIN commitmail json YAML

2014-03-04 06:30:40 UTC MAIN commitmail json YAML

The fixuns* come from compiler_rt so softfloat doesn't need to provide them.

(matt)

2014-03-04 06:27:00 UTC MAIN commitmail json YAML

Avoid a warning and just do the trap #1 instead of calling sigreturn inline.
If it fails, it'll fall into the botch case so don't bother calling CERROR
on failure.

(matt)

2014-03-04 06:15:33 UTC MAIN commitmail json YAML

Make this work with coldfire.

(matt)

2014-03-04 06:14:53 UTC MAIN commitmail json YAML

use _KERNEL_OPT around #include

(matt)

2014-03-04 04:03:49 UTC MAIN commitmail json YAML

Make this coldfire compatible

(matt)

2014-03-04 03:50:37 UTC MAIN commitmail json YAML

Fix non-EABI loading of argument.  Deal with endian issues.
Fixes PR/48635

(matt)

2014-03-04 03:49:07 UTC MAIN commitmail json YAML

2014-03-04 03:36:24 UTC MAIN commitmail json YAML

Load new value from correct stack location in _atomic_cas_64_up

(matt)

2014-03-04 03:34:22 UTC MAIN commitmail json YAML

Fetch value from correct stack location.  Push an even number of registers
so ldrd won't fail.

(matt)

2014-03-04 03:24:03 UTC MAIN commitmail json YAML

Reformat a little.  Add m68k quirk

(matt)

2014-03-04 03:20:49 UTC MAIN commitmail json YAML

Fix wrong conditional statement in dtrace_debug_output

Reported in PR kern/48547 by ozaki-r.

(ozaki-r)

2014-03-04 02:14:15 UTC MAIN commitmail json YAML

2014-03-04 02:12:58 UTC MAIN commitmail json YAML

Minor changes to multigest

Introduce a new multigest_format_raw() function to the multigest
library, which can be used to format a raw multigest value into a
formatted hexadecimal number.

Add a new multigest_algs_rawsize() function, which will return the
space needed (in bytes) to hold a raw multigest for the algorithms
specified. The multigest_get_rawsize() function continues to work
on a multigest_t structure which has already been initialised.

Make blake2 compile without a c99 compiler.

Add faux-autoconf infrastructure for packaging purposes.

(agc)

2014-03-04 00:54:55 UTC MAIN commitmail json YAML

Remove unnecessary files.i2c inclusion

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.

(ozaki-r)

2014-03-03 22:09:32 UTC MAIN commitmail json YAML

Use the global pci_mode to avoid 'set but not used' warnings from gcc 4.8.3.

(dsl)

2014-03-03 21:01:40 UTC MAIN commitmail json YAML

apply netbsd not rebuilding to mips-tables.opt; fixes r/o src builds.

(mrg)

2014-03-03 19:56:32 UTC MAIN commitmail json YAML

2014-03-03 19:14:00 UTC MAIN commitmail json YAML

Pass down TOOL_STAT here as well.

(joerg)

2014-03-03 19:09:52 UTC MAIN commitmail json YAML

also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf

(pooka)

2014-03-03 19:08:46 UTC MAIN commitmail json YAML

2014-03-03 18:55:02 UTC MAIN commitmail json YAML

Use _KERNEL_OPT around #include "opt_ppcarch.h"

(matt)

2014-03-03 18:27:20 UTC MAIN commitmail json YAML

2014-03-03 18:25:14 UTC MAIN commitmail json YAML

2014-03-03 18:21:33 UTC MAIN commitmail json YAML

Remove the print of the rounding mode.
It was added in case it was non-zero - which it isn't.
It still isn't clear why acos(-1) gives the wrong result on some amd64
  systems.

(dsl)

2014-03-03 16:50:28 UTC MAIN commitmail json YAML

Fix the memory limiter to work for non-pagedaemon threads again

reported by njoly

(pooka)

2014-03-03 16:22:57 UTC MAIN commitmail json YAML

mention ppc601 support

(macallan)

2014-03-03 16:09:43 UTC MAIN commitmail json YAML

config goop for ppc601 support
GENERIC_601 more or less resembles a Power Macintosh 7200 with a few drivers
thrown in for convenience while keeping the kernel itself smaller than 4MB

(macallan)

2014-03-03 15:36:36 UTC MAIN commitmail json YAML

2014-03-03 15:30:31 UTC MAIN commitmail json YAML

on ppc601 do byte-wise copies when in _KERNEL
from scole_mail, ok matt@

(macallan)

2014-03-03 14:26:32 UTC MAIN commitmail json YAML

More control bits.
SYNCHPRIM defines.

(matt)

2014-03-03 14:03:14 UTC MAIN commitmail json YAML

If we are going to map all of physical memory, we don't need to allocate
l2 page tables for the kernel.

(matt)

2014-03-03 14:01:30 UTC MAIN commitmail json YAML

For now, make it possible to not specify -D_NPF_TESTING by compiling
with RUMP_NPF_TESTING_=no.  This in turn makes it possible to use npf
in a rump kernel for real packet filtering instead of just testing.

no change to default

(pooka)

2014-03-03 13:56:41 UTC MAIN commitmail json YAML

Pull in the changes from the dpdk, netmap and snabb switch repos.
There are two major changes:

1) All thread context policy is pushed down to the hypercalls.
  This is meant to help performance-mongering implementations be
  able to control packet scheduling better (e.g. pin down packet
  reception to certain physical cores).
2) Generalize linkstr, meaning that the interface can now take an
  arbitrary string which is passed to the create() hypercall.  This can
  be used to map backend device characteristics to the rump kernel
  interface instance.

(pooka)

2014-03-03 13:54:43 UTC MAIN commitmail json YAML

Restore the hp700 file entries and mark them obsolete.

Don't mark any hppa files obsolete - delete them.

(skrll)

2014-03-03 12:15:27 UTC MAIN commitmail json YAML

Define HAVE_FENV_H on architectures that support it.
What a mess, we need a central place for this!

(martin)

2014-03-03 12:12:19 UTC MAIN commitmail json YAML

Correct usage of clri.

(blymn)

2014-03-03 10:39:08 UTC MAIN commitmail json YAML

2014-03-03 10:38:36 UTC MAIN commitmail json YAML

Fix build for platforms w/o fenv.h.
Remove some bogus #ifdef __vax__ (and add a few, hopefully non-bogus,
new ones).

(martin)

2014-03-03 09:10:46 UTC MAIN commitmail json YAML

Prefix link to cpsw with 'evbarm'.

(wiz)

2014-03-03 09:10:00 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2014-03-03 08:52:30 UTC MAIN commitmail json YAML

Further cpu_info inits in cpu_hatch

(matt)

2014-03-03 08:51:39 UTC MAIN commitmail json YAML

Add more instructions including ldrex/strex variants

(matt)

2014-03-03 08:50:48 UTC MAIN commitmail json YAML

Add a mpsafe flag to the intrsource

(matt)

2014-03-03 08:45:18 UTC MAIN commitmail json YAML

Query the media and vfp feature registers to determine what our default
mode should be and what bits in the fpscr can be changed.
Print what features are supported:
vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propogation, denormals

(matt)

2014-03-03 08:15:36 UTC MAIN commitmail json YAML

Add most of the cpu_* variables to <arm/locore.h>
Add and initialize cpu_synchprim_present

(matt)

2014-03-03 08:00:50 UTC MAIN commitmail json YAML

Drop in a fabs() after the fsqrt().
While it may seem pointless, it the rouding mode is set to round towards
minus infinity then acos(-1) calculates atan2(sqrt(1.0 - 1.0), -1) the subtract
generates -0.0 which sqrt() preserves.
atan2(-0, -1) is -pi, but acos(-1) is expected to be +pi.
This might 'fix' the test failures seen in some environments, but they
are not failing due to an obvously incorrent x87 rounding mode.

(dsl)

2014-03-03 05:05:09 UTC MAIN commitmail json YAML

sun4v: SUN4V_TLB_TSB_LOCK define should have the same LL (instead of UL) as the other defines

(palle)

2014-03-03 03:28:56 UTC MAIN commitmail json YAML

2014-03-03 03:06:13 UTC MAIN commitmail json YAML

Move IO KVA so it doesn't share the same TLB index as the kernel.

(matt)

2014-03-03 02:10:24 UTC MAIN commitmail json YAML

2014-03-03 02:03:31 UTC MAIN commitmail json YAML

2014-03-03 01:36:21 UTC MAIN commitmail json YAML

Mention micphy(4)

(ozaki-r)

2014-03-03 01:35:08 UTC MAIN commitmail json YAML

Add micphy(4) manpage

(ozaki-r)

2014-03-03 00:09:52 UTC MAIN commitmail json YAML

Don't core-dump if a type cannot be resolved. Still gives an error.

(christos)

2014-03-02 22:50:13 UTC MAIN commitmail json YAML

Fix bundling of the atf version into pkgconfig files and atf-version.

Sigh; one more attempt.  This time I'm sure I've verified that the
.pc files contain the right number and that atf-version also outputs
the right stuff...  Both with a clean and non-clean obj directory.

Should fix part of the problems reported in PR bin/48624.

(jmmv)

2014-03-02 22:40:45 UTC MAIN commitmail json YAML

Include the subtest number in any error output.
Also temporarily print the rounding mode.
I think that acos(-1) is ending up with the wrong sign because the test
  is being run with 'round towards -ve infinity' set.
I think it getting set somewhere and causing this test to fail.
The acos() code probably needs fixing - it shouldn't depend on the
round mode like this. But first I want to know if this if the error.

(dsl)

2014-03-02 22:22:05 UTC MAIN commitmail json YAML

If we are compiling with -g and using gcc4.8 and dtrace downgrade
dwarf generation to version 2 for now.

(christos)

2014-03-02 20:13:12 UTC MAIN commitmail json YAML

Make cleanup routines actually work.

The only way to pass global state from the body to the cleanup is via the
file system.

Fixes leaks of global system resources (in all cases, given that the body
does not by itself clean things up).

(jmmv)

2014-03-02 19:56:48 UTC MAIN commitmail json YAML

Remove unnecessary and broken cleanup routine.

(jmmv)

2014-03-02 16:18:41 UTC MAIN commitmail json YAML

Don't overwrite MACHINE_ARCH if it is already set.

(joerg)

2014-03-02 13:28:23 UTC MAIN commitmail json YAML

Initialize variables used to setup a dummy element.
XXX bogus, needs review

(joerg)

2014-03-02 13:27:38 UTC MAIN commitmail json YAML

Mark cpu_reset as dead and add an explicit __builtin_unreachable for a
terminal function call for clang's noreturn diagnostic.

(joerg)

2014-03-02 13:26:30 UTC MAIN commitmail json YAML

Be explicit about the double register use.

(joerg)

2014-03-02 13:26:04 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE for clang.

(joerg)

2014-03-02 13:25:43 UTC MAIN commitmail json YAML

Bump sshramdisk size to 3800k, reserve 4MB in the install kernel.

(joerg)

2014-03-02 13:24:38 UTC MAIN commitmail json YAML

Clang needs a slightly larger MD image, so bump the size to 2300k.

(joerg)

2014-03-02 13:23:32 UTC MAIN commitmail json YAML

2014-03-02 13:23:17 UTC MAIN commitmail json YAML

Skip a tautologic check if we know it is one.

(joerg)

2014-03-02 13:22:33 UTC MAIN commitmail json YAML

2014-03-02 13:22:21 UTC MAIN commitmail json YAML

Make the empty loop body explicit.

(joerg)

2014-03-02 13:21:59 UTC MAIN commitmail json YAML

Explicitly enable VFP support for vfp_init.c. Fixes build of
INTEGRATOR_CP with clang.

(joerg)

2014-03-02 09:02:44 UTC MAIN commitmail json YAML

Use assembler code for 32-bit sparc compat library on sparc64.

(nakayama)

2014-03-02 08:58:02 UTC MAIN commitmail json YAML

2014-03-02 08:50:34 UTC MAIN commitmail json YAML

2014-03-02 08:20:09 UTC MAIN commitmail json YAML

Bump MEMORY_DISK_ROOT_SIZE

(skrll)

2014-03-02 06:16:27 UTC MAIN commitmail json YAML

Discard .SUNW_ctf section just in case.
patch from martin@, see PR/48623.

(isaki)

2014-03-02 05:52:45 UTC MAIN commitmail json YAML

2014-03-02 04:58:20 UTC MAIN commitmail json YAML

don't collect gthr-default.h anymore.

(mrg)

2014-03-02 04:31:55 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-default.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gthr-default.h deleted
      :
(more 16 files)
- set DIST based upon EXTERNAL_GCC_SUBDIR
- set GNUHOSTDIST
- move gthr-default.h to BUILDINCS, and add glue to add it to COPYHEADERS
- adjust COPYHEADERS to cope with files outside of dist/libstdc++-v3/.

(mrg)

2014-03-02 03:55:19 UTC MAIN commitmail json YAML

2014-03-02 03:47:57 UTC MAIN commitmail json YAML

rearrange the code to copy renamed files to have more explicit paths.

(mrg)

2014-03-02 03:42:50 UTC MAIN commitmail json YAML

Use OBJECT_FMTS from <bsd.own.mk>

(matt)

2014-03-02 03:33:29 UTC MAIN commitmail json YAML

Add OBJECT_FMTS which is a list of object formats supported by the MACHINE_ARCH

(matt)

2014-03-02 03:17:14 UTC MAIN commitmail json YAML

don't collect c++allocator.h.  we copy it via G_ALLOCATOR_H we've
already pulled out, and the extra copy can confuse make when it
has an older timestamp than the copy in dist/libstdc++-v3/.

(mrg)

2014-03-02 03:16:22 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++allocator.h deleted
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++allocator.h deleted
      :
(more 15 files)
delete files we know the source of and don't need to collect with
mknative anymore.

(mrg)

2014-03-02 03:04:52 UTC MAIN commitmail json YAML

Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"

(matt)

2014-03-01 23:07:24 UTC MAIN commitmail json YAML

2014-03-01 23:03:58 UTC MAIN commitmail json YAML

2014-03-01 23:02:14 UTC MAIN commitmail json YAML

2014-03-01 22:59:10 UTC MAIN commitmail json YAML

2014-03-01 22:57:23 UTC MAIN commitmail json YAML

2014-03-01 22:54:03 UTC MAIN commitmail json YAML

2014-03-01 22:53:12 UTC MAIN commitmail json YAML

2014-03-01 22:52:19 UTC MAIN commitmail json YAML

2014-03-01 22:51:25 UTC MAIN commitmail json YAML

2014-03-01 22:50:34 UTC MAIN commitmail json YAML

2014-03-01 22:49:49 UTC MAIN commitmail json YAML

2014-03-01 22:49:43 UTC MAIN commitmail json YAML

add a caveat about a construct in this makefile:

# XXX these rules don't always work if the ${.TARGET} ends up being the
#    copy in ../../arch/$arch/ and that version is older.  (but will
#    only break read-only source builds.)

(mrg)

2014-03-01 22:49:08 UTC MAIN commitmail json YAML

2014-03-01 22:45:32 UTC MAIN commitmail json YAML

2014-03-01 22:43:35 UTC MAIN commitmail json YAML

2014-03-01 22:42:46 UTC MAIN commitmail json YAML

put back init that got accidentally removed.

(christos)

2014-03-01 22:41:50 UTC MAIN commitmail json YAML

2014-03-01 22:38:13 UTC MAIN commitmail json YAML

2014-03-01 21:08:39 UTC MAIN commitmail json YAML

Some of the acos() tests seem to fail on some systems.
Sorting out why isn't helped by the tests not reporting the erronous value.
Change the 'boilerplate' pattern used so that all the values are output.
Reduce the amount of faffy red tape as well.
Some of these reductions could be shared with other libm tests, but for
  the moment they are defined in this file.
All these tests pass on my amd64 system, and when I run amd64 qemu.

(dsl)

2014-03-01 21:03:01 UTC MAIN commitmail json YAML

2014-03-01 20:58:04 UTC MAIN commitmail json YAML

Note x68k is now using Xorg.

Also note (untested) ews4800mips and newsmips Xorg switch.

(tsutsui)

2014-03-01 20:34:17 UTC MAIN commitmail json YAML

Switch x68k to X11FLAVOUR=Xorg, including a working monolithic X68k server.

Confirmed that "build.sh -m x68k -x release" gets no error.

(tsutsui)

2014-03-01 19:46:43 UTC MAIN commitmail json YAML

2014-03-01 19:45:29 UTC MAIN commitmail json YAML

Enable "SUBDIR+=netbsd/x68k" if ${XSERVER_X68K} != "no".

Now we've got it after this glue Makefile was initially added back in 2008.

(tsutsui)

2014-03-01 19:39:04 UTC MAIN commitmail json YAML

Add a reachover Makefile to build X11R7'fied MD X68k server.

See my post on port-x68k@ for details:
http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html

(tsutsui)

2014-03-01 19:34:47 UTC MAIN commitmail json YAML

2014-03-01 18:32:01 UTC MAIN commitmail json YAML

only check that npages fit, if we are going to add npages to swpgonly.

(christos)

2014-03-01 17:27:48 UTC MAIN commitmail json YAML

When converting out of range 64bit sysctl values to 'int' (because of
  an 'int' sized read) don't assume that sizeof (int) is 4.

(dsl)

2014-03-01 16:59:42 UTC MAIN commitmail json YAML

Some {} are missing. The behavior is thus wrong: the code always jumps to
out1.

Spotted by my code scanner.

ok christos@

(maxv)

2014-03-01 16:46:14 UTC MAIN commitmail json YAML

';;' -> ';'

no functional change

spotted by my code scanner

ok christos@

(maxv)

2014-03-01 15:41:00 UTC MAIN commitmail json YAML

2014-03-01 14:15:15 UTC MAIN commitmail json YAML

Kick on-demand entropy sources in rndsinks_distribute.

Partial workaround for indefinite hangs when entropy is scarce or
buffered up.  We need to do more to handle entropy that has been
buffered up -- see the comment for details -- but this will help for
now.

Problem noted by pooka.

(riastradh)

2014-03-01 12:55:23 UTC MAIN commitmail json YAML

Remove modification of an unused uninitialized variable.

(joerg)

2014-03-01 12:48:38 UTC MAIN commitmail json YAML

2014-03-01 12:40:50 UTC MAIN commitmail json YAML

2014-03-01 12:12:57 UTC MAIN commitmail json YAML

2014-03-01 11:08:11 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.3.1

(roy)

2014-03-01 11:04:21 UTC MAIN commitmail json YAML

2014-03-01 10:28:02 UTC MAIN commitmail json YAML

convert BUILDSYMLINKS to INCSNAME_*.  one less step to take.

(mrg)

2014-03-01 10:00:54 UTC MAIN commitmail json YAML

2014-03-01 09:44:51 UTC MAIN commitmail json YAML

2014-03-01 09:26:01 UTC MAIN commitmail json YAML

2014-03-01 09:04:13 UTC MAIN commitmail json YAML

2014-03-01 08:58:43 UTC MAIN commitmail json YAML

2014-03-01 05:41:59 UTC MAIN commitmail json YAML

2014-03-01 05:41:39 UTC MAIN commitmail json YAML

Add support for printing the tlb on cortex a5 and a7.

(matt)

2014-03-01 05:28:23 UTC MAIN commitmail json YAML

Add db_show_tlb_cmd prototype

(matt)

2014-03-01 05:27:22 UTC MAIN commitmail json YAML

defines/inlines for cortex a5/a7 tlbdata ops

(matt)

2014-03-01 03:29:01 UTC MAIN commitmail json YAML

2014-03-01 03:28:07 UTC MAIN commitmail json YAML

2014-03-01 03:24:41 UTC MAIN commitmail json YAML

resolve conflicts; undo many local changes that have been done upstream
differently.

(christos)

2014-03-01 01:53:36 UTC MAIN commitmail json YAML

Split ARMv6 and ARMv7 kernels.
Handle armeb properly.
Add CUBIEBOARD

(matt)

2014-03-01 01:52:13 UTC MAIN commitmail json YAML

2014-03-01 01:51:01 UTC MAIN commitmail json YAML

Add BE version of cubieboard.  Plus hf too.  And hf for BCM5301X.

(matt)

2014-02-28 14:19:25 UTC MAIN commitmail json YAML

Use the new FEAT_LDREX to replace ARMV6/ARMV7

(matt)

2014-02-28 13:55:36 UTC MAIN commitmail json YAML

Fix locking SNAFU.

Is someone can explain why the code worked for 3+ years with multiple
different pthread implementations, I'll buy you a banana.

(pooka)

2014-02-28 11:54:47 UTC MAIN commitmail json YAML

2014-02-28 11:52:09 UTC MAIN commitmail json YAML

Add moschip 7810 and 7820 usb serial devices

(martin)

2014-02-28 11:05:00 UTC MAIN commitmail json YAML

Use CPPFLAGS and drop -mlittle-endian

(matt)

2014-02-28 10:16:51 UTC MAIN commitmail json YAML

2014-02-28 09:50:48 UTC MAIN commitmail json YAML

2014-02-28 09:42:33 UTC MAIN commitmail json YAML

Make powerpc64 use Matt's new csu stuff

(martin)

2014-02-28 09:31:17 UTC MAIN commitmail json YAML

Mark two gcc-4.8-only files as such (while the directories they live in
are only dependend on "compat" for now - sigh)

(martin)

2014-02-28 07:58:42 UTC MAIN commitmail json YAML

Fix reversed logic in the notimeout call.
Fix obsolete email addresses in copyright.

(blymn)

2014-02-28 06:10:55 UTC MAIN commitmail json YAML

There are no powerpc64 in evbppc currently.

(matt)

2014-02-28 05:55:23 UTC MAIN commitmail json YAML

Use %zu for size_t

(matt)

2014-02-28 05:52:56 UTC MAIN commitmail json YAML

2014-02-28 05:52:09 UTC MAIN commitmail json YAML

2014-02-28 05:50:27 UTC MAIN commitmail json YAML

2014-02-28 05:49:21 UTC MAIN commitmail json YAML

sigcode is dependant on compat_16

(matt)

2014-02-28 05:48:22 UTC MAIN commitmail json YAML

Don't hardcode MACHINE_ARCH

(matt)