CVS commit: src/external/gpl3/gdb/dist/gdb

2014-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 15 13:43:24 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Allow i386 binary debugging on amd64 hosts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb

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

2014-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 17 06:54:48 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_tmr.c Log Message: Wrap a long line. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm2835_tmr.c Please note

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

2014-12-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 19 09:52:35 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdivar.h Log Message: Update a comment To generate a diff of this commit: cvs rdiff -u -r1.109.2.9 -r1.109.2.10 src/sys/dev/usb/usbdivar.h Please note

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

2014-12-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 20 16:22:17 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: RCSID police To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/allwinner/awin_reg.h Please note that d

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

2014-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 22 08:23:35 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: #ifdef DIAGNOSTIC ... panic... #endif -> KASSERT To generate a diff of this commit: cvs rdiff -u -r1.234.2.16 -r1.234.2.17 src/sys/dev

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

2014-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 22 08:24:20 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: KNF a comment. To generate a diff of this commit: cvs rdiff -u -r1.234.2.17 -r1.234.2.18 src/sys/dev/usb/ehci.c Please note that diff

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

2014-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 23 11:10:41 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: moscom.c umodem.c uvscom.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.8.14.1 -r1.8.14.2 src/sys/dev/usb/moscom.c

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

2014-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 23 11:24:32 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ezload.c if_cdce.c if_kue.c if_run.c if_smsc.c if_urndis.c if_urtw.c if_urtwn.c moscom.c u3g.c ucom.c umass_scsipi.c umcs.c umodem.c

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

2014-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 23 19:31:45 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: Remove an item and use a union to reduce the size of ehci_xfer To generate a diff of this commit: cvs rdiff -u -r1.234.2.18

CVS commit: src/sys/dev/usb

2014-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 24 14:01:10 UTC 2014 Modified Files: src/sys/dev/usb: ehci.c Log Message: Typo in USBHIST_LOG message To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/dev/usb/ehci.c Please note that diffs are not

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

2014-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 24 14:11:05 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: Prefix ehci_xfer members with 'ex_'. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.19 -r1.

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

2014-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 24 14:12:16 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Typo in USBHIST_LOG message. To generate a diff of this commit: cvs rdiff -u -r1.234.2.20 -r1.234.2.21 src/sys/dev/usb/ehci.c Please

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

2014-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 24 14:13:32 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Actually log the erroneous bInterval in ehci_device_fs_isoc_start To generate a diff of this commit: cvs rdiff -u -r1.234.2.21 -r1.234

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

2014-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 24 14:18:32 UTC 2014 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: No need for '\n' in USBHIST_LOG message. To generate a diff of this commit: cvs rdiff -u -r1.234.2.22 -r1.234.2.23 src/sys/dev/usb/ehc

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

2014-12-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 27 15:52:42 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_smc.S Log Message: Add .arch_extension sec to fix build. (v7a on it's own complains) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sy

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

2014-12-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 29 22:34:08 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_gpio.c exynos_i2c.c exynos_soc.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/samsu

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

2014-12-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 29 22:58:59 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos5_reg.h exynos_soc.c Log Message: Fixup USB Phy initialisation for Exynos5410. odroid-xu now detects USB devices. To generate a diff of this commit: cv

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

2015-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 07:57:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Remove #ifdef DIAGNOSTIC / #endif from around a USBHIST_LOG call. To generate a diff of this commit: cvs rdiff -u -r1.234.2.23 -r1.234

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

2015-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 07:59:27 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Convert some #ifdef DIAGNOSTIC / #endifs to KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.234.2.24 -r1.234.2.25 src/sys

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 08:43:06 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Oops, missed a semicolon in previous To generate a diff of this commit: cvs rdiff -u -r1.234.2.25 -r1.234.2.26 src/sys/dev/usb/ehci.c

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 08:45:06 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: KNF. Comments. To generate a diff of this commit: cvs rdiff -u -r1.234.2.26 -r1.234.2.27 src/sys/dev/usb/ehci.c Please note that diff

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 08:52:14 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: KNF - whitespace. To generate a diff of this commit: cvs rdiff -u -r1.234.2.27 -r1.234.2.28 src/sys/dev/usb/ehci.c Please note that d

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 10:03:42 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: The mode synonyms are different for stm and ldm - handle this. PR/49520: arm/disassem.c doesn't use proper address mode name for loads To

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 10:04:35 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/arm/disassem.c Please note that diffs

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

2015-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 2 15:52:33 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Do revision 1.20: Decode movw/movt properly. Hi Matt. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/arm/

CVS commit: src

2015-01-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 15 08:42:15 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc: ChangeLog rtlanal.c src/tools/gcc: gcc-version.mk Log Message: Fix gcc PR target/64479 [SH] wrong optimization delayed-branch To generate a diff

CVS commit: src/doc

2015-01-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 15 08:50:36 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: Add a reminder about tools/gcc/gcc-version.mk To generate a diff of this commit: cvs rdiff -u -r1.1191 -r1.1192 src/doc/3RDPARTY Please note that diffs

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

2015-01-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 17 19:46:41 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Remove duplicate entry To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/arm/disassem.c Please note that dif

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

2015-01-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 17 19:47:34 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Document 'e' To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/disassem.c Please note that diffs are not

CVS commit: src/distrib/utils/embedded

2015-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 18 17:37:54 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Use [dx]sets_p as flag for debug/X sets inclusion. xsets is the list of sets. To generate a diff of this commit: cvs rdiff -u -r1.49 -r

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

2015-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 18 18:23:25 UTC 2015 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Remove incorrect entries To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/arm/disassem.c Please note that d

CVS commit: src/external/broadcom/rpi-firmware/dist

2015-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 18 19:09:54 UTC 2015 Modified Files: src/external/broadcom/rpi-firmware/dist: bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf Log Message: New Raspberry Pi firmware from commit 216c2f79ca0633bebe3916

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2015-01-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 23 10:19:22 UTC 2015 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_arm.c Log Message: More count vs ret confusion. Need to send notification if count != 0. To generate a diff of this commit: c

CVS commit: src/distrib/utils/embedded

2015-01-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 23 15:17:58 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: evbarm.conf rpi_inst.conf usermode.conf x86.conf Log Message: PR/49596: mkimage: incorrect permis

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

2015-01-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 24 15:44:32 UTC 2015 Modified Files: src/sys/arch/arm/arm: db_trace.c Log Message: Fix crash(8) backtrace support. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/arm/db_trace.c Please note

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

2015-01-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 26 08:55:41 UTC 2015 Modified Files: src/sys/arch/evbarm/ifpga: ifpgareg.h Log Message: Don't mask irq 23 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/ifpga/ifpgareg.h Please note that

CVS commit: src/sys/conf

2015-01-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 27 21:34:44 UTC 2015 Modified Files: src/sys/conf: files Log Message: ARM PrimeCell PL181 (MMCI) host controller glue. To generate a diff of this commit: cvs rdiff -u -r1.1126 -r1.1127 src/sys/conf/files Please note that

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2015-01-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 28 09:41:04 UTC 2015 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_arm.c vchiq_kern_lib.c Log Message: It turns out we needed to track pid all along, so revert the lwp tracking I did

CVS commit: src/distrib/utils/embedded

2015-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 29 14:54:06 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: evbarm.conf x86.conf Log Message: Fix previous so that the new generated rc.conf is picked up and that any ne

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

2015-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 31 22:28:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbroothub.c Log Message: Correct the return value from roothub_ctrl_start - previously it was always USBD_IN_PROGRESS To generate a diff of this commit:

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

2015-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 06:15:42 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.234.2.28 -r1.234.2.29 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.42.14.

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

2015-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 06:30:29 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c ohcivar.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.254.2.15 -r1.254.2.16 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.55.6.4

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 08:16:31 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Return success when clearing port reset. To generate a diff of this commit: cvs rdiff -u -r1.264.4.15 -r1.264.4.16 src/sys/dev/usb/uhc

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 08:23:02 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbroothub.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/dev/usb/usbroothub.c Please note

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 08:29:46 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcivar.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.42.14.8 -r1.42.14.9 src/sys/dev/usb/ehcivar.h Please note that diffs are n

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 08:39:43 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcireg.h Log Message: Define and use EHCI_PAGE_MASK To generate a diff of this commit: cvs rdiff -u -r1.34.14.2 -r1.34.14.3 src/sys/dev/usb/ehcireg.h Pl

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 08:45:04 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcireg.h Log Message: Define and use EHCI_QTD_MAXTRANSFER. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.29 -r1

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 11:13:46 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.264.4.16 -r1.264.4.17 src/sys/dev/usb/uhci.c Please note that diffs are not p

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 11:54:29 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.264.4.17 -r1.264.4.18 src/sys/dev/usb/uhci.c Please note that diffs are not p

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 12:08:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: motg.c uhci.c usb_mem.c Log Message: Remove unused #includes To generate a diff of this commit: cvs rdiff -u -r1.12.2.12 -r1.12.2.13 src/sys/dev/usb/motg.

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

2015-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 1 13:09:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Remove newline character in USBHIST_LOG format To generate a diff of this commit: cvs rdiff -u -r1.162.2.9 -r1.162.2.10 src/sys/dev/u

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

2015-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 3 08:48:25 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835reg.h Log Message: Use the www.raspberrypi.org URL for the datasheet To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/br

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 a

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

2015-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 9 21:56:20 UTC 2015 Modified Files: src/sys/arch/evbarm/ifpga: ifpga_intr.c Log Message: Name some interrupts To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/ifpga/ifpga_intr.c Please no

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

2015-02-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 13 17:19:23 UTC 2015 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Deal with 64-bit fallout from previous. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mips/mips/bus_dma.c P

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

2015-02-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 14 23:12:29 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Correct arm_cksumdata for <4 bytes of data To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/cpu_in_ck

CVS commit: src/sys/arch/sh3/sh3

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 10:48:13 UTC 2015 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S Log Message: port-sh3/49613: errno does not set by some systemcall at error case Branch to correct point when error detected. To generate a diff of

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

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 17:21:08 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Really fix arm_cksumdata for <4 bytes of data To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm/cpu_i

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

2015-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 16 10:19:29 UTC 2015 Modified Files: src/sys/arch/arm/conf: std.arm Log Message: Re-enable CPI_IN_CKSUM now the bugs are fixed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/conf/std.arm Pl

CVS commit: src/distrib/evbarm/instkernel/sshramdisk

2015-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 16 21:48:48 UTC 2015 Modified Files: src/distrib/evbarm/instkernel/sshramdisk: Makefile Log Message: Bump size to fix build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/evbarm/instkernel/sshram

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

2015-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 16 22:50:02 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: RPI_INSTALL Log Message: Bump memory disk size to fix build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/RPI_INSTALL

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

2015-02-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 20 09:17:17 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.264.4.20 -r1.264.4.21 src/sys/dev/usb/uhci.c Please note that

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

2015-02-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 20 09:16:49 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.264.4.19 -r1.264.4.20 src/sys/dev/usb/uhci.c Please note that diffs are not p

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

2015-02-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 22 08:25:02 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.254.2.16 -r1.254.2.17 src/sys/dev/usb/ohci.c Please note that diffs are not p

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

2015-02-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 22 08:59:17 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Improvie debugging To generate a diff of this commit: cvs rdiff -u -r1.234.2.30 -r1.234.2.31 src/sys/dev/usb/ehci.c Please note that

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

2015-02-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 22 14:50:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdivar.h Log Message: Simplify #ifdef. USB_DEBUG is defined if either of EHCI_DEBUG or OHCI_DEBUG (or others) are defined. To generate a diff of this c

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

2015-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 24 16:57:02 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.254.2.17 -r1.254.2.18 src/sys/dev/usb/ohci.c Please note that

CVS commit: src/sys/arch

2015-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 28 09:34:35 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835_obio.c bcm2835_space.c bcm2835reg.h bcm2835var.h files.bcm2835 src/sys/arch/arm/cortex: armperiph.c gtmr.c gtmr_var.h

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

2015-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 28 15:45:12 UTC 2015 Modified Files: src/sys/arch/arm/cortex: armperiph.c Log Message: Make this compile where gtmr isn't used. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/cortex/armperiph

CVS commit: src/sys/dev/usb

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:00:57 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; th

CVS commit: src/sys/dev/usb

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:03:35 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: Improve debug To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/dev/usb/ehci.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/usb

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:10:57 UTC 2015 Modified Files: src/sys/dev/usb: uhci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; t

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:10:12 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_subr.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.198.2.5 -r1.198.2.6 src/sys/dev/usb/usb_subr.c Please note

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:17:45 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.234.2.31 -r1.234.2.32 src/sys/dev/usb/ehci.c Please note that diffs a

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:18:17 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Improve debug To generate a diff of this commit: cvs rdiff -u -r1.234.2.32 -r1.234.2.33 src/sys/dev/usb/ehci.c Please note that diffs

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:26:55 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.234.2.33 -r1.234.2.34 src/sys/dev/usb/ehci.c Please note that diffs ar

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:31:27 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: umass.c Log Message: KNF a comment To generate a diff of this commit: cvs rdiff -u -r1.149.2.4 -r1.149.2.5 src/sys/dev/usb/umass.c Please note that diffs

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

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 08:33:16 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: umass.c Log Message: Use designated initializers To generate a diff of this commit: cvs rdiff -u -r1.149.2.5 -r1.149.2.6 src/sys/dev/usb/umass.c Please n

CVS commit: src/sys/dev/usb

2015-03-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 1 09:53:36 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: Fix previous for HEAD To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/sys/dev/usb/ehci.c Please note that diffs are not public

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

2015-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 2 21:52:02 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: ex_isdone / ux_state tidyup To generate a diff of this commit: cvs rdiff -u -r1.234.2.34 -r1.234.2.35 src/sys/dev/usb/ehci.c

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

2015-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 2 22:16:38 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Simplify - no functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.35 -r1.234.2.36 src/sys/dev/usb/ehci.c Ple

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

2015-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 3 06:23:43 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.21 -r1.264.4.22 src/sys/dev/usb/uhci.c Please note that diffs a

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

2015-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 3 06:36:53 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcireg.h Log Message: Improve EHCI_PAGE macros and usage. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.36 -r1.

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

2015-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 3 10:06:01 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcireg.h Log Message: Convert to __BIT and friends. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.37 -r1.234.2.

CVS commit: src/sys/arch/sh3/sh3

2015-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 4 09:39:26 UTC 2015 Modified Files: src/sys/arch/sh3/sh3: exception.c Log Message: Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. >From martin@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2015-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 4 17:02:17 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835_obio.c src/sys/arch/arm/cortex: a9_mpsubr.S src/sys/arch/evbarm/conf: RPI2 src/sys/arch/evbarm/rpi: rpi_machdep.c

CVS commit: src/external/broadcom/rpi-firmware/dist

2015-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 4 23:01:55 UTC 2015 Modified Files: src/external/broadcom/rpi-firmware/dist: bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf Log Message: New RPI and RPI2 firmware from commit b0079452ebce0158ce31d2

CVS commit: src/sys/arch/evbarm

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 08:09:44 UTC 2015 Modified Files: src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c src/sys/arch/evbarm/nslu2: nslu2_machdep.c Log Message: Spellos To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 08:34:47 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Kill URQ_AUTO_BUFFER To generate a diff of this commit: cvs rdiff -u -r1.162.2.10 -r1.162.2.11 src/sys/dev/usb/usbdi.c cvs

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 08:48:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Don't leak memory in previous To generate a diff of this commit: cvs rdiff -u -r1.162.2.11 -r1.162.2.12 src/sys/dev/usb/us

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 09:06:20 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: What was I thinking... usbd_free_xfer handles the buffer free. Need more coffee To generate a diff of this commit: cvs rd

CVS commit: src/libexec/ld.elf_so

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 09:49:53 UTC 2015 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: HPPA hack for a problem where gdb doesn't see _rtld_debug_state when it's a single bv,n %r0(%rp) instruction. The nullify confuses something.

CVS commit: src/doc

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 10:14:16 UTC 2015 Modified Files: src/doc: CHANGES Log Message: Note RPI2 support To generate a diff of this commit: cvs rdiff -u -r1.2049 -r1.2050 src/doc/CHANGES Please note that diffs are not public domain; they ar

CVS commit: src/doc

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 10:21:02 UTC 2015 Modified Files: src/doc: HACKS Log Message: Rename hp700 to hppa and note new ld.elf_so hack. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/doc/HACKS Please note that diffs are

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 12:39:08 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Minor USBHIST_LOG changes To generate a diff of this commit: cvs rdiff -u -r1.162.2.13 -r1.162.2.14 src/sys/dev/usb/usbdi.c Please n

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 14:27:25 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: Appease a KASSERT - will be remove when MULTIPROCESSOR RPI2 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2015-03-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 5 20:57:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Remove macro magic. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.38 -r1.234.2.39 src/sys/dev/usb/eh

CVS commit: src

2015-03-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 6 11:11:55 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: rpi.conf src/etc/etc.evbarm: Makefile.inc Log Message: Add RPI2 to kernels build for both earmv[67]. Use the earmv6 built kernels to create an i

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

2015-03-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 6 12:52:09 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Actually grab the err value being reported in USBHIST_LOG. Pointed out by Takahiro HAYASHI. Thanks. To generate a diff of this commi

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

2015-03-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 6 12:52:51 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.162.2.15 -r1.162.2.16 src/sys/dev/usb/usbdi.c Please note that diffs

<    1   2   3   4   5   6   7   8   9   10   >