CVS commit: src/sys/kern

2014-02-21 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 21 08:11:59 UTC 2014

Modified Files:
src/sys/kern: exec_script.c

Log Message:
Revert rev1.38. The header already begins with EXEC_SCRIPT_MAGIC="#!".
So it can't be ELFMAG="\177ELF" at the same time.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/kern/exec_script.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/net/lib/libvirtif

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 08:33:51 UTC 2014

Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c

Log Message:
Fix typo in fix for PR/48606


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/rump/net/lib/libvirtif/if_virt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/sync

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 10:26:25 UTC 2014

Modified Files:
src/tests/lib/libc/sync: all_sync_ops_linkable.c

Log Message:
Remove excemption for i386 (PR lib/48601) - missing aliases will be
added to the C code.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sync/all_sync_ops_linkable.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 10:27:34 UTC 2014

Modified Files:
src/common/lib/libc/atomic: atomic_swap_32_cas.c atomic_swap_64_cas.c

Log Message:
Add missing __sync_lock_test_and_set_* aliases for PR lib/48601


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/atomic/atomic_swap_32_cas.c
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/atomic/atomic_swap_64_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/usb

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 10:41:06 UTC 2014

Modified Files:
src/sys/dev/usb [netbsd-6]: umass.c umassvar.h usb_mem.c

Log Message:
Pull up the following revisions(s) (requested by mlelstv in ticket #1032):
sys/dev/usb/umass.c:revision 1.148
sys/dev/usb/umassvar.h: revision 1.35
sys/dev/usb/usb_mem.c:  revision 1.64

Fix problem where umass might allocate buffers in interrupt context which
causes it to fail or a DIAGNOSTIC kernel to panic.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.141.10.1 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.31 -r1.31.10.1 src/sys/dev/usb/umassvar.h
cvs rdiff -u -r1.51 -r1.51.2.1 src/sys/dev/usb/usb_mem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 10:42:12 UTC 2014

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket #1032


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 10:52:50 UTC 2014

Added Files:
src/common/lib/libc/atomic: atomic_cas_32_cas.c atomic_nand_32_cas.c
atomic_sub_32_cas.c atomic_xor_32_cas.c

Log Message:
Provide 32bit __sync ops based on atomic_cas_32.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/atomic/atomic_cas_32_cas.c \
src/common/lib/libc/atomic/atomic_nand_32_cas.c \
src/common/lib/libc/atomic/atomic_sub_32_cas.c \
src/common/lib/libc/atomic/atomic_xor_32_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/arch/atari/dev

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 12:00:23 UTC 2014

Modified Files:
src/sys/arch/atari/dev [netbsd-6]: ite.c

Log Message:
Pull up the following revisions(s) (requested by tsutsui in ticket #1033):
sys/arch/atari/dev/ite.c:   revision 1.72

Fix kernel crash when a user tries to switch to nonexistent terminal.
Fixes PR/48599.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.8.1 src/sys/arch/atari/dev/ite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 12:01:32 UTC 2014

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket #1033


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:23:30 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: files.alpha
src/sys/arch/alpha/pci: tsc.c tsreg.h tsvar.h
Added Files:
src/sys/arch/alpha/pci: tsciic.c

Log Message:
Add tsciic, a driver for the DECchip 21272 Core Logic chipset I2C controller.
Tested on DS20L.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/sys/arch/alpha/conf/files.alpha
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/alpha/pci/tsc.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/alpha/pci/tsciic.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/alpha/pci/tsreg.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/alpha/pci/tsvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:24:52 UTC 2014

Modified Files:
src/sys/dev: DEVNAMES

Log Message:
Add tsciic (alpha MI).


To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/sys/dev/DEVNAMES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:24:31 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Add tsciic and more (commented out) DS20L i2c devices.


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4/man4.alpha

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:26:01 UTC 2014

Modified Files:
src/share/man/man4/man4.alpha: Makefile intro.4 tsc.4
Added Files:
src/share/man/man4/man4.alpha: tsciic.4

Log Message:
Add manual page for tsciic and cross reference it from related pages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.alpha/Makefile \
src/share/man/man4/man4.alpha/tsc.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/man4.alpha/intro.4
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.alpha/tsciic.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/man

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:26:40 UTC 2014

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Add the tsciic manual pages to the sets lists.


To generate a diff of this commit:
cvs rdiff -u -r1.1458 -r1.1459 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/doc

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 12:28:05 UTC 2014

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.5

Log Message:
Ticket #1033


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/sys/arch/atari/dev

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 12:27:28 UTC 2014

Modified Files:
src/sys/arch/atari/dev [netbsd-6-0]: ite.c

Log Message:
Pull up the following revisions(s) (requested by tsutsui in ticket #1033):
sys/arch/atari/dev/ite.c:   revision 1.72

Fix kernel crash when a user tries to switch to nonexistent terminal.
Fixes PR/48599.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.14.1 src/sys/arch/atari/dev/ite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/sys/arch/atari/dev

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 13:21:45 UTC 2014

Modified Files:
src/sys/arch/atari/dev [netbsd-6-1]: ite.c

Log Message:
Pull up the following revisions(s) (requested by tsutsui in ticket #1033):
sys/arch/atari/dev/ite.c:   revision 1.72

Fix kernel crash when a user tries to switch to nonexistent terminal.
Fixes PR/48599.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.22.1 src/sys/arch/atari/dev/ite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/doc

2014-02-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Feb 21 13:28:00 UTC 2014

Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.4

Log Message:
Ticket #1033


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 14:42:09 UTC 2014

Modified Files:
src/common/lib/libc/atomic: atomic_swap_64_cas.c

Log Message:
Fix previous: move the alias declaration outside of a #ifdef _LP64


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/atomic/atomic_swap_64_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 15:51:07 UTC 2014

Modified Files:
src/common/lib/libc/atomic: atomic_op_namespace.h
Added Files:
src/common/lib/libc/atomic: atomic_add_16_cas.c atomic_add_8_cas.c
atomic_and_16_cas.c atomic_and_8_cas.c atomic_cas_16_cas.c
atomic_cas_8_cas.c atomic_nand_16_cas.c atomic_nand_8_cas.c
atomic_or_16_cas.c atomic_or_8_cas.c atomic_sub_16_cas.c
atomic_sub_8_cas.c atomic_swap_16_cas.c atomic_swap_8_cas.c
atomic_xor_16_cas.c atomic_xor_8_cas.c

Log Message:
Provide 8 and 16 bit sync ops (using 16 bit and 8 bit cas)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.2 src/common/lib/libc/atomic/atomic_add_16_cas.c \
src/common/lib/libc/atomic/atomic_add_8_cas.c \
src/common/lib/libc/atomic/atomic_and_16_cas.c \
src/common/lib/libc/atomic/atomic_and_8_cas.c \
src/common/lib/libc/atomic/atomic_cas_16_cas.c \
src/common/lib/libc/atomic/atomic_cas_8_cas.c \
src/common/lib/libc/atomic/atomic_or_16_cas.c \
src/common/lib/libc/atomic/atomic_or_8_cas.c \
src/common/lib/libc/atomic/atomic_swap_16_cas.c \
src/common/lib/libc/atomic/atomic_swap_8_cas.c
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/atomic/atomic_nand_16_cas.c \
src/common/lib/libc/atomic/atomic_nand_8_cas.c \
src/common/lib/libc/atomic/atomic_sub_16_cas.c \
src/common/lib/libc/atomic/atomic_sub_8_cas.c \
src/common/lib/libc/atomic/atomic_xor_16_cas.c \
src/common/lib/libc/atomic/atomic_xor_8_cas.c
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/atomic/atomic_op_namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 15:52:53 UTC 2014

Modified Files:
src/sys/sys: atomic.h

Log Message:
Declare 16 and 8 bit atomic CAS - while it is not usually sane to expect
these functions to work in MI code, we need them to provide some of the
__sync_* functions gcc and other compilers expect nowadays on some
architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/atomic.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 16:06:48 UTC 2014

Modified Files:
src/common/lib/libc/atomic: atomic_cas_16_cas.c atomic_cas_8_cas.c
atomic_nand_16_cas.c atomic_nand_8_cas.c atomic_sub_16_cas.c
atomic_sub_8_cas.c atomic_xor_16_cas.c atomic_xor_8_cas.c

Log Message:
Add a few missing namespace includes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/atomic/atomic_cas_16_cas.c \
src/common/lib/libc/atomic/atomic_cas_8_cas.c
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/atomic/atomic_nand_16_cas.c \
src/common/lib/libc/atomic/atomic_nand_8_cas.c \
src/common/lib/libc/atomic/atomic_sub_16_cas.c \
src/common/lib/libc/atomic/atomic_sub_8_cas.c \
src/common/lib/libc/atomic/atomic_xor_16_cas.c \
src/common/lib/libc/atomic/atomic_xor_8_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/dev

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 16:08:19 UTC 2014

Modified Files:
src/sys/arch/evbarm/dev: plcomvar.h

Log Message:
No need to include sys/simplelock.h here.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/dev/plcomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/arch/sparc/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 16:21:02 UTC 2014

Modified Files:
src/common/lib/libc/arch/sparc/atomic: Makefile.inc atomic_cas.S

Log Message:
Provide the missing __sync_* ops for sparc.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/common/lib/libc/arch/sparc/atomic/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arch/sparc/atomic/atomic_cas.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2014-02-21 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Fri Feb 21 18:00:09 UTC 2014

Modified Files:
src/lib/libkvm: kvm_sparc64.c
src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c
src/sys/arch/sparc64/doc: TODO
src/sys/arch/sparc64/include: cpu.h param.h pte.h
src/sys/arch/sparc64/sparc64: autoconf.c genassym.cf locore.s

Log Message:
sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() 
are properly setup for sun4u and sun4v. Relocate the cputyp variable from 
autoconf.c to locore.s and make it const in param.h so optimized code can be 
generated. Parts from OpenBSD. Optimization suggested by nakayama@. OK martin@, 
mrg@, nakayama@


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libkvm/kvm_sparc64.c
cvs rdiff -u -r1.11 -r1.12 \
src/sys/arch/sparc/stand/ofwboot/loadfile_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc64/doc/TODO
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sparc64/include/param.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc64/include/pte.h
cvs rdiff -u -r1.192 -r1.193 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sparc64/sparc64/genassym.cf
cvs rdiff -u -r1.355 -r1.356 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/arch/mips/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 19:05:33 UTC 2014

Modified Files:
src/common/lib/libc/arch/mips/atomic: Makefile.inc

Log Message:
Provide all __sync_* ops in libc.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/arch/mips/atomic/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2014-02-21 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 21 20:44:03 UTC 2014

Modified Files:
src/share/mk: bsd.kmodule.mk

Log Message:
Use small code model for LLVM on SPARC64, it should be equivalent to
GCC's medlow.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/mk/bsd.kmodule.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2014-02-21 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 21 20:45:12 UTC 2014

Modified Files:
src/sys/arch/sparc64/conf: Makefile.sparc64

Log Message:
Use code model small for LLVM, it should be equivalent to GCC's medlow.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/sparc64/conf/Makefile.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libc/arch/arm/atomic

2014-02-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 21 21:54:38 UTC 2014

Modified Files:
src/common/lib/libc/arch/arm/atomic: Makefile.inc

Log Message:
Provide the missing __sync_* ops for earlier arm versions


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/common/lib/libc/arch/arm/atomic/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/include/arm32

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 22:05:58 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: vmparam.h

Log Message:
Remove unnecessary include of sys/simplelock.h


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/include/arm32/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 22:06:48 UTC 2014

Modified Files:
src/sys/sys: proc.h

Log Message:
Remove struct simplelock forward declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2014-02-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Feb 21 22:08:07 UTC 2014

Modified Files:
src/sys/uvm: uvm_extern.h

Log Message:
Remove unnecessary  struct simplelock forward declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/sys/uvm/uvm_extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/allwinner

2014-02-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 21 22:18:47 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
Add EMAC and CPUCFG registers


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/conf

2014-02-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 21 22:31:58 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: BCM5301X BCM56340 std.bcm53xx

Log Message:
Rearrange KERNEL_BASE_PHYS


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/BCM5301X
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/BCM56340
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/std.bcm53xx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/conf

2014-02-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 21 22:33:08 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: Makefile.evbarm.inc

Log Message:
Match *INSTALL* (so we can match *INSTALL.MP)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/Makefile.evbarm.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2014-02-21 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 21 22:22:48 UTC 2014

Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S
src/sys/arch/evbarm/bcm53xx: bcm53xx_start.S
src/sys/arch/evbarm/cubie: cubie_start.S

Log Message:
Rework PIC method to be simplier.  Change be more cortex neutral.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/cortex/a9_mpsubr.S
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/bcm53xx/bcm53xx_start.S
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/cubie/cubie_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2014-02-21 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Feb 22 07:53:16 UTC 2014

Modified Files:
src/sys/kern: exec_elf.c

Log Message:
Simplify error path.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/exec_elf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.