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

2024-05-10 03:08:07 UTC Now

2015-06-05 19:58:01 UTC MAIN commitmail json YAML

Only need KX/SX if _LP64 && MULTIPROCESSOR since cpu_info's are always in KSEG0

(matt)

2015-06-05 17:05:13 UTC netbsd-7 commitmail json YAML

2015-06-05 17:03:43 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #825):
share/mk/bsd.lib.mk: revision 1.358 via patch
fix MKDEBUG vs parallel builds.  split the creation of the final
.so file from the main link of it, and use the main file as the
input for both the .so output and the .so.debug file.  for MKDEBUG
builds we now:
(a) create the (new) .so.full file
(d) create the .so.debug file
(c) create the (installable) .so file
for other builds, we simply use the same rule for (a) to create (c).
this stops the .so.debug rule from modifying the .so rule's target
and leading to mayhem.
see this thread for more details:
    http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html

(snj)

2015-06-05 16:52:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #814):
sys/arch/i386/conf/GENERIC: revision 1.1125
sys/arch/i386/conf/XEN3_DOM0: revision 1.95
sys/arch/i386/conf/XEN3_DOMU: revision 1.67
Disable COMPAT_FREEBSD. The implementation is poor, not well tested and
almost irrelevant. People who need it (for tw_cli for example) can still
recompile their kernels with this option.
Discussed on tech-kern@

(snj)

2015-06-05 16:46:05 UTC netbsd-7 commitmail json YAML

2015-06-05 16:45:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #824):
external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp: revision 1.1.1.3
external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h: revision 1.1.1.3
Update LLVM to 3.6.1.

(snj)

2015-06-05 16:44:56 UTC MAIN commitmail json YAML

Fix operator precedence to allocate enough memory.

(joerg)

2015-06-05 16:16:18 UTC MAIN commitmail json YAML

Make sure KX/UX stay on in 64-bit kernels so deferencing the lwp to get
the cpu_info doesn't cause a fault.

(matt)

2015-06-05 16:01:55 UTC MAIN commitmail json YAML

Close the file descriptor used for loading before jumping to the kernel.
Pointed out by Felix Deichmann on port-vax.

(martin)

2015-06-05 15:41:59 UTC MAIN commitmail json YAML

2015-06-05 14:15:41 UTC MAIN commitmail json YAML

Set the hoplimit of 255 as specified in RFC 4861 section 4.2
using the IPV6_MULTICAST_HOPS socket option rather than using CMSG
when constructing each message.

(roy)

2015-06-05 14:09:21 UTC MAIN commitmail json YAML

Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonic
clock rather than the wall clock.
Use timespec rather than timeval structs to make this transition easier.
Kill custom timeval comparison functions in favor of timespeccmp(3).

(roy)

2015-06-05 07:44:39 UTC MAIN commitmail json YAML

Can't use getfsspecname (and thus wedge names) while building tools.

(mlelstv)

2015-06-05 07:33:40 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2015-06-05 07:04:46 UTC MAIN commitmail json YAML

Print the Revision ID regster (verbose)

(skrll)

2015-06-05 06:46:00 UTC MAIN commitmail json YAML

Add an define for spurious interrupt number 1022

(skrll)

2015-06-05 05:37:42 UTC MAIN commitmail json YAML

Document .OBJDIR target.

(sjg)

2015-06-05 05:03:21 UTC MAIN commitmail json YAML

2015-06-05 05:02:48 UTC MAIN commitmail json YAML

Compute bootloader checksum correctly also on little endian systems.

(mlelstv)

2015-06-05 00:53:47 UTC MAIN commitmail json YAML

Move callout_init to wdog_preinit

(matt)

2015-06-04 22:44:43 UTC MAIN commitmail json YAML

Don't compile the mips64 stuff if we being compiled as mips32

(matt)

2015-06-04 20:41:19 UTC netbsd-7 commitmail json YAML

2015-06-04 20:29:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #824):
distrib/sets/lists/comp/ad.arm: revision 1.65
distrib/sets/lists/comp/md.amd64: revisions 1.228, 1.230
distrib/sets/lists/comp/md.i386: revision 1.151, 1.152
distrib/sets/lists/comp/mi: revision 1.1963
tools/llvm/Makefile: revisions 1.19, 1.20
tools/llvm-lib/liblldConfig/Makefile: revision 1.1
tools/llvm-lib/liblldReaderWriterELFAArch64/Makefile: revision 1.1
Install cpuid.h on X86 and arm_neon.h on ARM.
--
Update set lists for LLVM 3.6RC1.
--
Until we have a solution for stdatomic.h for GCC 4.8, install Clang's
version under /usr/include/clang-3.6 to match the C11 default.
--
Update build system glue for LLVM 3.6RC1. Notable changes:
- Old JIT is removed.
- Improvements to debug information handling.
- ARM: check for deprecated instructions and warn in the integrated
  assembler
- PPC: VSX support, va_arg support for struct/union types, -fPIC vs
  -fpic supported, faster atomics
- x86: improved vectorizer
--
cleandir-llvm should not exist in the filesystem
--
misc/48722: Use explicit HOST_SH in case the user insists on removing
permissions from the filesystem.

(snj)

2015-06-04 20:19:12 UTC netbsd-7 commitmail json YAML

2015-06-04 20:05:47 UTC netbsd-7 commitmail json YAML

Update LLVM to 3.6.1, requested by joerg in ticket 824.

(snj)

2015-06-04 16:35:14 UTC netbsd-7 commitmail json YAML

2015-06-04 16:33:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #823):
share/mk/bsd.own.mk: revisions 1.852, 1.853 via patch
distrib/sets/lists/base/ad.arm: revision 1.75 via patch
distrib/sets/lists/debug/ad.arm: revisions 1.64, 1.65 via patch
Fix setlists and enable MKCOMPAT for OABI on earm platforms.

(snj)

2015-06-04 16:11:48 UTC MAIN commitmail json YAML

Whitespace and macro fixes.

(wiz)

2015-06-04 16:01:09 UTC MAIN commitmail json YAML

Document the options as a list instead of embedded text.

(christos)

2015-06-04 09:45:43 UTC netbsd-7 commitmail json YAML

2015-06-04 09:44:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hsuenaga in ticket #822):
sys/net/if_gif.c: revision 1.85
sys/net/if_gif.c: revision 1.86
Obtain softnet_lock before entering IP networking stack from gif software
interrupt.
Include <sys/socketvar.h> for softnet_lock.

(msaitoh)

2015-06-04 09:20:12 UTC MAIN commitmail json YAML

2015-06-04 09:20:00 UTC MAIN commitmail json YAML

Pull out route lookups from L2 output routines

Route lookups for routes of RTF_GATEWAY were done in L2 output
routines such as ether_output, but they should be done in L3
i.e., before L2 output routines. This change places the lookups
between L3 output routines (say ip_output) and the L2 output
routines.

The change is based on dyoung's patch submitted in the thread:
https://mail-index.netbsd.org/tech-net/2013/02/01/msg003847.html
You can find out detailed investigations by dyoung about the
issue in there.

Note that the change introduces a workaround for MPLS. ether_output
knew that it needs to fill the ethertype of a frame as MPLS,
based on a tag of an original route (rtentry), but now we don't
pass it to ehter_output. So we have to tell that in another way.
We use mtag to do so for now, which introduces some overhead.
We should fix it somehow in the future.

Discussed on tech-kern and tech-net.

(ozaki-r)

2015-06-04 09:17:52 UTC MAIN commitmail json YAML

2015-06-04 09:08:38 UTC MAIN commitmail json YAML

Name of the USB module is known, as it was already released.

(rkujawa)

2015-06-04 09:07:28 UTC netbsd-5-1 commitmail json YAML

2015-06-04 09:05:30 UTC netbsd-5-2 commitmail json YAML

2015-06-04 09:02:21 UTC netbsd-5 commitmail json YAML

2015-06-04 08:58:54 UTC netbsd-5-1 commitmail json YAML

Pull up the following revisions, requested by sborrill in #1963:

sys/arch/x86/x86/intel_busclock.c              1.10, 1.13-23

Update p[34]_get_bus_clock() to avoid panic in est(4).
Return correct bus clock on some CPUs. Use rdmsr_safe()
to access MSRs safely.

(martin)

2015-06-04 08:57:03 UTC netbsd-5-2 commitmail json YAML

Pull up the following revisions, requested by sborrill in #1963:

sys/arch/x86/x86/intel_busclock.c              1.10, 1.13-23

Update p[34]_get_bus_clock() to avoid panic in est(4).
Return correct bus clock on some CPUs. Use rdmsr_safe()
to access MSRs safely.

(martin)

2015-06-04 08:55:24 UTC netbsd-5 commitmail json YAML

Pull up the following revisions, requested by sborrill in #1963:

sys/arch/x86/x86/intel_busclock.c              1.10, 1.13-23

Update p[34]_get_bus_clock() to avoid panic in est(4).
Return correct bus clock on some CPUs. Use rdmsr_safe()
to access MSRs safely.

(martin)

2015-06-04 07:36:25 UTC netbsd-7 commitmail json YAML

2015-06-04 07:35:25 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #821):
bin/sh/builtins.def: revision 1.23
bin/sh/Makefile: revision 1.101
Include printf by default even for SMALL builds. It is used e.g. by
dhcpcd and as such required by most ramdisk images. Allow turning it off
again by TINYPROG.

(msaitoh)

2015-06-04 07:34:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #820):
usr.sbin/npf/npfctl/npf_show.c: revision 1.19
npfctl: fix the from/to port mess up when showing the rules.

(msaitoh)

2015-06-04 06:01:24 UTC MAIN commitmail json YAML

fix MKDEBUG vs parallel builds.  split the creation of the final
.so file from the main link of it, and use the main file as the
input for both the .so output and the .so.debug file.  for MKDEBUG
builds we now:

(a) create the (new) .so.full file
(d) create the .so.debug file
(c) create the (installable) .so file

for other builds, we simply use the same rule for (a) to create (c).

this stops the .so.debug rule from modifying the .so rule's target
and leading to mayhem.

see this thread for more details:
  http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html

(mrg)

2015-06-04 05:58:17 UTC MAIN commitmail json YAML

Don't .set mips3 if we are >= mips3 already
Use dins if we have it rather than two shifts.

(matt)

2015-06-04 05:56:23 UTC MAIN commitmail json YAML

Cosmetics: simplify MKCOMPAT default settings

(martin)

2015-06-04 05:42:39 UTC netbsd-7 commitmail json YAML

2015-06-04 05:40:48 UTC netbsd-7 commitmail json YAML

src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h@1.10.2.3 / diff / nxr@1.10.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h@1.8.2.3 / diff / nxr@1.8.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h@1.8.2.3 / diff / nxr@1.8.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h@1.6.2.3 / diff / nxr@1.6.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h@1.5.2.3 / diff / nxr@1.5.2.3
src/external/gpl3/gcc/usr.bin/gcc/arch/earm/multilib.h@1.3.4.1 / diff / nxr@1.3.4.1
src/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/multilib.h@1.3.6.1 / diff / nxr@1.3.6.1
src/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/multilib.h@1.3.6.1 / diff / nxr@1.3.6.1
src/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/multilib.h@1.2.6.1 / diff / nxr@1.2.6.1
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/multilib.h@1.2.6.1 / diff / nxr@1.2.6.1
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/multilib.h@1.2.6.1 / diff / nxr@1.2.6.1
      :
(more 8 files)
Apply patch, requested by mrg in #819:

lib/libstdc++-v3/arch/earm/c++config.h (patch)
lib/libstdc++-v3/arch/earmeb/c++config.h (patch)
lib/libstdc++-v3/arch/earmhf/c++config.h (patch)
lib/libstdc++-v3/arch/earmhfeb/c++config.h (patch)
lib/libstdc++-v3/arch/earmv4/c++config.h (patch)
lib/libstdc++-v3/arch/earmv4eb/c++config.h (patch)
lib/libstdc++-v3/arch/earmv6/c++config.h (patch)
lib/libstdc++-v3/arch/earmv6eb/c++config.h (patch)
lib/libstdc++-v3/arch/earmv6hf/c++config.h (patch)
lib/libstdc++-v3/arch/earmv6hfeb/c++config.h (patch)
lib/libstdc++-v3/arch/earmv7/c++config.h (patch)
lib/libstdc++-v3/arch/earmv7eb/c++config.h (patch)
lib/libstdc++-v3/arch/earmv7hf/c++config.h (patch)
lib/libstdc++-v3/arch/earmv7hfeb/c++config.h (patch)
usr.bin/gcc/arch/earm/multilib.h (patch)
usr.bin/gcc/arch/earmeb/multilib.h (patch)
usr.bin/gcc/arch/earmhf/multilib.h (patch)
usr.bin/gcc/arch/earmhfeb/multilib.h (patch)
usr.bin/gcc/arch/earmv4/multilib.h (patch)
usr.bin/gcc/arch/earmv4eb/multilib.h (patch)
usr.bin/gcc/arch/earmv6/multilib.h (patch)
usr.bin/gcc/arch/earmv6eb/multilib.h (patch)
usr.bin/gcc/arch/earmv6hf/multilib.h (patch)
usr.bin/gcc/arch/earmv6hfeb/multilib.h (patch)
usr.bin/gcc/arch/earmv7/multilib.h (patch)
usr.bin/gcc/arch/earmv7eb/multilib.h (patch)
usr.bin/gcc/arch/earmv7hf/multilib.h (patch)
usr.bin/gcc/arch/earmv7hfeb/multilib.h (patch)

Regen for arm OABI compat changes.

(martin)

2015-06-04 05:32:05 UTC MAIN commitmail json YAML

Add a verbose message when booting secondary cpus.
Fix octeon cpu_info_alloc

(matt)

2015-06-04 05:23:40 UTC MAIN commitmail json YAML

Fix J/JAL address calculation to not throw the top 32-bits.

(matt)

2015-06-04 05:22:11 UTC MAIN commitmail json YAML

2015-06-04 05:21:09 UTC MAIN commitmail json YAML

If booting a MULTIPROCESSOR kernel, use the llsc atomic primitives

(matt)

2015-06-04 02:28:06 UTC MAIN commitmail json YAML

2015-06-04 02:27:25 UTC MAIN commitmail json YAML

Use ei/di on mipsNNr2 where possible.

(matt)

2015-06-04 02:26:49 UTC MAIN commitmail json YAML

Add a lot of missing mipsNNr2 instruction + cavium specific instructions.

(matt)

2015-06-04 01:58:30 UTC MAIN commitmail json YAML

Fix typo - from Kamil Rytarowski

(pgoyette)

2015-06-03 23:36:05 UTC MAIN commitmail json YAML

npfctl: fix the from/to port mess up when showing the rules.

(rmind)

2015-06-03 23:15:22 UTC MAIN commitmail json YAML

Fix expand() to process successive escape sequences correctly.

(enami)

2015-06-03 23:09:49 UTC MAIN commitmail json YAML

Add some additional cat pages that are generated by the MKCATPAGES
build option.

Pointed out by Kamil Rytarowski on current-users@

(pgoyette)

2015-06-03 17:55:26 UTC MAIN commitmail json YAML

Save a few instructions and use ei on mipsNNr2.

(matt)

2015-06-03 17:53:23 UTC MAIN commitmail json YAML

Make querying the disk geometry fail silently if called for a non-exitent
disk.
XXX: DIOCGDISKINFO returns strange error codes

(martin)

2015-06-03 15:13:15 UTC MAIN commitmail json YAML

remove interface example from remote config.

(christos)

2015-06-03 15:11:40 UTC MAIN commitmail json YAML

dissallow interface spec in remote config (since we check against the remote
address, it does not make sense).

(christos)

2015-06-03 14:42:51 UTC MAIN commitmail json YAML

prefer our gettext version

(christos)

2015-06-03 14:40:11 UTC MAIN commitmail json YAML

Add a "default" alias for RUMP_NBCOMPAT, in case "default" and "all"
stop being the same thing in the future.

(pooka)

2015-06-03 14:38:38 UTC MAIN commitmail json YAML

Add missing .El and other minor fixes.

(wiz)

2015-06-03 14:32:17 UTC MAIN commitmail json YAML

2015-06-03 14:07:06 UTC MAIN commitmail json YAML

Fix dot-lookup when readdir does not provide inodes

Some filesystems do not provide inode numbers through readdir (FUSE mounts
without -o use_ino). We therefore have to lookup each directory entry to
get the missing numbers.

dot and double-dot are exceptions, as we already know the values. Moreover,
the lookup code does not expect to get requests for dot and will abort
perfused(8) when it gets some. In order to fix that, we just check for
dot and double-dot special case and use the known values instead of sending
a lookup.

(manu)

2015-06-03 14:06:19 UTC MAIN commitmail json YAML

2015-06-03 13:55:42 UTC MAIN commitmail json YAML

implement bus_dmamem_free()

from Robert Millan <rmh@freebsd.org> via rumpkernel-users

(pooka)

2015-06-03 13:43:24 UTC MAIN commitmail json YAML

Demand that rumpcomp_userfeatures_pci.h is available for providing
information about the hypercall interface implementation.

(pooka)

2015-06-03 13:41:56 UTC MAIN commitmail json YAML

Rework how the external hypercalls are specified, more in the direction of
something general.  I'm not sure if it's entirely general yet (since PCI
is the only place to use it), but at least a step in the right direction.

(pooka)

2015-06-03 13:06:26 UTC MAIN commitmail json YAML

Include <sys/socketvar.h> for softnet_lock.

(martin)

2015-06-03 12:22:41 UTC MAIN commitmail json YAML

Oops fix PBASE for non-A80

(skrll)

2015-06-03 11:43:18 UTC MAIN commitmail json YAML

Use arm_dmb.  No functional change

(skrll)

2015-06-03 11:38:33 UTC MAIN commitmail json YAML

AWIN_SDRAM_PBASE is actually 0x20000000

(skrll)

2015-06-03 10:49:14 UTC MAIN commitmail json YAML

Add "all" and "none" as acceptable RUMP_NBCOMPAT value aliases to
undefined and empty, respectively.

(pooka)

2015-06-03 10:23:08 UTC MAIN commitmail json YAML

Annual update of deleting one entry.  At this rate the TODO will be
empty in 2038!

(pooka)

2015-06-03 10:01:56 UTC MAIN commitmail json YAML

Add kernel config for Olimex A20-OLinuXino-LIME2

(jmcneill)

2015-06-03 10:01:32 UTC MAIN commitmail json YAML

Olimex A20-OLinuXino-LIME2 support, from Greg Willatt <gpw26@mrao.cam.ac.uk>

(jmcneill)

2015-06-03 10:00:55 UTC MAIN commitmail json YAML

2015-06-03 06:53:37 UTC netbsd-7 commitmail json YAML

2015-06-03 06:51:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #752):
sys/modules/example/Makefile: file removal
sys/modules/example/example.c: file removal
sys/modules/examples/Makefile: revision 1.1
sys/modules/examples/Makefile.inc: revision 1.1
sys/modules/examples/README: revisions 1.1-1.3
sys/modules/examples/hello/Makefile: revision 1.1
sys/modules/examples/hello/hello.c: revision 1.1
sys/modules/examples/luahello/luahello.lua: revisions 1.1, 1.2
sys/modules/examples/ping/Makefile: revision 1.1
sys/modules/examples/ping/cmd_ping.c: revisions 1.1, 1.2
sys/modules/examples/ping/ping.c: revision 1.1
sys/modules/examples/ping/ping.h: revision 1.1
sys/modules/examples/properties/Makefile: revision 1.1
sys/modules/examples/properties/properties.c: revision 1.1
sys/modules/examples/readhappy/Makefile: revision 1.1
sys/modules/examples/readhappy/readhappy.c: revision 1.1
Soon to be replaced with a more comprehensive set of examples.
--
A set of more comprehensive example kernel modules to replace our
previous single example.
These examples were provided by Kamil Rytarowski.
XXX These modules are built as part of a system build, but they
XXX are NOT installed in $DESTDIR.
--
Fix instructions to match reality.  (I renamed the example from the
original submitter, but didn't catch all internal references.)
--
Fix up another internal reference to renamed module, and adjust some
English grammar.
--
Even though this isn't a man page, it looks like one.  So sort the
SEE ALSO section accordingly.
--
Fix RCS ID.

(snj)

2015-06-03 04:31:46 UTC MAIN commitmail json YAML

add kernel config of if_mvxpe(new ethernet) and mvxpsec(new cryptographic).
still disabled by default. I need to do more test...

(hsuenaga)

2015-06-03 04:20:02 UTC MAIN commitmail json YAML

add new cryptographic accelerator driver 'mvxpsec.'

this driver controls CESA unit as same as mvcesa, but uses DMA engines and
does CBC operations, HMAC operations by hardware. about 2 kbytes of data
are processed at one. supported algorithms are:

- DES-CBC, 3DES-CBC, AES-CBC
- HMAC-SHA1, HMAC-MD5

non-CBC algorithm such as AES-GCM is not supported by CESA's acceleration
engine. mvcesa is still useful to implement such algorithms as combination of
accelerated block cipher and software chaining.

(hsuenaga)

2015-06-03 04:00:06 UTC MAIN commitmail json YAML

reduce magic numbers. SDRAM address space attribute register has cache coherency
control bits. this bit is important for AURORA_IO_CACHE_COHERENCY.

(hsuenaga)

2015-06-03 03:55:47 UTC MAIN commitmail json YAML

separate buffer management codes 'mvxpbm.c' from if_mvxpe.c.

the buffer management(ex. fill the rx descriptors/buffers) is done by H/W in
ARMADA XP/380, and is done by S/W in ARMADA 370. the H/W BM support is not yet
implemented, so all devices use the S/W management mode at this time.

(hsuenaga)

2015-06-03 03:34:38 UTC MAIN commitmail json YAML

move Marvell ARMADA SoC's device driver definitions from arm/marvell
to dev/marvell.

(hsuenaga)

2015-06-03 03:25:51 UTC MAIN commitmail json YAML

initialize ARMADA XP's Mbus address decoder and code clean up
probably we need more sophisticated Mbus driver or KPI...

(hsuenaga)

2015-06-03 03:04:21 UTC MAIN commitmail json YAML

2015-06-03 02:53:19 UTC MAIN commitmail json YAML

add ARMADA XP's Soc internal bus(Mbus) address decoder initialization function.
some versions of u-boot initializes the address decoder incorrectly(probably
these values are come from Kirkwood SoC or older.) the codes generates
SoC's default address spaces and some modifications for NetBSD's assumption.

add error interrupt definitions, interrupt name strings for 'vmstat -e',
verbose output of Mbus settings for such low-level debugging of SoC.

(hsuenaga)

2015-06-03 02:30:11 UTC MAIN commitmail json YAML

initialize sdcache operations for PJ4B.
otherwise the kernel crashes without 'options L2CACHE_ENABLE.'

(hsuenaga)

2015-06-03 02:17:51 UTC MAIN commitmail json YAML

Obtain softnet_lock before entering IP networking stack from gif software
interrupt.

(hsuenaga)

2015-06-02 23:00:25 UTC MAIN commitmail json YAML

Strip the debug symbols via a temporary file, atomically replacing the full
random access archive to avoid races.

(christos)

2015-06-02 21:03:46 UTC MAIN commitmail json YAML

prune bogus comma from Nm args

(snj)

2015-06-02 20:52:00 UTC MAIN commitmail json YAML

restore address length before printing.

(christos)

2015-06-02 20:43:40 UTC netbsd-7 commitmail json YAML

2015-06-02 20:32:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #815):
external/bsd/blacklist/bin/conf.c: revision 1.19, 1.20
external/bsd/blacklist/etc/blacklistd.conf: revision 1.4
external/bsd/blacklist/lib/bl.c: revisions 1.25, 1.26
external/bsd/blacklist/test/Makefile: revision 1.3
external/bsd/blacklist/test/srvtest.c: revision 1.10
Centralize and fix =/* parsing, now =/24 works again.
XXX: pullup-7
--
fix example.
--
Add ability to test using a local socket.
--
put back setting uid and gid to -1 if they are not available.
--
Merge the uid data too, so that we don't end up with multiple entries
when we don't care about the uid in the config file. In this case sshd
returns either uid=root|sshd depending on how we failed, so we used to
get two entries.
--
Make sure that we get the socket messages we expect, otherwise return NULL.

(snj)

2015-06-02 20:03:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #813):
sys/arch/arm/include/profile.h: revision 1.17 via patch
ARM has deprecated using both PC and LR in the register list of pop with
ARMv6T2, so split the instructions up.

(snj)

2015-06-02 19:49:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #774):
sbin/gpt/Makefile: revisions 1.9-1.13
sbin/gpt/add.c: revisions 1.25-1.27
sbin/gpt/backup.c: revisions 1.2-1.8
sbin/gpt/biosboot.c: revisions 1.8-1.14
sbin/gpt/create.c: revisions 1.8-1.12
sbin/gpt/destroy.c: revisions 1.5-1.6
sbin/gpt/drvctl.c: revision 1.1
sbin/gpt/gpt.8: revisions 1.29-1.36
sbin/gpt/gpt.c: revisions 1.29-1.40
sbin/gpt/gpt.h: revisions 1.12-1.18
sbin/gpt/gpt_uuid.c: revisions 1.1-1.10
sbin/gpt/gpt_uuid.h: revisions 1.1-1.3
sbin/gpt/label.c: revisions 1.15-1.18
sbin/gpt/map.c: revision 1.7
sbin/gpt/migrate.c: revisions 1.15-1.21
sbin/gpt/recover.c: revision 1.5
sbin/gpt/remove.c: revisions 1.13-1.16
sbin/gpt/resize.c: revisions 1.9-1.11
sbin/gpt/resizedisk.c: revisions 1.1-1.6
sbin/gpt/restore.c: revisions 1.2-1.7
sbin/gpt/set.c: revisions 1.3-1.5
sbin/gpt/show.c: revision 1.16-1.21
sbin/gpt/type.c: revisions 1.1-1.6
sbin/gpt/unset.c: revisions 1.3-1.5
- record the sector size of the disk
- correct confusion with end_cylinder and end_sector in MBRs
--
- dump all partitions, not just ones that are in use
- while here, squash a memory leak
    It shouldn't be necessary to backup unused partitions, however
the partition GUID is created at the time the GPT is created and
is never changed.  It shouldn't matter if the GUID of an unused
partition changes, but there may be some special case where it
does.  Since it isn't a big deal to record the unused partitions,
might as well do it.
--
Initial cut of gpt restore.  This functions correctly in testing,
but isn't all that pretty.  It has minimal error testing and may
leak memory.  It also only works with empty disks.  If passed "-F"
flag, it will blank the disk for you.
--
document the new restore subcommand
--
- make gpt_gpt() available for use directly by subcommands
- create new resizedisk disk subcommand for relocating backup GPT
--
Fix compile error observed on i386. Use PRIu64.
--
no C99isms in tool code
--
- handle a GPT that isn't an exact multiple of a sector
- adjust PMBR size, in case new disk is a different size
- don't leak as much memory
- clean up error handling somewhat
--
PR/44218 - David Young -- add "type" subcommand to change a partition type
--
PR/47990 - Dr. Wolfgang Stukenbrock -- add "-L <label>" as selector option
--
minor toolification: need libprop...
--
more toolification
--
more toolification changes
--
remove compat defines.
--
Add internal uuid support, since the linux+macos versions of the library
are different than than *bsd ones, and others might not have it at all.
--
Check size of correct buffer.  Note, just being pedantic as the buffer
being checked is the same size as the one that should have been checked.
--
correctly show partition type in the new world order
--
actually return the uuid when parsing one that is in numeric format
--
using random values for hdr->hdr_guid does not work very well
--
oops, forgot to update end of data area
--
It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H
--
Fix tools build on !NetBSD.
--
include <sys/endian.h> for both the non-tools build,
and the tools build on a host where the file exists.
Fixes a build problem on FreeBSD, reported by Herbert J. Skuhra, where
tools/compat's configure detected that be32dec() and friends were
available in the host's <sys/endian.h>, so tools/compat did not provide
its own versions.
--
"0" is not guaranteed to be unique
--
provide a copy of the kernel uuid generator (with portable API calls) for
tools.
--
Allow specifying sector and media size on the command line.
--
Remove trailing whitespace.
--
Make gpt(8) generate v4 (random) uuids.
Don't needlessly leak your date/time and MAC address when you edit
the disk.
Read from /dev/urandom rather than calling arc4random or anything,
since this is a tool.  (Cygwin seems to have /dev/urandom, but yell
if this breaks the build on your exotic platform because it lacks
/dev/urandom.)
ok apb
--
Paranoia: choke noisily on EOF from /dev/urandom.
--
Report the argument instead of (null) when opendisk fails.
--
handle constness
--
handle constness better
--
Add some more common partition types.
--
Bump date for previous.
--
Fix handling of -t option for the type command.
Match any type, when no option is given, just like for the label command.
--
Factor out the getdisksize() drvctl method, and provide an alternative that
directly uses the disk ioctl's instead of relying on the drvctl device driver
which is currently not mandatory.

(snj)

2015-06-02 15:36:45 UTC MAIN commitmail json YAML

remove duplicate declaration

(christos)

2015-06-02 15:35:31 UTC MAIN commitmail json YAML

Adjust API to a more modern readline (Ryo Onodera)

(christos)

2015-06-02 14:51:11 UTC netbsd-7 commitmail json YAML

2015-06-02 14:50:50 UTC netbsd-7 commitmail json YAML

Pull up the following revisions(s) (requested by mrg in ticket #818):
sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.10

Disable drmkms on R100 and most R200 cards. Works around PR#49744.

(sborrill)

2015-06-02 14:19:26 UTC MAIN commitmail json YAML

Fix a lot of bugs to 82575 and newer's SERDES based systems work.
- Add SERDES specific functions.
- Fix IO pin configuration.
- Reset autonego timer when link becomes up.

TODO:
- Fix a bug that SFP ROM can't read.
- Perhaps some work is required for 8257[12] serdes systems.
- Remove duplicated code in TBI's link related functions.

(msaitoh)

2015-06-02 14:07:48 UTC MAIN commitmail json YAML

In case pagedaemon can't release any more memory, use kpause() instead
of cv_timedwait() on the pagedaemon condvar -- it's no use constantly
waking the pagedaemon up for new memory allocation attempts, as will
happen e.g. if new network connections are constantly pouring in.

(pooka)

2015-06-02 14:06:16 UTC MAIN commitmail json YAML

Add a clrex/dmb to irq path as recommended by ARM.

(matt)

2015-06-02 14:02:39 UTC MAIN commitmail json YAML

2015-06-02 14:02:10 UTC MAIN commitmail json YAML

2015-06-02 13:26:36 UTC MAIN commitmail json YAML

No functional change:
- Reorder functions.
- Renale wm_tbi_check_link() to wm_tbi_tick() because this function acts as
  mii_tick().

(msaitoh)

2015-06-02 10:14:45 UTC netbsd-7 commitmail json YAML

2015-06-02 10:14:22 UTC netbsd-7 commitmail json YAML

Pull up the following revisions(s) (requested by abs in ticket #817):
sys/arch/vax/vsa/vsbus.c: revision 1.61

Fix VAX46 and VAX48 vsbus attach config. Addresses PR port-vax/49935.

(sborrill)

2015-06-02 07:32:50 UTC MAIN commitmail json YAML

Check if tests surely failed with TTL exceeded

(ozaki-r)

2015-06-02 05:54:23 UTC MAIN commitmail json YAML

Back off MAXDSIZ to 1.5GB to avoid some virtual memory exhausted messages.

(matt)

2015-06-02 05:11:34 UTC MAIN commitmail json YAML

Use structure copy instead of memcpy.

(matt)

2015-06-02 05:10:57 UTC MAIN commitmail json YAML

Add CPU_INFO_FLAGS / CPUF_PRESENT

(matt)

2015-06-02 05:10:18 UTC MAIN commitmail json YAML

Fix octeon spinup code to branch to right instruction and to jump to the
right routine.

(matt)

2015-06-02 05:09:15 UTC MAIN commitmail json YAML

In cpu_trampoline, load the ksp from the idlelwp after we enable KX.

(matt)

2015-06-02 05:08:21 UTC MAIN commitmail json YAML

Deal with cpu_info_store that spans a 32KB boundary.

(matt)

2015-06-02 05:06:23 UTC MAIN commitmail json YAML

Indent branch delay slot instructions.

(matt)

2015-06-02 05:05:28 UTC MAIN commitmail json YAML

Fix CPU_INFO_FOREACH which had the MULTIPROCESSOR/!MULTIPROCESSOR definitions
reversed.

(matt)

2015-06-02 03:49:10 UTC MAIN commitmail json YAML

Fix a bug that flags related to semaphore were incorrectly checked in
wm_kmrn_{readreg,writereg}. i80003, ICH* and PCH* had this problem.

(msaitoh)

2015-06-02 02:11:23 UTC MAIN commitmail json YAML

2015-06-02 02:07:54 UTC MAIN commitmail json YAML

fix typo. s/Wirelsss/Wireless/

(nonaka)

2015-06-02 00:38:38 UTC MAIN commitmail json YAML

Use SRCS+= instead of SRCS= in Makefile.incs to avoid assumptions of
what is being included when.

(pooka)

2015-06-01 23:17:47 UTC MAIN commitmail json YAML

cinclude CUBIEBOARD.local

(matt)

2015-06-01 23:16:54 UTC MAIN commitmail json YAML

2015-06-01 22:55:13 UTC MAIN commitmail json YAML

2015-06-01 20:47:59 UTC MAIN commitmail json YAML

Fix splashscreen on resolutions where text is centered.

This commit was approved by macallan@

(nat)

2015-06-01 19:40:05 UTC netbsd-7 commitmail json YAML

775, 810, 811, 816

(snj)

2015-06-01 19:38:35 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #816):
compat/archdirs.mk: revisions 1.7, 1.9, 1.10
compat/arm/eabihf/bsd.eabihf.mk: revision 1.2
external/gpl3/gcc/dist/gcc/config.gcc: revision 1.33
external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h: revision 1.14
external/gpl3/gcc/dist/gcc/config/arm/t-netbsdeabi: revision 1.1
Enable building eabihf compat libraries after fixing bsd.eabihf.mk to use
--
use the proper variant of arm*--netbsdelf-eabihf
--
Fix broken subdir selection after arm architecture explosion
--
Only support oabi for earm*
--
Make MULTILIBS work for oabi

(snj)

2015-06-01 19:26:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #811):
lib/libcurses/unctrl.h: revision 1.5
Fix quoting in macro.
Needed by dialog-1.2-20150513.

(snj)

2015-06-01 19:24:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #810):
usr.bin/make/targ.c: revision 1.60
Fix warning about uninitialized variable
This warning gets fatal when including make(1) as a crunchgen(1) binary.

(snj)

2015-06-01 19:22:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #809):
usr.bin/netstat/route.c: revision 1.84
Make sure netstat builds with -DSMALL
src/usr.bin/netstat relies on code from src/sbin/route. WHen building
with -DSMALL, some functions such as mpls_ntoa() or p_rtrmx() are not
built in src/sbin/route. We therefore have to make sure they are not
used in src/usr.bin/netstat.

(snj)

2015-06-01 19:19:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #775):
share/man/man9/disk.9: revision 1.37
sys/kern/subr_disk.c: revisions 1.104, 1.105
sys/dev/dksubr.c: revision 1.56
sys/sys/dkio.h: revision 1.21
Implement DIOCGMEDIASIZE and DIOCGSECTORSIZE from FreeBSD.
--
clear error for new ioctls.

(snj)

2015-06-01 19:16:44 UTC MAIN commitmail json YAML

2015-06-01 17:16:57 UTC MAIN commitmail json YAML

Remove unused KUSER_AREA, SYSPTSIZE, USRPTSIZE.
Bump MAXTSIZ and MAXDSIZ to the same values atari is using.
This makes gcc 4.8 (/usr/libexec/cc1) load and execute.

(phx)

2015-06-01 17:09:46 UTC MAIN commitmail json YAML

Removed unused variable to make it compile again.

(phx)

2015-06-01 16:07:27 UTC MAIN commitmail json YAML

2015-06-01 15:54:58 UTC netbsd-5 commitmail json YAML

2015-06-01 15:54:15 UTC netbsd-5-1 commitmail json YAML

2015-06-01 15:53:39 UTC netbsd-5-2 commitmail json YAML

2015-06-01 15:52:41 UTC netbsd-5-2 commitmail json YAML

2015-06-01 15:52:03 UTC netbsd-5-1 commitmail json YAML

2015-06-01 15:49:47 UTC netbsd-5-1 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1968):
sys/arch/x86/include/specialreg.h: revision 1.72 via patch

Backup CPUID_TO_*() macros. Old macros are kept for compatibility.

(sborrill)

2015-06-01 15:49:16 UTC netbsd-5-2 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1968):
sys/arch/x86/include/specialreg.h: revision 1.72 via patch

Backup CPUID_TO_*() macros. Old macros are kept for compatibility.

(sborrill)

2015-06-01 15:48:07 UTC netbsd-5 commitmail json YAML

2015-06-01 15:45:46 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1968):
sys/arch/x86/include/specialreg.h: revision 1.72 via patch

Backport CPUID_TO_*() macros. Old macros are kept for compatibility.

(sborrill)

2015-06-01 14:46:33 UTC netbsd-5-2 commitmail json YAML

2015-06-01 14:45:27 UTC netbsd-5-1 commitmail json YAML

2015-06-01 14:44:31 UTC netbsd-5 commitmail json YAML

2015-06-01 14:43:48 UTC netbsd-5-1 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1969):
sys/arch/x86/include/cpufunc.h: revision 1.13
sys/arch/amd64/amd64/cpufunc.S: revision 1.20-1.21 via patch
sys/arch/i386/i386/cpufunc.S: revision 1.16-1.17, 1.21 via patch

Backport rdmsr_safe() to access MSR safely.

(sborrill)

2015-06-01 14:42:40 UTC netbsd-5-2 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1969):
sys/arch/x86/include/cpufunc.h: revision 1.13
sys/arch/amd64/amd64/cpufunc.S: revision 1.20-1.21 via patch
sys/arch/i386/i386/cpufunc.S: revision 1.16-1.17, 1.21 via patch

Backport rdmsr_safe() to access MSR safely.

(sborrill)

2015-06-01 14:38:32 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1969):
sys/arch/x86/include/cpufunc.h: revision 1.13
sys/arch/amd64/amd64/cpufunc.S: revision 1.20-1.21 via patch
sys/arch/i386/i386/cpufunc.S: revision 1.16-1.17, 1.21 via patch

Backport rdmsr_safe() to access MSR safely.

(sborrill)

2015-06-01 10:10:56 UTC MAIN commitmail json YAML

Limit the maximum size of memory to 3840Mbyte for 4G memory board (NITROGEN6MAX)
constrained by memory layout of i.MX6 SoC.

(ryo)

2015-06-01 09:49:37 UTC MAIN commitmail json YAML

add #define __HAVE_PIC_PENDING_INTRS because imxgpio use pic_mark_pending()

(ryo)

2015-06-01 06:15:18 UTC MAIN commitmail json YAML

Use the new BRDGGIFS and BRDGRTS cmds which just use ifdrv directly.

(matt)

2015-06-01 06:14:43 UTC MAIN commitmail json YAML

Modify the BRDGGIFS and BRDGRTS cmds to be more COMPAT_NETBSD32 friendly.
(XXX whitespace)

(matt)

2015-06-01 01:36:30 UTC MAIN commitmail json YAML

Improve stability of route_flags_xresolve tests

Insert delays to give route monitor a chance to complete its work.

(ozaki-r)

2015-06-01 00:15:08 UTC MAIN commitmail json YAML

2015-05-31 23:40:20 UTC MAIN commitmail json YAML

Revert prior change, optionally include PPPOE and SPPP support again.
Fix compat_netbsd32 module building by enforcing both.

(roy)

2015-05-31 23:01:04 UTC MAIN commitmail json YAML

Revert prior as it's no longer needed.

(roy)

2015-05-31 22:58:50 UTC MAIN commitmail json YAML

It seems we cannot depend on kernel config in modules, so always compile
in PPP(,oE) support.

(roy)

2015-05-31 22:19:41 UTC MAIN commitmail json YAML

2015-05-31 22:16:16 UTC MAIN commitmail json YAML

2015-05-31 22:15:52 UTC MAIN commitmail json YAML

Increase kernel VA space for kernels that don't use direct mapped memory.
(512MB -> 1.25GB)

(matt)

2015-05-31 22:09:38 UTC MAIN commitmail json YAML

Allow sppp to be #if NSPPP > 0

(roy)

2015-05-31 20:04:44 UTC MAIN commitmail json YAML

disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS again, still some stability issues

(jmcneill)

2015-05-31 15:48:03 UTC MAIN commitmail json YAML

Change lfs from hash table to vcache.

- Change lfs_valloc() to return an inode number and version instead of
  a vnode and move lfs_ialloc() and lfs_vcreate() to new lfs_init_vnode().

- Add lfs_valloc_fixed() to allocate a known inode, used by kernel
  roll forward.

- Remove lfs_*ref(), these functions cannot coexist with vcache and
  their commented behaviour is far away from their implementation.

- Add the cleaner lwp and blockinfo to struct ulfsmount so lfs_loadvnode()
  may use hints from the cleaner.

- Remove vnode locks from ulfs_lookup() like we did with ufs_lookup().

(hannken)

2015-05-31 15:45:18 UTC MAIN commitmail json YAML

Make lfs_fastvget() private to lfs_syscalls.c, change it to take the
BLOCK_INFO and vnode lock type instead of the inode disk address and
return the vnode locked.

Change lfs_markv() and lfs_bmapv() to work on locked vnodes.

(hannken)

2015-05-31 15:44:31 UTC MAIN commitmail json YAML

2015-05-31 15:08:14 UTC MAIN commitmail json YAML

Fixup ifdrv parameter order.

(roy)

2015-05-31 14:43:59 UTC MAIN commitmail json YAML

2015-05-31 14:42:56 UTC MAIN commitmail json YAML

2015-05-31 14:41:59 UTC MAIN commitmail json YAML

add external function for writing to dvc (I2C5) devices

(jmcneill)

2015-05-31 10:50:04 UTC MAIN commitmail json YAML

2015-05-31 10:49:28 UTC MAIN commitmail json YAML

Fix write(2) size argument (int -> size_t).

(njoly)

2015-05-31 08:13:18 UTC MAIN commitmail json YAML

No need to cpu_dcache_wbinv_all now that a9_mpsubr.S invalidates L1 only
as it should

(skrll)

2015-05-31 07:04:18 UTC MAIN commitmail json YAML

Add missing break - from Felix Deichmann in PR port-vax/49935

(abs)

2015-05-31 00:41:53 UTC MAIN commitmail json YAML

enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS and PMAP_NEED_ALLOC_POOLPAGE

(jmcneill)

2015-05-31 00:02:16 UTC MAIN commitmail json YAML

Add CALL macro to hide ugliness of calling when KERNEL_BASE_VOFFSET is non-0

(matt)

2015-05-30 23:59:33 UTC MAIN commitmail json YAML

2015-05-30 23:17:37 UTC MAIN commitmail json YAML

Use the first1g for kernel memory, not the 2nd one.

(matt)

2015-05-30 22:40:38 UTC MAIN commitmail json YAML

2015-05-30 22:40:17 UTC MAIN commitmail json YAML

2015-05-30 22:39:14 UTC MAIN commitmail json YAML

Centralize and fix =/* parsing, now =/24 works again.
XXX: pullup-7

(christos)

2015-05-30 21:44:38 UTC MAIN commitmail json YAML

Call armv7_dcache_l1inv_all in mpstart
Make sure ACTRL<31> is set on A15 with 3+ cores.

(matt)

2015-05-30 21:25:22 UTC MAIN commitmail json YAML

2015-05-30 21:23:17 UTC MAIN commitmail json YAML

Provide a armv7_dcache_l1inv_all

(skrll)

2015-05-30 21:05:18 UTC MAIN commitmail json YAML

2015-05-30 20:39:56 UTC MAIN commitmail json YAML

Add Revision ID register

(skrll)

2015-05-30 20:09:47 UTC MAIN commitmail json YAML

Create a per-device state for iscsi(4), effectively making it a cloning
device.

(joerg)

2015-05-30 19:14:46 UTC MAIN commitmail json YAML

2015-05-30 18:53:39 UTC MAIN commitmail json YAML

dont set SDHC_FLAG_NO_HS_BIT flag

(jmcneill)

2015-05-30 18:12:09 UTC MAIN commitmail json YAML

2015-05-30 18:09:31 UTC MAIN commitmail json YAML

2015-05-30 18:00:09 UTC MAIN commitmail json YAML

2015-05-30 17:52:07 UTC MAIN commitmail json YAML

support 8-bit mode for SDHC 3.0+ controllers

(jmcneill)

2015-05-30 17:39:56 UTC MAIN commitmail json YAML