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 (5m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 22:44:09 UTC Now

2014-03-15 08:46:01 UTC MAIN commitmail json YAML

npfctl_bpf_cidr: another buf fix in handling IPv6 masks (bug found on ARM).

(rmind)

2014-03-15 08:00:19 UTC MAIN commitmail json YAML

Implement DTrace FBT provider for ARM

- Finding probable functions
- Replacing instructions
- Emulating instructions

It is tested only on ARMv7 CPUs yet, for example,
-m evbarm (-a earm) kernel=BEAGLEBONE.

(ozaki-r)

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

Enable invop handler on module load

It sets a fbt handler to dtrace_invop_jump_addr on module load,
which is used to call the dtrace probing function from the trap
handler.

(ozaki-r)

2014-03-15 07:43:01 UTC MAIN commitmail json YAML

Make arm/dtrace_isa.c buildable

This is a band-aid for build, but it works anyway.
We have to do a real fix in the future.

(ozaki-r)

2014-03-15 05:58:30 UTC MAIN commitmail json YAML

Add a trap handler for DTrace FBT provider

(ozaki-r)

2014-03-15 05:54:20 UTC MAIN commitmail json YAML

Add breakpoint definitions for DTrace

(ozaki-r)

2014-03-14 22:34:35 UTC matt-nb5-mips64 commitmail json YAML

Deal with the issue that VM_MAP_INTRSAFE km_suballoc returns more than asked
for so the space needs for kmemusage accounting has to needs adjusted as well.

(matt)

2014-03-14 22:21:32 UTC MAIN commitmail json YAML

There is some very odd code in s_exp2.c that only works if 'double'
  values are rounded to 53 bit mantissa in teh x87 registers.
This hasn't been true since Nov 11 2013.
Forcing a store-load for 'double' in STRICT_ASSIGN() seems to fix things
  (at least enough for the few random test cases).
I suspect the code could be changed so that the number of mantissa bits
  didn't matter.

(dsl)

2014-03-14 21:59:41 UTC MAIN commitmail json YAML

2014-03-14 21:45:42 UTC matt-nb5-mips64 commitmail json YAML

Make sure uvm_km_suballoc returned the correctly sized submap.

(matt)

2014-03-14 21:40:48 UTC MAIN commitmail json YAML

2014-03-14 21:39:49 UTC MAIN commitmail json YAML

2014-03-14 21:39:29 UTC MAIN commitmail json YAML

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

Sync bus error and address error handlers with other m68k implementation.

Tested on X68030.  Needs tests on 040 and 060turbo
(though it should work as other m68k ports).

The x68k port implemented 68060 support including these vector handlers
as early as amiga back in 1996, but even after amiga's locore.s was
improved several times (updating vectors at runtime to switch handlers
per CPU types etc.), x68k's one has not been updated.
After that, atari and mac68k pulled amiga's implementation,
hp300 pulled mac68k, and then most other m68k ports pulled hp300 ones.

Probably that's the reason why only x68k had different implementations
(i.e. no reason that avoids using common handler implementation),
and now it's time to prepare common arch/m68k/m68k/busaddrerr.s.

(tsutsui)

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

2014-03-14 17:45:38 UTC MAIN commitmail json YAML

Tweak the argument order passed to the elf executable entry point (usually "__start"),
so as to make call to the C function ___start() easier from assembler.
We setup the memory stack frame for ___start(), before calling it.

(cherry)

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

2014-03-14 13:17:18 UTC MAIN commitmail json YAML

2014-03-14 12:17:53 UTC MAIN commitmail json YAML

Don't SSP a file that uses alloca.

(christos)

2014-03-14 11:32:34 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.3.2

(roy)

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

2014-03-14 11:29:45 UTC MAIN commitmail json YAML

2014-03-14 10:06:22 UTC MAIN commitmail json YAML

Remember to bump revision for the "int my time VIF_DYING" change yesterday.

(pooka)

2014-03-14 08:55:41 UTC MAIN commitmail json YAML

2014-03-14 08:51:06 UTC MAIN commitmail json YAML

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

Remove an unused variable

(martin)

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

Fixed wrong cast and invalid array access in the calibration framework, as
documented in PR kern/45872. The AA() macro accessed sample coordinates as
long integers, whereas they are really stored as signed integers.

Fixes calibration on my Wetab device.

(khorben)

2014-03-14 01:18:39 UTC MAIN commitmail json YAML

If dlopen returns NULL assume we are statically linked and return,
rather than getting a warning when dlinfo fails.

(justin)

2014-03-14 01:05:57 UTC MAIN commitmail json YAML

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

2014-03-14 00:56:38 UTC MAIN commitmail json YAML

2014-03-14 00:52:08 UTC MAIN commitmail json YAML

Add rump kernel syscall wrapper flag for a bunch of time-related
syscalls (nanosleep, clock_gettime, etc.).  These are mostly intended
for situations where a rump kernel runs on an OS-less host.

(pooka)

2014-03-14 00:06:52 UTC MAIN commitmail json YAML

2014-03-13 23:48:38 UTC MAIN commitmail json YAML

2014-03-13 23:47:53 UTC MAIN commitmail json YAML

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

Add a commented out IST_MPSAFE

(matt)

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

Warn if a cpu failed to hatch.

(matt)

2014-03-13 23:44:31 UTC MAIN commitmail json YAML

2014-03-13 21:11:12 UTC MAIN commitmail json YAML

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

2014-03-13 20:55:26 UTC MAIN commitmail json YAML

2014-03-13 20:36:01 UTC MAIN commitmail json YAML

For compilers without __COUNTER__, make the ctassert name contain
__INCLUDE_LEVEL__ ## _ ## __LINE__.  It's not perfect, but at least it's
better than just __LINE__ since it avoids collisions between .c's and .h's.

Incidentally, why does half of the kernel call CTASSERT() and the
other half __CTASSERT()?

(pooka)

2014-03-13 19:33:23 UTC MAIN commitmail json YAML

Help the hack verifying malloc alignment expectations and force the
word size definition on sh* to be a compile time constant. We do not
provide a single library supporting both variants, so we pick the
smaller alignment for now.

(martin)

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

2014-03-13 16:34:13 UTC MAIN commitmail json YAML

Add __diagused.

(hannken)

2014-03-13 16:33:52 UTC MAIN commitmail json YAML

2014-03-13 16:19:24 UTC MAIN commitmail json YAML

Use -f with cp, for 444 sources.

(gdt)

2014-03-13 16:14:27 UTC MAIN commitmail json YAML

Use cp -pf rather than cp -p.

Otherwise, those with sources that are 444 encounter failures.

(gdt)

2014-03-13 16:09:11 UTC MAIN commitmail json YAML

remove compiler-rt duplicates to fix build

(pooka)

2014-03-13 12:59:08 UTC MAIN commitmail json YAML

2014-03-13 12:54:49 UTC MAIN commitmail json YAML

It's nonliteral format strings it should not warn about.

(joerg)

2014-03-13 12:45:14 UTC MAIN commitmail json YAML

Add -lrumpnet_netinet6 to the rump_server invocation, to stop
rpc.rquotad from printing the error message "rpc.rquotad:
_svc_tli_create: could not open connection for udp6: Address family
not supported by protocol family".  The error message currently ends
up in /dev/null because it is printed to stderr after calling daemon()
with noclose=0, but if the daemonization is moved to a later point to
fix the race condition of PR misc/48282, it will actually appear on
stderr and break the test, which is expecting stderr to be empty.

(gson)

2014-03-13 11:21:54 UTC MAIN commitmail json YAML

Do not process linkmaps if there is exactly one link map present
(i.e. there is no ld.so).  Makes statically linked rump kernels work on
glibc (at least for me).

based on some discussion with Justin Cormack

(pooka)

2014-03-13 10:22:35 UTC MAIN commitmail json YAML

No need to detach (and return EBUSY) if dk_openmask is non-zero.

(hannken)

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

When not built as host tool, define USE_WCHAR to get locale support.

(wiz)

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

Older gcc does not support -Wno-format-literal

(martin)

2014-03-13 02:08:44 UTC MAIN commitmail json YAML

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

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

2014-03-13 02:07:42 UTC MAIN commitmail json YAML

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

2014-03-13 02:07:03 UTC MAIN commitmail json YAML

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

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

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

2014-03-13 02:05:29 UTC MAIN commitmail json YAML

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

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

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

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

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

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

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

2014-03-13 01:58:46 UTC MAIN commitmail json YAML

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

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

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

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

2014-03-13 01:54:59 UTC MAIN commitmail json YAML

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

2014-03-13 01:53:48 UTC MAIN commitmail json YAML

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

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

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

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

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

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

Kill one colon that shouldn't be.

(joerg)

2014-03-13 01:49:59 UTC MAIN commitmail json YAML

2014-03-13 01:48:08 UTC MAIN commitmail json YAML

2014-03-13 01:47:07 UTC MAIN commitmail json YAML

2014-03-13 01:46:10 UTC MAIN commitmail json YAML

2014-03-13 01:45:35 UTC MAIN commitmail json YAML

Add clrex when we get an abort.
Simplify undefined_entry to use the undefined stack to do transfer to the
undefined handler.

(matt)

2014-03-13 01:45:33 UTC MAIN commitmail json YAML

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

2014-03-13 01:40:30 UTC MAIN commitmail json YAML

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

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

Allow multiple "rumpcomp_user" source modules to be specified by
introducing RUMPCOMP_USER_SRCS.  Make RUMPCOMP_USER issue a deprecation
warning, but for compat make it set RUMPCOMP_USER_SRCS=rumpcomp_user.c
for now.

(pooka)

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

libstdc++ doesn't like me using <cstdint> without requesting C++11, so
just do so.

(joerg)

2014-03-13 00:50:55 UTC MAIN commitmail json YAML

Add some states not handled before. XXX: are both states in the | cases
possible?

(christos)

2014-03-13 00:28:20 UTC MAIN commitmail json YAML

2014-03-12 23:42:33 UTC MAIN commitmail json YAML

component.c -> virtif_component.c, just to decrease risk of conflicts.
No runtime change.

(pooka)

2014-03-12 23:40:58 UTC MAIN commitmail json YAML

Separate common bits for all interfaces implementing virtif hypercalls
from Makefile to Makefile.virtif.  The latter is meant to be .included.

(pooka)

2014-03-12 22:50:59 UTC MAIN commitmail json YAML

Pass down data_base just in case something actually tries to use it.

(joerg)

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

remove some dead code, avoid set but unused variables.

(mrg)

2014-03-12 21:40:07 UTC MAIN commitmail json YAML

2014-03-12 20:00:22 UTC MAIN commitmail json YAML

Try to avoid using float constants out of range

(martin)

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

XXX This is all wrong and needs new tables and constants - but at least use
constants in the VAX double range for now, so it is compilable with newer
gcc.

(martin)

2014-03-12 18:59:07 UTC MAIN commitmail json YAML

Mark a variable diagnostic-only, from John D. Baker.

(martin)

2014-03-12 18:17:06 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2014-03-12 17:55:02 UTC MAIN commitmail json YAML

Rather than having long complicated asm statements, use inlines for
ldrex/strex and let the compiler arrange the code how it wants.

(matt)

2014-03-12 17:49:13 UTC MAIN commitmail json YAML

When sending, only load mbufs which have a length.  This is especially
useful for fragmented datagrams where the tail of the first packet is
full of nothing.

(pooka)

2014-03-12 16:37:01 UTC MAIN commitmail json YAML

Fix a prototype.

(jruoho)

2014-03-12 15:31:55 UTC MAIN commitmail json YAML

Add more const to make GCC happy.

(joerg)

2014-03-12 15:24:08 UTC MAIN commitmail json YAML

__ppc__ is not supported by GCC, so use __powerpc__.

(joerg)

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

add a mask for valid capabilities

also add a comment stating why capabilities start from 0x80

(pooka)

2014-03-12 12:54:33 UTC MAIN commitmail json YAML

#ifdef a variable like its use

(martin)

2014-03-12 12:26:40 UTC MAIN commitmail json YAML

Add a few dwarf/elf cat pages. Sort list.

(njoly)

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

Restructure union_lock() to always lock before testing for dead node.
Add two little helpers to lock or unlock a node.  Use "vp" for the
union node and "lockvp" for the node to be locked.  Use ISSET() to
test flags, add assertions.

(hannken)

2014-03-12 09:39:23 UTC MAIN commitmail json YAML

Restructure layer_lock() to always lock before testing for dead node.
Use ISSET() to test flags, add assertions.

(hannken)

2014-03-12 09:38:51 UTC MAIN commitmail json YAML

Restructure genfs_deadlock() and genfs_lock() to always lock before
testing for dead node.  Use ISSET() to test flags, add assertions.

Save the mount for fstrans_done() before genfs_unlock() unlocks the node.

(hannken)

2014-03-12 08:36:59 UTC MAIN commitmail json YAML

ifdef variable like their use

(martin)

2014-03-12 07:32:46 UTC MAIN commitmail json YAML

2014-03-12 06:38:56 UTC MAIN commitmail json YAML

Turn off literal format string warnings for one file

A better fix is coming

(agc)

2014-03-12 01:49:58 UTC MAIN commitmail json YAML

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

Do not include compiler-rt in librump.  librump is not a toolchain support
library, and toolchain support belongs in the host libc or libgcc or
equivalent entity that is actually supposed to complement the toolchain.

Fixes librump build on (a) Linux ARM (collisions with libgcc)

(pooka)

2014-03-12 00:07:33 UTC MAIN commitmail json YAML

More readable condition.

(joerg)

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

Add a dummy element as explicit padding for PPC32. Fix DWARF enumeration
to match the values created by GCC. Fix DWARFish -> index conversion.

(joerg)

2014-03-11 23:57:42 UTC MAIN commitmail json YAML

Rename IP_PSEUDO_REG to RETURN_REG. Fix PPC value. Sort.

(joerg)

2014-03-11 23:55:11 UTC MAIN commitmail json YAML

2014-03-11 23:52:17 UTC MAIN commitmail json YAML

0 is a valid LSDA encoding and can be seen in statically linked
programs. Initialize lsdaEncoding to DW_EH_PE_omit and check for that
value to decide whether a value should be decoded.

(joerg)

2014-03-11 23:23:44 UTC MAIN commitmail json YAML

switch amd64 to gcc-4.8
Regression: ctf stuff does not work properly with some c++ (gcc)

(christos)

2014-03-11 23:22:36 UTC MAIN commitmail json YAML

switch amd64 to gcc-4.8

(christos)

2014-03-11 20:55:19 UTC MAIN commitmail json YAML

mark a diagnostic only variable

(para)

2014-03-11 20:54:29 UTC MAIN commitmail json YAML

mark a diagnostic only variable

(para)

2014-03-11 20:35:47 UTC MAIN commitmail json YAML

kill _RUMPKERNEL ifdef

(pooka)

2014-03-11 20:32:05 UTC MAIN commitmail json YAML

2014-03-11 20:26:08 UTC MAIN commitmail json YAML

kill undesirable "#ifdef _RUMPKERNEL"

(pooka)

2014-03-11 20:25:05 UTC MAIN commitmail json YAML

Reinstance cpu_counter.h so that we don't have to work around the
MD implications everywhere else.

(pooka)

2014-03-11 20:22:47 UTC MAIN commitmail json YAML

deduplicate uvm_object_printit() implementation

(pooka)

2014-03-11 17:48:31 UTC MAIN commitmail json YAML

Add portability definitions in case they're not already defined

XXX - these need to be consolidated in one single header

(agc)

2014-03-11 17:38:48 UTC MAIN commitmail json YAML

cast arguments to the correct type for format strings

(agc)

2014-03-11 17:21:05 UTC MAIN commitmail json YAML

2014-03-11 17:20:23 UTC MAIN commitmail json YAML

2014-03-11 13:43:23 UTC MAIN commitmail json YAML

Use a struct for pair of frame name and whether it is optional. Add some
additional entries found in a -O0 build of ATF on PowerPC.

(joerg)

2014-03-11 08:33:27 UTC MAIN commitmail json YAML

2014-03-11 08:19:45 UTC MAIN commitmail json YAML

2014-03-11 07:52:37 UTC MAIN commitmail json YAML

Mark a diagnostic only variable

(martin)

2014-03-11 04:17:36 UTC MAIN commitmail json YAML

Remove unused variable found by gcc 4.8

(ozaki-r)

2014-03-11 01:38:16 UTC MAIN commitmail json YAML

2014-03-11 00:59:38 UTC MAIN commitmail json YAML

Put the syncobjs in emul.c instead of locks.c so that they are
present for both locks.c and locks_up.c alike.

(pooka)

2014-03-10 23:02:07 UTC MAIN commitmail json YAML

2014-03-10 22:48:29 UTC MAIN commitmail json YAML

add a compat prototype for rump_getversion()

(pooka)

2014-03-10 22:47:27 UTC MAIN commitmail json YAML

rump_pub_getversion -> rump_getversion

(pooka)

2014-03-10 22:44:11 UTC MAIN commitmail json YAML

2014-03-10 22:38:53 UTC MAIN commitmail json YAML

Move the "is arch capable of loading native kernel modules into
rump kernel" clauses from bsd.own.mk to Makefile.rump.  Also,
add a rump_nativeabi_p() call to determine if rump kernel is
compiled with native ABI support.

(pooka)

2014-03-10 22:37:51 UTC MAIN commitmail json YAML

Revert conversion to __thread as breaks on archs without TLS support

(justin)

2014-03-10 19:55:51 UTC MAIN commitmail json YAML

updaet a little more:
- coldfire release works, but there are no kernels yet
- ia64 port gets much further now
- i386 port runs

(mrg)

2014-03-10 19:55:18 UTC MAIN commitmail json YAML

Improve support for the CP2104. This particular device has a higher maximum
baud rate and thus the SLSA_R_SET_BAUDDIV sets the wrong rate.

Changed to code to use the SLSA_R_SET_BAUDRATE command and providing a
fallback for the old SLSA_R_SET_BAUDDIV command if the device doesn't
recognize the command. Unknown yet if the CP2101 has this command or not.

(reinoud)

2014-03-10 19:06:35 UTC MAIN commitmail json YAML

update a bit.  delete ports that have switched to GCC 4.8.  with this
we still need significant work on these ports:

- mips*
- powerpc
- sh*
- vax
- m68k*

the x86 platforms are probably ready to switch, but i'm not in a good
position to test them.  these platforms are probably ready to switch,
as they're still mostly in bringup mode anyway:

- powerpc64
- coldfire
- ia64

(mrg)

2014-03-10 18:57:36 UTC MAIN commitmail json YAML

pass $LD and $AS to the auto-build.h generation, so its configure
gets the right answers for many things.  in particular, it enables
HAVE_AS_TLS which the sparc port needs for TARGET_TLS to work.

(mrg)

2014-03-10 18:45:44 UTC MAIN commitmail json YAML

add a nice CVS marker

(mbalmer)

2014-03-10 18:44:29 UTC MAIN commitmail json YAML

note that kropla.com/dialcode.htm redirects to countrycode.org

(mbalmer)

2014-03-10 18:22:54 UTC MAIN commitmail json YAML

reformat comment

(mbalmer)

2014-03-10 17:56:21 UTC MAIN commitmail json YAML

2014-03-10 17:00:53 UTC MAIN commitmail json YAML

2014-03-10 15:42:51 UTC MAIN commitmail json YAML

Always print the MBR drive serial number, even if it's 0.

(jakllsch)

2014-03-10 14:51:15 UTC MAIN commitmail json YAML

Avoid unused variable warning by borrowing sa1_cache_clean_addr briefly

(skrll)

2014-03-10 13:47:45 UTC MAIN commitmail json YAML

2014-03-10 13:47:16 UTC MAIN commitmail json YAML

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

Code style. No functional change.

(skrll)

2014-03-10 13:19:53 UTC MAIN commitmail json YAML

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

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

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

Comment style.

(skrll)

2014-03-10 12:13:14 UTC MAIN commitmail json YAML

-mcmodel option is CPU specific not machine specific.

(nakayama)

2014-03-10 12:02:36 UTC MAIN commitmail json YAML

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

Enable 64-bit integer handling for gas even on 32-bit host since
sparc64 kernel now uses 64-bit constant with %hh operator.

Fix for PR toolchain/48630.

(nakayama)

2014-03-10 09:35:18 UTC MAIN commitmail json YAML

Assume reads from hardware do something even if the result isn't required.

Hi htodd@!

(skrll)

2014-03-10 08:45:30 UTC MAIN commitmail json YAML

2014-03-10 07:32:18 UTC MAIN commitmail json YAML

also look at netbsd.opt and netbsd-elf.opt.

(mrg)

2014-03-10 07:28:33 UTC MAIN commitmail json YAML

make elf{32,64}-ia64.c depend upon the right parent.

(mrg)

2014-03-10 06:38:22 UTC MAIN commitmail json YAML

2014-03-10 05:20:48 UTC MAIN commitmail json YAML

2014-03-10 05:18:34 UTC MAIN commitmail json YAML

Use pmap_kenter_pa/pmap_kremove for vmapbuf/vunmapbuf

(matt)

2014-03-10 04:25:51 UTC MAIN commitmail json YAML

2014-03-10 03:04:57 UTC MAIN commitmail json YAML

Make arm/dtrace_subr.c buildable

The change just imports the code from
http://people.freebsd.org/~gonzo/arm/dtrace-arm.diff
and tweaks for NetBSD.

(ozaki-r)

2014-03-10 02:36:50 UTC MAIN commitmail json YAML

Do COMPILE_CTFCONVERT on vers.o as same as other targets

Otherwise, we will get the error when building a kernel with -V MKDTRACE:
  ERROR: nbctfmerge: Input file vers.o was partially built from C sources,
  but no CTF data was present

(ozaki-r)

2014-03-10 02:04:29 UTC MAIN commitmail json YAML

Use CTFMFLAGS, not CTFFLAGS, for CTFMERGE

(ozaki-r)

2014-03-10 00:50:12 UTC MAIN commitmail json YAML

turn off kernels that don't exist yet.

(mrg)

2014-03-10 00:23:22 UTC MAIN commitmail json YAML

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

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

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

more ia64 support:

# We have to weed out any existing func.S file that may exist
# from the list of files we create.

(mrg)

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

Make sure to clear PSL_SE before going to usermode on BOOKE
Revert back to testing PSL_SE in the trapframe and not mdlwp md_flags

(matt)

2014-03-09 23:01:11 UTC MAIN commitmail json YAML

Use __thread rather than pthread_getspecific for rumpuser curlwp.
This has better performance and curlwp is a performance bottleneck
in rump kernel code.

(justin)

2014-03-09 22:31:25 UTC MAIN commitmail json YAML

Don't test for PSL_SE in tf_srr1 since will be cleared on the next exception.
Keep a copy of it in l_md.md_flags which will be preserved.

(matt)

2014-03-09 22:01:31 UTC MAIN commitmail json YAML

2014-03-09 21:37:37 UTC MAIN commitmail json YAML

another libelf instance

(christos)

2014-03-09 21:02:45 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/ia64.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/ia64/auto-target.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/ia64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/ia64/libgomp.spec@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/ia64/libgomp_f.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/ia64/omp.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libiberty/arch/ia64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libobjc/arch/ia64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libobjc/arch/ia64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/cxxabi_tweaks.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gstdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr-posix.h@1.2 / diff / nxr@1.2
      :
(more 13 files)
mknative-gcc for GCC 4.8 and ia64.

(mrg)

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

update some status:
- ppc port exec stack is fixed
- coldfire, earmv4, ppc64, sparc* updates

(mrg)