CVS commit: src/sys/arch/arm

2015-02-08 Thread Sergio Lopez
Module Name:src
Committed By:   slp
Date:   Mon Feb  9 07:55:52 UTC 2015

Modified Files:
src/sys/arch/arm/include: vfpreg.h
src/sys/arch/arm/vfp: vfp_init.c

Log Message:
Add VFP IDs for QEMU's emulated Cortex-A15.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/include/vfpreg.h
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/vfp/vfp_init.c

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



CVS commit: src/sys/dev/ic

2015-02-08 Thread Sergio Lopez
Module Name:src
Committed By:   slp
Date:   Mon Feb  9 07:53:39 UTC 2015

Modified Files:
src/sys/dev/ic: lan9118.c

Log Message:
Configure interrupt polarity before enabling PHY.

This prevents a interrupt storm when running under QEMU.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/lan9118.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/conf

2015-02-08 Thread Sergio Lopez
Module Name:src
Committed By:   slp
Date:   Mon Feb  9 07:50:24 UTC 2015

Added Files:
src/sys/arch/evbarm/conf: VEXPRESS_A15

Log Message:
Add configuration file for Versatile Express A15 board.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/VEXPRESS_A15

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

2015-02-08 Thread Sergio Lopez
Module Name:src
Committed By:   slp
Date:   Mon Feb  9 07:47:15 UTC 2015

Added Files:
src/sys/arch/evbarm/conf: files.vexpress mk.vexpress std.vexpress
src/sys/arch/evbarm/vexpress: if_smsh_axi.c platform.h vexpress_axi.c
vexpress_intr.h vexpress_machdep.c vexpress_plcom.c
vexpress_plmmc.c vexpress_space.c vexpress_start.S vexpress_var.h

Log Message:
Add support for Versatile Express A15 board.

This has not been tested with real hardware, just with the software
model emulated by QEMU.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/files.vexpress \
src/sys/arch/evbarm/conf/mk.vexpress \
src/sys/arch/evbarm/conf/std.vexpress
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/vexpress/if_smsh_axi.c \
src/sys/arch/evbarm/vexpress/platform.h \
src/sys/arch/evbarm/vexpress/vexpress_axi.c \
src/sys/arch/evbarm/vexpress/vexpress_intr.h \
src/sys/arch/evbarm/vexpress/vexpress_machdep.c \
src/sys/arch/evbarm/vexpress/vexpress_plcom.c \
src/sys/arch/evbarm/vexpress/vexpress_plmmc.c \
src/sys/arch/evbarm/vexpress/vexpress_space.c \
src/sys/arch/evbarm/vexpress/vexpress_start.S \
src/sys/arch/evbarm/vexpress/vexpress_var.h

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



CVS commit: src/sys/external/bsd/acpica/dist/namespace

2015-02-08 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Mon Feb  9 03:16:33 UTC 2015

Modified Files:
src/sys/external/bsd/acpica/dist/namespace: nsinit.c

Log Message:
revert rev 1.5, which brings back PR 48494.
that earlier revision itself reverted an upstream bugfix,
and that change fixed some systems but broke others
(in particular, it broke my HP Z800 workstation.)
this latest revision brings us back in sync with upstream.
the current upstream (and this latest flip-flop of our copy)
is clearly correct, since it zeros a buffer which is intended
to be used as scratch space for a single acpica operation.
agreed by christos and ryoon back in april 2014.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/acpica/dist/namespace/nsinit.c

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



CVS commit: [netbsd-7] src/doc

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb  9 00:27:28 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
499


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-7.0

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



CVS commit: [netbsd-7] src/share/mk

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb  9 00:25:33 UTC 2015

Modified Files:
src/share/mk [netbsd-7]: bsd.own.mk

Log Message:
Apply patch (requested by chs in ticket #499):
Switch powerpc64 and m68k to gcc 4.8.


To generate a diff of this commit:
cvs rdiff -u -r1.829.2.2 -r1.829.2.3 src/share/mk/bsd.own.mk

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



CVS commit: src/sys/dev/usb

2015-02-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Feb  8 23:43:14 UTC 2015

Modified Files:
src/sys/dev/usb: hid.c

Log Message:
>From FreeBSD via OpenBSD:

Global Item #3 should be Physical Minimum not Maximum according to the
HID spec.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/hid.c

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



CVS commit: [netbsd-7] src/doc

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:21:09 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
tickets 472 and 496-498


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-7.0

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



CVS commit: [netbsd-7] src/sys/arch/xen/x86

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:18:30 UTC 2015

Modified Files:
src/sys/arch/xen/x86 [netbsd-7]: xen_ipi.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #498):
sys/arch/xen/x86/xen_ipi.c: revision 1.19
valid_ipimask is only used under DIAGNOSTIC, so only define it then.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/arch/xen/x86/xen_ipi.c

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



CVS commit: [netbsd-7] src/distrib/sets/lists

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:15:02 UTC 2015

Modified Files:
src/distrib/sets/lists/base [netbsd-7]: ad.arm ad.mips md.amd64
md.sparc64
src/distrib/sets/lists/comp [netbsd-7]: ad.arm ad.mips md.amd64
md.sparc64
src/distrib/sets/lists/debug [netbsd-7]: ad.arm ad.mips ad.powerpc
md.amd64 md.evbmips md.sparc64

Log Message:
Apply patch (requested by joerg in ticket 497):
Fix set lists for builds without GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.54.2.4 -r1.54.2.5 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.48.2.4 -r1.48.2.5 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.244.2.4 -r1.244.2.5 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.232.2.4 -r1.232.2.5 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.59.2.1 -r1.59.2.2 src/distrib/sets/lists/comp/ad.arm
cvs rdiff -u -r1.50.2.1 -r1.50.2.2 src/distrib/sets/lists/comp/ad.mips
cvs rdiff -u -r1.224.2.1 -r1.224.2.2 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.187.2.1 -r1.187.2.2 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.42.2.4 -r1.42.2.5 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.38.2.4 -r1.38.2.5 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.18.2.4 -r1.18.2.5 src/distrib/sets/lists/debug/ad.powerpc
cvs rdiff -u -r1.63.2.4 -r1.63.2.5 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 src/distrib/sets/lists/debug/md.evbmips
cvs rdiff -u -r1.61.2.4 -r1.61.2.5 src/distrib/sets/lists/debug/md.sparc64

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



CVS commit: [netbsd-7] src/distrib/utils/embedded/conf

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:09:27 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf [netbsd-7]: rpi.conf

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #496):
distrib/utils/embedded/conf/rpi.conf: revision 1.25
By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.
Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.4.1 src/distrib/utils/embedded/conf/rpi.conf

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



CVS commit: [netbsd-7] src/lib/libc

2015-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Feb  8 22:05:55 UTC 2015

Modified Files:
src/lib/libc/include [netbsd-7]: namespace.h
src/lib/libc/sys [netbsd-7]: Makefile.inc fdiscard.2
Added Files:
src/lib/libc/sys [netbsd-7]: fdiscard.c posix_fallocate.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #472):
lib/libc/include/namespace.h: revision 1.175
lib/libc/sys/Makefile.inc: revision 1.225, 1.227
lib/libc/sys/fdiscard.2: revision 1.3
lib/libc/sys/fdiscard.c: revision 1.1
lib/libc/sys/posix_fallocate.c: revision 1.1
Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x
--
PR/49617: Kirk Russell: posix_fallocate() should be returning an error on
failure, without setting errno, so make it PSEUDO_NOERROR, by adding a new
category GLUENOERR.
--
PR/49617: Kirk Russell: Describe the posix_fallocate return values correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.174.2.1 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.224 -r1.224.2.1 src/lib/libc/sys/Makefile.inc
cvs rdiff -u -r1.2 -r1.2.4.1 src/lib/libc/sys/fdiscard.2
cvs rdiff -u -r0 -r1.1.2.2 src/lib/libc/sys/fdiscard.c \
src/lib/libc/sys/posix_fallocate.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/conf

2015-02-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Feb  8 20:25:10 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31

Log Message:
Include vnd, fss and putter


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

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



CVS commit: src/sys/rump

2015-02-08 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Sun Feb  8 20:22:02 UTC 2015

Modified Files:
src/sys/rump: listsrcdirs

Log Message:
Add rtadvd to rump user sources


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/rump/listsrcdirs

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



CVS commit: src/usr.sbin/crash

2015-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  8 19:42:12 UTC 2015

Modified Files:
src/usr.sbin/crash: Makefile

Log Message:
add kern_timeout.c for "show callout"


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/crash/Makefile

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



CVS commit: src/sys/ddb

2015-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  8 19:41:39 UTC 2015

Modified Files:
src/sys/ddb: db_command.c

Log Message:
we can use show callout now from crash


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/ddb/db_command.c

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



CVS commit: src/sys/kern

2015-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  8 19:41:00 UTC 2015

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

Log Message:
make the ddb code crash(8) friendly.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/kern/kern_timeout.c

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



CVS commit: src/sys/sys

2015-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  8 19:39:09 UTC 2015

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

Log Message:
make this kmemuser friendly.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/sys/sleepq.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/usb

2015-02-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Feb  8 19:22:45 UTC 2015

Modified Files:
src/sys/dev/usb: uhidev.c uhidev.h
Added Files:
src/sys/dev/usb: x1input_rdesc.h


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/uhidev.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/uhidev.h
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/x1input_rdesc.h

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



CVS commit: src/lib/libc/cdb

2015-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb  8 19:09:56 UTC 2015

Modified Files:
src/lib/libc/cdb: cdb.5

Log Message:
Fix typo. Reported by rudolf on netbsd-docs.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/cdb/cdb.5

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



CVS commit: src

2015-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb  8 16:44:09 UTC 2015

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: iwm.4

Log Message:
Add man page for iwm(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1494 -r1.1495 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.618 -r1.619 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/iwm.4

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



CVS commit: src/sys/arch/mips/mips

2015-02-08 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Feb  8 15:22:33 UTC 2015

Modified Files:
src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c

Log Message:
- add CHIP_WRONG_ENDIAN for things like PCI buses behind endianness
  converting hardware that can't be turned off, like MACE PCI found in
  the SGI O2
- when using CHIP_ACCESS_SIZE on a bus with CHIP_ALIGN_STRIDE > 0 make
  sure we apply the stride when shifting data around
ok matt@ and my gdium still works


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
src/sys/arch/mips/mips/bus_space_alignstride_chipdep.c

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



CVS commit: src/usr.bin/netstat

2015-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb  8 15:09:45 UTC 2015

Modified Files:
src/usr.bin/netstat: inet.c inet6.c

Log Message:
Allocate the right size for pcb blocks.
XXX: pullup-7!


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/netstat/inet6.c

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



CVS commit: src/sys/kern

2015-02-08 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Feb  8 14:46:30 UTC 2015

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

Log Message:
Correct m_len calculation for m_dup() with mbuf clusters.
Fixes kern/49650.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/kern/uipc_mbuf.c

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



CVS commit: src/lib/libc/sys

2015-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb  8 14:10:28 UTC 2015

Modified Files:
src/lib/libc/sys: mlock.2

Log Message:
It is 2015 already.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/mlock.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/arm/arm32

2015-02-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb  8 13:51:23 UTC 2015

Modified Files:
src/sys/arch/arm/arm32: cortex_pmc.c

Log Message:
RCSid police


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm32/cortex_pmc.c

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



CVS commit: src/lib/libc/sys

2015-02-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sun Feb  8 11:27:43 UTC 2015

Modified Files:
src/lib/libc/sys: mlock.2

Log Message:
The length argument is of an unsigned type (size_t) and cannot be
negative. Remove wrong statements in ERRORS section.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/mlock.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/amiga/dev

2015-02-08 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Sun Feb  8 09:55:25 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c

Log Message:
Add a delay between the recently added new PCMCIA reset method and the old
reset method to get the card reset work reliably on my A1200 model and network
cards.

Discussed on port-amiga.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/gayle_pcmcia.c

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