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

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 10:36:53 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
transfer to TXDATA reg, not DMA irq en reg


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_ac.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/usb

2014-09-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Sep  6 10:54:04 UTC 2014

Modified Files:
src/sys/dev/usb: usbdivar.h

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/usb/usbdivar.h

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-09-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Sep  6 12:12:32 UTC 2014

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

Log Message:
Add WARNS=6


To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 src/share/mk/bsd.README

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



CVS commit: src/external/bsd/cron/dist

2014-09-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Sep  6 12:18:49 UTC 2014

Modified Files:
src/external/bsd/cron/dist: crontab.c

Log Message:
store lastch to an int so that EOF is handled properly.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/cron/dist/crontab.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 12:39:27 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_dma.c

Log Message:
add awin_dma_dump_regs func if DDB is defined, and print the irq # at attach 
time


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_dma.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 12:48:22 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_dma.c

Log Message:
fix off by one in intr handler


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_dma.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 12:49:31 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
setup DRQ_CLR_CNT reg, clear FIR_VER bit, be more relaxed about blocksize, and 
set SRC DRQ TYPE for dma channel


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_ac.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 13:00:33 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
add awinac_dump_regs if DDB is defined


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_ac.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 14:53:41 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
use bus_dma instead of pmap_extract to get phys addr of audio buffer


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_ac.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 16:47:03 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
seems I have to enable ADC PA for sound to come out


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_ac.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 16:54:00 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
use the right dma tag


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/allwinner/awin_ac.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

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 16:55:08 UTC 2014

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

Log Message:
enable audio driver now that it works


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

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-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 16:55:50 UTC 2014

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

Log Message:
remove duplicate awindma entry


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

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



CVS commit: src/doc

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 16:58:16 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
awindma(4): Add support for AllWinner A10/A20 DMA controller.
awinac(4): Add support for AllWinner A10/A20 audio codec.


To generate a diff of this commit:
cvs rdiff -u -r1.1975 -r1.1976 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/sys/arch/arm/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 17:10:17 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c awin_dma.c awin_var.h

Log Message:
instead of writing 0 to cfg reg, just clear the loading bit -- otherwise the 
dma controller might go crazy when shutting down


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/allwinner/awin_ac.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_dma.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_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/dev

2014-09-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Sep  6 18:04:28 UTC 2014

Modified Files:
src/sys/dev: clock_subr.c

Log Message:
Counting leap years was fine while we had 32bit time_t - but now it
is not a good idea for dates far away in the future.
For dates in the year 2000 or later, use arithmetic instead (since the
repeating periods are well aligned). Should fix PR 49144.


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

2014-09-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Sep  6 18:19:54 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_eth.c

Log Message:
Initialize ec_mii


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_eth.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/uuencode

2014-09-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Sep  6 18:37:01 UTC 2014

Modified Files:
src/usr.bin/uuencode: uuencode.1

Log Message:
Fix wrong use of argument identifiers; pursuant to PR 49177.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/uuencode/uuencode.1

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/drm2/dist/drm/radeon

2014-09-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Sep  6 18:43:00 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: evergreen_cs.c

Log Message:
test some pointers and return EINVAL instead of blindly assuming
they're valid.  converts kernel crashes in to app failures.

GL is still not working on evergreen for me.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/drm/radeon/evergreen_cs.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/uuencode

2014-09-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Sep  6 18:54:46 UTC 2014

Modified Files:
src/usr.bin/uuencode: uuencode.1

Log Message:
Clarify and generally improve. The expansion of files is not a bug,
it's a consequence of what uuencode does. Also note for a more hostile
internet environment that blindly uudecoding files without inspecting
the header is dangerous.

Pursuant to PR 49177.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/uuencode/uuencode.1

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



CVS commit: src/usr.bin/uuencode

2014-09-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Sep  6 18:58:05 UTC 2014

Modified Files:
src/usr.bin/uuencode: uuencode.1

Log Message:
On reflection change "outputname" to "headername" so it's clear it's not
the output of uuencode.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/uuencode/uuencode.1

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



CVS commit: src/usr.bin/uuencode

2014-09-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Sep  6 18:58:35 UTC 2014

Modified Files:
src/usr.bin/uuencode: uuencode.c

Log Message:
Clarify the usage message. For PR 49177.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/uuencode/uuencode.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 19:00:51 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_eth.c

Log Message:
initialize if_xname, if_capabilities, if_flags, if_snd


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_eth.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 20:54:53 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
mmap support


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_ac.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/sparc64

2014-09-06 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Sat Sep  6 20:56:39 UTC 2014

Modified Files:
src/sys/arch/sparc64/include: sparc64.h
src/sys/arch/sparc64/sparc64: ofw_machdep.c

Log Message:
sun4v: New function prom_startcpu_by_cpuid() necessary for starting cpus on 
sun4v


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc64/include/sparc64.h
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sparc64/sparc64/ofw_machdep.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/uuencode

2014-09-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Sep  6 21:21:36 UTC 2014

Modified Files:
src/usr.bin/uuencode: uuencode.1

Log Message:
Sort sections. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/uuencode/uuencode.1

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-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 22:48:19 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
capture support


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/allwinner/awin_ac.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/allwinner

2014-09-06 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep  6 23:04:11 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
change order of dma setup and use the correct dma channel in 
awinac_trigger_input


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/allwinner/awin_ac.c

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



CVS commit: src/sys

2014-09-06 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Sep  7 00:50:57 UTC 2014

Modified Files:
src/sys/netinet: in_pcb.c
src/sys/netinet6: in6_pcb.c

Log Message:
in_pcbdetach: move ip_freemoptions() under softnet_lock for now (this will
be changed back once other IP paths become MP-safe).  Same for IPv6 routine.

This partially reverts 1.150 of in_pcb.c and 1.127 of in6_pcb.c changes.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.128 -r1.129 src/sys/netinet6/in6_pcb.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

2014-09-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Sep  7 06:14:13 UTC 2014

Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c
src/sys/arch/evbarm/conf: mk.awin

Log Message:
Fix BOARDTYPE handling


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/awin/awin_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.awin

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

2014-09-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Sep  7 06:26:08 UTC 2014

Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c
Added Files:
src/sys/arch/evbarm/conf: BPI

Log Message:
Add a Banana Pi kernel config and fixup mmc0detect assignment for BPI.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/awin/awin_machdep.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/BPI

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