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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 15:32:20 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Initialise some variables in their declarations. To generate a diff of this commit: cvs rdiff -u -r1.234.2.60 -r1.234.2.61

CVS commit: src/share/misc

2015-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 24 15:46:09 UTC 2015 Modified Files: src/share/misc: style Log Message: Amend variable initialization in the declarations comment. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/misc/style

CVS commit: src

2015-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 24 14:30:28 UTC 2015 Modified Files: src/distrib/sets/lists/xcomp: md.evbarm src/distrib/sets/lists/xdebug: md.evbarm src/external/mit/xorg/lib: Makefile Added Files: src/distrib/sets/lists/xbase:

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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 15:24:13 UTC 2015 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.59 -r1.234.2.60 src/sys/dev/usb/ehci.c Please note that

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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 15:21:51 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Use #if 0 / #endif instead of comment for disabling code To generate a diff of this commit: cvs rdiff -u -r1.234.2.58 -r1.234.2.59

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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 15:33:59 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: One ';' is enough most of the time. To generate a diff of this commit: cvs rdiff -u -r1.234.2.61 -r1.234.2.62 src/sys/dev/usb/ehci.c

CVS commit: src/usr.bin/make

2015-10-24 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Oct 25 05:24:44 UTC 2015 Modified Files: src/usr.bin/make: main.c src/usr.bin/make/unit-tests: doterror.exp Log Message: PrintOnError: fflush stdout before running .ERROR produces more consistent results in unit-tests.

CVS commit: src/usr.sbin/iostat

2015-10-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 25 02:47:17 UTC 2015 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: extend the "tout" column to 5 characters, it's really common on a modern machine to have eg, build output way more than chars/sec. this

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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 08:43:25 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: xhci_xspeed2speed is unused for now To generate a diff of this commit: cvs rdiff -u -r1.28.2.45 -r1.28.2.46 src/sys/dev/usb/xhci.c

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

2015-10-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 24 10:37:22 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcivar.h Log Message: Small update to a comment To generate a diff of this commit: cvs rdiff -u -r1.42.14.19 -r1.42.14.20 src/sys/dev/usb/ehcivar.h