CVS commit: src/lib/libc/sys

2015-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 08:52:29 UTC 2015

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

Log Message:
Fix macro. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/sigaction.2

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



CVS commit: src/lib/libpanel

2015-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 08:54:37 UTC 2015

Modified Files:
src/lib/libpanel: panel_above.3

Log Message:
Improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpanel/panel_above.3

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



CVS commit: src/sys/dev/pci

2015-11-01 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov  1 08:55:05 UTC 2015

Modified Files:
src/sys/dev/pci: vioscsi.c

Log Message:
Use SCSIPI_CHAN_NOSETTLE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/vioscsi.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/dev

2015-11-01 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov  1 09:03:29 UTC 2015

Modified Files:
src/sys/rump/dev: Makefile.rumpdevcomp
Added Files:
src/sys/rump/dev/lib/libvirtio_vioscsi: Makefile VIRTIO_VIOSCSI.ioconf
vioscsi_at_virtio.c

Log Message:
add virtio-scsi component


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/dev/Makefile.rumpdevcomp
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libvirtio_vioscsi/Makefile \
src/sys/rump/dev/lib/libvirtio_vioscsi/VIRTIO_VIOSCSI.ioconf \
src/sys/rump/dev/lib/libvirtio_vioscsi/vioscsi_at_virtio.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 10:14:19 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.41 -r1.264.4.42 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 10:18:44 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Consistency with USBHIST_LOGN


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.42 -r1.264.4.43 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 10:36:52 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Prefix hex values in debug output with "0x"


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.43 -r1.264.4.44 src/sys/dev/usb/uhci.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 10:45:42 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Print 0 or 1 and not bit value


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.44 -r1.264.4.45 src/sys/dev/usb/uhci.c

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



CVS commit: src/lib/libpanel

2015-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 11:02:23 UTC 2015

Modified Files:
src/lib/libpanel: panel_above.3

Log Message:
Improve wording even more, suggested by Robert Elz.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libpanel/panel_above.3

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 12:03:48 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhcivar.h

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.52.14.12 -r1.52.14.13 src/sys/dev/usb/uhcivar.h

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 12:09:49 UTC 2015

Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Missed a s:uhcidebug >:uhcidebug >=: in the consistency with USBHIST_LOGN
commit


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.45 -r1.264.4.46 src/sys/dev/usb/uhci.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/include/rump

2015-11-01 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov  1 12:34:28 UTC 2015

Modified Files:
src/sys/rump/include/rump: rump.h

Log Message:
fix typo: fnctl -> fcntl

from Robert Millan  via rumpkernel-users


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/rump/include/rump/rump.h

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



CVS commit: src/lib/libpanel

2015-11-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Nov  1 14:47:54 UTC 2015

Modified Files:
src/lib/libpanel: panel_above.3

Log Message:
Fix previous.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libpanel/panel_above.3

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



CVS commit: src/sys

2015-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  1 15:21:42 UTC 2015

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

Log Message:
Add buildid Go note


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.149 -r1.150 src/sys/sys/exec_elf.h

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-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  1 17:23:36 UTC 2015

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

Log Message:
Don't overwrite the user iov pointer in sendmmsg. Make the send and receive
code look the same.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/kern/uipc_syscalls.c

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



CVS commit: src/sys

2015-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  1 17:44:42 UTC 2015

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

Log Message:
Ignore the ancient 01.01 tag that gnuc used to put in old NetBSD binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.150 -r1.151 src/sys/sys/exec_elf.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-11-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Nov  1 21:31:40 UTC 2015

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

Log Message:
Don't pretend to do zero length IN control transfers as dwctwo(4)
(correctly according to usb 2.0 specification 8.5.3) uses IN status stage
when no (zero length) data stage.  Instead read into a 1 byte array.

My uplcom(4) now works on RPI.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/uplcom.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/dev/lib/libpci

2015-11-01 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov  1 22:41:24 UTC 2015

Modified Files:
src/sys/rump/dev/lib/libpci: Makefile

Log Message:
Allow PCI implementers to specify arbitrary makefile constructs.
(interface subject to change)

from Robert Millan


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/dev/lib/libpci/Makefile

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/omap

2015-11-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Nov  1 23:33:05 UTC 2015

Modified Files:
src/sys/arch/arm/omap: omap3_sdhc.c

Log Message:
AM335x EDMA3 has an alignment restriction for both SAM and DAM in constant
addressing mode. In these cases, the physical address must be aligned to
256-bits. To handle this, pre-allocate a MAXPHYS sized bounce buffer and
use it for unaligned transfers.

Fixes "edma errint!" problem mentioned in port-arm/50288.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/omap/omap3_sdhc.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/arm/omap

2015-11-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov  2 00:48:45 UTC 2015

Modified Files:
src/sys/arch/arm/omap: files.omap2
Added Files:
src/sys/arch/arm/omap: am335x_gpio.c

Log Message:
add basic AM335x GPIO support


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/omap/am335x_gpio.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/omap/files.omap2

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-11-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov  2 00:49:24 UTC 2015

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

Log Message:
enable GPIO


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/BEAGLEBONE

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



CVS commit: src/doc

2015-11-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov  2 00:50:47 UTC 2015

Modified Files:
src/doc: CHANGES

Log Message:
omapgpio(4): Add support for TI AM335x GPIO


To generate a diff of this commit:
cvs rdiff -u -r1.2110 -r1.2111 src/doc/CHANGES

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



CVS commit: src/external/gpl3

2015-11-01 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Mon Nov  2 00:51:18 UTC 2015

Modified Files:
src/external/gpl3/gcc.old/dist/gcc: Makefile.in
src/external/gpl3/gcc/dist/gcc: Makefile.in

Log Message:
Use -f with cp.

When the source tree is 444 (as should be unremarkable), cp results in
object files that are 444, which when cp'd again without -f result in
an error.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc.old/dist/gcc/Makefile.in
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/dist/gcc/Makefile.in

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



CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Nov  2 01:06:15 UTC 2015

Modified Files:
src/lib/libpanel: above.c bottom.c del.c hidden.c new.c panel.h
panel_impl.h replace.c show.c top.c window.c

Log Message:
No functional changes

Make this code nicer for C++ compilers, don't assign char* to void*.
Add extra __prefix_false() CPU hint for failed malloc(3).
Normalize whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/above.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libpanel/bottom.c src/lib/libpanel/del.c \
src/lib/libpanel/hidden.c src/lib/libpanel/new.c src/lib/libpanel/panel.h \
src/lib/libpanel/panel_impl.h src/lib/libpanel/replace.c \
src/lib/libpanel/show.c src/lib/libpanel/top.c src/lib/libpanel/window.c

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



CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Nov  2 02:45:25 UTC 2015

Modified Files:
src/lib/libpanel: above.c bottom.c del.c hidden.c new.c replace.c
show.c top.c window.c

Log Message:
Readd empty line - it's a part of style


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpanel/above.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/bottom.c src/lib/libpanel/del.c \
src/lib/libpanel/hidden.c src/lib/libpanel/new.c \
src/lib/libpanel/replace.c src/lib/libpanel/show.c src/lib/libpanel/top.c \
src/lib/libpanel/window.c

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