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 gener
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/s
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
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
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 th
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
Pl
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
sun4
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 d
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/a
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
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
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 hostil
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 fa
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/
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
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 200
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 wh
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 comm
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
P
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/CUBIEB
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 not
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/a
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 s
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
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 dif
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
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 -
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/
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 doma
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
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/
31 matches
Mail list logo